| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -4/+0 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -4/+0 |
| | | | | | | | (bzr r15023.2.7) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -9/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+12 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -12/+1 |
| |/ | | | (bzr r15025) | ||||
| * | fixes layer movement when there is a document scaling factor | Marc Jeanmougin | 2015-12-19 | 1 | -2/+2 |
| | | | | (bzr r14538) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -8/+0 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | Fix undo history entry for moving a layer (consistency) | su_v | 2015-06-03 | 1 | -1/+1 |
| | | | | (bzr r14194) | ||||
| * | Fix for bug 1194091 | Marc Jeanmougin | 2015-05-10 | 1 | -2/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142) | ||||
| * | Layers. Fix for Bug #1326131 (Can't delete layer from context menu). | Nicolas Dufour | 2014-06-29 | 1 | -4/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442) | ||||
| * | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 1 | -16/+16 |
| | | | | (bzr r13236) | ||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 1 | -8/+8 |
| | | | | (bzr r12868) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 |
| | | | | (bzr r12782) | ||||
| * | Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ↵ | Nicolas Dufour | 2013-09-07 | 1 | -1/+2 |
| | | | | | | | | | instead of layer name). Fixed bugs: - https://launchpad.net/bugs/1219175 (bzr r12503) | ||||
| * | Merge recent changes from inkscape trunk | Eric Greveson | 2013-07-03 | 1 | -2/+2 |
| |\ | | | | | (bzr r12387.1.6) | ||||
| | * | Fix crash when undoing/redoing a duplicate layer. | Martin Owens | 2013-06-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -3/+4 |
| |/ | | | | | | | | | | | | | 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 for Bug #181493 (Locked layers not completely locked) by frenchie4111. | Nicolas Dufour | 2013-05-12 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328) | ||||
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -1/+1 |
| | | | | (bzr r12014) | ||||
| * | Fix undo history entry for layer renaming to be consistent with 'Rename ↵ | su_v | 2012-11-26 | 1 | -1/+1 |
| | | | | | | Layer' dialog (bzr r11903) | ||||
| * | Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click | John Smith | 2012-11-18 | 1 | -10/+47 |
| | | | | (bzr r11879) | ||||
| * | Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ↵ | Alex Valavanis | 2012-10-23 | 1 | -30/+22 |
| | | | | | | | | | GTK+ 3 Fixed bugs: - https://launchpad.net/bugs/1069181 (bzr r11823) | ||||
| * | Fix for 177931 : Shift click layer icons to trigger solo | John Smith | 2012-10-12 | 1 | -14/+24 |
| | | | | (bzr r11784) | ||||
| * | Fix for 191020 : Lock/Unlock all layers - Lock other layers | John Smith | 2012-10-11 | 1 | -0/+7 |
| | | | | (bzr r11779) | ||||
| * | Fix for 191020 : Lock/Unlock all layers | John Smith | 2012-10-09 | 1 | -0/+17 |
| | | | | (bzr r11764) | ||||
| * | Fix for 378413 : Show/Hide all layers | John Smith | 2012-07-12 | 1 | -2/+18 |
| | | | | (bzr r11545) | ||||
| * | Fix for 377294 : Layer dialog rename when no label exists | John Smith | 2012-07-12 | 1 | -10/+1 |
| | | | | (bzr r11541) | ||||
| * | Fix for 181473 : Layer label edit keyboard shortcuts | John Smith | 2012-07-08 | 1 | -10/+32 |
| | | | | (bzr r11532) | ||||
| * | Fix for 181473 : Layers drag and drop | John Smith | 2012-07-05 | 1 | -7/+137 |
| | | | | (bzr r11526) | ||||
| * | Tidy up deprecated Gtkmm menu stuff | Alex Valavanis | 2012-05-31 | 1 | -21/+2 |
| | | | | (bzr r11440) | ||||
| * | Gtkmm 3.0 fixes for layers dialog | Alex Valavanis | 2012-05-30 | 1 | -1/+32 |
| | | | | (bzr r11436) | ||||
| * | More size-request GTK+ 3 fixes | Alex Valavanis | 2012-05-21 | 1 | -1/+7 |
| | | | | (bzr r11391) | ||||
| * | Patch by Veronika Irvine for lp:806302 | Josh Andler | 2012-03-15 | 1 | -0/+2 |
| | | | | (bzr r11091) | ||||
| * | Fix for 168351 : layer rename doesn't update layers dialog | John Smith | 2012-03-02 | 1 | -3/+8 |
| | | | | (bzr r11039) | ||||
| * | Fix for 944524 Layers - Group buttons and make style consistent | John Smith | 2012-03-02 | 1 | -0/+4 |
| | | | | (bzr r11038) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -2/+1 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -2/+1 |
| | | | | (bzr r10957) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10826) | ||||
| * | Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith. | Nicolas Dufour | 2012-01-02 | 1 | -0/+7 |
| | | | | (bzr r10819) | ||||
| * | Fix icon toggler breakage after the icon-names.h change. Patch from ~suv. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -2/+2 |
| | | | | (bzr r10456) | ||||
| * | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -2/+2 |
| | | | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452) | ||||
| * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+1 |
| |\ | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | * | 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) | ||||
| * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+4 |
| |/ | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | 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) | ||||
