| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -12/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -12/+16 | |
| A lot of header clean-up. | |||||
| 2017-07-09 | Update Gtk margin handling | Alexander Valavanis | 1 | -2/+20 | |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -2/+4 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 1 | -22/+1 | |
| (bzr r15023.2.6) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15025) | |||||
| 2016-05-17 | GTK3: Give names to more widgets. | Tavmjong Bah | 1 | -0/+2 | |
| (bzr r14896) | |||||
| 2014-12-25 | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 1 | -5/+4 | |
| (bzr r13822.1.4) | |||||
| 2014-08-30 | Fix modelines | Alex Valavanis | 1 | -2/+2 | |
| (bzr r13341.1.183) | |||||
| 2014-07-22 | Fixed some logic errors; clang warnings. | Markus Engel | 1 | -1/+1 | |
| (bzr r13460) | |||||
| 2013-10-12 | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | |||||
| 2013-07-19 | Ported "ui/widget/style-swatch.*". | Matthew Petroff | 1 | -3/+3 | |
| (bzr r12380.1.40) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -1/+2 | |
| 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 | -2/+2 | |
| (bzr r11608.1.82) | |||||
| 2013-03-12 | Further migration to Gtk::Grid | Alex Valavanis | 1 | -17/+35 | |
| (bzr r12196) | |||||
| 2013-02-11 | A couple of forward declarations | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12119) | |||||
| 2012-10-11 | Fix for 1058402 : Inconsistent opacity indication | John Smith | 1 | -5/+2 | |
| (bzr r11781) | |||||
| 2012-09-20 | some memleak fixes (Bug #1043571) | Kris De Gussem | 1 | -9/+8 | |
| (bzr r11686) | |||||
| 2012-09-03 | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 1 | -8/+9 | |
| not enabled) and other issues (bzr r11649) | |||||
| 2012-09-02 | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 1 | -9/+8 | |
| memory leaks (bzr r11646) | |||||
| 2012-04-13 | Translation. More disambiguations (see Bug #832560). | Nicolas Dufour | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -0/+2 | |
| (bzr r11018) | |||||
| 2012-01-08 | Fix pointer initialization | Johan B. C. Engelen | 1 | -5/+5 | |
| (bzr r10859) | |||||
| 2012-01-07 | Fixed warning under gcc 4.5.2 | Jon A. Cruz | 1 | -6/+6 | |
| (bzr r10854) | |||||
| 2012-01-03 | Fixed null-pointer ctor crashes. | Jon A. Cruz | 1 | -5/+10 | |
| (bzr r10828) | |||||
| 2012-01-03 | More deprecated GtkTooltips | Alex Valavanis | 1 | -13/+12 | |
| (bzr r10827) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -4/+5 | |
| (bzr r10660) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -117/+85 | |
| (bzr r6885) | |||||
| 2008-06-06 | Fixed uninitialized member | Jon A. Cruz | 1 | -0/+2 | |
| (bzr r5824) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+3 | |
| (bzr r4629) | |||||
| 2007-11-11 | Minor cleanup | Jon A. Cruz | 1 | -17/+17 | |
| (bzr r4056) | |||||
| 2007-09-15 | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 1 | -2/+1 | |
| (bzr r3753) | |||||
| 2007-09-10 | Purged fill type enum | Jon A. Cruz | 1 | -16/+16 | |
| (bzr r3706) | |||||
| 2007-06-27 | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 1 | -1/+1 | |
| requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | |||||
| 2007-02-15 | enable click-action and general tooltip for style swatches | bulia byak | 1 | -6/+32 | |
| (bzr r2378) | |||||
| 2007-01-18 | text fixes | bulia byak | 1 | -2/+2 | |
| (bzr r2241) | |||||
| 2007-01-18 | text markup | bulia byak | 1 | -2/+2 | |
| (bzr r2240) | |||||
| 2006-05-28 | typos, mnemonics | bulia byak | 1 | -2/+2 | |
| (bzr r1049) | |||||
| 2006-05-05 | fix 1480934 | bulia byak | 1 | -1/+1 | |
| (bzr r730) | |||||
| 2006-05-02 | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 1 | -5/+16 | |
| Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | |||||
| 2006-05-02 | (bzr r690) | Ted Gould | 1 | -16/+5 | |
| 2006-05-01 | fix showing style when last-set style is empty (on a new installation of ↵ | bulia byak | 1 | -6/+18 | |
| inkscape) (bzr r647) | |||||
| 2006-04-29 | enable the widget to listen to a repr to reflect its style | bulia byak | 1 | -1/+118 | |
| (bzr r611) | |||||
