| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-27 | Distribute/Move considers selection order | Nathan Lee | 1 | -2/+2 | |
| Only used when objects have same anchor position. Address gitlab.com/inkscape/inbox/issues/665 | |||||
| 2019-06-17 | fix #305 Transform->Skew->Horizontal direction | Thomas Holder | 1 | -2/+4 | |
| 2019-06-12 | Refactoring: replace funcs with methods. | Shlomi Fish | 1 | -5/+5 | |
| I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-06-12 | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 1 | -1/+1 | |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -2/+2 | |
| 2019-03-22 | Realign labels in "Transform" dialog | Patrick Storz | 1 | -4/+20 | |
| 2019-03-11 | Update translation dialog for flipped axis | Nathan Lee | 1 | -8/+10 | |
| Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -10/+4 | |
| 2018-12-29 | Rm deprecated budget widgets | Alexander Valavanis | 1 | -4/+12 | |
| 2018-11-09 | Fix codding style | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 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 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-09-20 | flip transform dialog icons | Thomas Holder | 1 | -1/+1 | |
| 2018-09-20 | fix transform dialog icons with inverted y-axis | Thomas Holder | 1 | -3/+10 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -4/+3 | |
| 2018-07-02 | Reduce width of Transform dialog by making spinbuttons narrower | Geoff Lankow | 1 | -0/+6 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -8/+11 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -5/+8 | |
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -1/+0 | |
| (bzr r15368) | |||||
| 2016-12-27 | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 1 | -2/+2 | |
| (bzr r15366) | |||||
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 1 | -11/+9 | |
| global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -102/+0 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+1 | |
| (bzr r15025) | |||||
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -11/+11 | |
| (bzr r14954.1.28) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -7/+7 | |
| (bzr r14954.1.10) | |||||
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r14522) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -4/+4 | |
| (bzr r14446) | |||||
| 2015-09-25 | UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵ | Nicolas Dufour | 1 | -0/+3 | |
| proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2015-04-27 | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.17) | |||||
| 2015-04-27 | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -1/+0 | |
| (bzr r13922.1.16) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -10/+10 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -11/+11 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -18/+23 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -6/+6 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_message_stack | Liam P. White | 1 | -7/+7 | |
| (bzr r13817) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -1/+1 | |
| (bzr r13810) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+2 | |
| (bzr r13809) | |||||
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 1 | -2/+2 | |
| supported properly) (bzr r13341.1.179) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -2/+2 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 1 | -2/+2 | |
| members, simplify signals (bzr r13341.5.6) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -5/+4 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -7/+6 | |
| (bzr r13341.5.2) | |||||
