Commit Graph

574 Commits

Author SHA1 Message Date
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
Michael Natterer ab9e8e94b3 NEWS: it's 2.7.2 not 2.7.1, argh... 2011-04-15 00:21:47 +02:00
Mikael Magnusson 919598a141 NEWS: fix new typo 2011-04-14 01:20:51 +02:00
Michael Natterer fbadcc96b7 NEWS: should be up-to-date now 2011-04-14 01:17:38 +02:00
Mikael Magnusson 83e4b07919 NEWS: fix typos 2011-04-13 23:02:54 +02:00
Michael Natterer 50fd91cdf9 NEWS: much more updates 2011-04-11 23:18:57 +02:00
Michael Natterer 46e43f739d NEWS: catch up until end of october 2011-04-04 10:36:47 +02:00
Michael Natterer 1b520fe355 NEWS: updated until end of september, need a break now... 2011-03-30 20:28:18 +02:00
Martin Nordholts c59d956d1b Update NEWS for 2.7.1
Update news again with changes up to now.
2010-06-28 18:34:47 +02:00
Michael Natterer 22864d1b88 NEWS: even more 2010-06-19 15:18:52 +02:00
Michael Natterer e0221f8e65 NEWS: more updates 2010-06-19 15:09:50 +02:00
Michael Natterer 5290bb0383 NEWS: updates 2010-06-19 14:51:45 +02:00
Martin Nordholts 250f473ea7 Update NEWS, AUTHORS and INSTALL with changes up to now 2010-05-16 19:54:06 +02:00
Martin Nordholts 44d969c146 Update NEWS and AUTHORS for 2.7.1 with changes up until now 2010-02-13 21:54:48 +01:00
Martin Nordholts 96d1e6f53b NEWS: Add "Improve Free Select Tool handle highlightning" 2010-01-05 00:32:35 +01:00
Martin Nordholts 622e69ba46 Update NEWS and AUTHORS for 2.7.1 with changes up until now
The following command was used to collect new authors, improvements
are welcomed. It excludes authors that only touched po*
directories. I'm adding it to the commit message to have it stored
somewhere until next time it is needed.

find -maxdepth 1 | grep -v po | grep -v "^.$" | \
xargs git --no-pager log --pretty=format:%an GIMP_2_7_0..HEAD -- | \
sort | uniq > authors-temp.txt
2010-01-03 11:17:45 +01:00
Michael Natterer 0675a2e263 Get rid of whitespace diff in NEWS 2009-10-03 14:00:34 +02:00
Alexia Death be78fe3b1d Merge commit 'origin/master' into soc-2009-dynamics 2009-09-20 14:32:32 +03:00
Michael Natterer 67847b4aca Add section for 2.7.1 and the changes that happened so far 2009-09-07 23:06:16 +02:00
Martin Nordholts 977ee88b4b NEWS: Add missing item for 2.7.0 about closing toolbox 2009-08-30 13:47:31 +02:00
Alexia Death d2143b8886 Merging master to current state 2009-08-21 19:26:05 +03:00
Martin Nordholts 2c7e560988 Make GIMP 2.7.0 development release
Tweak NEWS and make GIMP 2.7.0 development release.
2009-08-15 21:32:38 +02:00
Martin Nordholts e9f3329ce0 Update NEWS 2009-08-15 12:06:07 +02:00
Martin Nordholts 3224fab79d Update NEWS for 2.7.0 2009-08-14 22:02:25 +02:00
Alexia Death cea52220ea Merge branch 'master' into soc-2009-dynamics
Conflicts:
	.gitignore
	NEWS
	app/widgets/gimptagpopup.c
	po/ru.po
2009-07-21 20:12:35 +03:00
Martin Nordholts f455e5c56e Add 'General' section to NEWS 2009-07-15 21:29:25 +02:00
Martin Nordholts 414851833a Fix typo in NEWS 2009-07-15 00:39:31 +03:00
Martin Nordholts 5d0eb20206 Cleanup NEWS
Sort items into groups and roughly order of importance.
2009-07-15 00:38:09 +03:00
Martin Nordholts e2f080b9d7 Fix typo in NEWS 2009-07-14 12:27:53 +02:00
Martin Nordholts a46fbe82dd Cleanup NEWS
Sort items into groups and roughly order of importance.
2009-07-13 09:49:56 +02:00
Martin Nordholts b51f808a2f Update NEWS for 2.7.0
Update NEWS will all changes up until now.
2009-07-12 19:26:17 +03:00
Martin Nordholts 6249fda2c8 Start updating NEWS for 2.7.0
Update NEWS with changes up to and including 2009-02-28.
2009-07-12 19:26:17 +03:00
Martin Nordholts 065bb5dfbb Update NEWS for 2.7.0
Update NEWS will all changes up until now.
2009-07-12 09:42:53 +02:00
Martin Nordholts 8402ed3540 Start updating NEWS for 2.7.0
Update NEWS with changes up to and including 2009-02-28.
2009-07-10 22:38:43 +02:00
Sven Neumann 15c29ef124 README NEWS bumped version to 2.7.0 after creating a stable gimp-2-6
2008-10-09  Sven Neumann  <sven@gimp.org>

	* README
	* NEWS
	* configure.in: bumped version to 2.7.0 after creating a stable
	gimp-2-6 branch.


svn path=/trunk/; revision=27187
2008-10-08 22:47:51 +00:00
Sven Neumann 85153a6bee news update for 2.6.1 release
svn path=/trunk/; revision=27182
2008-10-08 21:13:55 +00:00
Sven Neumann c8c5ea21c8 bumped version to 2.6.1 (interface age 1).
2008-10-01  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.1 (interface age 1).

Rotated ChangeLog and NEWs.


svn path=/trunk/; revision=27095
2008-09-30 22:10:17 +00:00
Sven Neumann 7245870c90 Made 2.6.0 release.
2008-09-30  Sven Neumann  <sven@gimp.org>

        * Made 2.6.0 release.


svn path=/trunk/; revision=27092
2008-09-30 21:56:42 +00:00
Sven Neumann 9dae0a7996 news update
svn path=/trunk/; revision=27071
2008-09-29 08:06:31 +00:00
Sven Neumann c997af5816 news update for 2.5.4
svn path=/trunk/; revision=26945
2008-09-15 13:06:15 +00:00
Sven Neumann eb5c7b9c8d news update for trunk
svn path=/trunk/; revision=26873
2008-09-05 12:24:59 +00:00
Sven Neumann 1cad29079f last-minute news update for 2.5.3
svn path=/trunk/; revision=26704
2008-08-21 19:18:03 +00:00
Michael Natterer 84c0b27708 Fix wrong news entry.
svn path=/trunk/; revision=26701
2008-08-21 17:15:44 +00:00
Sven Neumann 6ec759e812 news update for 2.5.3
svn path=/trunk/; revision=26660
2008-08-19 07:27:28 +00:00
Sven Neumann f6cb2aa4dd Made 2.5.2 development release.
2008-07-16  Sven Neumann  <sven@gimp.org>

        * Made 2.5.2 development release.


svn path=/trunk/; revision=26206
2008-07-16 20:41:32 +00:00
Sven Neumann f3f270963d news update for 2.5.2
svn path=/trunk/; revision=26195
2008-07-16 06:39:32 +00:00
Sven Neumann 78ef0cd13f another news entry
svn path=/trunk/; revision=26136
2008-07-11 18:36:13 +00:00
Sven Neumann c130647de4 news for 2.5.2
svn path=/trunk/; revision=26128
2008-07-11 13:14:28 +00:00
Sven Neumann 116be7b552 news update for 2.5.2 release
svn path=/trunk/; revision=26082
2008-07-07 15:13:28 +00:00
Sven Neumann cf6b45c8bb updated NEWS for 2.5.1
svn path=/trunk/; revision=25949
2008-06-14 19:47:31 +00:00
Sven Neumann 4dd186bab4 added news for 2.5.1 release
fixed typo in ChangeLog

svn path=/trunk/; revision=25581
2008-05-07 09:12:21 +00:00
Sven Neumann fbc93dc4d9 minor update
svn path=/trunk/; revision=25448
2008-04-09 17:27:00 +00:00
Michael Natterer ed15144480 mention some more color tool and GEGL changes.
2008-04-09  Michael Natterer  <mitch@gimp.org>

	* NEWS: mention some more color tool and GEGL changes.


svn path=/trunk/; revision=25430
2008-04-09 12:11:06 +00:00
Sven Neumann 6d6c5e0627 first draft of a NEWS file for the upcoming 2.5.0 release
svn path=/trunk/; revision=25401
2008-04-07 19:27:21 +00:00
Sven Neumann fbbb82329e removed misleading info, mention that no releases have been done yet
svn path=/trunk/; revision=24972
2008-02-26 15:24:41 +00:00
Sven Neumann 4813d06f0c INSTALL README updated for 2.5.
2007-10-31  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* README
	* NEWS: updated for 2.5.

svn path=/trunk/; revision=24015
2007-10-31 11:18:09 +00:00
Sven Neumann 6e933ab1f3 updated news for 2.4.1
svn path=/trunk/; revision=23997
2007-10-31 07:20:54 +00:00
Sven Neumann 967b22fed7 don't pass NULL strings to gimp_message(). Fixes bug #490617.
2007-10-26  Sven Neumann  <sven@gimp.org>

	* app/pdb/gimpprocedure.c (gimp_procedure_validate_args): don't 
pass
	NULL strings to gimp_message(). Fixes bug #490617.


svn path=/trunk/; revision=23958
2007-10-26 20:03:07 +00:00
Sven Neumann 50b1e190a6 started to add NEWS for 2.4.1
svn path=/trunk/; revision=23957
2007-10-26 19:24:56 +00:00
Sven Neumann 8fe1bc6002 NEWS and ChangeLog changes for GIMP 2.4
svn path=/trunk/; revision=23931
2007-10-23 23:09:46 +00:00
Sven Neumann a1fb50607a Made 2.4.0-rc3 release.
2007-09-23  Sven Neumann  <sven@gimp.org>

        * Made 2.4.0-rc3 release.

svn path=/trunk/; revision=23633
2007-09-23 19:16:58 +00:00
Sven Neumann 7c37e2a2e2 news update for 2.4.0-rc3
svn path=/trunk/; revision=23610
2007-09-21 19:34:02 +00:00
Michael Natterer 150c85e562 Updated NEWS
svn path=/trunk/; revision=23442
2007-09-02 18:28:21 +00:00
Raphaël Quinet 1add785043 minor NEWS update
svn path=/trunk/; revision=23429
2007-08-31 14:44:13 +00:00
Michael Natterer 9f66bd88ce Updated NEWS.
svn path=/trunk/; revision=23426
2007-08-31 13:47:49 +00:00
Sven Neumann 5941a86ecc minor correction
svn path=/trunk/; revision=23293
2007-08-16 14:39:26 +00:00
Sven Neumann 747561037a updated NEWS for 2.4.0-rc1
svn path=/trunk/; revision=23291
2007-08-16 09:20:30 +00:00
Raphaël Quinet 76119fe67b news update
svn path=/trunk/; revision=22972
2007-07-20 22:21:07 +00:00
Sven Neumann e2b9c20b43 fixed a gtk-doc comment.
2007-07-20  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c: fixed a gtk-doc comment.


svn path=/trunk/; revision=22966
2007-07-20 13:18:43 +00:00
Sven Neumann f7b73192c0 ChangeLog formatting and a NEWS update
svn path=/trunk/; revision=22729
2007-06-06 21:00:34 +00:00
Sven Neumann 7f41f6c535 news update for 2.3.18
svn path=/trunk/; revision=22707
2007-06-05 07:53:39 +00:00
Sven Neumann bb5a815f24 Made 2.3.17 development release.
2007-05-27  Sven Neumann  <sven@gimp.org>

        * Made 2.3.17 development release.

svn path=/trunk/; revision=22633
2007-05-27 15:27:26 +00:00
Sven Neumann b1c846d446 NEWS update
svn path=/trunk/; revision=22599
2007-05-24 06:57:20 +00:00
Sven Neumann 51114f6e14 news update
svn path=/trunk/; revision=22522
2007-05-17 12:14:34 +00:00
Sven Neumann 2a96f5068f news update for the 2.3.16 release
svn path=/trunk/; revision=22307
2007-04-24 14:59:14 +00:00
Sven Neumann b2233a01d7 news update
svn path=/trunk/; revision=22270
2007-04-17 19:34:07 +00:00
Sven Neumann 03f3b2402e news flash
svn path=/trunk/; revision=22051
2007-03-05 21:38:12 +00:00
Sven Neumann a2fb0ef13d news flash
svn path=/trunk/; revision=21958
2007-02-20 10:37:35 +00:00
Sven Neumann 0564013cc5 updated for 2.3.14
svn path=/trunk/; revision=21765
2007-01-23 10:16:08 +00:00
Sven Neumann c91cd3235c updated
svn path=/trunk/; revision=21715
2007-01-15 15:37:01 +00:00
Sven Neumann 4dfd79a486 started to add news for the next development release 2006-12-15 09:52:56 +00:00
Sven Neumann fa3ed4dbf5 more updates for 2.3.13 2006-11-23 21:21:01 +00:00
Sven Neumann 96d3d99bc5 updated for 2.3.13 2006-11-23 11:56:24 +00:00
Sven Neumann a44f83c66c simplified.
2006-11-07  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c
(gimp_rectangle_tool_oper_update):
	simplified.
2006-11-07 22:07:22 +00:00
Sven Neumann 7c42c389df new features since 2.3.12 2006-10-30 17:10:02 +00:00
Sven Neumann 1bc87a6306 added missing casts.
2006-10-11  Sven Neumann  <sven@gimp.org>

        * app/pdb/gimppdb.c: added missing casts.

Updated NEWS for 2.3.12
2006-10-11 08:13:35 +00:00
Sven Neumann be467a2553 new stuff in HEAD 2006-09-11 06:38:55 +00:00
Sven Neumann f674207956 news update for 2.3.11 2006-09-07 13:53:58 +00:00
Sven Neumann 0795120402 news update 2006-08-17 09:03:25 +00:00
Sven Neumann 4066d80deb updated NEWS, cleaned up ChangeLog 2006-08-10 10:09:35 +00:00
Sven Neumann 2882579207 started to add NEWS for 2.3.11 2006-07-14 08:46:36 +00:00
Sven Neumann 435303b6d9 news for 2.3.10 2006-06-30 06:54:52 +00:00
Sven Neumann a91c2c7394 news update, removed trailing whitespace from ChangeLog 2006-06-23 10:56:01 +00:00
Sven Neumann e46688bc97 some news for the upcoming 2.3.10 release 2006-06-16 14:38:46 +00:00
Sven Neumann e0d2542469 news for the 2.3.9 release 2006-06-05 21:21:18 +00:00
Sven Neumann 66a47904da news flash 2006-06-02 06:52:51 +00:00
Sven Neumann de6f37fad7 news flash 2006-05-16 07:26:04 +00:00
Sven Neumann 25be59309a news update 2006-05-04 06:30:38 +00:00
Sven Neumann 84affae066 started adding news for 2.3.9 2006-04-24 11:06:35 +00:00
Sven Neumann 1cead468f2 Made 2.3.8 development release.
2006-04-12  Sven Neumann  <sven@gimp.org>

        * Made 2.3.8 development release.
2006-04-12 14:19:43 +00:00
Sven Neumann 855e220572 news update for 2.3.8 and typos 2006-04-10 21:53:10 +00:00
Sven Neumann 285316dab5 NEWS update and typo fixed in ChangeLog 2006-03-28 21:18:29 +00:00
Sven Neumann 2ab072cb01 news update 2006-03-16 17:01:48 +00:00
Sven Neumann 39abf7072e news update 2006-03-14 16:58:07 +00:00
Sven Neumann fd02e97a4f renamed to Zoom tool.
2006-02-20  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpmagnifytool.c: renamed to Zoom tool.

	* menus/image-menu.xml.in: changed accordingly.
2006-02-20 12:49:46 +00:00
Sven Neumann a011d17e44 set tab-style for dockables.
2006-02-20  Sven Neumann  <sven@gimp.org>

	* etc/sessionrc: set tab-style for dockables.
2006-02-20 11:33:29 +00:00
Sven Neumann 08102c827c news update for 2.3.7 2006-02-06 11:27:37 +00:00
Sven Neumann a5321d8de0 news update for the 22C3 release 2005-12-28 18:54:23 +00:00
Sven Neumann 408c7cf24f news flash 2005-12-02 10:21:19 +00:00
Sven Neumann 657488acbf news flash 2005-11-02 16:19:54 +00:00
Sven Neumann dc4757cedc add G_GNUC_INTERNAL to declaration of wrapped PDB functions.
2005-10-25  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/lib.pl: add G_GNUC_INTERNAL to declaration of
	wrapped PDB functions.

	* libgimp/gimpchannel_pdb.h
	* libgimp/gimpdrawable_pdb.h
	* libgimp/gimpgimprc_pdb.h
	* libgimp/gimpimage_pdb.h
	* libgimp/gimplayer_pdb.h
	* libgimp/gimpplugin_pdb.h
	* libgimp/gimpproceduraldb_pdb.h
	* libgimp/gimpprogress_pdb.h
	* libgimp/gimpselection_pdb.h
	* libgimp/gimpunit_pdb.h: regenerated.

	* libgimp/gimptile.h
	* libgimp/gimpunitcache.h
	* libgimpthumb/gimpthumb-utils.h
	* libgimpwidgets/gimpcolorarea.h
	* libgimpwidgets/gimphelpui.h: declare internal functions as such
	using G_GNUC_INTERNAL.
2005-10-25 12:08:32 +00:00
Sven Neumann 4dc08fefd5 news update 2005-10-20 12:14:47 +00:00
Sven Neumann 77d433acd9 news update 2005-10-05 17:00:51 +00:00
Sven Neumann 0507d779b2 Made 2.3.4 development release.
2005-09-26  Sven Neumann  <sven@gimp.org>

        * Made 2.3.4 development release.
2005-09-26 16:21:03 +00:00
Sven Neumann 9534e52a17 NEWS update 2005-09-25 22:12:04 +00:00
Sven Neumann 8ee24ad4ca news update for 2.3.4 2005-09-20 09:52:51 +00:00
Michael Natterer 6d124138df Mention new path cursors. 2005-08-09 21:06:42 +00:00
Sven Neumann 35dab6fe31 news flash 2005-08-08 20:18:24 +00:00
Sven Neumann 2300e2b743 increase the size of the swap file in chunks of 16MB instead of only
2005-07-30  Sven Neumann  <sven@gimp.org>

	* app/base/tile-swap.c: increase the size of the swap file in
	chunks of 16MB instead of only 256KB. Check the return value of
	ftruncate().
2005-07-30 00:33:57 +00:00
Sven Neumann 3d9b2cdf60 news update 2005-07-18 11:45:04 +00:00
Sven Neumann 8fbe43275d Made 2.3.2 development release.
2005-07-01  Sven Neumann  <sven@gimp.org>

        * Made 2.3.2 development release.
2005-07-01 17:22:14 +00:00
Sven Neumann b9b1506adb news update 2005-07-01 12:32:25 +00:00
Sven Neumann 7189c39245 news flash 2005-06-27 09:26:53 +00:00
Sven Neumann 4e5fef7d57 news flash 2005-06-17 16:48:16 +00:00
Sven Neumann 2c9be3e4a5 Made 2.3.1 development release.
2005-06-09  Sven Neumann  <sven@gimp.org>

        * Made 2.3.1 development release.
2005-06-09 17:13:20 +00:00
Sven Neumann cd05183963 news flash 2005-06-09 16:21:46 +00:00
Sven Neumann ed0c815b68 news update 2005-06-04 15:16:42 +00:00
Sven Neumann 247603f9e1 news 2005-05-23 11:35:21 +00:00
Sven Neumann b22a22fa83 NEWS flash 2005-05-21 14:50:11 +00:00
Sven Neumann fa8a2c37ea news flash 2005-05-11 23:22:59 +00:00
Sven Neumann 7c2f4a126a NEWS update, fixed a typo in ChangeLog 2005-05-08 23:52:40 +00:00
Sven Neumann 3be7096f12 layout 2005-04-06 13:44:30 +00:00
Sven Neumann a97f4f8355 news update 2005-04-06 13:43:52 +00:00
Sven Neumann ff0bbeed5a news update 2005-03-25 23:22:41 +00:00
Sven Neumann 97e517a9ad news update for HEAD branch 2005-03-17 00:43:13 +00:00
Sven Neumann aa91f99a1b first version of a new NEWS list 2005-02-13 02:06:28 +00:00
Sven Neumann c41b142081 updated NEWS for HEAD branch 2004-12-28 17:42:33 +00:00
Sven Neumann 4d27239a9c renamed menu_path parameter to menu_label and added a pointer to
2004-12-28  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.[ch] (gimp_install_procedure, gimp_install_temp_proc):
	renamed menu_path parameter to menu_label and added a pointer to
	gimp_plugin_menu_register()

	* app/widgets/gimpsizebox.c (gimp_size_box_constructor): removed
	unused variables.
2004-12-28 15:21:16 +00:00
Sven Neumann 6e1ff6f29d don't call gimp_progress_update() for each and every pixel. Every few rows
2004-12-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/despeckle.c (despeckle_median): don't call
	gimp_progress_update() for each and every pixel. Every few rows
	should be enough. Fixes bug #162129.

	* plug-ins/common/blur.c: set progress to 1.0 when done, not to 100.
2004-12-23 23:19:43 +00:00
Sven Neumann 68f0686c27 news flash 2004-12-23 22:38:38 +00:00
Sven Neumann 7d11f4ddbc made plug_in_proc_frame_free() a static function.
2004-12-23  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-proc-frame.[ch]: made plug_in_proc_frame_free()
	a static function.
2004-12-23 15:13:51 +00:00
Sven Neumann 360e067709 added NEWS for the stable branch (no, we haven't branched yet).
2004-12-22  Sven Neumann  <sven@gimp.org>

	* NEWS: added NEWS for the stable branch (no, we haven't branched
	yet).

	* Makefile.am
	* NEWS.pre-2.2: moved old NEWS here.
2004-12-22 01:07:11 +00:00
Sven Neumann 863501a63a last-minute updates 2004-12-19 02:30:52 +00:00
Sven Neumann 162c352f28 updated 2004-12-13 00:56:50 +00:00
Sven Neumann 2db008400f INSTALL NEWS updates for the GIMP 2.2.0 release.
2004-12-11  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updates for the GIMP 2.2.0 release.
2004-12-11 16:55:13 +00:00
Sven Neumann 6f4d9df019 call base_exit() before quitting the application using exit(). Fixes bug
2004-11-22  Sven Neumann  <sven@gimp.org>

	* app/app_procs.c (app_exit_after_callback): call base_exit()
	before quitting the application using exit(). Fixes bug #159019.

	* app/base/tile-swap.c: moved the warning about a non-empty swap
	file into #ifdef GIMP_UNSTABLE ... #endif.
2004-11-22 21:29:41 +00:00
Sven Neumann afd2ba97a6 updates for the 2.2-pre2 release 2004-11-19 22:24:53 +00:00
Sven Neumann 6cea47c7ea news flash 2004-11-17 22:31:02 +00:00
Sven Neumann 869a1b680d started to redo this dialog without using a GimpSizeBox. The widgets
2004-11-15  Sven Neumann  <sven@gimp.org>

	* app/dialogs/print-size-dialog.c: started to redo this dialog
	without using a GimpSizeBox. The widgets aren't connected, so it
	isn't usable yet.

	* app/widgets/gimpprogressbox.c
	* app/widgets/gimpprogressdialog.c
	* app/widgets/gimpsizebox.c: trivial cleanups.

	* data/images/gimp-splash.png: splash for 2.2-pre2, done by Jimmac.
2004-11-14 23:51:46 +00:00
Sven Neumann 6e1ea086c9 added Karine Proot to contributors 2004-11-14 14:35:32 +00:00
Sven Neumann 1f64ff6c82 updates 2004-11-14 10:41:42 +00:00
Sven Neumann ec9ee41fe7 themes/Default/images/Makefile.am
2004-11-14  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-center-16.png
	* themes/Default/images/stock-center-24.png
	* themes/Default/images/stock-print-resolution-16.png
	* themes/Default/images/stock-print-resolution-24.png: new icons
	drawn by Jimmac.

	* libgimpwidgets/gimpstock.[ch]: registered the new icons.

	* app/actions/image-actions.c
	* app/dialogs/print-size-dialog.c
	* app/dialogs/resize-dialog.c
	* plug-ins/ifscompose/ifscompose.c: use them.
2004-11-14 01:51:21 +00:00
Sven Neumann 232e5ea221 bumped version to 2.2-pre2.
2004-11-14  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.2-pre2.
2004-11-14 01:16:18 +00:00
Simon Budig 7f48c61e10 Fixed handling of 1x1 selection and selection out of drawable.
2004-11-01  Simon Budig  <simon@gimp.org>

	* plug-ins/common/plasma.c: Fixed handling of 1x1 selection and
	selection out of drawable.
2004-10-31 23:44:12 +00:00
Sven Neumann c584d16144 updated NEWS for 2.2.0-pre1 2004-10-31 20:38:39 +00:00
Sven Neumann 789240efc9 INSTALL NEWS updated for 2.2 pre-releases.
2004-10-30  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updated for 2.2 pre-releases.
2004-10-30 01:42:14 +00:00
Sven Neumann 550965744d new splash by Jimmac.
2004-10-15  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: new splash by Jimmac.
2004-10-14 22:18:25 +00:00
David Odin 6f1d8b6be6 ported to GimpDrawablePreview, and removed many lines of codes.
* plug-ins/common/scatter_hsv.c: ported to GimpDrawablePreview, and
  removed many lines of codes.
2004-10-14 22:07:52 +00:00
Sven Neumann 2206108f0c more news 2004-10-14 21:21:17 +00:00
David Odin fe6045b9e5 Added a preview.
* plug-ins/common/colorify.c: Added a preview.
2004-10-13 21:21:48 +00:00
David Odin b21428d6ac added cubism to the list of plug-ins that now have a preview. 2004-10-13 20:51:41 +00:00
Sven Neumann 1fdb729dce updated 2004-10-12 17:48:29 +00:00
Sven Neumann 6af2d09820 updated for 2.1.6 release 2004-10-04 20:30:40 +00:00
Michael Natterer 224e121ad6 Updated. 2004-10-04 20:17:32 +00:00
Sven Neumann 7762dbd9c9 NEWS update 2004-09-29 23:46:28 +00:00
Michael Natterer 95e41707ff More news. 2004-09-19 22:55:59 +00:00
Sven Neumann 9f79a8fc1f updated NEWS 2004-09-19 20:56:23 +00:00
Sven Neumann 4df47bde0c news flash 2004-09-15 22:49:14 +00:00
Sven Neumann 5a016a752f Reverted my change. It was bogus since Noisify is actually Scatter RGB. 2004-09-05 00:28:47 +00:00
Sven Neumann ea84f1ba6c libgimp/libgimp-sections.txt added gimp_image_resize_to_layers().
2004-09-05  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpimage.sgml: added gimp_image_resize_to_layers().
2004-09-05 00:17:28 +00:00
Simon Budig cf9951a0e4 NEWS: Updated for "Fit Canvas to Layers" 2004-09-04 22:43:21 +00:00
Sven Neumann 0ef4dc1713 NEWS update, ChangeLog formatting 2004-09-04 08:53:10 +00:00
David Odin 3b3740ad85 added a note about the comment in info window and did some changes about the
plug-ins which now have a preview
2004-09-04 01:10:30 +00:00
Sven Neumann 35c218168e updated 2004-09-04 00:45:03 +00:00
Sven Neumann 323e7f4cc0 updated 2004-08-21 15:54:14 +00:00
Simon Budig 5dd10c748d Fix some GUI issues. Make the relation between the dimension parameter and
2004-08-21  Simon Budig  <simon@gimp.org>

	* plug-ins/common/gih.c: Fix some GUI issues. Make the relation
	between the dimension parameter and the rank thingies more clear
	also changed to a nicer layout.
2004-08-21 10:38:38 +00:00
Sven Neumann ce45d96897 updated.
2004-08-11  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: updated.
2004-08-11 15:30:36 +00:00
Sven Neumann 67fa71bc1e updated 2004-08-05 22:47:56 +00:00
Sven Neumann b580628e4f don't leak empty SVG gradients.
2004-07-27  Sven Neumann  <sven@gimp.org>

	* app/core/gimpgradient-load.c: don't leak empty SVG gradients.
2004-07-27 19:34:27 +00:00
Michael Natterer f36f9188d2 minor correction. 2004-07-27 13:05:37 +00:00
Sven Neumann b7120104dd updated NEWS 2004-07-26 22:49:22 +00:00
Sven Neumann ce5ffd3ea7 fixed some GUI issues: left-align labels, use stock buttons, added
2004-07-20  Sven Neumann  <sven@gimp.org>

	* plug-ins/Lighting/lighting_ui.c: fixed some GUI issues:
	left-align labels, use stock buttons, added line-breaks to make
	the code fit into 80 columns.
2004-07-19 22:06:09 +00:00
Sven Neumann 55c03a25b5 don't start a comment with /** unless it's meant to be parsed by gtk-doc.
2004-07-18  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite-mmx.h: don't start a comment with
	/** unless it's meant to be parsed by gtk-doc.

	* app/actions/Makefile.am:
	* app/actions/file-dialog-commands.[ch]: removed, not used any
	longer.
2004-07-18 18:24:32 +00:00
Michael Natterer 91c4e03792 s/fizes/fixes/ 2004-07-12 15:58:14 +00:00
Sven Neumann cbe7552189 NEWS update, fixed UTF-8 in ChangeLog 2004-07-12 15:30:45 +00:00
Sven Neumann 87ee13fad1 removed #ifdef'ed code that isn't any longer needed.
2004-07-03  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/dog.c (dog): removed #ifdef'ed code that isn't
	any longer needed.
2004-07-03 10:16:48 +00:00
Sven Neumann 569765d7e3 Made 2.1.1 release.
2004-06-24  Sven Neumann  <sven@gimp.org>

        * Made 2.1.1 release.
2004-06-24 00:51:19 +00:00
Sven Neumann 7bdf689b68 commented out the linux_input controller configuration.
2004-06-24  Sven Neumann  <sven@gimp.org>

	* etc/controllerrc: commented out the linux_input controller
	configuration.
2004-06-23 22:34:33 +00:00
Sven Neumann 5823d07e23 bumped version to 2.1.1. Allow to disable the build of the linux_input
2004-06-17  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.1.1. Allow to disable the
	build of the linux_input controller module.
2004-06-17 10:01:58 +00:00
Sven Neumann 0b982011ac applied a patch by Philip Lafleur that changes the default to FALSE. Fixes
2004-06-04  Sven Neumann  <sven@gimp.org>

	* app/paint/gimppaintoptions.c (DEFAULT_PRESSURE_PRESSURE):
	applied a patch by Philip Lafleur that changes the default to
	FALSE. Fixes bug #143626.
2004-06-04 09:47:06 +00:00
Sven Neumann efd6c6b56c added more contributors 2004-06-02 11:11:29 +00:00
Sven Neumann 394035cc36 more NEWS update 2004-06-02 10:39:16 +00:00
Michael Natterer 631b5b4d95 more news & cleanup. 2004-06-01 23:44:10 +00:00
Sven Neumann 86d153f869 NEWS updated.
2004-06-02  Sven Neumann  <sven@gimp.org>

	* NEWS
	* README: updated.
2004-06-01 23:25:53 +00:00
Nate Summers 1883a7e985 Recommitted lost changes to NEWS and ChangeLog 2004-05-21 18:22:46 +00:00
Sven Neumann fe5d17d0aa NEWS update 2004-05-20 02:03:48 +00:00
Nate Summers 7ccf507fce oops, forgot a <CR> 2004-05-18 15:05:06 +00:00
Nate Summers 9a07faff58 Clarified end-user visible features. Made sundry small grammar and consistancy fixes. Reorganized list of changes slightly. 2004-05-18 15:04:06 +00:00
Sven Neumann 987cacecdc started a list of changes and new features 2004-05-11 23:49:03 +00:00
Sven Neumann 99309dde33 NEWS mention that this is the development branch.
2004-04-15  Sven Neumann  <sven@gimp.org>

	* NEWS
	* README: mention that this is the development branch.
2004-04-15 13:06:39 +00:00
Sven Neumann 14c6f50a80 plug-ins/imagemap/imap_cern_parse.c plug-ins/imagemap/imap_csim_parse.c
2004-04-13  Sven Neumann  <sven@gimp.org>

	* plug-ins/imagemap/imap_cern_parse.c
	* plug-ins/imagemap/imap_csim_parse.c
	* plug-ins/imagemap/imap_ncsa_parse.c: regenerated using GNU Bison
	version 1.875a. Fixes bug #139894.
2004-04-13 20:40:28 +00:00
Sven Neumann 84688d18d8 added a category parameter to make this function more flexible.
2004-04-13  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-utils.[ch] (gimp_get_default_language): added a
	category parameter to make this function more flexible.

	* app/text/gimptext.c: changed accordingly.

	* app/widgets/gimphelp.c (gimp_help): localize the help pages
	according to the value of LC_MESSAGES. Fixes bug #139917.
2004-04-13 15:07:30 +00:00
Sven Neumann 68d9b6013c push an undo group only when it's needed. This resurrects text undo
2004-04-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.c (gimp_text_tool_apply): push an undo
	group only when it's needed. This resurrects text undo compression
	that broke when bug #137767 got fixed.
2004-04-10 18:11:00 +00:00
Sven Neumann 68d558397a NEWS update 2004-04-10 12:41:31 +00:00
Sven Neumann 115eeb611a Makefile.am moved old NEWS to this new file.
2004-04-04  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* NEWS.pre-2-0: moved old NEWS to this new file.

	* NEWS: list bugs fixed since 2.0.0.
2004-04-05 00:17:57 +00:00
Sven Neumann 353182861d INSTALL NEWS updated for the 2.0 release.
2004-03-23  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updated for the 2.0 release.
2004-03-23 11:28:38 +00:00
Sven Neumann 145596d9a0 a bug and two people I forgot to include for 2.0rc1 2004-03-21 12:40:46 +00:00
Sven Neumann f97ae7d726 set version number to 2.0.0, version string to "2.0rc1".
2004-03-20  Sven Neumann  <sven@gimp.org>

	* configure.in: set version number to 2.0.0, version string to
	"2.0rc1".

	* app/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpmodule/Makefile.am
	* libgimpthumb/Makefile.am
	* libgimpwidgets/Makefile.am
	* tools/Makefile.am: changed 1.3 to 2.0 all over the place.

	* README
	* NEWS: updated for the 2.0rc1 release.
2004-03-20 20:45:17 +00:00
Sven Neumann d813c287cf NEWS update 2004-03-15 01:40:14 +00:00
Sven Neumann 93b7a17578 NEWS update 2004-03-12 13:55:43 +00:00
Sven Neumann fb2d9928a8 redid the color handling. Still not perfect, but it is somewhat cleaner.
2004-03-11  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptextoptions.[ch]: redid the color handling.
	Still not perfect, but it is somewhat cleaner.
2004-03-11 20:52:49 +00:00
Sven Neumann c1d65aa1ea updated 2004-03-06 17:52:05 +00:00
Sven Neumann 03806004d1 updated 2004-03-04 00:37:58 +00:00
Sven Neumann 1d86e0e95f added more NEWS 2004-02-22 14:34:23 +00:00
David Neary e4026c1fb0 Updated NEWS before 2.0pre4 release 2004-02-21 21:12:51 +00:00
Michael Natterer d46dca668d EXEEXT was fixed by yosh, not by me. Indented multiline bug fixes. 2004-02-10 14:58:29 +00:00
Sven Neumann 777a76a816 updated NEWS 2004-02-10 13:04:59 +00:00