Commit Graph

28011 Commits

Author SHA1 Message Date
Martin Nordholts 8d0be04e51 app/base: Add gtk-doc to pixel_region_init() 2010-08-21 12:28:24 +02:00
Martin Nordholts 3a447213a9 app/tests: Add layer group regression testing for XCF write and read 2010-08-21 11:14:20 +02:00
David Gowers 1d7dd157e2 Bug 367388 - Small/percentage adjustment actions for tool-value and tip-sizes
Implement actions for relative adjustment of tool values and brush
sizes.
2010-08-20 21:11:16 +02:00
Martin Nordholts ac6722929a libgimp: Make GimpPixelRgn members signed
To avoid problems in statements like

  y = CLAMP (y, 0, pixel_rgn->h - 1);

when y = -1 for example, make GimpPixelRgn members signed. Hopefully
this is a working solution to 573542 and other bugs with statements
like above.
2010-08-20 18:39:33 +02:00
Martin Nordholts 4f14da5391 Bug 625307 - Make gtk-doc-less git builds work again
configure.ac: Check for GTK_DOC_CHECK avaiability before
invoking. Should be enough to allow gtk-doc-less builds.
2010-08-20 08:26:36 +02:00
Martin Nordholts e8cbb1ef2c devel-docs/app: Fix build 2010-08-18 07:20:44 +02:00
Martin Nordholts 92d0b22653 app: Fix translation, "region_select" => "selection" 2010-08-17 19:08:33 +02:00
Martin Nordholts 9bd423994d app: Make Alt-Click on layer thumbnail in Layers dockable discoverable
Make Alt-Click on layer thumbnail in Layers dockable discoverable, at
least in theory, by adding this info to the menu item tooltips.
2010-08-17 18:59:04 +02:00
Martin Nordholts a0dc12a0f3 Remove "Text to Selection" actions
Remove "Text to Selection" actions. They were added to make the
feature more discoverable. But we should make the original "Alpha to
selection" feature more discoverable, not treating text layers in a
special way where it's not needed.
2010-08-17 18:59:04 +02:00
Martin Nordholts fa441e8d5f app: Refer to splash screen as splash screen, not startup window 2010-08-17 18:59:04 +02:00
Michael Schumacher 74f39616a0 Bug 627009 - Image type filter doesn't include .rgba SGI files
Added the rgba file extension to the load and save handler
registration of the SGI file plug-in.
2010-08-16 22:42:52 +02:00
Martin Nordholts 876e99fdd0 app: Rectangle tool: Allow 'size' separators in 'aspect' and vice versa
In the Rectangle tool options, allow 'Fixed: Size' separators in
'Fixed: Aspect ratio' and vice versa, no point in being strict.
2010-08-16 22:00:06 +02:00
Martin Nordholts 30693304bc libgimp: Update gimp.def 2010-08-16 21:58:14 +02:00
Martin Nordholts 410d4426e8 Update gimprc 2010-08-16 21:58:14 +02:00
Martin Nordholts 270ba46eba Bug 623186 - GIF save plugin chokes on layers larger than canvas
GIMP_RUN_WITH_LAST_VALS must have the UI initialized too, for example
when doing File -> Export <file>.
2010-08-16 21:58:14 +02:00
Martin Nordholts 693a76a336 Remove old and unused ChangeLogs 2010-08-16 21:41:02 +02:00
David Planella 268c5ca968 Minor updated to Catalan translation 2010-08-14 00:23:41 +02:00
Marco Ciampa 6b65f94c66 Updated italian translation 2010-08-13 14:55:21 +02:00
Marco Ciampa 503cd01d2b Updated italian translation 2010-08-13 00:53:13 +02:00
Michael Schumacher fe7b253512 Bug 626020 - Console window opening on file-ps-load
Added G_SPAWN_STDOUT_TO_DEV_NULL and G_SPAWN_STDERR_TO_DEV_NULL to the
g_spawn_sync () flags. According to Tor Lillqvist this won't fix the bug,
but the GLib docs state that these flags have to be added if stdout and
stderr are set to NULL.
2010-08-12 21:54:44 +02:00
Michael Natterer 1d1ff1fedd app: port GimpDisplayShell sample point drawing to cairo
Same disclaimer about tool uglyness applies here. Will be fixed.
2010-08-12 13:13:15 +02:00
Michael Natterer 922c330bec app: port GimpDisplayShell guide drawing to cairo
The cairo_t code in GimpMoveTool is still disgusting. This probably
needs some GimpTool API that creates a cairo_t for tools.
2010-08-12 00:51:58 +02:00
Michael Natterer 0985274e8c app: don't call scale functions on an empty display shell 2010-08-12 00:32:34 +02:00
Michael Natterer 03ad3f0027 app: reorder parameters in new style API 2010-08-12 00:09:05 +02:00
Michael Natterer 002003a2ea app: add new files gimpdisplayshell-style.[ch]
which contains functions to set styles on a cairo_t.
2010-08-11 23:47:46 +02:00
Michael Natterer 1a609d6381 libgimpwidgets: cleanup 2010-08-11 23:32:44 +02:00
Alexia Death 951c135483 theme: Temporary icons for dynamics and tool presets
Staring at a row of paintbrush icons got really annoying.
2010-08-12 00:08:19 +03:00
Barak Itkin 716a3ac446 pdbgen: Add README_NEW_PDB_PROC to Makefile.am 2010-08-11 19:24:59 +03:00
Barak Itkin 88ddd0b9c6 pdbgen: Add documentation on adding new PDB procedures 2010-08-11 19:09:07 +03:00
Michael Natterer a6d7542c56 app: simplify some GimpDisplayShell drawing code 2010-08-11 15:01:49 +02:00
drtv 72e29d882e Updated Tamil translation 2010-08-11 18:05:20 +05:30
drtv f7854124ce Updated Tamil translation 2010-08-11 18:03:53 +05:30
Michael Natterer 529ce40a5d app: port GimpDisplayShell grid drawing to cairo 2010-08-11 13:16:55 +02:00
Marco Ciampa 37051c6ce8 Updated italian translation. 2010-08-11 09:31:04 +02:00
Michael Natterer 62c4387a26 modules: port ColorselWater drawing to cairo 2010-08-09 00:14:35 +02:00
Michael Natterer fe72f5985b app: reduce code duplication in gimpimage-duplicate.c 2010-08-08 18:00:08 +02:00
Michael Natterer 1ba9de4567 Bug 620646 - Little defect about duplication of images
Add a dedicated function to duplicate the floating selection and
remove all the evil floating selection code from all other
functions. The new function correctly duplicates floating selections
on channels and layer masks and is also aware of layer groups.
2010-08-08 17:50:08 +02:00
Michael Natterer b2642272a4 app: add gimp_item_stack_get_item_by_path()
which finds an item by its path as returned by gimp_item_get_path().
2010-08-08 17:31:39 +02:00
Michael Natterer 3762e03bf6 Require cairo >= 1.8.0 and add a cairo sanity check to app/sanity.c 2010-08-08 16:49:50 +02:00
Michael Natterer 10574e8f22 libgimpwidgets: port GimpPickButton color picking to cairo 2010-08-08 16:10:14 +02:00
Michael Natterer 789cc05baf libgimpwidgets: add new macro GIMP_CAIRO_RGB24_GET_PIXEL()
which reads a pixel from a cairo image surface's data.
2010-08-08 16:09:21 +02:00
Michael Natterer 1e48f16113 libgimpwidgets: port GimpCellRendererToggle drawing to cairo 2010-08-08 15:39:16 +02:00
Lucian Adrian Grijincu 48b10d57f8 po: Updated Romanian translation 2010-08-07 20:42:28 +03:00
Łukasz Jernaś 1ca4f9ef97 Fix typo in Polish translation 2010-08-07 18:42:04 +02:00
Lucian Adrian Grijincu 3c63e20181 po: Updated Romanian translation 2010-08-07 17:29:08 +03:00
Sven Neumann 5c252e323f app: move duplicated code into a helper function 2010-08-07 00:26:58 +02:00
Lucian Adrian Grijincu dbba892079 po-python: Updated Romanian translation 2010-08-06 00:44:58 +03:00
Martin Srebotnjak cba08b771a Updated Slovenian translation 2010-08-05 21:24:43 +02:00
Martin Srebotnjak bdcd7500a8 Updated Slovenian translation 2010-08-05 21:24:19 +02:00
Martin Srebotnjak e33a260941 Updated Slovenian translation 2010-08-05 21:23:43 +02:00