- 17 Dec, 2002 4 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-17 Sven Neumann <sven@gimp.org> * app/main.c: merged fix for #71409 from stable branch. * plug-ins/common/jpeg.c: merged fix for #75398 from stable branch.
-
Michael Natterer authored
2002-12-17 Michael Natterer <mitch@gimp.org> * app/tools/gimptransformtool.c * app/tools/transform_options.[ch]: replaced the totally unclear (to the user) way we used to calculate the number of grid lines from the value entered in the "Density" spinbutton by a system where the user has the choice between the number of grid lines to display and the spacing between the displayed grid lines. Replaced the "Show Grid" toggle by an option menu to choose the grid type from. (idea from drc on #gimp).
-
Christian Rose authored
2002-12-17 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 16 Dec, 2002 7 commits
-
-
Michael Natterer authored
2002-12-16 Michael Natterer <mitch@gimp.org> * plug-ins/common/CML_explorer.c * plug-ins/common/spheredesigner.c: use g_ascii_dtostr() to serialize floats.
-
Michael Natterer authored
2002-12-16 Michael Natterer <mitch@gimp.org> * plug-ins/common/ps.c (save_ps_setup): applied a patch from Henrik Brix Andersen <brix@gimp.org> which fixes bug #101263.
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-16 Sven Neumann <sven@gimp.org> * modules/cdisplay_colorblind.c: use scientific terms and added an approximation formula for tritanopia. 2002-12-16 Sven Neumann <sven@gimp.org> * POTFILES.in: added modules/cdisplay_colorblind.c. * de.po: updated german translation.
-
Michael Natterer authored
2002-12-16 Michael Natterer <mitch@gimp.org> * modules/Makefile.am * modules/cdisplay_colorblind.c: added a display filter which will simulate the vision of people with color-deficiency to address bug #101256. Didn't know any scientific name or any correct formula, so I just added the framework plus the approximation formula from the bug report. Will need some more work to become usable.
-
Sven Neumann authored
2002-12-16 Sven Neumann <sven@gimp.org> * plug-ins/common/noisify.c (noisify_func): sorry, you can only declare a variable at the beginning of a block.
-
Sven Neumann authored
2002-12-16 Sven Neumann <sven@gimp.org> * docs/Wilber_Construction_Kit.xcf.gz: more Wilber gadgets added by Guillermo S. Romero.
-
- 15 Dec, 2002 6 commits
-
-
Sven Neumann authored
-
Maurits Rijk authored
-
Ole Laursen authored
2002-12-15 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Pablo Saratxaga authored
-
Sven Neumann authored
2002-12-15 Sven Neumann <sven@gimp.org> * app/gui/user-install-dialog.c: set text and base colors as well to the user installation dialog work on dark themes. Fixes #86187.
-
Christian Rose authored
2002-12-15 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 14 Dec, 2002 10 commits
-
-
Sven Neumann authored
2002-12-14 Sven Neumann <sven@gimp.org> * plug-ins/common/sel_gauss.c: applied a patch from Toby Smith that fixes bug #90968.
-
Michael Natterer authored
2002-12-14 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-ins.c (plug_ins_proc_def_add): fixed a comment.
-
Manish Singh authored
2002-12-14 Manish Singh <yosh@gimp.org> * app/config/gimpconfig-params.c (gimp_param_memsize_get_type): size should be from GParamSpecULong, not GParamSpecUInt.
-
Michael Natterer authored
2002-12-14 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.[ch] (gimp_display_shell_set_menu_sensitivity): renamed paramater "update_popup" to "popup_only" because it's less confusing. Fixed the function to update the popup correctly for shell = NULL.
-
Michael Natterer authored
2002-12-14 Michael Natterer <mitch@gimp.org> * app/gui/plug-in-commands.c (plug_in_repeat_cmd_callback): use gdisp->gimage->gimp instead of the_gimp. * app/tools/gimpimagemaptool.c: pass update_popup == FALSE to gimp_display_shell_set_menu_sensitivity().
-
Sven Neumann authored
2002-12-14 Sven Neumann <sven@gimp.org> * app/gui/plug-in-commands.c (plug_in_repeat_cmd_callback): data is not a Gimp pointer if this function is called from an image menubar. Use the_gimp instead of crashing.
-
Sven Neumann authored
2002-12-14 Sven Neumann <sven@gimp.org> * app/tools/gimpimagemaptool.c: made it compile after Mitch's changes.
-
Sven Neumann authored
-
Michael Natterer authored
2002-12-14 Michael Natterer <mitch@gimp.org> Changed menubar showing/hiding to work like rulers and statusbar: * app/config/gimpconfig-blurbs.h * app/config/gimpdisplayconfig.[ch]: renamed "menu_bar_per_display" to "show_menubar". Removed GIMP_PARAM_RESTART flag. * app/display/gimpdisplayshell.[ch]: chaged shell->item_factory to shell->menubar_factory plus shell->popup_factory and always create both of them. Added "gboolean update_popup" to gimp_display_shell_set_menu_sensitivity() and call it recursively with update_popup == TRUE if the display it is called for is the active one. * app/display/gimpdisplay.c * app/display/gimpdisplayshell-callbacks.c: changed accordinly. * app/gui/gui.c: ditto. Set the menu sensitivity of new displays. * app/gui/menus.c: added "<Image>/View/Toggle Menubar" menu item. Moved some factory initialization code from gimpdisplayshell.c here. * app/gui/view-commands.[ch]: added view_toggle_menubar_cmd_callback(). Update the menu sensitivity manually in all callbacks which don't call gimp_image_flush(). * app/gui/preferences-dialog.c (prefs_dialog_new): moved the "Show Menubar" toggle to the "Appearance" frame of the "Image Windows" page. Added an own frame for the display zoom/scaling settings. (preferences_dialog_create): Attach config_copy and config_orig using g_object_set_data_full() instead of just g_object_set_data() plus a g_object_weak_ref(). (prefs_default_resolution_callback): set the resolution for both fields of the "size_sizeentry" instead of setting it for "x" twice.
-
Maurits Rijk authored
Fixes for #92750 and #97771. Removed use off deprecated GtkText. Replaced arrow_up and arrow_down by stock icons.
-
- 13 Dec, 2002 8 commits
-
-
Daniel Yacob authored
-
Sven Neumann authored
2002-12-13 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/drawable.pdb * tools/pdbgen/pdb/selection.pdb: merged fix for bug #96284 from stable branch. * app/pdb/drawable_cmds.c * app/pdb/selection_cmds.c * libgimp/gimpdrawable_pdb.c * libgimp/gimpselection_pdb.c: regenerated.
-
Sven Neumann authored
* plug-ins/common/tiff.c: merged fix for #97352 from stable branch.
-
Sven Neumann authored
2002-12-13 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_shrink_wrap): merged fix for #79486 from stable branch.
-
Sven Neumann authored
2002-12-13 Sven Neumann <sven@gimp.org> * libgimp/gimpintl.h * libgimp/libgimp-intl.h * plug-ins/script-fu/script-fu-scripts.c: removed remaining usage of ENABLE_NLS.
-
Sven Neumann authored
2002-12-13 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/image.pdb: added new PDB function gimp_image_is_dirty() on request of Wolfgang Hofer (#77508). * app/pdb/image_cmds.c * app/pdb/internal_procs.c * libgimp/gimpimage_pdb.h: regenerated.
-
Jan Morén authored
2002-12-13 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Christian Rose authored
2002-12-13 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 12 Dec, 2002 3 commits
-
-
Maurits Rijk authored
-
Sven Neumann authored
2002-12-12 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c (prefs_color_button_add): create the color button for the canvas padding color using GIMP_COLOR_AREA_FLAT.
-
Christian Rose authored
2002-12-12 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 11 Dec, 2002 2 commits
-
-
Jan Morén authored
2002-12-11 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2002-12-11 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/ripply-anim.scm: applied a patch from Chris Purnell <cjp@lost.org.uk> that adds the possibility to specify the edge behaviour (#83767).
-