gimp/app/gui
Michael Natterer e494bbd557 store resolution values as doubles, not floats.
1999-05-18  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/app_procs.c (and many of the files below): store resolution
	values as doubles, not floats.

	* app/brush_select.c
	* app/pattern_select.c: hide the "refresh" button in client
	dialogs. Don't know if this is desired but it fixes a SEGV.

	* app/file_new_dialog.c: New ui using code/ideas from Austin,
	Marco and Nick. The "size" frame is still a bit bloated but I
	didn't want to reduce it's functionality right now. It's closer to
	the result of the last discussion but not perfect yet...
	Added a dialog to confirm image sizes larger than the new
	max_new_image_size value.
	The new "reset" button uses the values from gimprc.
	Removed some #include's, added the copyright header.

	* app/gimprc.[ch]: new rc variable max_new_image_size.

	* app/preferences_dialog.c: added the "max image size"
	option. Generalized the mem size unit code.

	* app/resize.c: an additional box lets the offset widget always
	shrink correctly.

	* app/text_tool.c: fixed a minor memory leak.

	* libgimp/Makefile.am: add all widgets to libgimpui.*

	* libgimp/gimpfileselection.c: cosmetic changes.

	* libgimp/gimplimits.h: a maximum image size which should satisfy
	everybody ;)

	* libgimp/gimpsizeentry.c: allow the creation of sizeentries
	without fields. This (finally) enables arbitrary layout of the
	spinbuttons.

	* plug-ins/script-fu/script-fu-scripts.c: use the fileselection
	widget for script parameter SF_FILENAME.
1999-05-18 17:33:39 +00:00
..
about-dialog.c Removed an unnecessary #include from about_dialog.c. 1999-05-16 01:32:24 +00:00
about-dialog.h Initial revision 1997-11-24 22:05:25 +00:00
brush-editor.c app/by_color_select.c: plug-ins/script-fu/script-fu-scripts.c: 1998-12-20 00:13:50 +00:00
brush-editor.h ---------------------------------------------------------------------- 1998-07-16 11:44:56 +00:00
brush-select.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
brush-select.h app/brush_select.c app/brush_select.h app/pattern_select.c delay the popup 1999-05-01 21:37:34 +00:00
channels-dialog.c app/gimage_cmds.c pdbgenned files 1999-04-27 04:57:59 +00:00
channels-dialog.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
color-area.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
color-area.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00
color-notebook.c Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
color-notebook.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
color-select.c Cosmetic stuff... 1999-04-20 11:13:33 +00:00
color-select.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
commands.c app/channel.[ch] app/commands.c app/gimage_mask.[ch] 1999-05-06 23:10:29 +00:00
commands.h iMon Jan 18 23:36:57 1999 Austin Donnelly <austin@gimp.org> 1999-01-19 00:03:00 +00:00
device-status-dialog.c #include <gtk/gtk.h>. 1999-04-05 12:48:48 +00:00
file-new-dialog.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
file-new-dialog.h *app/file_new_dialog.c app/file_new_dialog.h: app/gloal_edit.c: added 1998-06-12 19:43:55 +00:00
gradient-editor.c gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
gradient-editor.h gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
gradient-select.c gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
help-commands.c app/channel.[ch] app/commands.c app/gimage_mask.[ch] 1999-05-06 23:10:29 +00:00
help-commands.h iMon Jan 18 23:36:57 1999 Austin Donnelly <austin@gimp.org> 1999-01-19 00:03:00 +00:00
info-dialog.c Toggable tools! 1999-04-27 02:09:03 +00:00
info-dialog.h #include <gtk/gtk.h>. 1999-04-05 12:48:48 +00:00
info-window.c made function headers ansi compliant. 1999-04-02 19:46:59 +00:00
info-window.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
input-dialog.c #include <gtk/gtk.h>. 1999-04-05 12:48:48 +00:00
layer-select.c app/brush_select.c app/channels_dialog.c app/disp_callbacks.c 1999-01-10 21:54:02 +00:00
layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
layers-dialog.c libgimp/Makefile.am new file. Currently contains constants for image size 1999-05-09 16:38:05 +00:00
layers-dialog.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
menus.c We weren't initialising refs variable before using it. Hence some stuff 1999-05-16 17:22:58 +00:00
menus.h added MRU file list (patch from nuke@bayside.net) Moved document index menu 1998-07-12 05:18:17 +00:00
module-browser.c run cleanup code on shutdown in many more cases. The should fix Marc's 1999-05-18 00:18:45 +00:00
module-browser.h *** empty log message *** 1999-04-14 19:51:49 +00:00
palette-editor.c put up messages telling user about corrupted palette files as we load 1999-05-03 20:44:01 +00:00
palette-editor.h #include <gtk/gtk.h> 1999-04-04 07:12:22 +00:00
palette-select.c add <sys/types.h> 1999-04-23 15:20:10 +00:00
palette-select.h app/palette.c app/palette_select.h app/palette_select.c 1999-01-03 00:12:39 +00:00
paths-dialog.c app/gdisplay.c app/paths_dialog.c app/paths_dialog.h 1999-05-14 23:16:58 +00:00
paths-dialog.h app/gdisplay.c app/paths_dialog.c app/paths_dialog.h 1999-05-14 23:16:58 +00:00
pattern-select.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
pattern-select.h app/brush_select.c app/brush_select.h app/pattern_select.c delay the popup 1999-05-01 21:37:34 +00:00
plug-in-commands.c add new function plug_in_init_shm() 1999-05-06 20:56:07 +00:00
plug-in-menus.c add new function plug_in_init_shm() 1999-05-06 20:56:07 +00:00
preferences-dialog.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
preferences-dialog.h oops, forgot this file a minute ago ;) 1999-03-27 18:19:43 +00:00
resize-dialog.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
resize-dialog.h app/commands.c app/layers_dialog.c new scale/resize ui: Use size entries 1999-05-02 14:24:54 +00:00
session.c made function headers ansi compliant. 1999-04-02 19:46:59 +00:00
session.h app/gradient.c app/gradient.h app/internal_procs.c app/plug_in.c 1998-10-31 16:22:37 +00:00
tips-dialog.c removed some nonfunctional code. 1999-04-23 06:07:09 +00:00
tips-dialog.h app/colormaps.c app/devices.h minor cleanups 1999-01-14 00:17:13 +00:00
user-install-dialog.c add install for OS2 1999-04-28 14:33:06 +00:00
user-install-dialog.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00