Gimp/app
Michael Natterer 2acbf8a70f Bug 730071 - Selection bounds miscalculated for multiples of 128
gimp_gegl_mask_bounds(): when we succeed avoiding iterating a tile by
checking its upper-left and bottom-right, use the function's internal
meaning of x2, y2, which is the rightmost/bottommost selected pixel,
while the external meaning is the pixel right/below it.
 Short: use "foo - 1" not "foo".
2014-05-13 21:46:31 +02:00
..
actions app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
config Fix missing HARFBUZZ_LIBS in app/config 2014-05-02 20:33:09 -07:00
core app, libgimpbase: completely remove enum value GIMP_NO_FILL 2014-05-13 16:30:02 +02:00
dialogs app: remove obsolete Gimp parameter from prefs_get_pixbufs() 2014-05-12 23:36:50 +02:00
display app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
file app: add screen and monitor to all display and image window constructors 2014-05-02 20:21:41 +02:00
gegl Bug 730071 - Selection bounds miscalculated for multiples of 128 2014-05-13 21:46:31 +02:00
gui app: #if 0 some debug code in gui/gui.c which I accidentially pushed 2014-05-07 21:32:09 +02:00
menus Bug 729326 - Errors found using a static code analysis program cppcheck 2014-05-05 10:34:08 +02:00
operations app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
paint app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
pdb libgimpbase, *: add enum value GIMP_ICON_TYPE_ICON_NAME 2014-05-11 23:56:30 +02:00
plug-in libgimpbase, *: add enum value GIMP_ICON_TYPE_ICON_NAME 2014-05-11 23:56:30 +02:00
tests app: don't use deprecated enum value in text-xcf.c 2014-05-13 00:24:41 +02:00
text app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
tools app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
vectors app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
widgets app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
xcf libgimpbase, *: add enum value GIMP_ICON_TYPE_ICON_NAME 2014-05-11 23:56:30 +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 app: pass the startup monitor to displays opened from the copmmand line 2014-05-03 00:54:20 +02:00
app.h
batch.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
batch.h
errors.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: speed up image rendering by removing expose overhead 2013-08-09 20:20:02 +02:00
gimp-log.h app: add G_GNUC_PRINTF() to places where the args are a va_list 2013-11-29 00:33:05 +01:00
gimpcore.def
language.c Bug 675554 - fix overriden language environment variables on Windows. 2013-10-16 00:33:17 +13:00
language.h
main.c Bug 691169 - Gimp fails to open files with UTF8 characters as filenames... 2014-03-08 22:39:47 +01:00
Makefile.am build: Add HarfBuzz dependency 2014-05-03 00:27:47 +05:30
sanity.c app: follow gegl:dot removal 2013-11-11 16:52:10 +01:00
sanity.h
signals.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
signals.h
tests.c app: symlink an icon theme into /tmp for running the tests 2014-05-13 17:07:32 +02:00
tests.h Bug 709878 - test-session-* skipped when xvfb-run is unavailable. 2013-10-11 21:57:42 +13:00
unique.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
unique.h
units.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
units.h
version.c
version.h