- 29 Mar, 2002 1 commit
-
-
Nate Summers authored
-
- 28 Mar, 2002 2 commits
-
-
Manish Singh authored
2001-03-28 Manish Singh <yosh@gimp.org> * app/gui/user-install-dialog.c: Treeviewized
-
Hans Breuer authored
2001-03-28 Hans Breuer <hans@breuer.org> * config.h.win32 : #define GETTEXT_PACKAGE * makefile.msc : add theme rule * app/makefile.msc : gimp.exe depends on all the libs and general update * app/base/makefile.msc : updated * app/config/gimpconfig-serialize.c : #include <io.h> for win32 * app/config/gimpconfig-types.c : #include <string.h> * app/core/gimpcontext.c app/core/gimpcontainer.c app/core/gimptoolinfo.c : #include <string.h> * app/core/gimpdocuments.c (gimp_documents_save_func) : need to g_strescape() the filename to not make backslashes vanish during de-serialization * app/core/gimpimagefile.c : #define S_ISREG for G_OS_WIN32 * app/core/makefile.msc : add -DGIMP_COMPILATION required for cpercep.c build * app/display/gimpdisplayshell.c : #include <string.h> * app/display/makefile.msc : -FImsvc_recommended_pragmas.h, G_LOG_DOMAIN definition and object file update * app/file/makefile.msc : -FImsvc_recommended_pragmas.h, G_LOG_DOMAIN definition * app/file/file-open.c (file_open_with_proc_and_display) : use absolute filename for gimp_documents_add() * app/gui/channel-commands.c app/gui/colormap-editor-commands.c app/gui/edit-commands.c app/gui/vectors-commands.c : #include <string.h> * app/gui/makefile.msc : updated * app/gui/menus.c : use g_file_test() instead of access() to avoid inclusion <unistd.h> * app/paint/makefile.msc : updated * app/plug-in/plug-in-params.c : #include <string.h> * app/plug-in/makefile.msc : updated * app/plug-in/plug-in-def.h : #include <time.h> for time_t * app/plug-in/plug-in.c : remove definition of S_IFREG * app/plug-in/gap/gap_arr_dialog.c : include <config.h> before including libgimp/libgimp-intl.h * app/tools/makefile.msc : updated * app/vectors/makefile.msc : new file * app/widgets/makefile.msc : updated * libgimp/gimp.def : updated externals * libgimpwidgets/gimpwidgets.def : updated externals * modules/makefile.msc : updated and disabled colorsel_gtk. * plug-in/makefile.msc : don't define GETTEXT_PACKAGE * themes/Default/images/makefile.msc : moved makefile.msc from .. and adapted pathes to images
-
- 27 Mar, 2002 1 commit
-
-
Michael Natterer authored
2002-03-28 Michael Natterer <mitch@gimp.org> * app/config/Makefile.am * app/config/gimpscanner.[ch]: new files containing a convenience constructor for GScanner and some parse utility functions, mostly cut out of app/plug-in/plug-in-rc.c * app/plug-in/plug-in-rc.c: removed the stuff here, added scopes to the scanner symbols. * app/core/Makefile.am * app/core/gimpunits.[ch]: moved the user_unit list handling and unitrc stuff to this file. Parse unitrc here, using the new utility functions instead of using gimprc. * app/core/gimpunit.[ch]: removed here. * app/core/gimpdocuments.c: same here: added a scanner for the document history instead of using gimprc. * app/gimprc.c: removed unitrc and document history parsing stuff along with some old unused cruft. * app/app_procs.c * app/core/gimp.c * app/gui/user-install-dialog.c: #include "core/gimpunits.h". * app/core/gimpdrawable-bucket-fill.c: don't include "gimprc.h".
-
- 25 Mar, 2002 1 commit
-
-
Sven Neumann authored
2002-03-25 Sven Neumann <sven@gimp.org> * app/widgets/gimptoolbox.c: use gtk_widget_add_events() instead of gtk_widget_set_events().
-
- 23 Mar, 2002 1 commit
-
-
Sven Neumann authored
2002-03-23 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-deserialize.[ch] * app/config/gimpconfig-serialize.[ch] * app/config/gimpconfig.[ch] * app/config/gimprc.[ch] * app/config/test-config.c: added better error reporting using GError.
-
- 22 Mar, 2002 4 commits
-
-
Michael Natterer authored
2002-03-22 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/gimppreview-utils.[ch]: new file containing gimp_preview_type_from_viewable() so we don't need to include *all* vieable and preview subclasses in gimppreview.c * app/widgets/gimppreview.c: gimp_preview_set_viewable: never unset the drag source if the viewable is set to NULL (fixes dock tabs, thanks to sjburges), also check the passed viweable's type. * themes/Default/gtkrc: set the paned handle_size to 6 pixels, so it has the same size as the dock_separator. * etc/gtkrc_user: set both to 5 here, also fiddle around with the global focus padding and the GtkOptionMenu indicator.
-
Sven Neumann authored
2002-03-22 Sven Neumann <sven@gimp.org> * app/plug-in/plug-in-rc.c * app/plug-in/plug-ins.c * app/tools/tool_manager.c * app/widgets/gimppreview.c * app/widgets/gimptoolinfopreview.c: plugged a couple of mem leaks found using valgrind. * libgimpwidgets/gimpcolorarea.c (gimp_color_area_expose): don't draw anything if an idle update is pending.
-
Sven Neumann authored
2002-03-22 Sven Neumann <sven@gimp.org> * app/appenv.h: moved use_shm declaration here, added use_mmx. * app/main.c: added --no-mmx commandline option, removed --no-xshm from help output. * app/base/base-config.[ch]: removed use-mmx declaration. * app/core/core-types.h * app/base/base-types.h: include libgimpbase/gimpbasetypes.h from base. * app/base/base.c: respect user settings for mmx. * app/paint-funcs/paint-funcs.c * app/plug-in/plug-in.c: changed accordingly. * docs/gimp-1.3.1.in: updated.
-
Michael Natterer authored
2002-03-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.c: gimp_dock_add_book() optimized to about two cases :) as gimp_dock_remove_book(), just a bit more ugly.
-
- 21 Mar, 2002 3 commits
-
-
Michael Natterer authored
2002-03-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.c: reduced the gimp_dock_remove_book() if () {} else if () {} ... paned removal madness to two cases.
-
Michael Natterer authored
2002-03-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.c: pack the dock's GimpDockbooks in GtkVPaneds instead of a GtkVBoxed so they are resizable. It's hackish, uncommented and weird code that will change, but I wanted to have a working state in CVS before optimizing...
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> ./mitch --sanitize-identifier-namespace * app/core/gimpcontext.c * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-dnd.c * app/gui/dialogs-commands.c * app/gui/dialogs-constructors.c * app/gui/dialogs.c * app/gui/edit-commands.c * app/gui/gui.c * app/gui/menus.c * app/gui/vectors-commands.c * app/gui/view-commands.c * app/tools/gimpairbrushtool.c * app/tools/gimpbezierselecttool.c * app/tools/gimpblendtool.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpclonetool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimpdodgeburntool.c * app/tools/gimpellipseselecttool.c * app/tools/gimperasertool.c * app/tools/gimpfliptool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimphistogramtool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimplevelstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppaintbrushtool.c * app/tools/gimppathtool.c * app/tools/gimppenciltool.c * app/tools/gimpperspectivetool.c * app/tools/gimpposterizetool.c * app/tools/gimprectselecttool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/tools/gimpsmudgetool.c * app/tools/gimptexttool.c * app/tools/gimpthresholdtool.c * app/tools/gimpvectortool.c * app/widgets/gimpdnd.c * app/widgets/gimptoolbox-indicator-area.c * app/widgets/gimptoolbox.c: s/gimp:/gimp-/g and s/_/-/g for all identifier strings (e.g. gimp:eraser_tool -> gimp-eraser-tool, gimp:layer-list -> gimp-layer-list, ...) * plug-ins/tools/common/gimpbrushselecttool.c: s/gimp:brush_select_tool/gimp-brush-select-tool-module/ Don't quite remember why I introduced the "gimp:" prefix in the first place, but we can always add it back if we need it (for whatever reason) You may want to edit your ~/.gimp-1.3/sessionrc and devicerc or all session settings will be lost due to parse errors.
-
- 20 Mar, 2002 8 commits
-
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> * app/gui/Makefile.am * app/gui/commands.[ch]: removed... * app/gui/help-commands.[ch]: ...and added here. * app/gui/menus.c: changed accordingly and added the mem_profile debug callback so all debug stuff is in one place.
-
Sven Neumann authored
2002-03-20 Sven Neumann <sven@gimp.org> * app/Makefile.am: moved display after gui to make the build work with the latest "truly ugly hack" in app/display/Makefile.am. * app/tools/gimpcolorbalancetool.[ch]: dialog overhaul.
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in.[ch]: badly chopped into the new files below. Pass around much more "PlugIn" and "Gimp" pointers instead of using "current_plug_in" and "the_gimp". Needs much more hacking though... :( * app/plug-in/Makefile.am * app/plug-in/plug-in-def.[ch] * app/plug-in/plug-in-params.[ch] * app/plug-in/plug-in-progress.[ch] * app/plug-in/plug-ins.[ch]: new files. * app/gui/Makefile.am * app/gui/plug-in-commands.[ch] * app/gui/plug-in-menus.[ch]: ditto. * app/plug-in/plug-in-rc.c * app/plug-in/plug-in-types.h: changed accordingly. * app/pdb/procedural_db.c: changed procedural_db_destroy_args() so it can be used from plug_in_args_destroy(). Fixed a parasite memory leak (or introduced a new SEGV, we'll see...). * app/display/Makefile.am: another "truly ugly hack" until the plug-in menu stuff is chopped even more... * app/gui/commands.[ch]: removed filters_repeat_cmd_callback() here, it is now in plug-in-commands.[ch]. * app/widgets/gimpitemfactory.[ch]: removed all gimp_menu_item_*() hacks. We have a GimpItemFactory available in most cases we used to call this functions, and can use gimp_item_factors_from_path() in all other cases. The item factory stuff needs more work anyway... * app/app_procs.c * app/gimphelp.c * app/display/gimpdisplayshell.c * app/gui/file-dialog-utils.c * app/gui/file-open-dialog.[ch] * app/gui/file-save-dialog.[ch] * app/gui/gui.c * app/gui/menus.c * app/gui/paths-dialog.c * app/xcf/xcf.c * tools/pdbgen/pdb/fileops.pdb * tools/pdbgen/pdb/help.pdb * tools/pdbgen/pdb/plug_in.pdb: changed accordingly (includes, renamed functions and gimp_menu_item_*() removal). * app/pdb/fileops_cmds.c * app/pdb/help_cmds.c * app/pdb/plug_in_cmds.c: regenerated.
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.[ch]: pass an additional "Gimp" pointer to gimp_display_shell_set_menu_sensitivity() so we can correctly set the state of some items even without a display. Set the sensitivity of much more items. Never set submenus insensitive so the user can always browse the whole menu (according to the GNOME HIG). * app/image_map.c * app/display/gimpdisplay.c * app/gui/gui.c: changed accordingly. * app/gui/view-commands.[ch]: added a callback for the display filters dialog because display releted dialogs are going to be handled different soon. * app/gui/menus.c: use the new callback.
-
Sven Neumann authored
-
Sven Neumann authored
2002-03-20 Sven Neumann <sven@gimp.org> * app/core/core-enums.[ch]: registered GimpConvertDitherType. * app/gui/convert-dialog.c: simplified a lot by using enums. * app/tools/paint_options.c: include gimpenummenu.h.
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-menu-selection-to-channel.png: one more icon from Jimmac. * libgimpwidgets/gimpstock.[ch] * themes/Default/imagerc: add it. * app/gui/menus.c: use it.
-
Michael Natterer authored
2002-03-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockbook.c: fixed a bug i introduced when making the tab_height configurable: need to connect the signals of the new tab_widget created in style_set(), otherwise we get the functionality of a plain GtkNotebook... * app/widgets/gimpfontselection.c: make the minimal width of the entry even smaller so users can choose to put it in a small dock. * app/widgets/gimppaletteeditor.c: fixed "Zoom All" zoom ratio calculation.
-
- 19 Mar, 2002 4 commits
-
-
Sven Neumann authored
2002-03-19 Sven Neumann <sven@gimp.org> * app/base/Makefile.am * app/base/base-enums.c * app/core/Makefile.am * app/core/core-enums.c * app/widgets/Makefile.am * app/widgets/widgets-enums.c: purely cosmetic change. * app/paint/Makefile.am * app/paint/paint-enums.[ch]: generate paint-enums.c with registered enums. Skip GIMP_BRUSH_PRESSURE and GIMP_CUSTOM_CONVOLVE so they don't get exported to libgimp and are not registered as enum values. * tools/pdbgen/pdb/paint_tools.pdb: removed special casing of GimpBrushApplicationMode and GimpConvolveType since the forbidden values are now skipped anyway. * libgimp/gimpcompat.h: removed compat defines for the forbidden enum values. They shouldn't have been used. * app/tools/Makefile.am * app/tools/tools-enums.[ch]: generate tools-enums.c with registered enums. * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated. * app/paint/gimpclone.[ch] * app/paint/gimpconvolve.h * app/paint/gimpdodgeburn.h * app/tools/gimpclonetool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.[ch] * app/tools/gimpdodgeburntool.c * app/tools/paint_options.c: changed accordingly. Added more enum radio frames and enum option menus.
-
Sven Neumann authored
2002-03-19 Sven Neumann <sven@gimp.org> * app/paint/Makefile.am * app/paint/paint-enums.h * app/paint/paint-types.h: split enums into their own file and namespacified them. * app/tools/Makefile.am * app/tools/tools-enums.h * app/tools/tools-types.h: split enums into their own file. * app/paint/gimpairbrush.c * app/paint/gimpclone.[ch] * app/paint/gimpconvolve.[ch] * app/paint/gimpdodgeburn.[ch] * app/paint/gimperaser.c * app/paint/gimppaintbrush.c * app/paint/gimppaintcore.[ch] * app/paint/gimppaintoptions.c * app/paint/gimppencil.c * app/paint/gimpsmudge.c * app/tools/gimpclonetool.c * app/tools/gimpconvolvetool.c * app/tools/gimpdodgeburntool.c * app/tools/paint_options.c * plug-ins/gfig/gfig.c: changed accordingly. * libgimp/gimpcompat.h * plug-ins/script-fu/siod-wrapper.c: added compatibility defines for changed enums. * tools/pdbgen/Makefile.am: updated list of headers to parse for enums. * app/pdb/paint_tools_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl * tools/pdbgen/pdb/paint_tools.pdb: regenerated.
-
Michael Natterer authored
2002-03-19 Michael Natterer <mitch@gimp.org> * app/gui/menus.c: Oops, GimpContainer's "removed" signal has more parameters than "add" and "remove", which is quite relevant now that we use the data pointer passed to the callback :) Pointed out by Dave Neary on #gimp.
-
Michael Natterer authored
2002-03-19 Michael Natterer <mitch@gimp.org> * app/tools/tools-types.h: added enum GimpMotionMode which can be one of { EXACT, HINT, COMPRESS }. * app/tools/gimptool.[ch]: removed tool->perfectmouse and added tool->motion_mode. Default to GIMP_MOTION_MODE_HINT. * app/tools/gimpinktool.c * app/tools/gimppainttool.c: set GIMP_MOTION_MODE_EXACT. * app/tools/gimpfuzzyselecttool.c: set GIMP_MOTION_MODE_COMPRESS. * app/tools/gimpeditselectiontool.[ch]: ditto. Removed gtkutil_compress_motion(). * app/display/gimpdisplayshell-callbacks.c: look at active_tool->motion_mode and perform pointer grabbing and motion compression accordingly. Also, don't request motion hints from XInput devices because the wacom driver sends crap (fixes #6901). This change also brings hints and ordinary motions back in sync albeit compression, so IMHO it also fixes #68542 and #22375, but this needs further investigation.
-
- 18 Mar, 2002 7 commits
-
-
Sven Neumann authored
2002-03-18 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-enums.[ch]: use gimp_mkenums to create widgets-enums.c, added it to CVS since it contains translatable messages now. * app/widgets/gimpenummenu.[ch]: added new functions gimp_enum_radio_box_new() and gimp_enum_radio_frame_new() that create groups of radio buttons out of enum types. * app/core/core-enums.[ch]: registered more enums. * app/paint/gimpdodgeburn.h * app/tools/gimpbucketfilltool.c * app/tools/gimpdodgeburntool.c * app/tools/gimpmagnifytool.c * app/tools/transform_options.[ch]: use gimp_enum_radio_frame_new() for some tool options.
-
Manish Singh authored
2002-03-18 Manish Singh <yosh@gimp.org> * app/gui/preferences-dialog.c: slight cosmetic fix to make the treeview look nicer.
-
Michael Natterer authored
2002-03-18 Michael Natterer <mitch@gimp.org> * app/paint/gimppaintoptions.h * app/tools/paint_options.c: put the "Fade Out" and "Gradient" stuff into separate frames with togglebutton titles. * app/widgets/gimpchannellistview.c: use gimp_image_mask_select_channel() instead of reinventing the wheel. * app/widgets/gimpvectorslistview.c: removed unneeded inclusion of "core/gimpimage-mask.h". * app/widgets/gimpcolormapeditor.c: set the hex entry to 7 digits, some cleanup. * app/widgets/gimppaletteeditor.c: set the vertical scrollbar to GTK_POLICY_AUTOMATIC. Added support for configuring some more GUI dimensions using widget class style properties: * app/widgets/gimpdock.c: made "separator_height" work correctly. * app/widgets/gimpdockbook.c: added "tab_height". * app/widgets/gimpeditor.c: added "button_icon_size". * app/widgets/gimpimagedock.c: added "minimal_width". * app/widgets/gimptoolbox.c: added "tool_icon_size". * themes/Default/gtkrc: set the properties to their default values for documentation. * etc/gtkrc_user: added a (commented out) example style which makes lots of things a smaller.
-
Sven Neumann authored
2002-03-18 Sven Neumann <sven@gimp.org> * app/core/core-enums.h * app/core/core-types.h: more enum cleanup (GimpOffsetType, MergeType). * app/core/gimpdrawable-offset.c * app/core/gimpimage-merge.[ch] * app/gui/image-commands.c * app/gui/layers-commands.c * app/gui/offset-dialog.c * tools/pdbgen/pdb/image.pdb: changed accordingly. * app/pdb/drawable_cmds.c * app/pdb/image_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated.
-
Sven Neumann authored
2002-03-18 Sven Neumann <sven@gimp.org> * app/core/core-enums.h * app/core/core-types.h: more enum cleanup (ChannelOps this time). * app/core/gimpchannel.[ch] * app/core/gimpimage-mask-select.[ch] * app/gui/channels-commands.c * app/gui/vectors-commands.c * app/tools/gimpbezierselecttool.c * app/tools/tools-types.h * app/widgets/gimpchannellistview.[ch] * tools/pdbgen/pdb/channel.pdb * tools/pdbgen/pdb/selection.pdb * tools/pdbgen/pdb/selection_tools.pdb: changed accordingly. * app/pdb/channel_cmds.c * app/pdb/selection_cmds.c * app/pdb/selection_tools_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated.
-
Sven Neumann authored
2002-03-18 Sven Neumann <sven@gimp.org> * app/core/core-enums.h * app/core/core-types.h: more enum cleanup (ConvertPaletteType and ConvertDitherType this time). * app/core/gimpimage-convert.[ch] * app/gui/convert-dialog.c * tools/pdbgen/pdb/convert.pdb: changed accordingly. * app/pdb/convert_cmds.c * libgimp/gimpconvert_pdb.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated.
-
Sven Neumann authored
2002-03-18 Sven Neumann <sven@gimp.org> * app/core/core-enums.h * app/core/core-types.h: moved some more enums into the right place and namespacified them. * app/undo.c * app/core/gimpdrawable-bucket-fill.[ch] * app/core/gimpdrawable.c * app/core/gimpedit.c * app/core/gimpimage-mask.c * app/core/gimpimage-new.c * app/core/gimpimage-qmask.c * app/core/gimplayer.[ch] * app/display/gimpdisplayshell-dnd.c * app/gui/channels-commands.c * app/gui/file-new-dialog.c * app/gui/layers-commands.c * app/gui/menus.c * app/paint-funcs/paint-funcs.c * app/tools/gimpbucketfilltool.c * tools/pdbgen/pdb/image.pdb * tools/pdbgen/pdb/layer.pdb * tools/pdbgen/pdb/misc_tools.pdb: changed accordingly. * libgimp/gimpcompat.h * plug-ins/script-fu/siod-wrapper.c: added compat defines for changed GimpMaskApplyMode enum. * tools/pdbgen/enums.pl * app/pdb/drawable_cmds.c * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/layer_cmds.c * app/pdb/misc_tools_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c: regenerated.
-
- 17 Mar, 2002 7 commits
-
-
Manish Singh authored
2002-03-17 Manish Singh <yosh@gimp.org> * tools/pdbgen/app.pl * tools/pdbgen/enumcode-py.pl * tools/pdbgen/enumcode.pl * tools/pdbgen/enumgen.pl: removed enum nick support, best to keep internal and external names consistent * app/core/core-enums.h: remove chops from enums. Change TRANS to TRANSPARENT in GimpBlendMode * app/core/core-types.h: remove chops and nicks from enums. Change INV to INVERSE and SUB to SUBTRACT to make things more clear * app/core/gimpchannel.c * app/gui/channels-commands.c * app/gui/vectors-commands.c * app/tools/gimpbezierselecttool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimprectselecttool.c * app/tools/gimpselectiontool.c * app/tools/selection_options.c * app/tools/tools-types.h * app/widgets/gimpchannellistview.c * app/widgets/gimpvectorslistview.c: reflect SUB -> SUBTRACT change * app/core/gimpdrawable-blend.c: reflect TRANS -> TRANSPARENT change * app/core/gimplayer.c * app/gui/layers-commands.c: reflect INV -> INVERSE change * app/paint/paint-types.h: remove nick from PaintApplicationMode * app/tools/gimperasertool.c: fix tooltip * app/widgets/gimpenummenu.c: #include "libgimp/gimpintl.h" for gettext * libgimp/gimpcompat.h: compatibility enums here, since we removed the nicks * tools/pdbgen/enums.pl * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * app/core/core-enums.c * app/pdb/channel_cmds.c * app/pdb/drawable_cmds.c * app/pdb/edit_cmds.c * app/pdb/layer_cmds.c * app/pdb/misc_tools_cmds.c * app/pdb/paint_tools_cmds.c * app/pdb/selection_cmds.c * app/pdb/selection_tools_cmds.c: regenerated, enum changes * plug-ins/common/hot.c: GIMP_TRANS_IMAGE_FILL -> GIMP_TRANSPARENT_FILL * plug-ins/common/warp.c: GIMP_BG_IMAGE_FILL -> GIMP_BACKGROUND_FILL * plug-ins/script-fu/siod-wrapper.c: compat constant definitions
-
Sven Neumann authored
2002-03-17 Sven Neumann <sven@gimp.org> * app/core/core-enums.[ch]: registered more enums. * app/tools/gimpblendtool.c: use GimpEnumMenus.
-
Sven Neumann authored
2002-03-17 Sven Neumann <sven@gimp.org> * app/config/gimpconfig.c: open the file with O_TRUNC.
-
Sven Neumann authored
2002-03-17 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.[ch]: new function to set the sensitivity of an option_menu. * app/base/base-enums.[ch]: register and describe GimpHistogramChannel. * app/core/Makefile.am * app/core/core-enums.[ch]: build with gimp-mkenums, added core-enums.c to CVS, added descriptions for GimpPreviewSize. * app/display/Makefile.am * app/display/display-enums.[ch]: build with gimp-mkenums, added display-enums.c to CVS, added descriptions for GimpCursorMode. * app/gui/preferences-dialog.c: more GimpEnumMenus. * app/tools/gimpcurvestool.c * app/tools/gimphistogramtool.c * app/tools/gimplevelstool.c: use a GimpEnumMenu for the Channel menu. Allow alpha channel in HistogramView. These tools needs more work...
-
Sven Neumann authored
2002-03-17 Sven Neumann <sven@gimp.org> * tools/gimp-mkenums: allowing NULL for names was a bad idea... * app/base/base-enums.[ch]: added more descriptions.
-
Sven Neumann authored
2002-03-17 Sven Neumann <sven@gimp.org> * configure.in: define GIMP_MKENUMS for use in Makefile.am. * tools/Makefile.am * tools/gimp-mkenums: a modified version of glib-mkenums that parses literal descriptions for enum values out of the header file. * app/base/Makefile.am * app/base/base-enums.h: added descriptions for the InterpolationType. * app/base/base-enums.c: added to CVS although it is generated since translatable messages are extracted from this file and translators shouldn't need to build stuff. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpenummenu.[ch]: new widget to create a GtkMenu or a GtkOptionMenu directly from a registered enum. * app/gui/preferences-dialog.c * app/gui/resize-dialog.c * app/tools/transform_options.c: use gimp_enum_option_menu_new() for the Interpolation menus.
-
Michael Natterer authored
2002-03-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolormapeditor.[ch]: namespaceified and cleaned up a lot. Removed the menu code. * app/gui/menus.c: added a "<ColormapEditor>" item factory... * app/gui/Makefile.am * app/gui/colormap-editor-commands.[ch]: ...and callbacks for the new factory. * app/gui/menus.c: Cleaned up a lot. Removed most static variables. Enabled the menu debugging code again. Moved all debug and test entries to <Toolbox>/File/Debug. Added an "Open Recent" submenu to <Image>/File because it was a one-liner after the cleanup... * app/widgets/gimpeditor.c: create the icons in GTK_ICON_SIZE_MENU. Need to make this configurable using a style property...
-
- 16 Mar, 2002 1 commit
-
-
Michael Natterer authored
2002-03-16 Michael Natterer <mitch@gimp.org> * app/gui/Makefile.am * app/gui/colormap-dialog.[ch]: removed... * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcolormapeditor.[ch]: ...and added here. * app/gui/dialogs-constructors.c: changed accordingly. * themes/Default/images/Makefile.am * themes/Default/images/stock-menu-convert-grayscale.png * themes/Default/images/stock-menu-convert-indexed.png * themes/Default/images/stock-menu-convert-rgb.png * themes/Default/images/stock-menu-merge-down.png * themes/Default/images/stock-menu-reshow-filter.png * themes/Default/images/stock-menu-rotate-180.png * themes/Default/images/stock-menu-rotate-270.png * themes/Default/images/stock-menu-rotate-90.png * themes/Default/images/stock-menu-scale.png: new icons from Jimmac. * themes/Default/images/stock-menu-resize.png: my own doing. Someone needs to look at it :) * themes/Default/imagerc * libgimpwidgets/gimpstock.[ch]: added them. * app/gui/menus.c: use them.
-