- 24 Jul, 1999 1 commit
-
-
Michael Natterer authored
1999-07-24 Michael Natterer <mitschel@cs.tu-berlin.de> * app/color_picker.[ch]: set the "preserve" flag to FALSE. This way the tool doesn't have to detect drawable changes by itself. Misc stuff like below. * app/gradient.c: heavily changed the beast: - Reviewed the whole ui code and indented it. - Standard ui for all sub-dialogs. - Handle the wm delete event of the sub-dialogs. - "+" and "-" pixmaps instead of "zoom in" and "zoom out". - Made the gradient preview resizable again. - i18n fixes. - Removed some code duplication in the sub-dialogs' cancel/delete callbacks. - Grouped functions together and commented the groups and their prototypes. - Didn't change any core functionality (just the ui). - Please don't kill me, but I couldn't resist to indent most functions ;-) * app/info_dialog.c: no need to call gettext() on a string which was passed to a function (it's the job of the caller). * app/ink.c: grab the pointer in the blob preview. * app/palette.c: standardized the ui of the dialog and all it's sub-dialogs, function header indentation, namespace cleanup.
-
- 09 Jul, 1999 1 commit
-
-
Michael Natterer authored
1999-07-09 Michael Natterer <mitschel@cs.tu-berlin.de> * app/crop.c: mysteriously, using the new tool constructor fixed the crop tool redraw problem. * app/gdisplay.c: clode cleanup * app/info_dialog.c: never emit signals when updating the info fields. Fixes some more transform tool grid redraw bugs.
-
- 31 May, 1999 2 commits
-
-
Michael Natterer authored
1999-05-31 Michael Natterer <mitschel@cs.tu-berlin.de> * app/info_dialog.c * app/rotate_tool.c * app/scale_tool.c: fixed some very strange grid redraw bugs which were caused by unblocked sizeentry signals. It's generally a bad idea to connect to a sizeentry's signal before initialization. Removed the workaround for the gdk assert failures about "gc != NULL" because the signals were the real reason. * app/transform_core.c: originally wanted to fix the bug here but ended up with just some function headers made ansii compliant.
-
Michael Natterer authored
1999-05-31 Michael Natterer <mitschel@cs.tu-berlin.de> * app/commands.c * app/crop.c * app/file_new_dialog.c * app/info_dialog.[ch] * app/interface.c * app/layers_dialog.c * app/resize.[ch] * app/rotate_tool.c * app/scale_tool.c * app/shear_tool.c: finished the float->double migration for resolution values. Standardized the order of function calls which initialize sizeentries. Fixed some off-by-one errors by using correct double->int casting. Use the g* counterparts of int and double in some places. Various code cleanups. * app/preferences_dialog.c: same changes as above plus a cleaner implementation of the mem_size_unit stuff. The whole dialog should behave like before.
-
- 27 Apr, 1999 1 commit
-
-
Sven Neumann authored
I hope I haven't broken too much ;-) --Sven
-
- 05 Apr, 1999 1 commit
-
-
Michael Natterer authored
1999-04-05 Michael Natterer <mitschel@cs.tu-berlin.de> * app/action_area.h: #include <gtk/gtk.h>. * app/devices.c: made the "Input Devices" dialog follow the action area conventions. Grab pointer in the pattern/brush preview popups. * app/errorconsole.c: use the actionarea functions. * app/gimpunit.c: had the wrong copyright header. * app/info_dialog.c: correctly set the spinbuttons' digits. * app/perspectice_tool.c: removed #include <stdio.h> again but didn't forget to s/sprintf/g_snprintf/ this time. * app/preferences_dialog.c: unified order of varible definitions, removed some unused variables. * app/crop.c * app/file_new_dialog.c * app/info_dialog.[ch] * app/interface.c * app/preferences_dialog.c * app/rotate_tool.c * app/scale_tool.c * libgimp/gimpsizeentry.[ch] * libgimp/gimpunitmenu.[ch]: prepared for "percent" in size entries.
-
- 02 Apr, 1999 1 commit
-
-
Michael Natterer authored
1999-04-02 Michael Natterer <mitschel@cs.tu-berlin.de> * app/gimage_mask.[ch]: made function headers ansi compliant. * app/file_new_dialog.c * app/preferences_dialog.c: minor GUI and signal handling changes. Added a WM hint pixmap to the prefs dialog but commented it out because it looked ugly. If someone has a nice pixmap, please try it and tell me ;) * app/color_picker.c * app/crop.c * app/info_window.c * app/perspective_tool.c * app/rotate_tool.c * app/scale_tool.c * app/info_dialog.[ch]: the info_dialog allows scales, spinbuttons and sizeentries now. Made some dialogs use these widgets and added unit support. Sprinkled some g_snprintf's, removed #include's, ansi issues, ... * app/session.c: don't call a NULL callback. * libgimp/gimpsizeentry.[ch]: new function gimp_size_entry_add_field() which allows a more flexible GUI layout. More intelligent signal handling.
-
- 10 Jan, 1999 1 commit
-
-
GMT 1999 Austin Donnelly authored
Sun Jan 10 21:42:11 GMT 1999 Austin Donnelly <austin@greenend.org.uk> * app/brush_select.c * app/channels_dialog.c * app/disp_callbacks.c * app/histogram_tool.c * app/info_dialog.c * app/layer_select.c * app/pattern_select.c * plug-ins/gfig/gfig.c * plug-ins/newsprint/newsprint.c: More changes of the form s/gtk_label_set/gtk_label_set_text/
-
- 16 Dec, 1998 1 commit
-
-
Manish Singh authored
* app/*: stuff from patches/i18n by Daniel Egger * app/channels_dialog.c: fixes minor buglets in the channels dialog -Yosh
-
- 03 Dec, 1998 1 commit
-
-
CST 1998 Shawn T. Amundson authored
Thu Dec 3 16:51:42 CST 1998 Shawn T. Amundson <amundson@gtk.org> * app/channel_ops.c * app/color_balance.c * app/color_select.c * app/commands.c * app/convert.c * app/curves.c * app/docindex.c * app/errorconsole.c * app/file_new_dialog.c * app/fileops.c * app/gdisplay_ops.c * app/histogram_tool.c * app/info_dialog.c * app/layer_select.c * app/levels.c * app/pattern_select.c * app/plug_in.c * app/posterize.c * app/resize.c * app/threshold.c * app/tips_dialog.c: use gtk_container_set_border_width and gtk_window_set_position instead of deprecated versions
-
- 15 Aug, 1998 1 commit
-
-
Sven Neumann authored
for the transformations and crop. Changed "Clip perspective" to "Clip result" in the ransform tool options and made it available for all transformations. Minor cosmetic changes to rect_select and ink option dialogs. --Sven
-
- 11 Jul, 1998 1 commit
-
-
Sven Neumann authored
reopened. Try to use the --restore-session command-line option. --Sven
-
- 22 Jun, 1998 1 commit
-
-
Sven Neumann authored
file 'sessionrc' is written and the position of some windows is remembered. Still has some problems (offset by wm decorations). Can be switched off in the preferences.
-
- 13 Apr, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 12 Mar, 1998 1 commit
-
-
Tim Janik authored
not everything perfect, though. -timj
-
- 29 Jan, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 25 Jan, 1998 1 commit
-
-
Adrian Likins authored
dialogs -adrian
-
- 24 Nov, 1997 1 commit
-
-
Elliot Lee authored
-