Gimp/app
Ell eeed9c413b app: add gimp_tool_widget_{set,get}_focus(); "focus-changed" signal
The next few commits are going to add support for using multiple
tool widgets simultaneously.  As a first step, add a notion of a
focused tool widget, by adding gimp_tool_widget_{set,get}_focus(),
which tools/subclasses can use to control focus, and a
corresponding "focus-changed" signal, which tools/subclasses can
use to respond to focus changes.
2018-06-05 04:04:47 -04:00
..
actions app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
config app: change all GimpCoreConfig data paths to GIMP_CONFIG_PARAM_CONFIRM 2018-06-03 00:45:06 +02:00
core app: add GimpDataLoaderFactory which loads data from an array of formats 2018-06-04 13:49:07 +02:00
dialogs app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
display app: add gimp_tool_widget_{set,get}_focus(); "focus-changed" signal 2018-06-05 04:04:47 -04:00
file Port a lot of stuff from GdkScreen/monitor_number to GdkMonitor 2018-05-20 21:06:30 +02:00
gegl Use g_set_object() in a lot of places, and splrinkle some g_clear_object() 2018-06-01 12:59:52 +02:00
gui app: finish porting GdkScreen/monitor_number to GdkMonitor 2018-05-31 16:33:54 +00:00
menus
operations Issue #1490 - Crash when flattening an XCF file 2018-05-25 20:34:46 -04:00
paint Use g_set_object() in a lot of places, and splrinkle some g_clear_object() 2018-06-01 12:59:52 +02:00
pdb app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
plug-in libgimpbase, libgimp, app: pass icon theme dir to plug-ins through config 2018-05-29 16:04:28 -04:00
propgui app: undeprecate everything in propgui/, mostly table -> grid 2018-05-20 21:06:32 +02:00
tests app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
text app: add GimpDataLoaderFactory which loads data from an array of formats 2018-06-04 13:49:07 +02:00
tools app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
vectors
widgets app: undeprecate styling of GimpComboTagEntry and GimpTagPopup 2018-06-04 21:10:12 +02:00
xcf app: add the new distance, rotation and slider axes to GimpCoords 2018-05-20 21:06:35 +02:00
.gitignore
about.h
app.c Revert "app: remove all deprecated threads_enter/leave code" 2018-05-20 21:06:30 +02:00
app.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimp-priorities.h
gimp-version.c
gimp-version.h
gimpcore.def
language.c
language.h
main.c
Makefile.am app: add GimpAsyncSet 2018-05-29 16:04:28 -04:00
sanity.c
sanity.h
signals.c
signals.h
tests.c
tests.h
unique.c
unique.h