gimp/app
Jehan 3496e178ef Bug 699185 - when moving the pointer fast out of guide scope, do not keep it highlighted.
When a drawing timeout happens too close from the previous drawing, we don't want to cancel
the timeout function (FALSE), but simply retry later (TRUE).

In our case in particular, if you move your pointer very fast over a guide, the highlighting
drawing was happening less than MINIMUM_DRAW_INTERVAL before the un-highlighting drawing,
hence canceling the later, which caused the drawing bug.
2013-05-12 05:24:12 +09:00
..
actions app: add gegl:checkerboard to <Image>/Filters/Render/Pattern 2013-04-30 19:20:18 +02:00
config Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
core app: add gimp_channel_new_from_buffer() and gimp_layer_mask_new_from_buffer() 2013-05-07 23:06:43 +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 Bug 664584: WM DELETE event in single window mode is synonym to file-quit. 2013-05-12 04:56:15 +09:00
file app: fix file magic matching 2013-05-02 20:50:29 +02:00
gegl Implement gimp_drawable_get_linear 2013-04-30 15:36:22 -07: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 app: small optimization in gimp_operation_normal_mode_process() 2013-04-28 23:35:23 +02:00
paint Bug 699436 - optimize the heal tool 2013-05-10 21:12:25 +02:00
pdb Bug 672487 - Impeove API docs of gimp_image_get_channels() 2013-05-10 22:11:14 +02:00
plug-in Bug 699886 - Missing <Dynamics> menu location for script/plugin 2013-05-10 15:55:16 +02: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 Bug 699185 - when moving the pointer fast out of guide scope, do not keep it highlighted. 2013-05-12 05:24:12 +09:00
vectors Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
widgets app: GimpContainerEntry's text is red when not a valid item. 2013-04-29 08:45:41 +09:00
xcf Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
.gitignore app: Include git commit hash in verbose version output 2010-06-19 23:55:35 +02:00
Makefile.am Windows: #588015 - Make sure that GIMP is Terminal-Server-aware 2013-01-22 23:13:49 +01:00
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 app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-debug.h app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-intl.h
gimp-log.c app: port gimp-log to also work with latest GLib 2011-11-09 23:33:55 +01:00
gimp-log.h update translations 2012-05-06 03:46:09 +02:00
gimpcore.def app: Prefix TileManager functions 2011-09-07 12:08:43 +02:00
language.c app: don't map several windows language codes to one language string 2013-01-07 01:32:58 +01:00
language.h app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
main.c app: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +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 app/tests: Add gimp_init_for_gui_testing_with_rc() 2011-06-14 23:34:11 +02:00
unique.c app: port the client side of the unique impl to GDBus 2011-10-28 09:34:59 +02:00
unique.h
units.c
units.h
version.c app: add the GdkPixbuf and Cairo versions to the output of "gimp -v" 2011-04-08 12:30:50 +02:00
version.h