Gimp/app
Martin Nordholts eb6bef33e4 Use gtk_widget_set_visible()
In places where the pattern

  if (show)
    gtk_widget_show (widget);
  else
    gtk_widget_hide (widget);

is used, change to

  gtk_widget_set_visible (widget, show);

Also do some other minor cleanups.
2009-10-17 15:07:34 +02:00
..
actions Use gtk_widget_get_window() instead of widget->window 2009-10-09 21:19:07 +02:00
base Random doc fix 2009-09-14 21:36:50 +02:00
composite
config Add a Single-window mode 2009-09-26 18:28:41 +02:00
core Only call gimp_channel_combine_span() if the value actually changed 2009-10-11 13:49:14 +02:00
dialogs Use gtk_widget_set_visible() 2009-10-17 15:07:34 +02:00
display Use gtk_widget_set_visible() 2009-10-17 15:07:34 +02:00
file Remove GIMP_OBJECT() casts when calling gimp_object_get_name() 2009-08-31 22:47:18 +02:00
gegl Make class and instance structs public 2009-09-14 21:38:30 +02:00
gui Use gtk_widget_get_window() instead of widget->window 2009-10-09 21:19:07 +02:00
menus Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
paint Fix a width/height confusion in the healing tool algorithm 2009-10-16 22:06:34 +02:00
paint-funcs
pdb Fix error handling in gimp-file-save PDB invoker 2009-09-15 23:01:29 +02:00
plug-in Kill plug-ins that write to tiles of locked drawables or group layers 2009-09-02 19:48:46 +02:00
tests app/tests: Do role tests on the dock windows, not the docks 2009-09-26 12:48:44 +02:00
text Remove GIMP_OBJECT() casts when calling gimp_object_get_name() 2009-08-31 22:47:18 +02:00
tools Move the cursor to the logical end of the selection when cancelling it 2009-10-15 12:04:09 +02:00
vectors Remove GIMP_OBJECT() casts when calling gimp_object_get_name() 2009-08-31 22:47:18 +02:00
widgets Use gtk_widget_set_visible() 2009-10-17 15:07:34 +02:00
xcf Fix loading of layer masks of group layers 2009-09-03 19:11:02 +02:00
.gitignore Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
about.h
app.c
app.h
batch.c
batch.h
errors.c
errors.h
fileicon.ico
gimp-intl.h
gimp-log.c app: Also allow GIMP_DEBUG as debug environment variable 2009-09-19 16:03:43 +02:00
gimp-log.h app: Add GIMP_LOG_WM 2009-07-20 13:16:30 +02:00
gimp.rc.in Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
gimpcore.def
main.c
Makefile.am Fixed typo "depenendencies" 2009-10-14 21:42:14 +02:00
makefile.msc
sanity.c Bump GEGL and BABL versions here too 2009-07-02 12:24:13 +02:00
sanity.h
signals.c
signals.h
tests.c app: Add gimp_test_run_temp_mainloop() 2009-09-17 01:51:53 +02:00
tests.h app: Add gimp_test_run_temp_mainloop() 2009-09-17 01:51:53 +02:00
unique.c
unique.h
units.c
units.h
version.c
version.h
wilber.ico