Gimp/app
Michael Natterer b05ff480fd app: move the work of construction the projection into the chunk renderer
so we can control how much time it takes, and can further optimize it.
This is needed for gtk3 because it should happen between clock ticks,
not in the expose handler, and in gtk2 the old code would have the
unfortunate property to potentially render at very high frame rates,
including all the overhead of exposing.
2013-08-09 19:17:02 +02:00
..
actions app: Add gegl:channel-mixer to Color/Components 2013-08-03 23:30:58 +02:00
config */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
core app: move the work of construction the projection into the chunk renderer 2013-08-09 19:17:02 +02:00
dialogs app: add back needed NULL checks 2013-06-16 19:58:47 +02:00
display app: add some function stubs to GimpOverlayDialog 2013-08-03 02:32:02 +02:00
file app: don't pass NULL to g_object_add_weak_pointer 2013-07-05 18:13:46 +02:00
gegl app: add gimp_tile_handler_projection_undo_invalidate() 2013-08-02 20:19:00 +02:00
gui Bug 704592 - only load language lists once at gui startup. 2013-07-28 04:46:52 +12:00
menus */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
operations app: don't set a name or any keys on GimpOperationPointLayerMode 2013-07-31 01:11:28 +02:00
paint Bug 700193 - undoing paint tools doesn't update last_coords properly 2013-07-15 00:41:43 +02:00
pdb plugins: Add compat wrappers for channel-mixer 2013-08-06 21:45:16 +02:00
plug-in app: store plug-in mtime as gint64 instead of time_t 2013-07-12 14:43:27 +02:00
tests app: fix tests after the GimpPrecision enum change 2013-06-23 17:24:03 +02:00
text */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
tools app: Add gegl:channel-mixer to Color/Components 2013-08-03 23:30:58 +02:00
vectors app: I actually tested it this time 2013-06-23 13:39:18 +02:00
widgets app: add some function stubs to GimpOverlayDialog 2013-08-03 02:32:02 +02:00
xcf app: fix comment in xcf_load_image_props() 2013-07-14 22:01:21 +02: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 629941 - GIMP doesn't exit properly when quitting while loading images 2013-07-04 21:36:40 +02: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 */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
sanity.c app: Enable the gegl op sanity check 2013-07-31 15:26:02 -04:00
sanity.h
signals.c
signals.h
tests.c app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
tests.h
unique.c Bug 622934 - Migrate from dbus-glib to glib's GDBus 2013-05-24 23:25:47 +02:00
unique.h
units.c
units.h
version.c
version.h