gimp/po/POTFILES.in

609 lines
17 KiB
Plaintext
Raw Normal View History

# Files from the Gimp distribution which have already been
1998-08-04 07:26:26 +08:00
# marked to allow runtime translation of messages
[encoding: UTF-8]
desktop/org.gimp.GIMP.appdata.xml.in.in
desktop/gimp-data-extras.metainfo.xml.in
2012-05-03 00:15:01 +08:00
desktop/gimp.desktop.in.in
app/about.h
app/app.c
1998-08-04 07:26:26 +08:00
app/main.c
app/sanity.c
app/version.c
app/actions/actions.c
app/actions/brush-editor-actions.c
app/actions/brushes-actions.c
app/actions/buffers-actions.c
app/actions/channels-actions.c
app/actions/channels-commands.c
app/actions/colormap-actions.c
app/actions/colormap-commands.c
app/actions/context-actions.c
app/actions/context-commands.c
app/actions/cursor-info-actions.c
app/actions/dashboard-actions.c
2004-05-12 00:11:24 +08:00
app/actions/data-commands.c
app/actions/debug-actions.c
app/actions/dialogs-actions.c
2012-05-03 00:15:01 +08:00
app/actions/dock-actions.c
app/actions/dockable-actions.c
app/actions/documents-actions.c
app/actions/documents-commands.c
app/actions/drawable-actions.c
app/actions/drawable-commands.c
2009-10-24 00:50:42 +08:00
app/actions/dynamics-actions.c
app/actions/dynamics-editor-actions.c
app/actions/edit-actions.c
app/actions/edit-commands.c
app/actions/error-console-actions.c
app/actions/error-console-commands.c
app/actions/file-actions.c
app/actions/file-commands.c
2012-05-03 00:15:01 +08:00
app/actions/filters-actions.c
app/actions/fonts-actions.c
app/actions/gimpgeglprocedure.c
app/actions/gradient-editor-actions.c
app/actions/gradient-editor-commands.c
app/actions/gradients-actions.c
app/actions/gradients-commands.c
app/actions/help-actions.c
app/actions/image-actions.c
app/actions/image-commands.c
app/actions/images-actions.c
app/actions/items-commands.c
app/actions/layers-actions.c
app/actions/layers-commands.c
2015-12-21 07:00:50 +08:00
app/actions/mypaint-brushes-actions.c
app/actions/palette-editor-actions.c
app/actions/palette-editor-commands.c
app/actions/palettes-actions.c
app/actions/palettes-commands.c
app/actions/patterns-actions.c
app/actions/plug-in-actions.c
app/actions/plug-in-commands.c
app/actions/quick-mask-actions.c
app/actions/quick-mask-commands.c
app/actions/sample-points-actions.c
app/actions/select-actions.c
app/actions/select-commands.c
app/actions/templates-actions.c
app/actions/templates-commands.c
app/actions/text-editor-actions.c
app/actions/text-editor-commands.c
app/actions/text-tool-actions.c
app/actions/text-tool-commands.c
app/actions/tool-options-actions.c
app/actions/tool-options-commands.c
2010-05-19 13:02:13 +08:00
app/actions/tool-preset-editor-actions.c
app/actions/tool-preset-editor-commands.c
2012-05-03 00:15:01 +08:00
app/actions/tool-presets-actions.c
app/actions/tool-presets-commands.c
app/actions/tools-actions.c
app/actions/vectors-actions.c
app/actions/vectors-commands.c
app/actions/view-actions.c
app/actions/view-commands.c
app/actions/window-actions.c
app/actions/window-commands.c
app/actions/windows-actions.c
2012-10-21 01:33:47 +08:00
app/actions/windows-commands.c
app/config/config-enums.c
app/config/gimpconfig-file.c
2016-08-25 03:09:19 +08:00
app/config/gimpdialogconfig.c
app/config/gimpdisplayoptions.c
2012-05-03 00:15:01 +08:00
app/config/gimprc.c
app/config/gimprc-blurbs.h
app/config/gimprc-deserialize.c
app/core/core-enums.c
app/core/gimp.c
app/core/gimp-batch.c
app/core/gimp-contexts.c
app/core/gimp-data-factories.c
app/core/gimp-edit.c
app/core/gimp-gradients.c
app/core/gimp-gui.c
app/core/gimp-internal-data.c
app/core/gimp-modules.c
app/core/gimp-palettes.c
app/core/gimp-tags.c
app/core/gimp-units.c
app/core/gimp-user-install.c
app/core/gimp-utils.c
app/core/gimpbrush-load.c
app/core/gimpbrush.c
app/core/gimpbrushclipboard.c
app/core/gimpbrushgenerated-load.c
app/core/gimpbrushgenerated-save.c
app/core/gimpbrushgenerated.c
2012-05-03 00:15:01 +08:00
app/core/gimpbrushpipe-load.c
app/core/gimpbrushpipe.c
2012-05-03 00:15:01 +08:00
app/core/gimpchannel-select.c
app/core/gimpchannel.c
2002-02-28 18:36:06 +08:00
app/core/gimpcontext.c
app/core/gimpcurve-load.c
app/core/gimpcurve-save.c
2002-11-26 05:29:49 +08:00
app/core/gimpdata.c
app/core/gimpdatafactory.c
app/core/gimpdrawable.c
app/core/gimpdrawable-blend.c
build display/ before tools/. 2001-11-08 Michael Natterer <mitch@gimp.org> * app/Makefile.am: build display/ before tools/. * app/devices.c: devices_check_change(): added all events which have a GdkDevice pointer. * app/gimpprogress.c: include "display-types.h" instead of "core-types.h". * app/core/Makefile.am * app/core/gimpdrawable-bucket-fill.[ch]: new files: the bucket_fill stuff taken from tools/gimpbucketfilltool.[ch]. * app/core/core-types.h: added "BucketFillMode". * app/core/gimpimage-mask-select.[ch]: cleanup. * app/core/gimpmarshal.list: added more marshallers for GimpTool's new signal signatures. * app/core/gimpmarshal.[ch]: regenerated. * app/display/Makefile.am * app/display/gimpdisplayshell-dnd.[ch] * app/display/gimpdisplayshell-layer-select.[ch]: new files: the canvas drop callbacks from gimpdisplayshell-callbacks.[ch] and the stuff formerly knows as gui/layer-select.[ch]. * app/display/gimpdisplay.h: don't include "gui/gui-types.h". * app/display/gximage.c: include "display-types.h". * app/display/gimpdisplay-foreach.c * app/display/gimpdisplayshell.[ch]: call gdsplay_delete(), don't destroy the shell widget. * app/gui/Makefile.am * app/gui/layer-select.[ch]: removed. * app/gui/gradients-commands.c: fixed "Save as POV" fprintf()s. * app/gui/preferences-dialog.c: removed the layer_select stuff because it is useless with the new preview system. * app/gui/tool-options-dialog.c: send the correct data to the close_callback. * app/gui/tools-commands.c: changed to follow the new gimp_tool_initialize() semantics (see below). Tool & canvas event handling chainsawing: * app/tools/tools-types.h: new struct GimpCoords which contains x, y, pressure, tilt etc. * app/display/gimpdisplayshell-callbacks.[ch]: added utility functions which transparently retreive the current event's GimpCoords or take it from the device directly if the event has none. Pass GimpCoords _in_image_coordinates_ to all tool functions. Most important: don't pass GdkEvents and display coordinates to tools any more. * app/tools/gimptool.[ch]: changed virtual functions to take GimpCoords, time and state separately instead of GdkEvents. * app/tools/gimpbezierselecttool.c * app/tools/gimpblendtool.c * app/tools/gimpbucketfilltool.[ch] * app/tools/gimpbycolorselecttool.c * app/tools/gimpclonetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.[ch] * app/tools/gimpcurvestool.c * app/tools/gimpdodgeburntool.c * app/tools/gimpdrawtool.c * app/tools/gimpeditselectiontool.[ch] * app/tools/gimperasertool.c * app/tools/gimpfliptool.c * app/tools/gimpfreeselecttool.[ch] * app/tools/gimpfuzzyselecttool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppainttool.c * app/tools/gimppathtool.[ch] * app/tools/gimprectselecttool.c * app/tools/gimprotatetool.c * app/tools/gimpselectiontool.[ch] * app/tools/gimpsmudgetool.c * app/tools/gimptexttool.c * app/tools/gimptransformtool.[ch] * app/tools/path_tool.[ch] * app/tools/selection_options.c: tons and tons of changes: - changed to use the new virtual function parameters. - removed zillions of gdisplay_untransform_coords(). - get the active drawable's offsets manually in many cases. (questionable, but IMHO ok because it's obvious and not simply a "TRUE" passed to some function) - reordered some functions to be consistent across tools. - some tools had to be changed to work on image coords, not display ones (esp. crop). - fixed strange rotate tool behaviour which should be backported to stable. - some stuff i came across. - indentation and other paranoia. - rounding of coordinated may be broken in some tools. - new bugs guaranteed. * app/tools/tool_manager.[ch]: new semantic of tool_manager_initialize_active() (looked at the places where it was used from and put common code together). Should be a bit better now :) * app/tools/gimpblendtool.c * app/tools/transform_options.c: use the new GTK+ feature that a widget (toggle button) can be a frame's title for this tools' tool options. * app/widgets/widgets-types.h: stuff. * themes/Default/gtkrc: s/GtkDialog/GimpDialog/. * tools/pdbgen/Makefile.am: don't scan tools/gimpbucketfilltool.h any more. * tools/pdbgen/enums.pl: regenerated. * tools/pdbgen/pdb/tools.pdb: changed bucket_fill wrapper. * app/pdb/tools_cmds.c: regenerated.
2001-11-09 03:14:51 +08:00
app/core/gimpdrawable-bucket-fill.c
app/core/gimpdrawable-equalize.c
app/core/gimpdrawable-floating-selection.c
app/core/gimpdrawable-foreground-extract.c
app/core/gimpdrawable-fill.c
app/core/gimpdrawable-levels.c
app/core/gimpdrawable-offset.c
app/core/gimpdrawable-stroke.c
2002-02-28 18:36:06 +08:00
app/core/gimpdrawable-transform.c
2010-03-05 23:38:18 +08:00
app/core/gimpdynamicsoutput.c
2016-02-14 04:24:21 +08:00
app/core/gimpfilloptions.c
app/core/gimpgradient-load.c
app/core/gimpgradient-save.c
app/core/gimpgrid.c
2009-08-15 20:31:04 +08:00
app/core/gimpgrouplayer.c
2012-05-03 00:15:01 +08:00
app/core/gimpimage.c
app/core/gimpimage-arrange.c
app/core/gimpimage-color-profile.c
app/core/gimpimage-colormap.c
app/core/gimpimage-convert-indexed.c
2012-05-03 00:15:01 +08:00
app/core/gimpimage-convert-precision.c
app/core/gimpimage-convert-type.c
2003-02-13 19:33:28 +08:00
app/core/gimpimage-crop.c
2003-07-14 23:59:53 +08:00
app/core/gimpimage-grid.c
app/core/gimpimage-guides.c
app/core/gimpimage-item-list.c
2002-02-28 18:36:06 +08:00
app/core/gimpimage-merge.c
app/core/gimpimage-new.c
app/core/gimpimage-quick-mask.c
2003-02-13 19:33:28 +08:00
app/core/gimpimage-resize.c
app/core/gimpimage-sample-points.c
2003-02-13 19:33:28 +08:00
app/core/gimpimage-scale.c
app/core/gimpimage-undo-push.c
app/core/gimpimagefile.c
2002-02-28 18:36:06 +08:00
app/core/gimpitem.c
app/core/gimpitem-exclusive.c
2015-06-26 00:11:26 +08:00
app/core/gimpitem-linked.c
app/core/gimplayer-floating-selection.c
app/core/gimplayer.c
app/core/gimplayermask.c
app/core/gimpmybrush-load.c
2012-05-03 00:15:01 +08:00
app/core/gimppalette.c
app/core/gimppalette-import.c
app/core/gimppalette-load.c
app/core/gimppalette-save.c
app/core/gimppalettemru.c
app/core/gimppattern.c
app/core/gimppattern-load.c
app/core/gimppatternclipboard.c
app/core/gimppdbprogress.c
app/core/gimpprogress.c
app/core/gimpselection.c
app/core/gimpsettings.c
app/core/gimpstrokeoptions.c
2015-03-26 23:10:48 +08:00
app/core/gimpsymmetry.c
app/core/gimpsymmetry-mandala.c
app/core/gimpsymmetry-mirror.c
app/core/gimpsymmetry-tiling.c
2014-07-28 21:38:59 +08:00
app/core/gimptagcache.c
app/core/gimptemplate.c
2016-02-14 04:24:21 +08:00
app/core/gimptoolinfo.c
app/core/gimptooloptions.c
2016-02-14 04:24:21 +08:00
app/core/gimptoolpreset.c
app/core/gimptoolpreset-load.c
app/core/gimpunit.c
2004-09-13 23:22:58 +08:00
app/dialogs/about-dialog.c
app/dialogs/action-search-dialog.c
app/dialogs/channel-options-dialog.c
app/dialogs/color-profile-dialog.c
app/dialogs/color-profile-import-dialog.c
app/dialogs/convert-indexed-dialog.c
app/dialogs/convert-precision-dialog.c
app/dialogs/data-delete-dialog.c
2012-05-03 00:15:01 +08:00
app/dialogs/dialogs-constructors.c
app/dialogs/dialogs.c
app/dialogs/fade-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/file-open-dialog.c
app/dialogs/file-open-location-dialog.c
app/dialogs/file-save-dialog.c
app/dialogs/fill-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/grid-dialog.c
app/dialogs/image-merge-layers-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/image-new-dialog.c
app/dialogs/image-properties-dialog.c
app/dialogs/image-scale-dialog.c
2010-03-05 23:38:18 +08:00
app/dialogs/input-devices-dialog.c
app/dialogs/item-options-dialog.c
app/dialogs/keyboard-shortcuts-dialog.c
app/dialogs/layer-add-mask-dialog.c
app/dialogs/layer-options-dialog.c
2012-05-06 07:13:48 +08:00
app/dialogs/lebl-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/module-dialog.c
app/dialogs/offset-dialog.c
app/dialogs/palette-import-dialog.c
app/dialogs/preferences-dialog.c
app/dialogs/print-size-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/quit-dialog.c
app/dialogs/resize-dialog.c
app/dialogs/resolution-calibrate-dialog.c
app/dialogs/scale-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/stroke-dialog.c
app/dialogs/template-options-dialog.c
2004-09-13 23:22:58 +08:00
app/dialogs/tips-dialog.c
app/dialogs/tips-parser.c
app/dialogs/user-install-dialog.c
app/dialogs/vectors-export-dialog.c
app/dialogs/vectors-import-dialog.c
app/dialogs/vectors-options-dialog.c
app/display/display-enums.c
app/display/gimpcursorview.c
2001-09-27 23:34:48 +08:00
app/display/gimpdisplay.c
app/display/gimpdisplay-handlers.c
2001-09-27 23:34:48 +08:00
app/display/gimpdisplayshell.c
app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-01 Michael Natterer <mitch@gimp.org> * app/display/Makefile.am * app/display/gimpdisplay-callbacks.[ch] * app/display/gimpdisplay-render.[ch] * app/display/gimpdisplay-scale.[ch] * app/display/gimpdisplay-scroll.[ch]: removed and added as gimpdisplayshell-foo.[ch] because they are all methods of the shell. * app/display/gimpdisplay.[ch] * app/display/gimpdisplayshell.[ch]: moved the "offset" and "size" variables from GimpDisplay to GimpDisplayShell. GimpDisplay should know nothing about screen coordinates. The gdisplay_[un]transform_foo() methods are still part of GimpDisplay but will be moved to GimpDisplayShell as soon as the tools' vitrual functions speak in image coordinates instead of GdkEvents. * app/display/gimpdisplayshell-callbacks.[ch]: prefixed all functions with gimp_display_shell_*. Moved some stuff to a "realize" callback File still has to be renamed. * app/display/gimpdisplay-foreach.[ch]: removed gdisplays_shrink_wrap(). * app/gui/menus.c * app/gui/view-commands.[ch] * app/display/gimpdisplayshell-scale.[ch]: implemented "Zoom to Fit Window" function (#57670). * app/nav_window.c * app/display/gimpdisplay-handlers.c * app/display/gimpdisplayshell-render.[ch] * app/display/gimpdisplayshell-scale.[ch] * app/display/gimpdisplayshell-scroll.[ch] * app/gui/colormap-dialog.c * app/gui/gui.c * app/gui/preferences-dialog.c * app/tools/gimpmagnifytool.c * app/tools/gimpmovetool.c * app/widgets/gimppreview.c: changed according to variable and filename changes. * app/tools/tool_manager.c: tool_manager_select_tool(): send the active tool a "HALT" command before selecting the new one. Fixes stale tool dialogs which were there because some other hack was removed (This is IMHO the right place to shut down the active tool). * app/tools/gimpcroptool.c: don't shrink wrap after cropping but let gimprc.allow_resize_windows decide. * app/tools/gimpselectiontool.c: gimage_mask_value() takes image, not screen coordinates. A good example of how braindead it is to pass GdkEvents to tools :-) Fixes incorrect cursor and oper update of the selection tools. * app/tools/gimptransformtool.c * app/undo.c: removed (#if 0 for now) some strange code which did manual exposing of GimpDisplayShell areas. This was definitely a hack and should not be there given the image emits correct "update" signals.
2001-11-02 17:31:21 +08:00
app/display/gimpdisplayshell-callbacks.c
app/display/gimpdisplayshell-close.c
2003-02-13 19:33:28 +08:00
app/display/gimpdisplayshell-dnd.c
2002-02-28 18:36:06 +08:00
app/display/gimpdisplayshell-filter-dialog.c
2009-10-24 00:50:42 +08:00
app/display/gimpdisplayshell-handlers.c
build display/ before tools/. 2001-11-08 Michael Natterer <mitch@gimp.org> * app/Makefile.am: build display/ before tools/. * app/devices.c: devices_check_change(): added all events which have a GdkDevice pointer. * app/gimpprogress.c: include "display-types.h" instead of "core-types.h". * app/core/Makefile.am * app/core/gimpdrawable-bucket-fill.[ch]: new files: the bucket_fill stuff taken from tools/gimpbucketfilltool.[ch]. * app/core/core-types.h: added "BucketFillMode". * app/core/gimpimage-mask-select.[ch]: cleanup. * app/core/gimpmarshal.list: added more marshallers for GimpTool's new signal signatures. * app/core/gimpmarshal.[ch]: regenerated. * app/display/Makefile.am * app/display/gimpdisplayshell-dnd.[ch] * app/display/gimpdisplayshell-layer-select.[ch]: new files: the canvas drop callbacks from gimpdisplayshell-callbacks.[ch] and the stuff formerly knows as gui/layer-select.[ch]. * app/display/gimpdisplay.h: don't include "gui/gui-types.h". * app/display/gximage.c: include "display-types.h". * app/display/gimpdisplay-foreach.c * app/display/gimpdisplayshell.[ch]: call gdsplay_delete(), don't destroy the shell widget. * app/gui/Makefile.am * app/gui/layer-select.[ch]: removed. * app/gui/gradients-commands.c: fixed "Save as POV" fprintf()s. * app/gui/preferences-dialog.c: removed the layer_select stuff because it is useless with the new preview system. * app/gui/tool-options-dialog.c: send the correct data to the close_callback. * app/gui/tools-commands.c: changed to follow the new gimp_tool_initialize() semantics (see below). Tool & canvas event handling chainsawing: * app/tools/tools-types.h: new struct GimpCoords which contains x, y, pressure, tilt etc. * app/display/gimpdisplayshell-callbacks.[ch]: added utility functions which transparently retreive the current event's GimpCoords or take it from the device directly if the event has none. Pass GimpCoords _in_image_coordinates_ to all tool functions. Most important: don't pass GdkEvents and display coordinates to tools any more. * app/tools/gimptool.[ch]: changed virtual functions to take GimpCoords, time and state separately instead of GdkEvents. * app/tools/gimpbezierselecttool.c * app/tools/gimpblendtool.c * app/tools/gimpbucketfilltool.[ch] * app/tools/gimpbycolorselecttool.c * app/tools/gimpclonetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.[ch] * app/tools/gimpcurvestool.c * app/tools/gimpdodgeburntool.c * app/tools/gimpdrawtool.c * app/tools/gimpeditselectiontool.[ch] * app/tools/gimperasertool.c * app/tools/gimpfliptool.c * app/tools/gimpfreeselecttool.[ch] * app/tools/gimpfuzzyselecttool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppainttool.c * app/tools/gimppathtool.[ch] * app/tools/gimprectselecttool.c * app/tools/gimprotatetool.c * app/tools/gimpselectiontool.[ch] * app/tools/gimpsmudgetool.c * app/tools/gimptexttool.c * app/tools/gimptransformtool.[ch] * app/tools/path_tool.[ch] * app/tools/selection_options.c: tons and tons of changes: - changed to use the new virtual function parameters. - removed zillions of gdisplay_untransform_coords(). - get the active drawable's offsets manually in many cases. (questionable, but IMHO ok because it's obvious and not simply a "TRUE" passed to some function) - reordered some functions to be consistent across tools. - some tools had to be changed to work on image coords, not display ones (esp. crop). - fixed strange rotate tool behaviour which should be backported to stable. - some stuff i came across. - indentation and other paranoia. - rounding of coordinated may be broken in some tools. - new bugs guaranteed. * app/tools/tool_manager.[ch]: new semantic of tool_manager_initialize_active() (looked at the places where it was used from and put common code together). Should be a bit better now :) * app/tools/gimpblendtool.c * app/tools/transform_options.c: use the new GTK+ feature that a widget (toggle button) can be a frame's title for this tools' tool options. * app/widgets/widgets-types.h: stuff. * themes/Default/gtkrc: s/GtkDialog/GimpDialog/. * tools/pdbgen/Makefile.am: don't scan tools/gimpbucketfilltool.h any more. * tools/pdbgen/enums.pl: regenerated. * tools/pdbgen/pdb/tools.pdb: changed bucket_fill wrapper. * app/pdb/tools_cmds.c: regenerated.
2001-11-09 03:14:51 +08:00
app/display/gimpdisplayshell-layer-select.c
app/display/gimpdisplayshell-rotate-dialog.c
app/display/gimpdisplayshell-scale-dialog.c
app/display/gimpdisplayshell-title.c
2017-12-23 07:09:33 +08:00
app/display/gimpdisplayshell-utils.c
app/display/gimpnavigationeditor.c
2002-02-28 18:36:06 +08:00
app/display/gimpstatusbar.c
app/display/gimptoolcompass.c
2017-06-20 22:59:42 +08:00
app/display/gimptoolhandlegrid.c
app/display/gimptoolline.c
app/display/gimptoolpath.c
app/display/gimptoolpolygon.c
app/display/gimptoolrectangle.c
app/display/gimptooltransformgrid.c
2001-09-27 23:34:48 +08:00
generate app/file/Makefile 2001-10-25 Michael Natterer <mitch@gimp.org> * configure.in: generate app/file/Makefile * app/Makefile.am * app/file-open.[ch] * app/file-save.[ch] * app/file-utils.[ch]: removed... * app/file/Makefile.am * app/file/file-open.[ch] * app/file/file-save.[ch] * app/file/file-utils.[ch]: ...and added here. * app/gui/file-commands.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * tools/pdbgen/pdb/fileops.pdb: changed includes accordingly. * app/app_procs.[ch]: removed app_exit_finish() and app_exit_finish_done() from the public API, call gtk_main() here, pass "no_data" to gimp_new() and "restore_session" to gui_restore(). * app/main.c: removed global variable "double_speed", don't call gtk_main() in main.c. Added some missing log domains. * app/appenv.h: removed "double_speed". * app/core/gimp.[ch]: added "gboolean no_data" property which must be passed to gimp_new(). * app/display/gimpdisplay-foreach.[ch]: added gdisplays_set_busy() and gdisplays_unset_busy(). * app/gui/about-dialog.c: don't include "appenv.h", declare "double_speed" extern. * app/gui/brush-select.[ch] * app/gui/gradient-select.[ch] * app/gui/palette-select.[ch] * app/gui/pattern-select.[ch]: made the list of dialogs and the global selection dialogs private. Added functions which get a dialog by PDB callback_name. Pass a "Gimp" and the callback_name to the constructors. Don't include "app_procs.h" for "the_gimp" and "appenv.h" for "no_data" any more. Use the passed "Gimp" instead and look at gimp->no_data. * app/gui/toolbox.[ch]: pass a "Gimp" to the constructor. * app/gui/gui.[ch]: use the new gdisplays_[un]set_busy() functions, use the passed "Gimp" all over the place, don't include "appenv.h" and "app_procs.h". gui_really_quit_dialog() takes a "quit_func" callback now and calls it instead of calling app_exit_finish() (which is now private) directly. * app/gui/convert-dialog.c * app/gui/dialogs-constructors.c * app/gui/palette-import-dialog.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb: changed accordingly. * app/pdb/brush_select_cmds.c * app/pdb/fileops_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c: regenerated. 2001-10-25 Michael Natterer <mitch@gimp.org> * POTFILES.in: app/file-*.c -> app/file/file-*.c
2001-10-25 21:30:01 +08:00
app/file/file-open.c
app/file/file-remote.c
generate app/file/Makefile 2001-10-25 Michael Natterer <mitch@gimp.org> * configure.in: generate app/file/Makefile * app/Makefile.am * app/file-open.[ch] * app/file-save.[ch] * app/file-utils.[ch]: removed... * app/file/Makefile.am * app/file/file-open.[ch] * app/file/file-save.[ch] * app/file/file-utils.[ch]: ...and added here. * app/gui/file-commands.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * tools/pdbgen/pdb/fileops.pdb: changed includes accordingly. * app/app_procs.[ch]: removed app_exit_finish() and app_exit_finish_done() from the public API, call gtk_main() here, pass "no_data" to gimp_new() and "restore_session" to gui_restore(). * app/main.c: removed global variable "double_speed", don't call gtk_main() in main.c. Added some missing log domains. * app/appenv.h: removed "double_speed". * app/core/gimp.[ch]: added "gboolean no_data" property which must be passed to gimp_new(). * app/display/gimpdisplay-foreach.[ch]: added gdisplays_set_busy() and gdisplays_unset_busy(). * app/gui/about-dialog.c: don't include "appenv.h", declare "double_speed" extern. * app/gui/brush-select.[ch] * app/gui/gradient-select.[ch] * app/gui/palette-select.[ch] * app/gui/pattern-select.[ch]: made the list of dialogs and the global selection dialogs private. Added functions which get a dialog by PDB callback_name. Pass a "Gimp" and the callback_name to the constructors. Don't include "app_procs.h" for "the_gimp" and "appenv.h" for "no_data" any more. Use the passed "Gimp" instead and look at gimp->no_data. * app/gui/toolbox.[ch]: pass a "Gimp" to the constructor. * app/gui/gui.[ch]: use the new gdisplays_[un]set_busy() functions, use the passed "Gimp" all over the place, don't include "appenv.h" and "app_procs.h". gui_really_quit_dialog() takes a "quit_func" callback now and calls it instead of calling app_exit_finish() (which is now private) directly. * app/gui/convert-dialog.c * app/gui/dialogs-constructors.c * app/gui/palette-import-dialog.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb: changed accordingly. * app/pdb/brush_select_cmds.c * app/pdb/fileops_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c: regenerated. 2001-10-25 Michael Natterer <mitch@gimp.org> * POTFILES.in: app/file-*.c -> app/file/file-*.c
2001-10-25 21:30:01 +08:00
app/file/file-save.c
app/file/file-utils.c
generate app/file/Makefile 2001-10-25 Michael Natterer <mitch@gimp.org> * configure.in: generate app/file/Makefile * app/Makefile.am * app/file-open.[ch] * app/file-save.[ch] * app/file-utils.[ch]: removed... * app/file/Makefile.am * app/file/file-open.[ch] * app/file/file-save.[ch] * app/file/file-utils.[ch]: ...and added here. * app/gui/file-commands.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * tools/pdbgen/pdb/fileops.pdb: changed includes accordingly. * app/app_procs.[ch]: removed app_exit_finish() and app_exit_finish_done() from the public API, call gtk_main() here, pass "no_data" to gimp_new() and "restore_session" to gui_restore(). * app/main.c: removed global variable "double_speed", don't call gtk_main() in main.c. Added some missing log domains. * app/appenv.h: removed "double_speed". * app/core/gimp.[ch]: added "gboolean no_data" property which must be passed to gimp_new(). * app/display/gimpdisplay-foreach.[ch]: added gdisplays_set_busy() and gdisplays_unset_busy(). * app/gui/about-dialog.c: don't include "appenv.h", declare "double_speed" extern. * app/gui/brush-select.[ch] * app/gui/gradient-select.[ch] * app/gui/palette-select.[ch] * app/gui/pattern-select.[ch]: made the list of dialogs and the global selection dialogs private. Added functions which get a dialog by PDB callback_name. Pass a "Gimp" and the callback_name to the constructors. Don't include "app_procs.h" for "the_gimp" and "appenv.h" for "no_data" any more. Use the passed "Gimp" instead and look at gimp->no_data. * app/gui/toolbox.[ch]: pass a "Gimp" to the constructor. * app/gui/gui.[ch]: use the new gdisplays_[un]set_busy() functions, use the passed "Gimp" all over the place, don't include "appenv.h" and "app_procs.h". gui_really_quit_dialog() takes a "quit_func" callback now and calls it instead of calling app_exit_finish() (which is now private) directly. * app/gui/convert-dialog.c * app/gui/dialogs-constructors.c * app/gui/palette-import-dialog.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb: changed accordingly. * app/pdb/brush_select_cmds.c * app/pdb/fileops_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c: regenerated. 2001-10-25 Michael Natterer <mitch@gimp.org> * POTFILES.in: app/file-*.c -> app/file/file-*.c
2001-10-25 21:30:01 +08:00
2012-05-03 00:15:01 +08:00
app/gegl/gimp-babl.c
app/gegl/gimp-gegl-enums.c
app/operations/operations-enums.c
app/operations/gimpbrightnesscontrastconfig.c
app/operations/gimpcolorbalanceconfig.c
app/operations/gimpcurvesconfig.c
app/operations/gimphuesaturationconfig.c
app/operations/gimplevelsconfig.c
app/operations/gimpoperationcagecoefcalc.c
app/operations/gimpoperationcagetransform.c
2017-06-05 19:16:59 +08:00
app/operations/gimpoperationcolorbalance.c
app/operations/gimpoperationcolorize.c
app/operations/gimpoperationdesaturate.c
app/operations/gimpoperationhuesaturation.c
app/operations/gimpoperationposterize.c
app/operations/gimpoperationsemiflatten.c
app/operations/gimpoperationthreshold.c
app/operations/gimpoperationthresholdalpha.c
app/gui/gui.c
app/gui/gui-message.c
app/gui/session.c
app/gui/splash.c
app/gui/themes.c
2002-02-28 18:36:06 +08:00
app/menus/menus.c
app/paint/gimpairbrush.c
2016-02-14 04:24:21 +08:00
app/paint/gimpairbrushoptions.c
app/paint/gimpbrushcore.c
2002-02-28 18:36:06 +08:00
app/paint/gimpclone.c
2016-02-14 04:24:21 +08:00
app/paint/gimpcloneoptions.c
app/paint/gimpconvolve.c
2016-02-14 04:24:21 +08:00
app/paint/gimpconvolveoptions.c
app/paint/gimpdodgeburn.c
2016-02-14 04:24:21 +08:00
app/paint/gimpdodgeburnoptions.c
app/paint/gimperaser.c
2016-02-14 04:24:21 +08:00
app/paint/gimperaseroptions.c
app/paint/gimpheal.c
app/paint/gimpink.c
app/paint/gimpinkoptions.c
app/paint/gimpmybrushcore.c
app/paint/gimpmybrushoptions.c
app/paint/gimppaintbrush.c
2012-05-03 00:15:01 +08:00
app/paint/gimppaintcore-stroke.c
app/paint/gimppaintcore.c
app/paint/gimppaintoptions.c
app/paint/gimppencil.c
app/paint/gimpperspectiveclone.c
app/paint/gimpsmudge.c
2016-02-14 04:24:21 +08:00
app/paint/gimpsmudgeoptions.c
app/paint/gimpsourcecore.c
2016-02-14 04:24:21 +08:00
app/paint/gimpsourceoptions.c
app/paint/paint-enums.c
app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/gui/Makefile.am * app/about_dialog.[ch] * app/brush_edit.[ch] * app/brush_select.[ch] * app/channels_dialog.[ch] * app/color_area.[ch] * app/color_notebook.[ch] * app/color_select.[ch] * app/colormap_dialog.[ch] * app/commands.[ch] * app/file_new_dialog.[ch] * app/gradient_editor.[ch] * app/gradient_select.[ch] * app/indicator_area.[ch] * app/info_dialog.[ch] * app/info_window.[ch] * app/layer_select.[ch] * app/layers_dialog.[ch] * app/menus.[ch] * app/palette.[ch] * app/palette_import.[ch] * app/palette_select.[ch] * app/paths_dialog.[ch] * app/pattern_select.[ch] * app/preferences_dialog.[ch] * app/session.[ch] * app/test_commands.[ch] * app/tips_dialog.[ch] * app/toolbox.[ch]: moved to gui/ (s/_/-/ and some more useful filenames on the way). * app/app_procs.c * app/context_manager.c * app/convert.c * app/disp_callbacks.c * app/errorconsole.c * app/file-open.c * app/file-save.c * app/file-utils.c * app/gdisplay.c * app/gimage.c * app/gimprc.c * app/image_new.c * app/interface.c * app/nav_window.c * app/path.c * app/plug_in.c * app/gui/dialogs-constructors.c * app/pdb/brush_select_cmds.c * app/pdb/convert_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpscaletool.c * app/tools/gimptransformtool.c * app/widgets/gimpcolorpanel.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb * po/POTFILES.in: changed accordingly.
2001-04-18 05:43:29 +08:00
app/pdb/channel-cmds.c
app/pdb/color-cmds.c
app/pdb/drawable-cmds.c
app/pdb/drawable-color-cmds.c
app/pdb/drawable-transform-cmds.c
app/pdb/edit-cmds.c
app/pdb/floating-sel-cmds.c
2012-05-03 00:15:01 +08:00
app/pdb/gimppdb-query.c
app/pdb/gimppdb-utils.c
app/pdb/gimppdb.c
app/pdb/gimppdbcontext.c
app/pdb/gimpprocedure.c
app/pdb/image-cmds.c
app/pdb/image-convert-cmds.c
app/pdb/image-guides-cmds.c
app/pdb/image-sample-points-cmds.c
2010-10-31 15:07:15 +08:00
app/pdb/image-select-cmds.c
app/pdb/image-transform-cmds.c
app/pdb/image-undo-cmds.c
2010-09-11 03:21:01 +08:00
app/pdb/item-transform-cmds.c
app/pdb/layer-cmds.c
app/pdb/paths-cmds.c
2012-05-03 00:15:01 +08:00
app/pdb/plug-in-compat-cmds.c
app/pdb/procedural-db-cmds.c
app/pdb/selection-cmds.c
app/pdb/selection-tools-cmds.c
app/pdb/text-layer-cmds.c
app/pdb/transform-tools-cmds.c
app/pdb/vectors-cmds.c
app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/gui/Makefile.am * app/about_dialog.[ch] * app/brush_edit.[ch] * app/brush_select.[ch] * app/channels_dialog.[ch] * app/color_area.[ch] * app/color_notebook.[ch] * app/color_select.[ch] * app/colormap_dialog.[ch] * app/commands.[ch] * app/file_new_dialog.[ch] * app/gradient_editor.[ch] * app/gradient_select.[ch] * app/indicator_area.[ch] * app/info_dialog.[ch] * app/info_window.[ch] * app/layer_select.[ch] * app/layers_dialog.[ch] * app/menus.[ch] * app/palette.[ch] * app/palette_import.[ch] * app/palette_select.[ch] * app/paths_dialog.[ch] * app/pattern_select.[ch] * app/preferences_dialog.[ch] * app/session.[ch] * app/test_commands.[ch] * app/tips_dialog.[ch] * app/toolbox.[ch]: moved to gui/ (s/_/-/ and some more useful filenames on the way). * app/app_procs.c * app/context_manager.c * app/convert.c * app/disp_callbacks.c * app/errorconsole.c * app/file-open.c * app/file-save.c * app/file-utils.c * app/gdisplay.c * app/gimage.c * app/gimprc.c * app/image_new.c * app/interface.c * app/nav_window.c * app/path.c * app/plug_in.c * app/gui/dialogs-constructors.c * app/pdb/brush_select_cmds.c * app/pdb/convert_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpscaletool.c * app/tools/gimptransformtool.c * app/widgets/gimpcolorpanel.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb * po/POTFILES.in: changed accordingly.
2001-04-18 05:43:29 +08:00
app/plug-in/gimpenvirontable.c
app/plug-in/gimpinterpreterdb.c
app/plug-in/gimpplugin.c
app/plug-in/gimpplugin-message.c
app/plug-in/gimpplugin-progress.c
2012-05-03 00:15:01 +08:00
app/plug-in/gimppluginmanager.c
app/plug-in/gimppluginmanager-call.c
app/plug-in/gimppluginmanager-file-procedure.c
app/plug-in/gimppluginmanager-restore.c
app/plug-in/gimppluginprocedure.c
app/plug-in/gimppluginprocframe.c
app/plug-in/gimptemporaryprocedure.c
app/plug-in/plug-in-enums.c
app/plug-in/plug-in-rc.c
app/Makefile.am removed... 2001-11-30 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/plug_in.[ch]: removed... * app/plug-in/Makefile.am * app/plug-in/plug-in-types.h * app/plug-in/plug-in.[ch]: ...and added here. * app/appenv.h: removed StackTraceMode and MessageHandlerType... * libgimpbase/gimpbasetypes.h: ...and added them here. * tools/pdbgen/Makefile.am: don't scan "app/apptypes.h" for enums. * tools/pdbgen/enumcode.pl: added a general check to prevent enums which are defined in libgimp* from being written to "libgimp/gimpenums.c". * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated. * app/core/core-types.h: include "pdb/pdb-types.h" so including "core/core-types.h" gets the whole core type space. * app/core/gimp.[ch]: added a "stack_trace_mode" parameter to the constructor and store it in the Gimp struct because the value is also passed to plug-ins and nobody should include "appenv.h". * app/gimprc.[ch]: pass the alternate_system_gimprc and alternate_gimprc filenames from the command line to gimprc_prase() so we don't need to include "appenv.h". * app/batch.[ch]: pass the "batch_cmds" as parameter, don't include "append.h". * app/app_procs.c: pass more parameters around. * app/devices.c * app/errors.c * app/gimphelp.c * app/main.c * app/core/gimpgradient.c * app/display/gimpdisplay.c * app/display/gimpdisplayshell.c * app/file/file-open.c * app/file/file-save.c * app/file/file-utils.c * app/gui/commands.c * app/gui/error-console-dialog.c * app/gui/file-dialog-utils.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/paths-dialog.c * app/gui/user-install-dialog.c * app/tools/gimpbezierselecttool.c * app/tools/xinput_airbrush.c * app/xcf/xcf.c * tools/pdbgen/pdb/fileops.pdb * tools/pdbgen/pdb/help.pdb * tools/pdbgen/pdb/message.pdb * tools/pdbgen/pdb/plug_in.pdb: changed accordingly: - changed "plug-in.h" include where needed. - don't call gimp_fatal_error() directly, it's called via the log handler when calling g_error(). - don't incude "errors.h" except from main.c. - changed stack_trace and message_handler enum names. - get "stack_trace_mode" from Gimp. - removed many inclusions of "appenv.h". * app/pdb/fileops_cmds.c * app/pdb/help_cmds.c * app/pdb/message_cmds.c * app/pdb/plug_in_cmds.c * app/pdb/procedural_db.c: regenerated.
2001-12-01 08:14:14 +08:00
app/propgui/gimppropgui-channel-mixer.c
app/propgui/gimppropgui-color-balance.c
app/propgui/gimppropgui-color-rotate.c
app/propgui/gimppropgui-color-to-alpha.c
app/propgui/gimppropgui-convolution-matrix.c
app/propgui/gimppropgui-diffraction-patterns.c
app/propgui/gimppropgui-generic.c
app/propgui/gimppropgui-hue-saturation.c
app/propgui/gimppropgui-shadows-highlights.c
app/propgui/gimppropgui-spiral.c
app/propgui/gimppropgui-supernova.c
app/propgui/gimppropgui-utils.c
app/propgui/gimppropgui.c
app/text/gimpfont.c
2003-02-13 19:33:28 +08:00
app/text/gimptext-compat.c
app/text/gimptextlayer.c
app/text/gimptextlayer-transform.c
app/text/gimptextlayer-xcf.c
app/text/gimptextlayout.c
2010-03-05 23:38:18 +08:00
app/text/text-enums.c
app/tools/gimp-tools.c
app/tools/gimpairbrushtool.c
app/tools/gimpalignoptions.c
app/tools/gimpaligntool.c
app/tools/gimpblendoptions.c
app/tools/gimpblendtool.c
app/tools/gimpblendtool-editor.c
app/tools/gimpbrightnesscontrasttool.c
app/tools/gimpbucketfilloptions.c
app/tools/gimpbucketfilltool.c
app/tools/gimpbycolorselecttool.c
app/tools/gimpcageoptions.c
app/tools/gimpcagetool.c
app/tools/gimpcloneoptions-gui.c
app/tools/gimpclonetool.c
app/tools/gimpcoloroptions.c
app/tools/gimpcolorpickeroptions.c
app/tools/gimpcolorpickertool.c
app/tools/gimpcolortool.c
app/tools/gimpconvolvetool.c
app/tools/gimpcropoptions.c
app/tools/gimpcroptool.c
app/tools/gimpcurvestool.c
app/tools/gimpdodgeburntool.c
app/tools/gimpeditselectiontool.c
app/tools/gimpellipseselecttool.c
app/tools/gimperasertool.c
app/tools/gimpfilteroptions.c
app/tools/gimpfiltertool.c
app/tools/gimpfiltertool-settings.c
app/tools/gimpflipoptions.c
app/tools/gimpfliptool.c
app/tools/gimpforegroundselectoptions.c
app/tools/gimpforegroundselecttool.c
app/tools/gimpfreeselecttool.c
app/tools/gimpfuzzyselecttool.c
app/tools/gimpgegltool.c
app/tools/gimpguidetool.c
app/tools/gimphandletransformoptions.c
app/tools/gimphandletransformtool.c
app/tools/gimphealtool.c
app/tools/gimphistogramoptions.c
app/tools/gimpinkoptions-gui.c
app/tools/gimpinktool.c
app/tools/gimpiscissorsoptions.c
app/tools/gimpiscissorstool.c
app/tools/gimplevelstool.c
app/tools/gimpmagnifyoptions.c
app/tools/gimpmagnifytool.c
app/tools/gimpmeasureoptions.c
app/tools/gimpmeasuretool.c
app/tools/gimpmoveoptions.c
app/tools/gimpmovetool.c
app/tools/gimpmybrushoptions-gui.c
app/tools/gimpmybrushtool.c
2013-09-14 01:50:52 +08:00
app/tools/gimpnpointdeformationoptions.c
app/tools/gimpnpointdeformationtool.c
2012-05-03 00:15:01 +08:00
app/tools/gimpoperationtool.c
app/tools/gimppaintbrushtool.c
app/tools/gimppaintoptions-gui.c
app/tools/gimppainttool.c
app/tools/gimppenciltool.c
app/tools/gimpperspectiveclonetool.c
app/tools/gimpperspectivetool.c
app/tools/gimprectangleoptions.c
app/tools/gimprectangleselectoptions.c
app/tools/gimprectangleselecttool.c
app/tools/gimpregionselectoptions.c
2006-08-08 14:46:27 +08:00
app/tools/gimpregionselecttool.c
app/tools/gimprotatetool.c
app/tools/gimpsamplepointtool.c
app/tools/gimpscaletool.c
2013-05-16 15:49:32 +08:00
app/tools/gimpseamlesscloneoptions.c
app/tools/gimpseamlessclonetool.c
app/tools/gimpselectionoptions.c
app/tools/gimpselectiontool.c
app/tools/gimpsheartool.c
app/tools/gimpsmudgetool.c
app/tools/gimptextoptions.c
app/tools/gimptexttool.c
2010-03-05 23:38:18 +08:00
app/tools/gimptexttool-editor.c
app/tools/gimpthresholdtool.c
app/tools/gimptool.c
app/tools/gimptransformoptions.c
app/tools/gimptransformtool.c
2012-08-21 03:46:37 +08:00
app/tools/gimpunifiedtransformtool.c
app/tools/gimpvectoroptions.c
2002-02-28 18:36:06 +08:00
app/tools/gimpvectortool.c
app/tools/gimpwarpoptions.c
app/tools/gimpwarptool.c
app/tools/tools-enums.c
app/vectors/gimpvectors.c
app/vectors/gimpvectors-export.c
app/vectors/gimpvectors-import.c
app/widgets/gimpactioneditor.c
app/widgets/gimpactiongroup.c
app/widgets/gimpactionview.c
app/widgets/gimpbrusheditor.c
app/widgets/gimpbrushfactoryview.c
app/widgets/gimpbrushselect.c
app/widgets/gimpbuffersourcebox.c
app/widgets/gimpbufferview.c
app/widgets/gimpchanneltreeview.c
app/widgets/gimpclipboard.c
app/widgets/gimpcolordialog.c
app/widgets/gimpcolordisplayeditor.c
2002-11-26 05:29:49 +08:00
app/widgets/gimpcoloreditor.c
app/widgets/gimpcolorframe.c
app/widgets/gimpcolorhistory.c
app/widgets/gimpcolormapeditor.c
app/widgets/gimpcolorselectorpalette.c
2001-05-14 10:31:10 +08:00
app/widgets/gimpcontainergridview.c
app/widgets/gimpcontainerpopup.c
app/widgets/gimpcontrollereditor.c
2016-02-14 04:24:21 +08:00
app/widgets/gimpcontrollerinfo.c
app/widgets/gimpcontrollerkeyboard.c
app/widgets/gimpcontrollerlist.c
app/widgets/gimpcontrollermouse.c
app/widgets/gimpcontrollerwheel.c
app/widgets/gimpdashboard.c
app/widgets/gimpdataeditor.c
2010-03-05 23:38:18 +08:00
app/widgets/gimpdeviceeditor.c
2016-02-14 04:24:21 +08:00
app/widgets/gimpdeviceinfo.c
2010-03-05 23:38:18 +08:00
app/widgets/gimpdeviceinfoeditor.c
app/widgets/gimpdevices.c
app/widgets/gimpdevicestatus.c
2012-05-03 00:15:01 +08:00
app/widgets/gimpdnd-xds.c
app/widgets/gimpdnd.c
2012-05-03 00:15:01 +08:00
app/widgets/gimpdock.c
app/widgets/gimpdock.h
app/widgets/gimpdockable.c
app/widgets/gimpdockbook.c
app/widgets/gimpdockwindow.c
app/widgets/gimpdocumentview.c
app/widgets/gimpdrawabletreeview.c
2009-10-24 00:50:42 +08:00
app/widgets/gimpdynamicseditor.c
2010-03-05 23:38:18 +08:00
app/widgets/gimpdynamicsoutputeditor.c
2005-06-05 02:13:34 +08:00
app/widgets/gimpeditor.c
app/widgets/gimperrorconsole.c
app/widgets/gimperrordialog.c
app/widgets/gimpexportdialog.c
app/widgets/gimpfiledialog.c
app/widgets/gimpfileprocview.c
app/widgets/gimpfilleditor.c
app/widgets/gimpgradienteditor.c
removed the grid parasite related functions from here ... 2003-10-10 Henrik Brix Andersen <brix@gimp.org> * app/core/gimpimage-grid.[ch]: removed the grid parasite related functions from here ... * app/core/gimpgrid.[ch]: ... and added them here. While I was at it I also changed PROP_TYPE to PROP_STYLE and added blurbs to the properties * app/xcf/xcf-load.c * app/display/gimpdisplayshell.c: changed accordingly * app/widgets/Makefile.am * po/POTFILES.in * app/widgets/widgets-types.h * app/widgets/gimpgrideditor.[ch]: added a new GimpGridEditor widget - with a work-around for the fact that gimp_prop_coordinated_new() doesn't accept boundaries * app/gui/grid-dialog.h * app/gui/grid-dialog.c (grid_dialog_new): use the new GimpGridEditor widget, take a GimpImage as function parameter, assume GimpImages always have a GimpGrid. This simplifies the grid dialog. * app/gui/image-commands.c (image_configure_grid_cmd_callback): changed accordingly * app/core/core-types.h: moved typedef GimpGrid from here ... * app/config/config-types.h: ... to here to be able to use it in GimpCoreConfig * app/config/gimprc-blurbs.h * app/config/gimpcoreconfig.[ch]: added default_grid member * app/widgets/gimphelp-ids.h * themes/Default/images/preferences/Makefile.am * themes/Default/images/default-grid.png * app/gui/preferences-dialog.c: added UI for specifying default image grid * app/core/gimpimage.c (gimp_image_new): create a GimpGrid from core_config->default_grid * app/gui/image-menu.c (image_menu_update): the grid/guide entries in <Image>/View/ should always be sensitive ... * app/display/gimpdisplayshell.c (gimp_display_shell_init): ... but the grid entries should be disabled by default
2003-10-10 22:11:47 +08:00
app/widgets/gimpgrideditor.c
app/Makefile.am removed... 2002-05-05 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/gimphelp.[ch]: removed... * app/widgets/Makefile.am * app/widgets/gimphelp.[ch]: ...and added here. * app/widgets/widgets-enums.[ch]: added GimpHelpBrowserType here as registered enum. Added an evil hack with GimpCursorType so app/config/gimpguiconfig.h can include this file. * app/widgets/gimpcursor.c: added an assertion because of the changed GimpCursorType. * app/config/gimpguiconfig.[ch]: added a property for the help browser type. * app/gimprc.c * app/libgimp_glue.c * app/gui/preferences-dialog.c * tools/pdbgen/pdb/help.pdb * app/pdb/help_cmds.c: regenerated. Some nav_window cleanup before chopping: * app/nav_window.[ch]: removed the old preview code and use GimpNavigationPreviews only. Namespaceified all functions. Speak in terms of GimpDisplayShell, not GimpDisplay. Lots of internal cleanup. * app/gui/gui-types.h: removed NadiagtionDialog here... * app/display/display-types.h: ...and added it here. * app/display/gimpdisplayshell-callbacks.[ch]: added a callback for the navigation button and call nav_window_show_popup() from there. * app/display/gimpdisplayshell.c: free shell->nav_dialog unconditionally, connect to the new callback. * app/display/gimpdisplayshell-scale.c * app/display/gimpdisplayshell-scroll.c * app/gui/view-commands.c: changed accordingly. * app/widgets/gimppreview.c (gimp_preview_set_viewable): the assertion introduced recently was too tight, breaking GimpNavigationPreview. Changed it to do an "is a" check, not exact preview type matching. * app/widgets/gimpimagepreview.c: added quick-hack support for xres != yres. * app/widgets/gimpnavigationpreview.[ch]: made gimp_navigation_preview_grab_pointer() public so the nav_window can call it. Unrelated: * app/display/gimpdisplay.c: removed the gui/ dependency from this file by removing info_window stuff. * app/display/gimpdisplayshell.c (gimp_display_shell_flush): update the info_window here. * app/gui/dialogs-constructors.c (dialogs_indexed_palette_new): call gimp_dockable_set_context() like all other constructors. * app/undo.c * app/paint/gimppaintcore.h: some more include cleanup.
2002-05-06 03:17:41 +08:00
app/widgets/gimphelp.c
app/widgets/gimphistogrameditor.c
app/widgets/gimpiconpicker.c
2017-03-11 19:08:44 +08:00
app/widgets/gimpiconsizescale.c
2009-07-20 23:46:07 +08:00
app/widgets/gimpimagecommenteditor.c
app/widgets/gimpimageprofileview.c
app/widgets/gimpimagepropview.c
app/widgets/gimpitemtreeview.c
app/widgets/gimplanguagestore-parser.c
2017-01-30 08:24:33 +08:00
app/widgets/gimplayermodebox.c
app/widgets/gimplayertreeview.c
app/widgets/gimpmenudock.c
app/widgets/gimpmessagebox.c
app/widgets/gimpopendialog.c
app/widgets/gimpoverlaydialog.c
app/widgets/gimppaletteeditor.c
app/widgets/gimppanedbox.c
app/widgets/gimppdbdialog.c
app/widgets/gimppickablepopup.c
app/widgets/gimppluginview.c
app/widgets/gimpprogressdialog.c
app/widgets/gimppropwidgets.c
app/widgets/gimpsavedialog.c
app/widgets/gimpsearchpopup.c
app/widgets/gimpselectiondata.c
app/widgets/gimpselectioneditor.c
app/widgets/gimpsettingsbox.c
app/widgets/gimpsettingseditor.c
app/widgets/gimpsizebox.c
app/widgets/gimpstrokeeditor.c
2015-03-26 23:10:48 +08:00
app/widgets/gimpsymmetryeditor.c
app/widgets/gimptagentry.c
app/widgets/gimptemplateeditor.c
2012-05-03 00:15:01 +08:00
app/widgets/gimptextbuffer-serialize.c
app/widgets/gimptextbuffer.c
app/widgets/gimptexteditor.c
2010-03-05 23:38:18 +08:00
app/widgets/gimptextstyleeditor.c
app/widgets/gimpthumbbox.c
2012-05-03 00:15:01 +08:00
app/widgets/gimptoolbox.c
app/widgets/gimptoolbox-color-area.c
app/widgets/gimptoolbox-dnd.c
app/widgets/gimptoolbox-image-area.c
app/widgets/gimptoolbox-indicator-area.c
2009-08-15 20:31:04 +08:00
app/widgets/gimptooleditor.c
app/widgets/gimptooloptionseditor.c
2010-11-20 21:13:44 +08:00
app/widgets/gimptoolpalette.c
2010-05-19 13:02:13 +08:00
app/widgets/gimptoolpreseteditor.c
2010-03-05 23:38:18 +08:00
app/widgets/gimptranslationstore.c
app/widgets/gimpuimanager.c
app/widgets/gimpundoeditor.c
app/widgets/gimpvectorstreeview.c
app/widgets/gimpviewablebox.c
2002-02-28 18:36:06 +08:00
app/widgets/gimpwidgets-constructors.c
app/widgets/gimpwidgets-utils.c
app/widgets/widgets-enums.c
app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/gui/Makefile.am * app/about_dialog.[ch] * app/brush_edit.[ch] * app/brush_select.[ch] * app/channels_dialog.[ch] * app/color_area.[ch] * app/color_notebook.[ch] * app/color_select.[ch] * app/colormap_dialog.[ch] * app/commands.[ch] * app/file_new_dialog.[ch] * app/gradient_editor.[ch] * app/gradient_select.[ch] * app/indicator_area.[ch] * app/info_dialog.[ch] * app/info_window.[ch] * app/layer_select.[ch] * app/layers_dialog.[ch] * app/menus.[ch] * app/palette.[ch] * app/palette_import.[ch] * app/palette_select.[ch] * app/paths_dialog.[ch] * app/pattern_select.[ch] * app/preferences_dialog.[ch] * app/session.[ch] * app/test_commands.[ch] * app/tips_dialog.[ch] * app/toolbox.[ch]: moved to gui/ (s/_/-/ and some more useful filenames on the way). * app/app_procs.c * app/context_manager.c * app/convert.c * app/disp_callbacks.c * app/errorconsole.c * app/file-open.c * app/file-save.c * app/file-utils.c * app/gdisplay.c * app/gimage.c * app/gimprc.c * app/image_new.c * app/interface.c * app/nav_window.c * app/path.c * app/plug_in.c * app/gui/dialogs-constructors.c * app/pdb/brush_select_cmds.c * app/pdb/convert_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpscaletool.c * app/tools/gimptransformtool.c * app/widgets/gimpcolorpanel.c * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb * po/POTFILES.in: changed accordingly.
2001-04-18 05:43:29 +08:00
2012-05-03 00:15:01 +08:00
app/xcf/xcf.c
app/xcf/xcf-load.c
app/xcf/xcf-read.c
app/xcf/xcf-save.c
app/xcf/xcf-seek.c
2012-05-03 00:15:01 +08:00
app/xcf/xcf-write.c
data/tags/gimp-tags-default.xml.in