gimp/app/dialogs
Michael Natterer b36205176e app, libgimp*: remove the config option to disable tooltips
Also remove all traces of it from the plug-in protocol and raise the
protocol version to 0x0100 (we now allow features and therefore
version bumps in stable, and the master protocol version should always
be higher). Fix the code that aborts plug-in startup on protocol
version mismatch, we can't use gimp_message() because we have no
protocol.
2018-06-06 19:23:30 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app: bring the "Switches" column to the channel and path properties dialogs 2016-10-26 16:51:56 +02:00
about-dialog.c app: undeprecate about-dialog.c, and clean out a lot of cruft 2018-05-20 21:06:34 +02:00
about-dialog.h app: undeprecate about-dialog.c, and clean out a lot of cruft 2018-05-20 21:06:34 +02:00
action-search-dialog.c app: don't show invisible actions in search dialog 2018-03-29 05:26:02 -04:00
action-search-dialog.h app: more action search cleanup 2014-02-18 23:24:48 +01:00
authors.xsl Bug 754652 - About dialog does not credit contributors for 2.10. 2015-09-07 17:04:23 +02:00
channel-options-dialog.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
channel-options-dialog.h Bug 769738 - Add color tags/labels for layers/channels/paths 2016-10-29 17:02:16 +02:00
color-profile-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
color-profile-dialog.h Bug 320447 - fast switching between "color managed display" and "softproof" 2016-09-30 20:56:04 +02:00
color-profile-import-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
color-profile-import-dialog.h app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
convert-indexed-dialog.c Issue #1520 - GIMP 2.10 Crashes when trying to convert 8bit colour... 2018-05-30 02:16:54 +02:00
convert-indexed-dialog.h app: reorder and rename indexed conversion parameters to make more sense 2016-09-27 23:51:33 +02:00
convert-precision-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
convert-precision-dialog.h app: use gegl:dither instead of gegl:reduction 2016-12-24 19:40:12 +01:00
data-delete-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
data-delete-dialog.h app: move the GimpData delete confirm dialog to its own files 2011-03-24 21:46:40 +01:00
dialogs-constructors.c app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
dialogs-constructors.h app: new error dialog to backtrace and encourage people to report bugs. 2018-01-28 15:43:07 +01:00
dialogs-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
dialogs.c app: allow setting parent for dialogs created by GimpDialogFactory. 2018-05-20 21:06:33 +02:00
dialogs.h app: add dialogs_destroy_dialog(), destroys an attached dialog by its key 2016-09-25 01:23:55 +02:00
fade-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
fade-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-open-dialog.c Port a lot of stuff from GdkScreen/monitor_number to GdkMonitor 2018-05-20 21:06:30 +02:00
file-open-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-open-location-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
file-open-location-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-save-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
file-save-dialog.h app: change the "XCF compat" stuff to "XCF compression" 2017-03-23 18:03:27 +01:00
fill-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
fill-dialog.h app: add a callback to the fill dialog 2016-09-27 00:01:11 +02:00
grid-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
grid-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
image-merge-layers-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
image-merge-layers-dialog.h app: make ImageMergeLayersDialog private and provide a cutom callback instead 2016-09-23 19:44:11 +02:00
image-new-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
image-new-dialog.h app: one more round of general dialog cleanup 2016-10-27 21:26:07 +02:00
image-properties-dialog.c app: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
image-properties-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
image-scale-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
image-scale-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
input-devices-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
input-devices-dialog.h app: turn the input devices dialog into a session managed toplevel 2010-02-19 20:13:26 +01:00
item-options-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
item-options-dialog.h dialogs: some table->grid conversion in the item dialogs 2018-05-20 21:06:32 +02:00
keyboard-shortcuts-dialog.c app: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
keyboard-shortcuts-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
layer-add-mask-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
layer-add-mask-dialog.h app: make the LayerAddMaskDialog struct private 2016-09-23 14:35:14 +02:00
layer-options-dialog.c dialogs: some table->grid conversion in the item dialogs 2018-05-20 21:06:32 +02:00
layer-options-dialog.h app: make layer blend color space and compositing color space configurable 2017-02-12 23:49:26 +01:00
lebl-dialog.c app: fishes now explode undeprecated 2018-05-23 12:19:40 +02:00
lebl-dialog.h app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
module-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
module-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
offset-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
offset-dialog.h app: add a callback to the offset dialog 2016-09-26 23:08:29 +02:00
palette-import-dialog.c libgimpwidgets: rename the _grid()-Variants of gimp_scale_entry_* 2018-05-20 21:06:35 +02:00
palette-import-dialog.h app: clean up the palette-import-dialog in the spirit of recent dialog cleanup 2016-10-09 21:08:21 +02:00
preferences-dialog-utils.c preferences-dialog: get rid of GtkTable 2018-05-20 21:06:33 +02:00
preferences-dialog-utils.h preferences-dialog: get rid of GtkTable 2018-05-20 21:06:33 +02:00
preferences-dialog.c app, libgimp*: remove the config option to disable tooltips 2018-06-06 19:23:30 +02:00
preferences-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
print-size-dialog.c libgimpwidgets: move all GimpSizeEntry members to private 2018-05-25 19:15:00 +02:00
print-size-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
quit-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
quit-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
resize-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
resize-dialog.h Bug 599573 - Remember dialog defaults between Gimp sessions 2016-10-20 00:31:59 +02:00
resolution-calibrate-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
resolution-calibrate-dialog.h app: clean up GimpPrefsBox and the prefs dialog a bit 2018-05-09 01:47:23 +02:00
scale-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
scale-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
stroke-dialog.c app: undeprecate stroke-dialog.c 2018-05-20 21:06:35 +02:00
stroke-dialog.h app: add a callback to the stroke dialog 2016-09-27 11:15:52 +02:00
template-options-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
template-options-dialog.h app: clean up template-options-dialog like other dialogs 2016-10-30 20:54:47 +01:00
tips-dialog.c Get rid of using GtkMisc API globally 2018-05-20 21:06:30 +02:00
tips-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
tips-parser.c app: replace all g_assert() by the newly added gimp_assert() 2018-02-11 22:23:10 +01:00
tips-parser.h app: some filename -> GFile in the tips parsing code 2014-07-23 23:40:01 +02:00
user-install-dialog.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
user-install-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
vectors-export-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
vectors-export-dialog.h app: one more round of general dialog cleanup 2016-10-27 21:26:07 +02:00
vectors-import-dialog.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
vectors-import-dialog.h app: one more round of general dialog cleanup 2016-10-27 21:26:07 +02:00
vectors-options-dialog.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
vectors-options-dialog.h Bug 769738 - Add color tags/labels for layers/channels/paths 2016-10-29 17:02:16 +02:00