- 11 Dec, 2011 2 commits
-
-
Mikael Magnusson authored
-
Michael Natterer authored
-
- 05 Dec, 2011 1 commit
-
-
Alexandre Prokoudine authored
NEWS now mentions that PSD loader is capable of reading working paths now. The patch sender is added to authors.xml.
-
- 04 Dec, 2011 2 commits
-
-
Alexia Death authored
-
Alexia Death authored
-
- 20 Nov, 2011 2 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
- 17 Oct, 2011 1 commit
-
-
Michael Natterer authored
-
- 06 Oct, 2011 2 commits
-
-
Alexia Death authored
This reverts commit 61e18ec4.
-
Alexia Death authored
This reverts commit aa0df78d.
-
- 04 Oct, 2011 1 commit
-
-
Mukund Sivaraman authored
-
- 03 Oct, 2011 2 commits
-
-
Alexia Death authored
-
Alexia Death authored
-
- 23 Sep, 2011 1 commit
-
-
Michael Natterer authored
-
- 15 Sep, 2011 1 commit
-
-
Martin Nordholts authored
Pass --always to git describe so git-version.h can be generated also from shallow (--depth 1) repositories. Cause found by Kenny Stuart.
-
- 09 Sep, 2011 1 commit
-
-
Martin Nordholts authored
-
- 29 Aug, 2011 1 commit
-
-
Martin Nordholts authored
In order to effectively collaborate on this huge porting task, the first step is to agree on exactly what we want to do. In an effort to organize this, add gegl-porting-plan.txt to devel-docs. In this document, we can describe how we want the port to be done. This is not only for ourselves, but will also be useful for non-core contributors.
-
- 28 Aug, 2011 1 commit
-
-
Michael Natterer authored
-
- 26 Aug, 2011 1 commit
-
-
Martin Nordholts authored
Make writing BITMAPV5HEADER color space information optional since there are compatibility problems with writing color space information. Unity 3D and BlitzMax have been reported to not support such BMP images.
-
- 24 Aug, 2011 1 commit
-
-
Martin Nordholts authored
It takes a bit more space, but it needs to be easy to close images.
-
- 20 Aug, 2011 1 commit
-
-
Martin Nordholts authored
-
- 16 Aug, 2011 1 commit
-
-
Martin Nordholts authored
Resurrect the help string "You can drop dockable dialogs here" inside GimpPanedBox. It got killed when we removed GimpDockSeparator.
-
- 12 Aug, 2011 1 commit
-
-
Eric Grivel authored
Make gimp_image_get_uri() and gimp_image_get_filename() behave as in the GIMP 2.6 days. Add new functions gimp_image_get_xcf_uri(), gimp_image_get_exported_uri() and gimp_image_get_imported_uri().
-
- 09 Aug, 2011 1 commit
-
-
Martin Nordholts authored
Refactor GimpImageWindow session management. As far as session management goes, there are four states and four transitions that are interesting. The states are: State Window mode Images opened ------------------------------------------ s1 swm 0 s2 swm >0 s3 mwm 0 s4 mwm >0 The transitions are: Transition Description ------------------------------------------- t1 Enter single-window mode (swm) t2 Enter multi-window mwm (mwm) t3 Open an image t4 Close an image When thinking of it like this, it is pretty easy to see when to call gimp_image_window_session_clear() and when to call gimp_image_window_session_apply(). So kill gimp_image_window_set_entry_id() and handle all transitions in gimp_image_window_session_update().
-
- 04 Aug, 2011 1 commit
-
-
Martin Nordholts authored
When switching on single-window mode, put docks in the image window depending on what side of the window they originally had.
-
- 02 Aug, 2011 1 commit
-
-
Michael Natterer authored
-
- 20 Jul, 2011 1 commit
-
-
Martin Nordholts authored
Distribute dock windows better when switching off single-window mode. First, create one dock window per side of the image window rather than one dock window per dock. Secondly, move the left docks to the upper left corner of the screen, and the right docks to the upper right corner.
-
- 03 Jul, 2011 1 commit
-
-
Martin Nordholts authored
If I was given a dime each time...
-
- 30 Jun, 2011 1 commit
-
-
Martin Nordholts authored
Easy to forget...
-
- 15 Jun, 2011 1 commit
-
-
Mukund Sivaraman authored
-
- 04 Jun, 2011 2 commits
-
-
Michael Natterer authored
-
Martin Nordholts authored
Make GimpImageWindow implement GimpDockContainer and GimpSessionManaged so that GIMP can be started in single-window mode.
-
- 31 May, 2011 2 commits
-
-
Martin Nordholts authored
-
Martin Nordholts authored
Add a GimpSessionManaged interface to generalize gimp_session_info_aux_get_list() and gimp_session_info_aux_set_list().
-
- 12 May, 2011 2 commits
-
-
Martin Nordholts authored
-
Mukund Sivaraman authored
-
- 04 May, 2011 2 commits
-
-
Martin Nordholts authored
Add a "check-for-deprecated-procedures-in-script-fu" make target that looks for usage of deprecated procedures in *.scm files. We currently use quite a bit of deprecated procedures. When we don't do that anymore, we should connect this to make check somehow so our nightly build fails if someone deprecated a procedures without also porting all clients. Run it like this from the source root: make -C plug-ins/script-fu check-for-deprecated-procedures-in-script-fu
-
Martin Nordholts authored
-
- 03 May, 2011 1 commit
-
-
Michael Natterer authored
-
- 02 May, 2011 1 commit
-
-
Michael Muré authored
-