[gimp/soc-2010-cage-2] (243 commits) ...Merge branch 'master' into soc-2010-cage-2



Summary of changes:

  49ed64c... app: remove dupilcate angle and velocity calculation from i (*)
  27179d6... app: don't duplicate code when setting GimpSpinScale's curs (*)
  3e38686... app: also bump the babl and gegl versions in sanity.c (*)
  33479c1... app: use gegl_node_has_pad() instead of gegl_node_get_pad() (*)
  3ef31e4... libgimpwidgets: use new GdkWindow API only when available (*)
  e41b569... app: remove some dead code in imagehoses (*)
  f7af619... Updated Arabic translation (*)
  5f9bd0c... app: add reset buttons to all brush settings sliders (*)
  5cf87eb... Updated Portuguese translation (*)
  8ae83cf... Updated Portuguese translation (*)
  b5e7fc5... Updated Portuguese translation (*)
  ed41d0e... Updated Portuguese translation (*)
  c09edb2... Updated Portuguese translation (*)
  eaba504... Updated Portuguese translation (*)
  3c95ed3... Fix compiler warning about missing newline (*)
  e5a9d0a... Update build/buildbot/suppressed-warnings.txt (*)
  9703bed... libgimp: reorder the parameters of the new and unused gimp- (*)
  14276ad... Add missing parens around macro arguments (*)
  47eaecd... libgimp: deprecate a bunch of old selection API (*)
  5cae0bf... Bug 630748 - display filters do not work (*)
  4528191... app: half-sane aspect ratio implementation (*)
  835d92e... libgimpwidgets: Fix gtk-doc warning (*)
  0cbb8ac... libgimpwidgets: Update gimpwidgets.def (*)
  ac77348... app: gimp_image_get_uri() -> gimp_image_get_uri_or_untitled (*)
  d9b24bb... plug-ins: Fix warning about usage of uninitialized variable (*)
  480d6e0... app: Add and use gimp_image_get_uri() (*)
  94d64a8... Updated italian translation. (*)
  70dc45c... Updated Polish translation (*)
  d6fbe5a... Updated Polish translation (*)
  285a42e... app: Calculate number of creators in about dialog (*)
  ab5bd03... Show maintainers after creators in About-dialog (*)
  bb6083a... pdb: add "sample-merged" as property to the PDB context (*)
  1205a6a... pdb: add "sample-criterion" as property to the PDB context (*)
  70f88c4... app: don't update the highlight when the rectangle tool is  (*)
  6463d2a... Also put maintainers separately in AUTHORS (*)
  9793ecc... authors.dtd: Update (*)
  974d7cb... Updated Slovenian translation (*)
  21144d1... Updated Slovenian translation (*)
  cfecdc8... app: use accessors instead of using GimpItem members direct (*)
  0428be2... app: add gimp_item_replace_item() which is a bad hack and d (*)
  96efc7e... app: reset an item's "removed" state as it is added to its  (*)
  90419e0... app: add "gboolean push_undo" to gimp_item_parasite_attach/ (*)
  f63a8fc... app: remove some leftover dead code (*)
  fd65549... app: move most of GimpItem's members to a private struct (*)
  af16014... app: add gimp_item_unset_removed() and move item->removed t (*)
  ad88eb5... app: add accessors for GimpItem::parasites and move it to p (*)
  e893e31... app: don't leak the item's old parasite list in gimp_item_r (*)
  12e531f... app: gimp_item_replace_item(): if the item has an ID, remov (*)
  5c8ec23... app: add "image" as construct property to GimpItem (*)
  ccd3beb... app: don't use gimp_drawable_configure() in gimp_drawable_d (*)
  eacd804... app: finally get rid of gimp_item_configure() and drawable_ (*)
  40e11d7... app: pass the image to g_object_new() in gimp_text_layer_fr (*)
  6a89db0... app: Minor aspect ratio fixes (*)
  4186329... app: Fix outline offset (*)
  75593c3... app: Fix missing outline with aspect 0.0 (*)
  ed872c7... Bug 599065 - PNG output: omit unwanted chunks (sRGB) (*)
  a69cd74... app/tests: Update gimpdir/tags.xml (*)
  0af966b... Bug 641259 - [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:s (*)
  6a08376... app: add new virtual function GimpItem::unset_removed() (*)
  60a77f6... app: Fix and enable duplicate for dynamics (*)
  d449317... app: Add and use gimp_image_get_string_untitled() (*)
  8d61a61... app: Remove GIMP_FILE_EXPORT_TO_URI_KEY (*)
  366cddc... app: gimp_image_get/set_imported/exported/save_a_copy_uri() (*)
  6ea36f3... app: Use gimp_image_set_uri() (*)
  3728f6f... app/tests: Add gimp_test_utils_create_image_from_dalog() (*)
  b370a0e... app: Support building with GTK 2.24 for gimpscalecombobox.h (*)
  1702822... app: Fix copy-paste error in file-save-dialog.c (*)
  6c6cf7a... app: Move import and export URI updates to file_save() (*)
  3e0d0b8... app/tests: Add test-save-and-export (*)
  93f6333... app: End core/gimpdynamics.c with newline (*)
  7e6d254... Updated Slovenian translation (*)
  f8e8952... app: clean up dynamics duplicate implementation (*)
  1efd387... Fix to Normalize translation suggested by Alex Pasyada (*)
  a116681... app: move all GimpGroupLayer members to a private struct (*)
  5479278... plug-ins: openraster fix for non-ascii layer names (*)
  1cf5295... app: Fix couple of bugs in smooth code (*)
  f76bcab... app: move "default-threshold" from GimpGuiConfig to GimpCor (*)
  2e16d93... pdb: add "sample-threshold" as GimpPDBContext property (*)
  c15488d... libgimp: remove "threshold" parameters from the new selecti (*)
  d3a291d... pdb: add "sample-transparent" as GimpPDBContext property (*)
  bc5e0a7... libgimp: remove "select-transparent" parameters from the ne (*)
  1931cca... libgimp: deprecate the entire old gimp_foo_select() API (*)
  11ac029... app: ref/unref the context in gimp_image_editor_set_context (*)
  e309d3c... app: check that the model is not NULL before using it in Gi (*)
  4fd56d9... libgimpwidgets: don't pass around uninitialized memory in G (*)
  012eb1d... app: zero the reallocated keys and axes arrays in GimpDevic (*)
  16b020f... app: clean up paint core cleanup (*)
  f4af9b5... Globally switch to saying "window_id" instead of just "wind (*)
  8d8c6bb... configure: build with DISABLE_DEPRECATED also for GTK+ 2.24 (*)
  ad40695... configure: save all changes before committing... (*)
  92f130f... app: also run device history coords through the axis mappin (*)
  691c0d9... Both unsupported in UI and sending all the wrong signals (" (*)
  7cb5c67... removing references to ps-menurc (*)
  6db80c7... remove garbage I injected (*)
  ef28d7f... app: don't gimp_object_set_name() on an item that's attache (*)
  0d2de3e... app: don't gimp_object_set_name() on the image's layer afte (*)
  a12af14... app: don't forget to free the layer's new name (*)
  18b9ba1... app: Add some comment documentation to code (*)
  708555a... app: keep a reference to channels and vectors around removi (*)
  99cce88... devel-docs: reorder libs so the app docs build again (*)
  3873aa5... app: gimp_data_duplicate() reset name, filename, writable a (*)
  7597d99... Added unwind-protect (from SVN r57 of official version of T (*)
  526c42d... Optionally report error line (from SVN r63 of official Tiny (*)
  fac7d4d... Pulled in final changes from 1.40 release of the separate T (*)
  5f16d2c... build: Update buildbot/suppressed-warnings.txt for scheme.c (*)
  21dbff1... devel-docs: some updates (*)
  e3b5c55... Bug 597117 - impossible to drop a group as a sibling inside (*)
  b7def69... Updated Belarusian translation (*)
  f0f47e8... app: Remove a bit of code from event eval (*)
  9e3aa5c... app: Clean up event eval (*)
  2ed861f... Bug 638795 - Brush Dynamics Curve editor stutters (*)
  5a28791... app: connect to the background curves' "dirty" signal in Gi (*)
  6c25292... app: handle the inputs generically in GimpDynamicsOutputEdi (*)
  aaee95d... app: experimentally color the background curves (*)
  d2d6edc... Eliminated compiler warning (from SVN version 71 of the Tin (*)
  6c7e24c... libgimpwidgets: don't draw a focus line to indicate "select (*)
  3ba0554... app: use proper vivid colors for the background curves (*)
  8bf46b3... app/tests: Cleanup temp files after tests (*)
  b5a706b... build: Update buildbot/suppressed-warnings.txt, warning was (*)
  ec196a8... app: allow to set a color for GimpCurveView's primary curve (*)
  b33076b... libgimp: document which context settings affect the new tra (*)
  014cc21... libgimp: document which context setting affects what prodec (*)
  8e49a5f... app: fix a typo (*)
  f54e538... configure.ac: Add --without-xvfb-run (*)
  221f6d0... plug-ins: file-uri/uri.c initialize backends non-interactve (*)
  49fc3a1... lighting: port to cairo, replace wireframe with live previe (*)
  e68df27... map-object: put the y value in the y spinner (*)
  5173b85... lighting: remove useless function call (*)
  9912e3f... plug-ins: separate preview computation from drawing in map- (*)
  491e55c... plug-ins: move the expose handler to map-pbject-preview.c (*)
  2027945... Bug 634183 - GIMP crashes when editing very high images (*)
  d650117... Bug 625571 - Request context tags for reasonable translatio (*)
  aa667f7... app: rename gimp_image_select_fuzzy() to gimp_image_select_ (*)
  b4c9987... libgimp: move the item parasite functions to the parasites  (*)
  6818dae... libgimp: remove the drawable and vectors parasite PDB funct (*)
  92b6d70... libgimp: remove the layer/channel/vectors raise/lower/posit (*)
  a604a12... libgimp: fix the docs of gimp_vectors_to_selection() (*)
  29716bc... Changed deprecation message to state name of replacement pr (*)
  40be8ad... Bug 581338 - Layer size does not change using the pdb 'gimp (*)
  cb61573... app: save-before-committing! (*)
  6256856... Updated Arabic translation (*)
  063e9e5... Require GEGL 0.1.6 (*)
  1453632... app: add GimpTileBackendTileManager which does nothing so f (*)
  9f89bda... app: when removing groups, check if the active item was in  (*)
  d9dd655... app: include floating selection removal in the layer merge  (*)
  4807a18... app: don't make flatten and merge insensitive if there is a (*)
  02477f5... Bug 625167 - Problem exporting floating selections from wit (*)
  b8a60d2... Bug 640219 - gimp(1) manpage fixes (*)
  543b97b... Bug 641761 - "Smooth Stroke" option in Blend tool (*)
  44c4ec2... devel-docs: update libgimp docs with the new functions (*)
  2d419a0... Bug 640612 - Sample Colorize does not function non-interact (*)
  95f14f5... app: add an "edit-name" binding signal and default to F2 (*)
  8136bdb... app: fix an error in aspect ratio dynamics (*)
  7fb0300... fixes for some buffer overflow problems (see bug #639203) (*)
  48ec158... file-psp: fix for bogus input data. Fixes bug #639203 (*)
  b7313a0... Updated Spanish translation (*)
  c3ff71d... app: connect the blob editor's and the ink option's propert (*)
  e44d3b4... libgimpwidgets: make GimpColorScale:channel a property (*)
  7907a49... pygimp: use the new "channel" property instead of poking in (*)
  31b4d38... libgimpwidgets: add properties GimpColorButton:area-width a (*)
  0d22fee... pygimp: use the new width/height properties instead of poki (*)
  5dcb50e... libgimpwidgets: add properties GimpEnumLabel:enum-type and  (*)
  4ec309d... pygimp: use the new properties instead of hacking around (*)
  d3efd77... Updated Spanish translation (*)
  2827819... plug-ins: remove light marker clearing apparatur from map-o (*)
  8333dfd... Add some #if GTK_CHECK_VERSION (2, 24, 0) for creating fore (*)
  3237c07... Updated Spanish translation (*)
  e7cebf8... Updated Spanish translation (*)
  85474bf... plug-ins: remove backbuffer from map-object (*)
  a6b77aa... Updated Arabic translation (*)
  d504eeb... app: move GimpDisplayShell pointer/keyboard grabbing to uti (*)
  b338aa0... app: forgot precondition checks in gimpdisplayshell-grab.c (*)
  0344cb4... plug-ins: fix pdb input validation in map-object (*)
  e2710c8... plug-ins: add "Create New Layer" option to map-object (*)
  492ab89... plug-ins: use an undo group in map-object (*)
  5bd9de2... plug-ins: add back wireframe mode using cairo (*)
  8be41fa... plug-ins: fix directional light mode in map-object (*)
  cf7902b... plug-ins: cleanup map-object a bit (*)
  fc1ae9e... plug-ins: better name for new layers in map-object (*)
  72638e3... Updating Asturian translation (*)
  f7bb5f4... app: rename the functions dealing with GimpDisplayShell's s (*)
  0f1da66... plug-ins: pass the cairo_t from expose handler to drawing f (*)
  87750d9... plug-ins: tabs to spaces in map-object (*)
  d300882... app: factor out GimpDisplayShell cursor updating to a utili (*)
  7bb58ae... app: make input GimpCoords const in gimpdisplayshell-transf (*)
  4bf3a13... app: factor out GimpDisplayShell tool event retrieval and u (*)
  36cc10c... app: rename gimp_display_shell_[un]transform_coordiante() t (*)
  9151899... app: move variable to local scope in gimp_display_shell_can (*)
  2260b15... plug-ins: lighting, use an expose handler and remove unneed (*)
  4030e3f... app: make gimp_display_shell_flush_event_queue() private (*)
  56dd924... app: add default dynamics icon (*)
  b19645d... script-fu: Use gimp-image-select-item instead of gimp-item- (*)
  ca2fde3... app: move default icon assignment a few lines up (*)
  7a8600e... app: use gdk_flush() in gimp_widget_flush_expose() (*)
  ac9ffde... app: formatting and other minor cleanups (*)
  8f29466... app: don't #include "core/gimpprogress.h" when not needed (*)
  e012caf... plug-ins: imagemap, tabs to spaces (*)
  8621807... plug-ins: imagemap, port to cairo (*)
  cc3f1e8... plug-ins: imagemap, don't run execute for sash when redoing (*)
  6ea2f48... plug-ins: imagemap, Don't show popup menu when button 1 is  (*)
  2e3eba1... Updated Slovenian translation (*)
  60392ce... Updated Slovenian translation (*)
  f78f791... theme: new dynamics icon from PrzemysÅ?aw GoÅ?Ä?b (*)
  2034405... plug-ins: imagemap, init map type to the default type set i (*)
  0994773... app: use some of the new GDK_KEY_foo #defines from GTK+ 2.2 (*)
  c09ad99... app: split tool event handling out into an own file (*)
  3c0453b... app: clean up static functions in the new tool-events.c fil (*)
  de8a077... app: name display scrollbar callbacks like the signal they  (*)
  ef905d4... app: pick another GDK_KEY_foo key name commit from gtk3-por (*)
  c11b0d2... app: move tool event debug output to a utility function (*)
  85af450... app: forgot to #include "widgets/gimpwidgets-utils.h" (*)
  80de760... [l10n] Updated Estonian translation (*)
  955fecc... app: replace a wrong G_LIKELY() by G_UNLIKELY() in tool_eve (*)
  ca61809... app: don't show the line to the next free select point when (*)
  75add92... app: add utility functions proximity_in() and proximity_out (*)
  d136b9f... app: redo the last commit and call proximity_in() at all lo (*)
  3bf3aa5... Updated Swedish translation (*)
  4f59bb3... Bug 581338 - Layer size does not change using the pdb 'gimp (*)
  21a0e55... app: device manager refactoring part one (*)
  ee844c6... app: GimpDeviceManager refactoring part two (*)
  c49a711... app: set the device manager's sort_func via g_object_new() (*)
  b21f5be... app: use GimpDeviceInfo's accessors (*)
  a1712a0... app: emit "changed" when GimpDeviceInfo's device gets (un)s (*)
  3a767c0... app: get rid of the arrow in GimpDeviceStatus (*)
  9cac8e7... app: GimpDeviceStatus: don't call gdk_display_get_name() on (*)
  9b5dc75... app: set GimpFreeSelectTool active only while mouse-1 is do (*)
  145db8d... Bug 639305 - Image tabs pushes toolbox to left (*)
  d3a83c9... app: fix export and delete sensitivity in GimpSettingsEdito (*)
  f0f94ba... app: move all GimpTemplateEditor members to private (*)
  30100cf... app: add new widget GimpIconPicker, ripped out of GimpTempl (*)
  f82daa5... app: pack stuff in boxes instead of tables in GimpDeviceSta (*)
  f45e171... app: place the gimpview-popup at the button event's root co (*)
  30e847c... app: forgot to implement dragging from GimpContainerIconVie (*)
  ebe4b41... Bug 643587 - Opening two xcf with vectors crashes gimp (*)
  0bb5a76... app: fix wilber dawing offset on widgets that don't have a  (*)
  7faaf4d... libgimp: rename the newly added item parasite functions (*)
  b890cd3... Correction to help text for the gimp-insert-layer-* PDB pro (*)
  8438bc5... Commiting auto-generated files with recently corrected PDB  (*)
  403630f... Applied modified version of first patch for bug #642939. Or (*)
  b435e55... Applied modified version of second patch for bug #642939. O (*)
  5b09e61... app: move all GimpTemplate members to private (*)
  c550eae... app: move all GimpImagefile members to private (*)
  fe7aa4e... Merge branch 'master' into soc-2010-cage-2

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]