| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Distribute/Move considers selection order | Nathan Lee | 2019-07-27 | 1 | -2/+2 |
| | | | | | | Only used when objects have same anchor position. Address gitlab.com/inkscape/inbox/issues/665 | ||||
| * | Merge branch 'refactoring' of gitlab.com:shlomif/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -6/+6 |
| |\ | |||||
| | * | Refactoring: replace funcs with methods. | Shlomi Fish | 2019-06-12 | 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. | ||||
| | * | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 2019-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | fix #305 Transform->Skew->Horizontal direction | Thomas Holder | 2019-06-17 | 1 | -2/+4 |
| |/ | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -2/+2 |
| | | |||||
| * | Realign labels in "Transform" dialog | Patrick Storz | 2019-03-22 | 1 | -4/+20 |
| | | |||||
| * | Update translation dialog for flipped axis | Nathan Lee | 2019-03-11 | 1 | -8/+10 |
| | | | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -10/+4 |
| | | |||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 1 | -4/+12 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | flip transform dialog icons | Thomas Holder | 2018-09-20 | 1 | -1/+1 |
| | | |||||
| * | fix transform dialog icons with inverted y-axis | Thomas Holder | 2018-09-20 | 1 | -3/+10 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -4/+3 |
| | | |||||
| * | Reduce width of Transform dialog by making spinbuttons narrower | Geoff Lankow | 2018-07-02 | 1 | -0/+6 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -8/+11 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -5/+8 |
| | | |||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -2/+2 |
| | | | | (bzr r15366) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 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) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -102/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -102/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -102/+0 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -11/+11 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -11/+11 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -7/+7 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 1 | -1/+0 |
| | | | | (bzr r14522) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -4/+4 |
| | | | | (bzr r14446) | ||||
| * | UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵ | Nicolas Dufour | 2015-09-25 | 1 | -0/+3 |
| | | | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.17) | ||||
| * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 1 | -1/+0 |
| | | | | | | | (bzr r13922.1.16) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -10/+10 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -11/+11 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -18/+23 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -6/+6 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -7/+7 |
| | | | | (bzr r13817) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+2 |
| | | | | (bzr r13809) | ||||
