- 10 Mar, 2011 1 commit
-
-
Martin Nordholts authored
-
- 14 Feb, 2011 1 commit
-
-
Michael Natterer authored
Applied patch from John Bradshaw that fixes two typos in the gimp(1) manual page.
-
- 07 Nov, 2010 1 commit
-
-
Martin Nordholts authored
-
- 30 Sep, 2010 1 commit
-
-
Sven Neumann authored
-
- 26 Sep, 2010 1 commit
-
-
Sven Neumann authored
-
- 16 Aug, 2010 1 commit
-
-
Martin Nordholts authored
-
- 19 Jun, 2010 1 commit
-
-
Martin Nordholts authored
-
- 08 Jan, 2010 1 commit
-
-
Martin Nordholts authored
-
- 02 Jan, 2010 1 commit
-
-
Sven Neumann authored
-
- 09 Sep, 2009 1 commit
-
-
Martin Nordholts authored
Since the toolbox no longer is the main window with a menu, use the same hint for the toolbox (which actually is a dock) as for the other docks.
-
- 15 Aug, 2009 1 commit
-
-
Martin Nordholts authored
-
- 08 Aug, 2009 2 commits
-
-
Martin Nordholts authored
The web-browser plug-in uses gtk_show_uri() now.
-
Martin Nordholts authored
-
- 02 Aug, 2009 1 commit
-
-
Martin Nordholts authored
-
- 21 Jul, 2009 1 commit
-
-
Martin Nordholts authored
-
- 12 Jul, 2009 2 commits
-
-
Martin Nordholts authored
-
Martin Nordholts authored
-
- 21 May, 2009 1 commit
-
-
Sven Neumann authored
-
- 31 Jan, 2009 1 commit
-
-
Martin Nordholts authored
svn path=/trunk/; revision=27972
-
- 29 Sep, 2008 1 commit
-
-
Sven Neumann authored
2008-09-29 Sven Neumann <sven@gimp.org> * configure.in: bumped version to 2.6.0. * app/Makefile.am * tools/Makefile.am: changed accordingly. * docs/gimprc.5.in * etc/gimprc: regenerated. svn path=/trunk/; revision=27081
-
- 16 Sep, 2008 1 commit
-
-
Sven Neumann authored
2008-09-16 Sven Neumann <sven@gimp.org> * Made 2.5.4 development release. svn path=/trunk/; revision=26954
-
- 21 Aug, 2008 1 commit
-
-
Sven Neumann authored
2008-08-21 Sven Neumann <sven@gimp.org> * Made 2.5.3 development release. svn path=/trunk/; revision=26705
-
- 16 Jul, 2008 1 commit
-
-
Sven Neumann authored
2008-07-16 Sven Neumann <sven@gimp.org> * Made 2.5.2 development release. svn path=/trunk/; revision=26206
-
- 11 Jul, 2008 2 commits
-
-
Sven Neumann authored
2008-07-11 Sven Neumann <sven@gimp.org> * docs/gimp.1.in: removed reference to gimp-remote(1). svn path=/trunk/; revision=26127
-
Sven Neumann authored
2008-07-11 Sven Neumann <sven@gimp.org> * configure.in * docs/Makefile.am: made the build of gimp-remote optional and disable it by default. * INSTALL: document the --enable-gimp-remote configure option. svn path=/trunk/; revision=26126
-
- 10 Jul, 2008 1 commit
-
-
Sven Neumann authored
2008-07-10 Sven Neumann <sven@gimp.org> * docs/gimp.1.in: document the --help-gegl command-line option. svn path=/trunk/; revision=26102
-
- 15 Jun, 2008 1 commit
-
-
Sven Neumann authored
2008-06-15 Sven Neumann <sven@gimp.org> * Made 2.5.1 development release. svn path=/trunk/; revision=25953
-
- 09 Apr, 2008 1 commit
-
-
Sven Neumann authored
2008-04-09 Sven Neumann <sven@gimp.org> * Made 2.5.0 development release. svn path=/trunk/; revision=25450
-
- 24 Mar, 2008 1 commit
-
-
Sven Neumann authored
2008-03-24 Sven Neumann <sven@gimp.org> Do not any longer keep the document history in two places. We only use GtkRecentManager now: * app/core/Makefile.am * app/core/gimp-documents.[ch]: removed these files. * app/core/gimpdocumentlist.c: removed code to load and save the "documents" file. (gimp_document_list_add_uri): call gimp_recent_list_add_uri() here. * app/core/gimpimagefile.[ch]: added function to set the mime-type. * app/core/gimp.c (gimp_restore): removed code to load the document history. (gimp_real_exit): removed code to save it. * app/core/gimp-gui.[ch]: extended the vtable with a method to populate the document list. * app/gui/gui-vtable.c: added code to populate the document history from the list of recently used files kept by GtkRecentManager. * app/gui/gui.c (gui_restore_callback): load the recent files here. * app/file/file-open.c * app/file/file-save.c: no need to call gimp_recent_list_add_uri() any longer as gimp_document_list_add_uri() does that for us now. * app/actions/documents-commands.c (documents_clear_cmd_callback): purge the items from GtkRecentManager. Also changed the dialog to emphasize that this operation now affects the document history in all applications. * docs/gimp.1.in: removed reference to "documents" file. svn path=/trunk/; revision=25190
-
- 26 Feb, 2008 1 commit
-
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * docs/gimp.1.in: document the "--version --verbose" option. svn path=/trunk/; revision=24970
-
- 01 Dec, 2007 1 commit
-
-
Martin Nordholts authored
2007-12-01 Martin Nordholts <martinn@svn.gnome.org> * docs/Makefile.am: Applied patch from Jesper de Jong that removes an errant leading space in a command. Fixes bug #500826. svn path=/trunk/; revision=24248
-
- 16 Nov, 2007 1 commit
-
-
Tor Lillqvist authored
2007-11-16 Tor Lillqvist <tml@novell.com> Use the gimptool program on Unix, too, instead of the gimptool script. * configure.in * Makefile.am: Drop gimptool script and gimptool-win32.c(.in) * tools/gimptool.c * tools/Makefile.am: Move gimptool-win32.c.in here and call it just gimptool.c. Build and install on all platforms. * tools/gimptool.c: Change accordingly. * doc/gimptool.1.in: Document the --msvc-syntax option. svn path=/trunk/; revision=24178
-
- 23 Oct, 2007 1 commit
-
-
Sven Neumann authored
2007-10-24 Sven Neumann <sven@gimp.org> Michael Natterer <mitch@gimp.org> * Made 2.4.0 release. svn path=/trunk/; revision=23929
-
- 15 Aug, 2007 1 commit
-
-
Sven Neumann authored
2007-08-16 Sven Neumann <sven@gimp.org> * Made 2.4.0-rc1 release, a release candidate for GIMP 2.4.0. svn path=/trunk/; revision=23286
-
- 11 Jun, 2007 1 commit
-
-
Sven Neumann authored
2007-06-11 Sven Neumann <sven@gimp.org> * Made 2.3.18 development release. svn path=/trunk/; revision=22760
-
- 06 Jun, 2007 3 commits
-
-
Sven Neumann authored
2007-06-06 Sven Neumann <sven@gimp.org> * docs/papers: removed this directory and its contents. The papers we used to keep here are only of historical value. svn path=/trunk/; revision=22720
-
Sven Neumann authored
2007-06-06 Sven Neumann <sven@gimp.org> * papers/script-fu/script-fu.tex: reverted the change here. This document only has historical value and must not be changed. svn path=/trunk/; revision=22717
-
Mukund Sivaraman authored
2007-06-06 Mukund Sivaraman <muks@mukund.org> Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. svn path=/trunk/; revision=22715
-
- 27 May, 2007 1 commit
-
-
Sven Neumann authored
2007-05-27 Sven Neumann <sven@gimp.org> * Made 2.3.17 development release. svn path=/trunk/; revision=22633
-
- 25 May, 2007 1 commit
-
-
Sven Neumann authored
2007-05-25 Sven Neumann <sven@gimp.org> * gimptool-2.0.in: require pkg-config and use it to determine cflags and libs. * docs/gimptool.1.in: document that pkg-config is used and recommend to use pkg-config directly. svn path=/trunk/; revision=22612
-