[gimp] (130 commits) Created branch cage



The branch 'cage' was created.

Summary of new commits:

  5e6aae1... app: Makefile formatting cleanup
  a3cd53d... app: Use Shift+G for Cage Tool
  22b339c... app: large scale formatting cleanup in the new cage code
  4892535... app: derive GimpCageOptions directly from GimpToolOptions
  389b309... app: remove unused #includes
  e065fc1... app: remove useless box from cage options gui
  63b9c92... app: more formatting cleanup
  23f3662... app: more minor cage cleanup
  e2e4049... app: more minor cage tool cleanup
  5f8111c... app: rename config->cage_vertice_number to config->n_cage_v
  8d1cfba... app: canonicalize cage op names, and some indentation fixes
  0ff67b9... app: use "pixels/unit" as label for the resolution menu
  552434e... libgimpwidgets: add "short-format" and "long-format" proper
  7e11e0e... libgimpwidgets: use the short and long format strings for t
  73922fe... libgimpwidgets: bring back unit format strings in GimpSizeE
  ab18dac... app: use the GimpImageMap as it's meant to be used
  1201fa5... app: pass the drawable to gimp_cage_tool_create_image_map()
  2ea01c9... app: remove the preview node and other unneeded stuff
  fd7f78d... app: put the drawn lines into a stroke group
  1f954f1... app: no need to abort the image map when a handle changes
  898d1cb... app: rename member handle_moved to moving_handle
  625510b... app: -1000 is a valid cursor position, use G_MINDOUBLE as "
  c077bf2... app: don't use a GimpVector2 for the cursor position
  eb9d988... app: move all the cage modifying logic to button_release()
  6cb0fbc... app: Fix coordinate  adjustment bug in cage tool
  f42e457... app: add proper cursors that show what will happen
  7b2cd3e... app: fix handle hovering detection, it was using the wrong 
  59f915d... libgimpmath: Update gimpmath.def
  483bb32... Update gimprc
  0eb2419... po: Update POTFILES.in
  05f7581... app: consistent handle sizes for tool drawing
  573a985... app: define one more standard tool handle size
  09b89ae... app: make the shift-coordinates-by-anchor functions public 
  f968b90... app: use the new shifting API instead of reimplementing it
  2942b4b... colorxhtml: check validity of source_type
  d7bf6b6... app: add gimp_widget_flush_expose() utility function
  8257725... app: add GimpCanvasProgress, an on-canvas progress item
  ccc59df... app: use a canvas progress in the cage tool
  c81aff7... app: gimp_widget_flush_expose() return if the widget is not
  fa82c56... app: don't run the main loop manually after calling gimp_pr
  0f3b8ea... app: use gimp_widget_flush_expose() for the statusbar's pro
  21418ad... app: formatting; move variables to local scopes
  38760e8... app: property ID enums don't need to be public
  41eb4a4... app: add virtual function GimpTool::options_notify()
  528dbed... app: implement GimpTool::options_notify()
  5274495... app: fix redraw after cancelling a transform tool with righ
  34681ef... app: fix right-click cancelling a transform tool
  dea7a15... app: check for GIMP_BUTTON_RELEASE_CANCEL, not GDK_BUTTON3_
  d45fd19... app: Tell the user how to commit the cage transform
  868a610... app: implement GimpTool::options_notify()
  4360123... app: remove gimp_image_map_is_busy() again
  20dd570... app: fix the canvas passe partout's extents
  15c5345... app: use a GimpCanvasPassePartout for drawing the crop high
  c811071... app: call gimp_canvas_item_begin,end_change() around passe 
  27cd4bb... Fix memory and descriptor leaks
  d0dc273... Move file opening block to after some tests
  2484225... app: set the grid canvas item invisible by default
  495dda8... app: gimp_display_shell_expose_region(): return if the canv
  c904ee4... app: remove the unused gimp_display_shell_expose_vectors()
  91556c2... app: rename GIMP_INK_BLOB_TYPE_ELLIPSE to GIMP_INK_BLOB_TYP
  ec56378... app: namespace the ink blob
  6c08419... app: fix antique copyright header
  08dafb5... app: remove unused #includes
  17ac304... app: Unify direction calculation for painting and stroking
  80d137c... app: Disable somewhat obsolete stroke smooth
  58494da... app: indentation
  bbc0cca... app: draw GimpSpinScale's label with style->text, not style
  c08d526... app: the ink sensitivity spin scales need two decimal digit
  2f92b52... app: add GimpToolPalette which derives from GtkToolPalette
  55876da... app: factor out duplicated code to gimp_tool_palette_get_bu
  c48ef7f... Fix scheme for (integer? 7.0) which should return #t
  33b9ec7... po: Update POTFILES.in
  6e28930... app: some toolbox cleanup
  bc16487... app: I don't know what I was thinking when changing these f
  745a1f8... app: change toolbox geometry hints to something that's clos
  823fe5a... app: set the cage tool's dirty mask so it is canceled upon 
  ec87a21... Get rid of DOS line endings
  d798e59... pygimp: undeprecate quite some stuff
  7e4de06... build: remove suppressed warnings (see commit below)
  0339a71... app: change icon for brush size reset button and add toolti
  b5a094c... app: clean up the dynamics editor
  8397217... Bug 634315 - gimptextlayout.c: typo in assignment
  c4d9b56... Bug 635040 - Edit -> Stroke Path performs no action on an i
  9bda9be... app: Clearly present Fade and Color dynamics options as suc
  4e346a0... app: some cleanup in the new paint options code
  4ae2fa1... plug-ins: don't forget to set the progress to 1.0 when fini
  73458af... Bug 582083 - GIMP brushes are not recognized by Nautilus
  2a3cf0d... app: some GimpImageWindow cleanup
  d5a6a85... app: the tool-list and tool-grid views are gone, don't try 
  626767c... Updated Serbian translation
  03b6818... Updated Serbian translation
  b6b8c95... Updated Arabic translation
  8e42633... Bug 598253 - Bug when copying path from a document to anoth
  9db4133... app: leftover code was setting the sensitivity of an unrela
  c5cec3b... app: move the cage tool after all other transform tools, no
  cd2ad50... Bug 622311 - Get rid of status bar grip window in single-wi
  bbee445... app: move updating the shells' appearance to a utility func
  d709970... app: add a "text" property to GimpTextLayer and emit notifi
  6374b9b... Bug 630376 - Crash with text layer / text tools stay on can
  99d4ebc... Updated italian translation
  7fb0504... app: cast GtkTargetEntry.target to gchar* when freeing it
  cb1ece4... Bug 550662 - DND prefers text/plain over text/svg+xml, shou
  f7dfcf6... New splash screen made by Alexia Death
  22daa8f... app: make gimp_devices_select_device() private
  e372d85... app: add gimp_devices_check_callback() with the signature o
  1c5f35c... app: g_printerr() a warning if grabbing fails
  9fd8832... app: don't use -1 for geometry hints where not allowed
  54f6c56... Increased maximum radius to 500 in unsharp-mask plugin
  34a76c0... app: remove obsolete linking workarounds, they break the bu
  d811d35... app: don't call g_object_set_data() on a NULL object
  48d13a4... app: use gimp_object_name_collate() when sorting device nam
  1401077... app: don't reverse the device list after loading, it's sort
  2d1984a... app: sort present devices to the beginning of the device li
  4ac99a4... app: update the device name's style when devices get added/
  fadd38c... app: use gtk_entry_set_width_chars() to override GtkEntry's
  aafb463... Rewrite of the cage tool as a state machine
  5afc88c... app: serialize signals from gimpoperationtilesink
  afa0798... libgimpwidgets: port gimppreviewarea from deprecated gdk to
  da6061d... libgimpwidgets: port the ruler from deprecated gdk to cairo
  e1ed2ba... libgimpwidgets: undef GDK_DISABLE_DEPRECATED in gimppixmap.
  7990463... libgimpwidgets: avoid using a function only available since
  f39861f... app: make themes_apply_theme() private, it's only used in t
  65bc88c... app: some cleanup in gimp_paned_box_position_drop_indicator
  dad06d0... app: some cosmetic cleanup in the item's node handling code
  09c5592... app: add gimp_devices_add_widget()
  1ed6993... [l10n] Updated Estonian translation
  8f7285c... app: run all input axes through gimp_device_info_map_axis()
  9ce1a57... Updated italian translation.
  dcf85d3... Update Czech translation by Miroslav Sulc
  5389807... Typo fix in Dutch translation



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