Commit Graph

390 Commits

Author SHA1 Message Date
Michael Natterer 531709c8db Depend on ATK 2.2.0, GTK+ 2.24.10, GdkPixbuf 2.24.1
And do some final NEWS adjustments for RC1
2012-04-03 00:53:04 +02:00
Michael Natterer ed239a9891 Change "2.7" to "2.8" all over the place and set gimp_version to 2.8.0-RC1 2012-03-24 19:21:03 +01:00
Mikael Magnusson dbc823ae65 Fix obligatory typo 2012-03-12 20:21:31 +01:00
Michael Natterer 7ea4fbbba1 NEWS: updates 2012-03-12 20:12:49 +01:00
Mikael Magnusson 23ca29855c NEWS: Apply some typo fanaticism 2012-02-07 21:03:55 +01:00
Michael Natterer d0d78ed284 NEWS: updates 2012-02-07 21:00:44 +01:00
Michael Natterer 54f46cea00 NEWS: updates 2011-12-18 01:37:48 +01:00
Michael Natterer 2271f6fe96 Bump version to 2.7.5 2011-12-11 20:36:48 +01:00
Mikael Magnusson be414f2321 NEWS: Fix some stuff 2011-12-11 19:16:55 +01:00
Michael Natterer 121776a9a9 NEWS: updates 2011-12-11 02:46:46 +01:00
Alexandre Prokoudine a22507363c NEWS now mentions that PSD loader is capable of reading working paths now. The patch sender is added to authors.xml. 2011-12-05 11:59:00 +04:00
Alexia Death 889a1ece60 NEWS: fix some spelling and grammar 2011-12-04 23:08:19 +02:00
Alexia Death 090852538b NEWS: add informaion about subfolder tagging 2011-12-04 22:59:51 +02:00
Michael Natterer 0ab89a42a6 NEWS: typo 2011-11-20 17:26:52 +01:00
Michael Natterer 5c77b78293 NEWS: updates 2011-11-20 17:20:31 +01:00
Michael Natterer b2272853fd NEWS: updates 2011-10-17 21:52:58 +02:00
Alexia Death 11db468084 Revert "NEWS: Update about rectangle tool changes"
This reverts commit 61e18ec424.
2011-10-06 20:16:25 +03:00
Alexia Death bb16f57505 Revert "NEWS: Fix typo in previous commit"
This reverts commit aa0df78d6c.
2011-10-06 20:16:25 +03:00
Mukund Sivaraman 26fdf29dcb Update NEWS for gimptool scripts dir fix 2011-10-04 18:42:52 +05:30
Alexia Death aa0df78d6c NEWS: Fix typo in previous commit 2011-10-03 19:27:45 +03:00
Alexia Death 61e18ec424 NEWS: Update about rectangle tool changes 2011-10-03 19:19:31 +03:00
Michael Natterer 9ec15d898d NEWS: updated 2011-09-23 23:51:56 +02:00
Martin Nordholts 8424aafc05 Bug 659084 - git-version.h can't be generated from shallow repositories
Pass --always to git describe so git-version.h can be generated also
from shallow (--depth 1) repositories. Cause found by Kenny Stuart.
2011-09-15 20:47:34 +02:00
Martin Nordholts 3b1e784a95 NEWS: Update 2011-09-09 07:02:24 +02:00
Martin Nordholts 0f0bb336a8 devel-docs: Add gegl-porting-plan.txt
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.
2011-08-29 03:19:15 +02:00
Michael Natterer b112b08ddb NEWS: updated 2011-08-28 20:07:56 +02:00
Martin Nordholts 7fea63a283 Bug 653757 - Bitmap export in Gimp 2.6.11 vs Bitmap Export in Gimp 2.7.3
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.
2011-08-26 23:49:41 +02:00
Martin Nordholts a11989542a app: Add a close button to image window tabs
It takes a bit more space, but it needs to be easy to close images.
2011-08-24 23:02:19 +02:00
Martin Nordholts 6074c89462 NEWS: Update 2011-08-20 17:59:02 +02:00
Martin Nordholts c0208e70c0 app: Resurrect "You can drop dockable dialogs here"
Resurrect the help string "You can drop dockable dialogs here" inside
GimpPanedBox. It got killed when we removed GimpDockSeparator.
2011-08-16 22:33:39 +02:00
Eric Grivel da37e9ff3e Bug 596410 - gimp-image-get-filename returns NULL for imported files
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().
2011-08-12 21:15:16 +02:00
Martin Nordholts b9ccf189b4 Bug 650348 - Window unmaximizes when a document is closed
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().
2011-08-09 20:25:06 +02:00
Martin Nordholts 4080caf999 app: Handle docks more clever when switching on swm
When switching on single-window mode, put docks in the image window
depending on what side of the window they originally had.
2011-08-05 01:51:56 +02:00
Michael Natterer f8dd7febcf NEWS: updates 2011-08-02 16:37:40 +02:00
Martin Nordholts a836c0f2c9 app: Distribute dock windows better when switching off swm
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.
2011-07-21 00:00:18 +02:00
Martin Nordholts 14420e6cc5 Update NEWS
If I was given a dime each time...
2011-07-03 21:30:39 +02:00
Martin Nordholts 8c0dc1c44e NEWS for "app: Make 'Export to' fall back to 'Export...'"
Easy to forget...
2011-06-30 23:55:13 +02:00
Mukund Sivaraman e5c137a139 Update NEWS 2011-06-15 13:46:19 +05:30
Michael Natterer b399ad910a NEWS: updates 2011-06-04 17:10:48 +02:00
Martin Nordholts 42c2c747d8 Bug 603848 - Single-window mode is not properly session managed yet
Make GimpImageWindow implement GimpDockContainer and
GimpSessionManaged so that GIMP can be started in single-window mode.
2011-06-04 12:22:20 +02:00
Martin Nordholts bed298be13 app: Remember column width in multi-column dock windows 2011-05-31 23:15:39 +02:00
Martin Nordholts 6fc587c643 app: Add GimpSessionManaged
Add a GimpSessionManaged interface to generalize
gimp_session_info_aux_get_list() and gimp_session_info_aux_set_list().
2011-05-31 23:15:14 +02:00
Martin Nordholts 3286ba8ba8 Update NEWS 2011-05-12 06:42:31 +02:00
Mukund Sivaraman 9f7ad1cea0 Update NEWS about libpng 2011-05-12 08:44:30 +05:30
Martin Nordholts 28983a5158 app: Add a "check-for-deprecated-procedures-in-script-fu" make target
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
2011-05-05 01:04:23 +02:00
Martin Nordholts a942de5758 Update NEWS 2011-05-05 01:01:16 +02:00
Michael Natterer ee69c8f21e NEWS: Updated 2011-05-03 22:03:15 +02:00
Michael Muré 989b85988b Cage tool: allow to add handle by clicking on an edge 2011-05-03 00:46:42 +02:00
Michael Natterer 36becbacc6 NEWS: start 2.7.3 section 2011-04-18 19:54:48 +02:00
Martin Nordholts 70f4cec9cb Add missing NEWS item for 2.7.2
It's ok to have it visible at first when we release 2.7.3.
2011-04-16 13:23:15 +02:00