| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-10-05 | Move obvious ui component to ui/ | Liam P. White | 1 | -2230/+0 | |
| (bzr r13341.1.247) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -2/+13 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -1/+1 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -5/+5 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -5/+5 | |
| (bzr r13341.5.1) | |||||
| 2014-06-14 | Add clip group option from Ponyscape | Liam P. White | 1 | -0/+11 | |
| (bzr r13090.1.83) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -32/+32 | |
| (bzr r13236) | |||||
| 2014-03-26 | Remove Snap menu item and improve grid menu item text | Martin Owens | 1 | -3/+0 | |
| (bzr r13213) | |||||
| 2014-01-03 | Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3 | Alex Valavanis | 1 | -2/+2 | |
| (bzr r12872) | |||||
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12868) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -2/+2 | |
| (bzr r12785) | |||||
| 2013-10-24 | fix bug "some of the locale-based templates cause objects to be resized when ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717) | |||||
| 2013-09-22 | Fix adding viewBox to new documents. | Matthew Petroff | 1 | -0/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575) | |||||
| 2013-09-21 | Drop unused static function declarations | Alex Valavanis | 1 | -27/+0 | |
| (bzr r12565) | |||||
| 2013-09-12 | Integrating with libdepixelize | Vinícius dos Santos Oliveira | 1 | -0/+15 | |
| (bzr r12506.1.1) | |||||
| 2013-07-24 | Old templates support removed | Slagvi Public | 1 | -96/+1 | |
| (bzr r12379.2.13) | |||||
| 2013-07-03 | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 1 | -1/+1 | |
| return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -11/+12 | |
| 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) | |||||
| 2013-04-05 | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.82) | |||||
| 2013-04-02 | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 1 | -26/+50 | |
| (bzr r11608.1.72) | |||||
| 2013-03-26 | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 1 | -1/+2 | |
| check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -6/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2013-03-11 | Fix for 998276 : Keyboard shortcuts not appearing in the main menu under ↵ | John Smith | 1 | -0/+2 | |
| Unity, uppdate to fix markup issue (bzr r12190) | |||||
| 2013-03-05 | Added null check (should fix Bug #1051017 ) | Kris De Gussem | 1 | -8/+10 | |
| (bzr r12175) | |||||
| 2013-02-18 | Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity | John Smith | 1 | -98/+16 | |
| (bzr r12132) | |||||
| 2012-11-18 | Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas | John Smith | 1 | -1/+11 | |
| (bzr r11880) | |||||
| 2012-10-11 | Fix for 171904 : toggleToolbox verb | John Smith | 1 | -21/+18 | |
| (bzr r11778) | |||||
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 1 | -8/+8 | |
| they are not used elsewhere. (bzr r11735) | |||||
| 2012-09-30 | Fix for 681625 : sort template names under File->New | John Smith | 1 | -51/+99 | |
| (bzr r11717) | |||||
| 2012-09-23 | Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fix | John Smith | 1 | -0/+3 | |
| (bzr r11698) | |||||
| 2012-09-23 | Fix for 170395 : Add Trace Bitmap to context menu of images | John Smith | 1 | -0/+12 | |
| (bzr r11697) | |||||
| 2012-09-22 | Fix for 172222 : Move direct to specified layer | John Smith | 1 | -0/+18 | |
| (bzr r11695) | |||||
| 2012-09-21 | Fix for bug #1053024: set current layer from template in new blank document ↵ | su_v | 1 | -0/+1 | |
| after closing last window Fixed bugs: - https://launchpad.net/bugs/1053024 (bzr r11689) | |||||
| 2012-09-20 | Fix for Bug #944787 (The command to follow link does not work). | Nicolas Dufour | 1 | -9/+21 | |
| (bzr r11684) | |||||
| 2012-09-02 | Fix for 273539 : Add Group action to the context menu | John Smith | 1 | -0/+16 | |
| (bzr r11640) | |||||
| 2012-08-30 | Fix for 170550 : open blank document on 'close' | John Smith | 1 | -0/+11 | |
| (bzr r11632) | |||||
| 2012-08-29 | Fix for 980520 : Conflicting accelerator keys | John Smith | 1 | -2/+2 | |
| (bzr r11631) | |||||
| 2012-08-09 | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 1 | -9/+62 | |
| (bzr r11600) | |||||
| 2012-08-01 | Fix for 918894 : Remove link is reported as Ungroup in Undo history | John Smith | 1 | -1/+2 | |
| (bzr r11580) | |||||
| 2012-07-25 | Fix for 722625 : Select Same by Object Type | John Smith | 1 | -5/+60 | |
| (bzr r11573) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -12/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-06-11 | Fix some broken callbacks for Gtk+ 3 | Alex Valavanis | 1 | -3/+23 | |
| (bzr r11486) | |||||
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -85/+1 | |
| (bzr r11318) | |||||
| 2012-04-25 | Issue with my last commit | Kris De Gussem | 1 | -5/+0 | |
| (bzr r11293) | |||||
| 2012-04-24 | Memory management in context menu (Bug #910529 ) | Kris De Gussem | 1 | -32/+34 | |
| (bzr r11290) | |||||
| 2012-04-22 | better UI message | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11282) | |||||
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -4/+94 | |
| (bzr r11250) | |||||
