Gimp/app
Jehan bea4b5e4db app: the preedit_end mark must be created with right gravity.
With left gravity, the mark is moved back 1 character to the left of the
cursor, whereas with right gravity, it is right after newly-inserted
text. This resulted sometimes into non-deleted preedit characters.
I don't understand all the subtleties since the problem only occurred
for the first character of a text layer, at least in my tests.
Anyway now it should be good.
2016-06-05 23:20:06 +02:00
..
actions app: tiny indentation fix in view-commands.c 2016-05-31 23:12:42 +02:00
config Argh, this was meant to be squashed into the previous commit... 2016-05-26 22:18:50 +02:00
core app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
dialogs app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
display app: remove gimp_display_shell_profile_convert_buffer() 2016-05-30 01:26:50 +02:00
file app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gegl Bug 767062 - Lags when zooming or dragging zoomed image (cmsFLAGS_NOOPTIMIZE) 2016-06-05 16:50:02 +02:00
gui app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
menus app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
operations Bug 767062 - Lags when zooming or dragging zoomed image (cmsFLAGS_NOOPTIMIZE) 2016-06-05 16:50:02 +02:00
paint Bug 766988 - Colors applied to images are not color managed 2016-05-29 17:51:06 +02:00
pdb app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
plug-in app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
tests app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
text Bug 766988 - Colors applied to images are not color managed 2016-05-29 19:59:41 +02:00
tools app: the preedit_end mark must be created with right gravity. 2016-06-05 23:20:06 +02:00
vectors app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
widgets libgimpwidgets, app: have all previews track the monitor they are on 2016-06-01 22:42:00 +02:00
xcf app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
.gitignore
about.h Bug 762282 - Link ends with "/." 2016-02-26 17:17:44 +01:00
app.c
app.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimp-priorities.h
gimpcore.def app: Add gimp_channel_flood() function 2016-01-25 22:58:28 +01:00
language.c
language.h
main.c app: fix warnings for win32 builds. 2016-05-29 18:27:58 +02:00
Makefile.am Argh, this was meant to be squashed into the previous commit... 2016-05-26 22:18:50 +02:00
sanity.c app: add gegl:gegl to Filters -> Generic 2016-04-16 03:18:29 +01:00
sanity.h
signals.c
signals.h
tests.c app: remove gimp_session_write_position() 2016-05-21 00:00:07 +02:00
tests.h
unique.c
unique.h
units.c
units.h
version.c
version.h