- 12 Aug, 2011 7 commits
-
-
Martin Nordholts authored
-
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().
-
Martin Nordholts authored
-
Martin Nordholts authored
There is no reason to not do that, especially since we soon will make color space information in the BMP file optional.
-
Martin Nordholts authored
-
Nils Philippsen authored
-
Nils Philippsen authored
-
- 11 Aug, 2011 1 commit
-
-
Alexia Death authored
-
- 09 Aug, 2011 4 commits
-
-
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().
-
Martin Nordholts authored
This reverts commit c19560b0. It was already included, don't know how I could miss that.
-
Michael Muré authored
-
Michael Muré authored
-
- 07 Aug, 2011 6 commits
-
-
Martin Nordholts authored
-
Martin Nordholts authored
Make GimpToolbox and GimpToolPalette use the GimpUIManager and GimpDialogFactory of the top container instead of holding references on their own. If they hold references on their own, we need to update these when we move e.g. GimpToolbox between different top level containers such as GimpDockWindow and GimpImageWindow. Failure to do this cased problems talked about in bug 646794 (case 2).
-
Martin Nordholts authored
-
Martin Nordholts authored
It's just weird not to.
-
Martin Nordholts authored
-
Martin Nordholts authored
-
- 04 Aug, 2011 8 commits
-
-
Martin Nordholts authored
-
Martin Nordholts authored
-
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.
-
Martin Nordholts authored
-
Michael Schumacher authored
-
Martin Nordholts authored
When moving out GimpDock:s from a GimpDockColumns into a new GimpDockWindow when switching off single-window mode, try to preserve the size of the original GimpDockColumns.
-
Martin Nordholts authored
It's enough to setup gimp_toolbox_drop_uri_list() on the vbox.
-
Martin Nordholts authored
-
- 03 Aug, 2011 1 commit
-
-
Marco Ciampa authored
-
- 02 Aug, 2011 7 commits
-
-
Rūdolfs Mazurs authored
-
Rūdolfs Mazurs authored
-
Rūdolfs Mazurs authored
-
Marco Ciampa authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
to set a frame's sensitivity instead of a signal callback. Also improve tool options.
-
- 01 Aug, 2011 1 commit
-
-
Marco Ciampa authored
-
- 31 Jul, 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.
-
- 31 Jul, 2011 1 commit
-
-
Sven Neumann authored
-
- 30 Jul, 2011 2 commits
-
-
Alexandre Prokoudine authored
-
Alexandre Prokoudine authored
-