| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Work around a crash in the Undo History dialog caused by incorrect | Krzysztof Kosi??ski | 2014-02-28 | 1 | -1/+17 |
| | | | | | | | modifications to the XML when ensureUpToDate() is called during SPDesktop initialization. The underlying problem remains to be fixed. (bzr r13071) | ||||
| * | Fix for bug #1270287 (The toolbox buttons toggle between being pressed and ↵ | Nicolas Dufour | 2014-01-20 | 1 | -0/+1 |
| | | | | | | | | | released). Fixed bugs: - https://launchpad.net/bugs/1270287 (bzr r12961) | ||||
| * | Additional fix for Bug #1268778 (Move cursor disappears after clicking on ↵ | Nicolas Dufour | 2014-01-15 | 1 | -2/+9 |
| | | | | | | | | | Select Tool (F1) twice). Fixed bugs: - https://launchpad.net/bugs/1268778 (bzr r12932) | ||||
| * | Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool ↵ | Nicolas Dufour | 2014-01-14 | 1 | -13/+12 |
| | | | | | | | | | (F1) twice). Fixed bugs: - https://launchpad.net/bugs/1268778 (bzr r12931) | ||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-11 | 1 | -3/+3 |
| | | | | (bzr r12916) | ||||
| * | gtkmmification (seems there is more margin in desktop-widget.cpp) | Kris De Gussem | 2014-01-11 | 1 | -1/+1 |
| | | | | (bzr r12915) | ||||
| * | Clean up some tool related things. | Markus Engel | 2013-11-12 | 1 | -93/+20 |
| | | | | (bzr r12795) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -3/+3 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -10/+10 |
| | | | | (bzr r12782) | ||||
| * | Fix gradient stop selection when switching to dropper tool. | Markus Engel | 2013-10-27 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239131 (bzr r12730) | ||||
| * | static code analysis: performance | Kris De Gussem | 2013-10-16 | 1 | -1/+1 |
| | | | | (bzr r12695) | ||||
| * | we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵ | buliabyak | 2013-10-13 | 1 | -45/+35 |
| | | | | | | DialogManager; do not grab focus when restoring (bzr r12682) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -61/+163 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Merging libdepixelize branch | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -0/+1 |
| | |\ | | | | | | | (bzr r12533) | ||||
| | | * | Integrating with libdepixelize | Vinícius dos Santos Oliveira | 2013-09-12 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r12506.1.1) | ||||
| | * | | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -1/+0 |
| | |\| | | | | | | | (bzr r11608.1.120) | ||||
| | * | | reordered SPDesktop::set_event_context2; fixed last mismatched-tags | Markus Engel | 2013-08-02 | 1 | -8/+14 |
| | | | | | | | | | | (bzr r11608.1.116) | ||||
| | * | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.110) | ||||
| | * | | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -4/+63 |
| | | | | | | | | | | (bzr r11608.1.109) | ||||
| | * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -133/+45 |
| | |\ \ | | | | | | | | | (bzr r11608.1.107) | ||||
| | * | | | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -2/+8 |
| | | | | | | | | | | | | | (bzr r11608.1.104) | ||||
| | * | | | More cleaning. | Markus Engel | 2013-04-21 | 1 | -21/+3 |
| | | | | | | | | | | | | | (bzr r11608.1.103) | ||||
| | * | | | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -3/+6 |
| | | | | | | | | | | | | | (bzr r11608.1.102) | ||||
| | * | | | Some refactoring in RectContext and StarContext. | Markus Engel | 2013-04-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | (bzr r11608.1.101) | ||||
| | * | | | Moved factories to different files. | Markus Engel | 2013-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.100) | ||||
| | * | | | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.98) | ||||
| | * | | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -28/+66 |
| | | | | | | | | | | | | | (bzr r11608.1.97) | ||||
| | * | | | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 2013-04-13 | 1 | -13/+13 |
| | | | | | | | | | | | | | (bzr r11608.1.96) | ||||
| | * | | | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -30/+33 |
| | | | | | | | | | | | | | (bzr r11608.1.94) | ||||
| * | | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -5/+5 |
| | |_|/ |/| | | | | | (bzr r12475.1.2) | ||||
| * | | | Ported "ui/widget/selected-style.*". | Matthew Petroff | 2013-07-19 | 1 | -1/+0 |
| | |/ |/| | | | (bzr r12380.1.39) | ||||
| * | | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -25/+25 |
| | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -132/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | | Fix layer selection so defs don't change layers, updated symbol text. | Martin Owens | 2013-06-16 | 1 | -0/+4 |
| |/ | | | (bzr r12379) | ||||
| * | Fixed broken logic in zoom history to fix bug 1106031 (and removed some ↵ | Craig Marshall | 2013-03-26 | 1 | -1/+1 |
| | | | | | | unrelated and unnecessary debug output) (bzr r12245) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Partial fix for Bug #1071082 (Undo History doesn't work if open before file ↵ | Nicolas Dufour | 2013-03-19 | 1 | -0/+7 |
| | | | | | | is opened) by vaifrax. (bzr r12225) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -6/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | make grayscale viewmode color factors configurable. | Johan B. C. Engelen | 2013-01-13 | 1 | -0/+14 |
| | | | | (bzr r12022) | ||||
| * | zoom to entire drawing after delete (Bug 970370) | Alvin Penner | 2013-01-01 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/970370 (bzr r12006) | ||||
| * | Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas | John Smith | 2012-11-18 | 1 | -0/+1 |
| | | | | (bzr r11880) | ||||
| * | Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers' | John Smith | 2012-11-03 | 1 | -4/+9 |
| | | | | (bzr r11861) | ||||
| * | Fix for 191020 : Lock/Unlock all layers - Lock other layers | John Smith | 2012-10-11 | 1 | -0/+29 |
| | | | | (bzr r11779) | ||||
| * | Fix for 171904 : toggleToolbox verb | John Smith | 2012-10-11 | 1 | -1/+12 |
| | | | | (bzr r11778) | ||||
| * | Fix for 191020 : Lock/Unlock all layers | John Smith | 2012-10-09 | 1 | -2/+11 |
| | | | | (bzr r11764) | ||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+6 |
| | | | | (bzr r11600) | ||||
| * | Fix for 378413 : Show/Hide all layers | John Smith | 2012-07-12 | 1 | -0/+7 |
| | | | | (bzr r11545) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -2/+2 |
| | | | | (bzr r11345) | ||||
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 1 | -1/+1 |
| | | | | (bzr r11309) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+4 |
| | | | | (bzr r11196) | ||||
