Commit Graph

224 Commits

Author SHA1 Message Date
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