| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace C-style pointer casts in event contexts | Alex Valavanis | 2012-12-31 | 1 | -4/+2 |
| | | | | (bzr r12001) | ||||
| * | Fix GObject pointer conversion warnings in event context | Alex Valavanis | 2012-12-30 | 1 | -5/+4 |
| | | | | (bzr r12000) | ||||
| * | Fix for 383871 : Let space switch to selector tool even when used for panning | John Smith | 2012-12-14 | 1 | -22/+48 |
| | | | | (bzr r11954) | ||||
| * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -14/+14 |
| | | | | (bzr r11867) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 172190 : Hand/Pan tool cursor on middle-drag | John Smith | 2012-09-25 | 1 | -0/+36 |
| | | | | (bzr r11703) | ||||
| * | Fix for 979567 : Object context menu (right-click) acts on bottom-most ↵ | John Smith | 2012-09-18 | 1 | -0/+10 |
| | | | | | | instead of top-most object under cursor position (bzr r11672) | ||||
| * | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object | John Smith | 2012-09-06 | 1 | -0/+13 |
| | | | | (bzr r11655) | ||||
| * | Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵ | John Smith | 2012-09-05 | 1 | -1/+1 |
| | | | | | | only pick (bzr r11652) | ||||
| * | Fix canvas scroll events in GTK+ 3 | Alex Valavanis | 2012-07-23 | 1 | -0/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566) | ||||
| * | Bug #781893 (Crash after moving a Bezier node after Knot path effect) | Kris De Gussem | 2012-07-12 | 1 | -14/+40 |
| | | | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+0 |
| | | | | (bzr r11460) | ||||
| * | Stop using deprecated GdkBitmap in custom cursors | Alex Valavanis | 2012-05-27 | 1 | -9/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -84/+1 |
| | | | | (bzr r11318) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -9/+0 |
| | | | | (bzr r11316) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -35/+122 |
| | | | | (bzr r11250) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+12 |
| | | | | (bzr r11196) | ||||
| * | C++ify context menu: | Kris De Gussem | 2012-04-05 | 1 | -8/+6 |
| | | | | | | | | | - c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -1/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r11011) | ||||
| * | | Patch from John Smith for 623660 | Josh Andler | 2012-01-23 | 1 | -1/+1 |
| | | | | | | | (bzr r10921) | ||||
| * | | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -4/+8 |
| |/ | | | (bzr r10826) | ||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -109/+109 |
| | | | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -2/+1 |
| | | | | (bzr r10697) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -15/+15 |
| | | | | (bzr r10659) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -12/+12 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Color preview in cursor | Jasper van de Gronde | 2010-09-06 | 1 | -11/+35 |
| | | | | | | | (bzr r9743) | ||||
| * | | Fix LP bug #622350: Discard events when desktop->event_context has not been ↵ | Diederik van Lierop | 2010-08-28 | 1 | -8/+15 |
| |/ | | | | | set, instead of crashing. (bzr r9728) | ||||
| * | Make sure that guides always snap correctly when dropping them, and improve ↵ | Diederik van Lierop | 2010-02-21 | 1 | -3/+3 |
| | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| * | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -23/+70 |
| | | | | (bzr r9088) | ||||
| * | Tiny bit of refactoring (inverting some logic) | Diederik van Lierop | 2010-02-06 | 1 | -1/+5 |
| | | | | (bzr r9059) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+10 |
| | | | | (bzr r9034) | ||||
| * | Fix snap bug as reported by Arcadie Cracan on the developers mailing list, ↵ | Diederik van Lierop | 2010-01-23 | 1 | -13/+9 |
| | | | | | | dating 2009-10-28 (bzr r9015) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -652/+625 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -168/+169 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -167/+167 |
| | | | | | | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | ||||
| * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | ||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -1/+0 |
| |/ | | | (bzr r8846.1.1) | ||||
| * | fix shift+middle button zoom area when there are other modifiers in the ↵ | bulia byak | 2009-10-05 | 1 | -1/+1 |
| | | | | | | mask; safe typo fix, everywhere else it's checked this way (bzr r8715) | ||||
| * | fix by Diederik for 422972 | bulia byak | 2009-09-21 | 1 | -2/+6 |
| | | | | (bzr r8627) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -65/+20 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | Only load from preferences when really needed, which might help reducing the ↵ | Diederik van Lierop | 2009-05-10 | 1 | -9/+10 |
| | | | | | | processor load a bit (bug #167525) (bzr r7850) | ||||
| * | Fix crash when dragging radial gradient (bug #363668) | Diederik van Lierop | 2009-05-01 | 1 | -4/+13 |
| | | | | (bzr r7803) | ||||
| * | Fix middle-mouse-button-zooming in node-context with snap-delay enabled | Diederik van Lierop | 2009-04-03 | 1 | -0/+8 |
| | | | | (bzr r7614) | ||||
| * | Delete the delayed snap event, killing any pending timers, when the ↵ | Diederik van Lierop | 2009-04-01 | 1 | -0/+4 |
| | | | | | | event-context is being disposed off (bzr r7603) | ||||
| * | Some minor snap-delay modifications | Diederik van Lierop | 2009-03-31 | 1 | -2/+8 |
| | | | | (bzr r7597) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -22/+226 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
