| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1252/+0 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -21/+30 |
| | | | | (bzr r12782) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -21/+24 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | cppcheck | Kris De Gussem | 2013-08-04 | 1 | -55/+52 |
| | | | | | | | (bzr r12467) | ||||
| | * | reduce variable scope | Johan B. C. Engelen | 2013-08-03 | 1 | -8/+6 |
| | | | | | | | (bzr r12464) | ||||
| * | | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -44/+44 |
| | | | | | | | (bzr r11608.1.117) | ||||
| * | | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.109) | ||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -84/+125 |
| |\| | | | | | (bzr r11608.1.107) | ||||
| | * | Merge: scale, rotate and skew handles refactoring | Martin Owens | 2013-07-05 | 1 | -13/+15 |
| | |\ | | | | | | | (bzr r12403) | ||||
| | | * | Adjust sizes of lists | Martin Owens | 2013-07-05 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r12401.1.2) | ||||
| | | * | Improve handle xpm loading using rotate | Martin Owens | 2013-07-04 | 1 | -14/+16 |
| | | | | | | | | | | (bzr r12401.1.1) | ||||
| | * | | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 1 | -16/+16 |
| | |/ | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| | * | alt + scroll to select messes up opacity | Raphael Rosch | 2013-05-02 | 1 | -13/+51 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1092374 (bzr r12319) | ||||
| | * | Temporily fix abiguous macros before later removal. | Jon A. Cruz | 2013-04-28 | 1 | -32/+32 |
| | | | | | | | (bzr r12310) | ||||
| * | | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -3/+3 |
| | | | | | | | (bzr r11608.1.104) | ||||
| * | | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -281/+338 |
| | | | | | | | (bzr r11608.1.102) | ||||
| * | | Moved factories to different files. | Markus Engel | 2013-04-20 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.100) | ||||
| * | | merged from trunk (r12287) | Markus Engel | 2013-04-20 | 1 | -2/+2 |
| |\| | | | | | (bzr r11608.1.99) | ||||
| | * | patch by Damjan Velickovski for rotation snap degrees, Bug 525508 | Alvin Penner | 2013-04-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/525508 (bzr r12274) | ||||
| * | | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -112/+12 |
| | | | | | | | (bzr r11608.1.98) | ||||
| * | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -0/+36 |
| | | | | | | | (bzr r11608.1.97) | ||||
| * | | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 2013-04-13 | 1 | -0/+16 |
| | | | | | | | (bzr r11608.1.96) | ||||
| * | | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -0/+2 |
| | | | | | | | (bzr r11608.1.94) | ||||
| * | | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 2013-04-09 | 1 | -7/+16 |
| | | | | | | | (bzr r11608.1.90) | ||||
| * | | Started conversion of SPEventContext tree; added virtual pads to all classes. | Markus Engel | 2013-04-08 | 1 | -8/+42 |
| |/ | | | (bzr r11608.1.89) | ||||
| * | More GObject boilerplate cleanup | Alex Valavanis | 2013-01-24 | 1 | -33/+8 |
| | | | | (bzr r12059) | ||||
| * | Replace C-style pointer casts in event contexts | Alex Valavanis | 2012-12-31 | 1 | -9/+9 |
| | | | | (bzr r12001) | ||||
| * | Fix for 587019 : Select and transform mouse cursor changes to normal cursor ↵ | John Smith | 2012-10-06 | 1 | -2/+3 |
| | | | | | | on object duplication (bzr r11739) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrap | John Smith | 2012-07-21 | 1 | -4/+9 |
| | | | | (bzr r11561) | ||||
| * | Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad ↵ | Nicolas Dufour | 2012-07-10 | 1 | -4/+0 |
| | | | | | | not working). (bzr r11537) | ||||
| * | 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/+1 |
| | | | | (bzr r11460) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -63/+1 |
| | | | | (bzr r11318) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+8 |
| | | | | (bzr r11196) | ||||
| * | Replace deprecated GDK key symbols | Alex Valavanis | 2012-04-09 | 1 | -49/+115 |
| | | | | (bzr r11194) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -6/+6 |
| | | | | (bzr r10873) | ||||
| * | More GSEAL issues | Alex Valavanis | 2012-01-04 | 1 | -11/+22 |
| | | | | (bzr r10836) | ||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -3/+13 |
| | | | | | | | | 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) | ||||
| * | removing useless messages to stdout. | Felipe Corr??a da Silva Sanches | 2011-09-19 | 1 | -1/+0 |
| | | | | (bzr r10640) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -9/+9 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -9/+9 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. | Nicolas Dufour | 2011-08-21 | 1 | -0/+8 |
| |/ | | | (bzr r10559) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | (bzr r10350.1.3) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -2/+2 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| | | | | (bzr r10060) | ||||
| * | Initialize pointer. | Maximilian Albert | 2010-12-28 | 1 | -0/+1 |
| | | | | (bzr r9987) | ||||
| * | Fix crash in cycle-selection (and restructure internals). | Maximilian Albert | 2010-12-23 | 1 | -30/+62 |
| | | | | (bzr r9980) | ||||
