| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-16 | Remove deprecated gtk_adjustment_changed() call | Karl Cheng | 1 | -1/+0 | |
| As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed(). | |||||
| 2019-05-26 | Fix gradient toolbar comboboxes and reverse | Nathan Lee | 1 | -2/+4 | |
| https://gitlab.com/inkscape/inkscape/issues/224 | |||||
| 2019-02-01 | clang-tidy recent changes | Alexander Valavanis | 1 | -1/+1 | |
| 2019-01-29 | GradientToolbar: GtkAction migration | Alexander Valavanis | 1 | -267/+195 | |
| 2019-01-22 | Tidy up toolbox code | Alexander Valavanis | 1 | -2/+1 | |
| 2019-01-21 | Cleanup unused toolbar code | Alexander Valavanis | 1 | -2/+0 | |
| 2019-01-19 | derive all toolbars from Inkscape::Toolbar | Alexander Valavanis | 1 | -645/+626 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -6/+2 | |
| 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-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+0 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -24/+24 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-17 | Move toolbars to ui/toolbar | Alexander Valavanis | 1 | -4/+3 | |
| 2018-01-31 | Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0). | Tavmjong Bah | 1 | -2/+2 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -9/+13 | |
| A lot of header clean-up. | |||||
| 2018-01-29 | Don't translate the empty string. | Eduard Braun | 1 | -1/+1 | |
| Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale | |||||
| 2018-01-22 | Convert gradient-toolbar to use ink-select-one-action. | Tavmjong Bah | 1 | -617/+597 | |
| With lots of other clean-up. | |||||
| 2018-01-19 | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 1 | -0/+1 | |
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -2/+2 | |
| 2016-08-05 | Split InkAction classes into separate files | Alex Valavanis | 1 | -1/+3 | |
| (bzr r15043) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -6/+6 | |
| (bzr r14954.1.19) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -3/+3 | |
| (bzr r14954.1.10) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r14907) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -17/+15 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-12-06 | cppification: GSList replaced by vectors (mostly related to gradients and ↵ | Marc Jeanmougin | 1 | -16/+15 | |
| meshes) (bzr r14504.1.2) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -3/+3 | |
| (bzr r14446) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -3/+3 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -6/+6 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -6/+9 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2015-02-08 | Commenting dead assignments. | Nicolas Dufour | 1 | -3/+6 | |
| (bzr r13909) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -5/+5 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -6/+6 | |
| (bzr r13809) | |||||
| 2014-10-05 | Move GtkAction subclasses to widgets/ | Liam P. White | 1 | -3/+3 | |
| (bzr r13341.1.249) | |||||
| 2014-10-02 | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 1 | -1/+1 | |
| Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | |||||
| 2014-08-09 | Fix related to bug #1327267 -- don't bother to update gradient toolbar when ↵ | Liam P. White | 1 | -30/+45 | |
| not in gradient tool (bzr r13504) | |||||
| 2014-03-02 | Fixed includes for tools. | Markus Engel | 1 | -35/+19 | |
| (bzr r13097) | |||||
| 2014-01-17 | i18n. Fix for Bug #1269943 (Context for message Offset:). | kris-degussem | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952) | |||||
| 2013-12-09 | Superficial text fix in gradient toolbar. | Josh Andler | 1 | -1/+1 | |
| (bzr r12842) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -2/+2 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -10/+11 | |
| (bzr r12782) | |||||
| 2013-09-21 | Fix tautological comparison for enum of unspecified type | Alex Valavanis | 1 | -4/+4 | |
| (bzr r12566) | |||||
| 2013-09-15 | Enable unit evaluation in toolbars. | Matthew Petroff | 1 | -2/+3 | |
| (bzr r12475.1.22) | |||||
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.117) | |||||
| 2013-07-30 | Further refactoring of EventContexts. | Markus Engel | 1 | -5/+5 | |
| (bzr r11608.1.109) | |||||
| 2013-07-19 | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 1 | -1/+1 | |
| (bzr r12380.1.30) | |||||
