Gimp/app
Michael Natterer 9785c4e1a3 app: simplify gimp_display_shell_canvas_draw_image() a lot
by not manually intersecting and subtracting regions at all. Simply
clip the cairo_t to the area we want to render, it will automatically
intersect with the clip region from the expose event, and check if the
clip is empty before actually drawing anything.
2013-04-19 02:23:38 +02:00
..
actions app: add gegl:vignette to Filters -> Decor 2013-03-27 01:35:49 +01:00
config Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
core app: use GimpApplicator in gimp_image_merge_layers() 2013-04-17 16:17:39 +02:00
dialogs app: add a list of filters to the layer options dialog (for debug purposes) 2013-04-16 20:29:18 +02:00
display app: simplify gimp_display_shell_canvas_draw_image() a lot 2013-04-19 02:23:38 +02:00
file Make it harder to "save" to foo.png.gz or "export" to foo.xcf.gz 2013-02-15 00:01:27 +01:00
gegl app: remove gimp_gegl_create_apply_[buffer_]node() 2013-04-17 16:21:15 +02:00
gui Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
menus app: add the "view" action group to all docks 2012-12-14 09:54:17 +01:00
operations Bug 622054 - Levels Tool gray point picker causes lockup 2013-03-27 22:28:29 +01:00
paint app: turn GimpApplicator into a general-purpose "input + aux -> output" thing 2013-04-14 22:44:21 +02:00
pdb plug-ins, pdb: remove plug-in noise-randomize 2013-03-08 17:06:53 +01:00
plug-in app: set error in case of error in ICC profile plug-in 2013-03-18 13:37:17 +01:00
tests Bug 622054 - Levels Tool gray point picker causes lockup 2013-03-27 22:28:29 +01:00
text app: fix re-initializing fontconfig in gimp_fonts_reset() 2013-02-05 13:54:36 +01:00
tools app: rename gimpdisplayshell-style to gimpcanvas-style 2013-04-18 16:46:01 +02:00
vectors Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
widgets app: let the tag popup own its tag objects 2013-04-16 11:16:41 +02:00
xcf Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
.gitignore
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c Bug 689403 - GIMP saves files in strange directories when started from an... 2012-12-15 00:36:19 +01:00
app.h
batch.c app: completely remove TileManager and friends (base/ and paint-funcs/) 2012-06-20 21:44:09 +02:00
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h update translations 2012-05-06 03:46:09 +02:00
gimpcore.def
language.c app: don't map several windows language codes to one language string 2013-01-07 01:32:58 +01:00
language.h
main.c app: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +01:00
Makefile.am Windows: #588015 - Make sure that GIMP is Terminal-Server-aware 2013-01-22 23:13:49 +01:00
sanity.c app: Use SHM transport for data transfer for display 2013-02-02 13:59:59 +01:00
sanity.h
signals.c
signals.h
tests.c Bug 689403 - GIMP saves files in strange directories when started from an... 2012-12-15 00:36:19 +01:00
tests.h
unique.c
unique.h
units.c
units.h
version.c
version.h