gimp/libgimpwidgets
Michael Natterer dcfb450b25 app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c
1999-05-22  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/[all files with resolution info]
	* libgimp/gimp.h
	* libgimp/gimpimage.c
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimpunit.[ch]
	* plug-ins/newsprint/newsprint.c
	* plug-ins/pgn/png.c
	* plug-ins/tiff/tiff.c: double instead of float for all resolution
	and unit-factor variables.

	* app/commands.c
	* app/crop.c
	* app/interface.c
	* app/layers_dialog.c
	* app/move_tool.c
	* app/resize.c
	* app/rotate_tool.c
	* app/scale_tool.c: pass the image's unit *and* gdisp->dot_for_dot
	to all functions which create sizeentries. Never create a
	sizeentry with UNIT_PIXEL but with the image's unit and set it's
	unit to UNIT_PIXEL after creation if dot_for_dot is on.
	This way the image's unit can always be picked from the menu
	without selecting "More...".

	* app/interface.c: made the query_*_box() functions use the
	ActionArea.

	* plug-ins/gimpunitmenu.c: GTK_WIN_POS_MOUSE for the unit
	selection dialog.
1999-05-22 17:56:35 +00:00
..
gimpchainbutton.c Moved all pixmaps and bitmaps from app/ and libgimp/ to pixmaps/ 1999-03-12 22:43:12 +00:00
gimpchainbutton.h Thanks to Michael who sent a patch that inspired me, the chain-button now 1999-03-03 15:00:56 +00:00
gimpcolorselect.c Cosmetic stuff... 1999-04-20 11:13:33 +00:00
gimpfileentry.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
gimpfileentry.h only save sessionrc if the corresponding preferences option is enabled 1999-03-13 23:03:11 +00:00
gimpfileselection.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
gimpfileselection.h only save sessionrc if the corresponding preferences option is enabled 1999-03-13 23:03:11 +00:00
gimppatheditor.c app/brush_select.c app/channels_dialog.c app/color_select.c app/devices.c 1999-03-27 18:16:30 +00:00
gimppatheditor.h removed two unused directories from plug-in-path. 1999-03-14 18:03:58 +00:00
gimpsizeentry.c app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c 1999-05-22 17:56:35 +00:00
gimpsizeentry.h app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c 1999-05-22 17:56:35 +00:00
gimpunitmenu.c app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c 1999-05-22 17:56:35 +00:00
gimpunitmenu.h #include <gtk/gtk.h>. 1999-04-05 12:48:48 +00:00