Commit Graph

255 Commits

Author SHA1 Message Date
efdf9e63ac New upstream version 2.10.2 2018-05-20 22:48:19 -04:00
07c3f6bee3 New upstream version 2.10.0 2018-04-27 11:44:24 -04:00
566351d422 New upstream version 2.10.0~RC2 2018-04-19 11:58:35 -04:00
6ee700fd3d New upstream version 2.10.0~RC1 2018-03-28 12:37:30 -04:00
4e910d9e95 New upstream version 2.8.22 2018-03-28 09:56:30 -04:00
e8ee5475b7 app: move all propgui files from app/widgets/ to new folder app/propgui/
We are getting more and app/widgets/ is already too large.
2017-07-03 12:29:41 +02:00
b364563165 New upstream version 2.8.20 2017-03-04 16:10:34 -05:00
7c6d74dc87 Imported Upstream version 2.8.18 2016-07-14 16:43:52 -04:00
66d1b776a9 Imported Upstream version 2.8.16 2015-11-24 14:17:30 -05:00
b17e1b1cfc app: split GimpFileDialog into Gimp(Open|Save|Export)Dialog subclasses.
The code refactoring allows better readability which will allow in turn
to add more complex specific features making good use of the save/export
split concept.
2015-09-02 20:05:01 +02:00
9ecdcf01b6 devel-docs: link app/ docs tools against -lm 2015-05-26 08:12:09 +02:00
a349f33d1f Bug 749675 - gimp-2.8-doc job fails for undefined reference...
...to symbol 'fmod@@GLIBC_2.2.5'

Add -lm to GTKDOC_LIBS.
2015-05-21 18:41:35 +02:00
bf2f572083 Imported Upstream version 2.8.14 2014-09-20 13:16:57 -04:00
0657a68d2e Add API-documentation, fixes
Document XCF functions and a macro.
Minor fixes
2014-07-20 21:02:11 +02:00
81e955ed1b build: Add HarfBuzz dependency 2014-05-03 00:27:47 +05:30
b8aa0b67d1 Imported Upstream version 2.8.10 2013-12-04 20:45:50 -05:00
6dc83396a2 Remove dead item gimptoolpresets.xml in app-docs.sgml
This item caused builds with --enable-gtk-doc-app to
fail because of a typo and it was also misplaced in
app-core-containers.(cherry picked from commit e1564c44a8)
2013-09-03 21:29:33 +02:00
e1564c44a8 Remove dead item gimptoolpresets.xml in app-docs.sgml
This item caused builds with --enable-gtk-doc-app to 
fail because of a typo and it was also misplaced in 
app-core-containers.
2013-09-02 22:28:30 +02:00
a7debe0231 Imported Upstream version 2.8.6 2013-07-01 20:23:15 -04:00
fd5db78dd4 devel-docs: make the docs for app/ build again 2013-03-09 00:03:59 +01:00
6b0d1038cc Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
3e7e28c5ef Imported Upstream version 2.8.2 2012-09-09 22:04:14 -04:00
b058137145 Bug 676389 - Compilation fails using clang because of -u options passed to linker
Use -Wl,-u,symbol to makes things build instead of just -u symbol.
2012-05-20 19:29:44 +02:00
f03e90f6fe Imported Upstream version 2.8.0 2012-05-05 12:33:49 +02:00
a9ee07da43 devel-docs: updated so the latest additions and changes show up 2012-03-12 20:11:20 +01:00
3fcab19200 Imported Upstream version 2.6.12 2012-02-18 13:51:51 -05:00
3670fa5ddd devel-docs: all functions in app/ appear in the docs again \o/ 2012-02-11 19:10:55 +01:00
2e3e941de3 devel-docs: make app/ docs build again and update them a bit
It's now less bad than before but still a horror.
2012-02-10 01:28:29 +01:00
439e8b0bf1 app/text: nuke gimpfont-utils.[ch]
gimp_font_util_pango_font_description_to_string() isn't needed any
longer as this was fixed long ago in pango itself (and we require a much
higher version anyway). See Pango bug #166540 (at GNOME Bugzilla).
2011-09-19 15:44:26 +02:00
9f1187f6a5 app: Prefix TileManager functions
read_pixel_data() -> tile_manager_read_pixel_data()
write_pixel_data() -> tile_manager_write_pixel_data()
read_pixel_data_1() -> tile_manager_read_pixel_data_1()
write_pixel_data_1() -> tile_manager_write_pixel_data_1()

for consistency.
2011-09-07 12:08:43 +02:00
918a254f3f devel-docs: fix the build, and micro doc updates 2011-04-08 21:34:00 +02:00
21dbff186f devel-docs: some updates 2011-02-08 09:05:00 +01:00
99cce88e49 devel-docs: reorder libs so the app docs build again 2011-02-07 14:08:11 +01:00
e986310e3e Bug 630201 - remove unused layer-modes.c in app/paint-funcs
The compositing functions in layer-modes.c have been obsolete
for seven years now, since gimp-composite was made default
by 1b33a15e03 in 2003.
2010-10-06 21:26:14 +02:00
5abae32923 app: cache bezier representation in GimpVectors object
Introduce gimp_vectors_get_bezier() which creates the bezier
representation on demand and then caches it for subsequent calls
until the vectors object is frozen.

At some point we should introduce GimpVectors::changed instead
of relying on the fact that a vectors object is always frozen
and thawn whenever it is changed...
2010-09-16 21:36:51 +02:00
e8cbb1ef2c devel-docs/app: Fix build 2010-08-18 07:20:44 +02:00
04341c96c0 Imported Upstream version 2.6.10 2010-08-11 01:28:26 -04:00
d302c2222c Imported Upstream version 2.6.8 2010-08-11 01:27:39 -04:00
6a2ceb16e3 Imported Upstream version 2.6.7 2010-08-11 01:27:19 -04:00
50c86845f0 Imported Upstream version 2.6.6 2010-08-11 01:27:05 -04:00
96563501af Imported Upstream version 2.6.2 2010-08-11 01:26:11 -04:00
94f5319c14 Imported Upstream version 2.6.0 2010-08-11 01:25:38 -04:00
826f4b0313 Imported Upstream version 2.4.7 2010-08-11 01:25:24 -04:00
478f5ecc84 Imported Upstream version 2.4.6 2010-08-11 01:24:52 -04:00
9398f19fe7 Imported Upstream version 2.4.5 2010-08-11 01:24:35 -04:00
1f9d607046 Imported Upstream version 2.4.3 2010-08-11 01:24:03 -04:00
69250d2dd6 Imported Upstream version 2.4.1 2010-08-11 01:23:35 -04:00
258b1471f0 Imported Upstream version 2.4.0 2010-08-11 01:23:21 -04:00
f35d8506c6 Imported Upstream version 2.4.0~rc3 2010-08-11 01:23:08 -04:00
4be5597e32 Imported Upstream version 2.4.0~rc2 2010-08-11 01:22:44 -04:00