Commit Graph

28024 Commits

Author SHA1 Message Date
Michael Natterer bbc44c9a6b pdb: remove obsolete includes 2010-09-15 22:02:53 +02:00
Michael Natterer 38b9b4117e pdb: deprecate gimp-drawable-is-text-layer and add gimp-item-is-text-layer 2010-09-15 21:51:53 +02:00
Michael Natterer c56f0568c5 pdb: remove deprecated drawable procedures
and do the same stuff as for vectors procedures below.
2010-09-15 21:43:03 +02:00
Michael Natterer ddd3464706 pdb: forgot a few in the last commit 2010-09-15 21:26:31 +02:00
Michael Natterer ec36151277 pdb: don't have compat aliases for procedures which are deprecated themselves
Replace them by aliases for the new procedures instead.
2010-09-15 21:22:53 +02:00
Michael Natterer 548d2e041d pdb: clean up gimp-layer-group-new
There is no need to wrap it with a function with identical
signature. Also move it next to the other layer-new functions.
2010-09-15 21:18:47 +02:00
Michael Natterer 97b35ab332 pdb: remove deprecated vectors procedures
that have a replacement with identical signature. Register them as
compat aliases with the PDB instead. Implement the libgimp API
manually, calling the new item functions.
2010-09-15 21:13:22 +02:00
Michael Natterer f1cf31f9da app: don't pass default names to gimp_drawable_configure()
because gimp_item_configure() uses the default name from GimpItemClass
anyway if a NULL name gets passed.
2010-09-15 16:36:16 +02:00
Barak Itkin 2f62347bf6 pdb: Add a more detailed description to the gimp_image_insert functions 2010-09-15 00:02:28 +02:00
Barak Itkin 3cb6632963 pdb: Some fixes to the commit that added gimp_layer_group_new() 2010-09-15 00:00:49 +02:00
Barak Itkin 805a971d99 pdb: add the procedure gimp_layer_group_new 2010-09-14 22:41:56 +02:00
Kjartan Maraas 558e4331dd Updated Norwegian bokmål translation 2010-09-14 21:47:43 +02:00
Michael Natterer a885824f70 pdb: add barak_pdb_misc() instead of replicating the author information 2010-09-14 14:38:35 +02:00
Michael Natterer 309985d169 cursors: add the new color picker cursor files to CLEANFILES 2010-09-14 09:26:38 +02:00
Barak Itkin 1135f2db92 Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in 2010-09-13 02:55:20 +02:00
Seth Burgess 90eda12905 plug-ins: Fix preview in Difference of Gaussians
Implement invert as part of normalize routine - See Bug 557380
2010-09-13 02:23:05 +02:00
Michael Natterer d62c287fce libgimpwidgets: remove the pixbuf inline data garbage from GimpPickButton
Instead, generate a proper header for inclusion in cursors/.
2010-09-13 02:16:18 +02:00
Barak Itkin 0097286a45 plug-ins: remove execute permission from common/file-pdf-save.c 2010-09-12 18:51:38 +02:00
Martin Nordholts 3c2f0809e3 app/tests: Increase GIMP_UI_WINDOW_POSITION_EPSILON
Increase GIMP_UI_WINDOW_POSITION_EPSILON, we had a nightly build that
failed with

  assertion failed ((int)abs (y_before_hide - y_after_show) <=
                    GIMP_UI_WINDOW_POSITION_EPSILON): (21 <= 10)

so appearently we need to be more liberal.
2010-09-12 18:37:00 +02:00
Michael Natterer fb53ac6c3a plug-ins: create the GimpPickButton from pixbuf inline data
instead of using GdkBitmap functions.
2010-09-12 02:44:00 +02:00
Michael Natterer 0f28b38a55 libgimpwidgets: set page_size to 0 on adjustments used for spin buttons
Spin buttons must always have a zero page size, fix that for all
spin buttons created with gimp_spin_button_new().
2010-09-12 00:57:13 +02:00
Michael Natterer 3c15255030 plug-ins: port curve-bend curve drawing to cairo 2010-09-12 00:54:39 +02:00
Sven Neumann 9c8736a56f app: formatting 2010-09-11 23:02:15 +02:00
Michael Natterer 885147717a libgimpwidgets: port GimpOffsetArea drawing to cairo
Has the same off-by-one bugs as before...
2010-09-11 22:39:05 +02:00
Michael Natterer 1770615125 libgimpwidgets: ports GimpColorSelect marker drawing to cairo 2010-09-11 22:24:08 +02:00
Michael Natterer 251177f18d libgimpwidgets: fix GimpColorScale arrows to be as small as before 2010-09-11 22:06:00 +02:00
Sven Neumann 22d5dc9752 app: formatting 2010-09-11 21:34:58 +02:00
Simon Budig 9ffaf94170 fix path import of polylines/polygons 2010-09-11 01:51:13 +02:00
Michael Natterer 354a640e9e libgimpwidgets: port the rest of GimpColorScale drawing to cairo 2010-09-10 21:33:00 +02:00
Martin Nordholts f6761e79a9 po: Update POTFILES.in 2010-09-10 21:21:01 +02:00
Michael Natterer e617ecedd9 libgimpwidgets: port GimpColorScale slider drawing to cairo 2010-09-10 20:57:06 +02:00
Michael Natterer 8b4bcbb9e1 libgimpwidgets: port GimpColorArea drawing to cairo
And unexport an unused lib-internal function. Leave it there privately
though because it might be useful later.
2010-09-10 19:53:48 +02:00
Michael Natterer 7f9a4d51f7 app: get rid of using gdk_draw to construct bitmap cursors
At the same time, get rid of bitmap cursors alltogether. Instead
(because it looks ugly to have GDK convert RGBA cursors into bitmaps
for old X servers), add the bitmaps as proper PNGs and simply use them
as RGBA cursors.
2010-09-10 19:12:52 +02:00
Michael Natterer 9b440396e1 plug-ins: port ifs-compose drawing to cairo 2010-09-10 14:44:41 +02:00
Michael Natterer 3b0c4e2e5e app: port a gdk_draw_rectangle() in GimpComboTagEntry to cairo 2010-09-10 13:47:04 +02:00
Michael Natterer a0d3d8d763 plug-ins: port color-rotate drawing to cairo and simplify the code 2010-09-09 21:50:55 +02:00
Alexia Death d9932ff159 app: Fix potential segfault caused by accessing empty history buffer 2010-09-09 21:56:56 +03:00
Martin Nordholts 113941a7e5 libgimp: Update gimp.def 2010-09-09 16:37:21 +02:00
Michael Natterer 52a6a8deb8 plug-ins: port sample-colorize drawing to cairo 2010-09-09 14:07:27 +02:00
Michael Natterer 333eeab13f plug-ins: pagr-size must be 0 on adjustments used for spin buttons 2010-09-09 13:50:15 +02:00
Michael Natterer 154eb3d307 app: port the splash's background pixmap drawing to cairo 2010-09-09 03:32:45 +02:00
Michael Natterer fe536cf845 plug-ins: remove more useless logic from nova 2010-09-09 02:07:58 +02:00
Michael Natterer 3c062c3f23 plug-ins: port lens-flare center drawing to cairo 2010-09-09 02:07:13 +02:00
Michael Natterer 0ad9051bc3 plug-ins: more cleanup in nova and tile-small 2010-09-09 01:54:00 +02:00
Lloyd Konneker c5658da09c Bug 155733 - need to check return values of gimp_drawable_mask_bounds()
Fix one of many plugins: gimpressionist

Checks for intersecting selection before opening a dialog, and
finding none, returns an error string. Without the patch, the plugin
dialog has a black preview, when user chooses OK assertions fail, and
the plugin has no effect, but doesn't crash.
2010-09-08 21:49:04 +02:00
Michael Natterer 0aa35c8c8e plug-ins: use the same opacities for drawing lines on top of the preview 2010-09-08 21:00:29 +02:00
Michael Natterer 9970a2b14b plug-ins: port nova cursor drawing to cairo and simplify drawing a lot 2010-09-08 20:52:02 +02:00
Michael Natterer 73b5f87873 plug-ins: port tile-small selection drawing to cairo 2010-09-08 20:33:39 +02:00
Michael Natterer fd14818035 app: port GimpDisplayShell transform preview drawing to cairo 2010-09-08 19:32:22 +02:00
Michael Natterer e0ad0f478e plug-ins: port filter-pack drawing to cairo 2010-09-08 14:36:29 +02:00