| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -2/+2 | |
| Makes searching through code for them easier. | |||||
| 2019-01-27 | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 1 | -1/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -3/+2 | |
| 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-11-06 | Use C++11 raw string for embeded SVG. | Tavmjong Bah | 1 | -25/+27 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-08-09 | Fix bug pointed by moini in ↵ | Jabiertxof | 1 | -1/+1 | |
| https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271 | |||||
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -14/+14 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -13/+13 | |
| A lot of header clean-up. | |||||
| 2018-01-19 | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 1 | -2/+3 | |
| 2017-10-01 | Removed all GSList occurences in .h files | Marc Jeanmougin | 1 | -29/+14 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -7/+2 | |
| 2017-05-18 | stroke-style: fix preloading no-marker | chr | 1 | -4/+10 | |
| speed up inkscape startup (bzr r15698.1.3) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15034) | |||||
| 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-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -3/+3 | |
| (bzr r14954.1.19) | |||||
| 2014-12-23 | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 1 | -4/+4 | |
| Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 | |
| (bzr r13820) | |||||
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -1/+1 | |
| (bzr r13768) | |||||
| 2014-10-05 | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.248) | |||||
| 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-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2013-09-13 | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 1 | -5/+5 | |
| and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | |||||
| 2013-06-12 | Use fixed inkscape icon for 'no-marker' instead of gtk theme icon | Martin Owens | 1 | -6/+2 | |
| (bzr r12371) | |||||
| 2013-06-12 | Use 'remove' instead of 'gtk-remove' for theme. | Martin Owens | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1190072 (bzr r12369) | |||||
| 2013-06-11 | Change back to using NULL and fix windows theme error by checking | Martin Owens | 1 | -5/+8 | |
| (bzr r12367) | |||||
| 2013-06-11 | Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for ↵ | Martin Owens | 1 | -2/+5 | |
| No-Marker. (bzr r12364) | |||||
| 2013-06-11 | Change marker layout in stroke-widget so they are all on one line. | Martin Owens | 1 | -10/+0 | |
| (bzr r12363) | |||||
| 2012-09-25 | Fix for 293358 : Reduce width of Fill Stroke dialog | John Smith | 1 | -2/+3 | |
| (bzr r11702) | |||||
| 2012-09-17 | Fix for 165865 : Fix marker color on duplicate | John Smith | 1 | -6/+2 | |
| (bzr r11671) | |||||
| 2012-08-28 | Fix for 165865 : markers must take object's stroke color - fix for floating ↵ | John Smith | 1 | -1/+3 | |
| window bug (bzr r11626) | |||||
| 2012-08-20 | Fix for 165865 : markers must take object's stroke color | John Smith | 1 | -18/+84 | |
| (bzr r11614) | |||||
| 2012-08-07 | Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵ | John Smith | 1 | -4/+19 | |
| - Style' after reloading the file : Fix selection regression (bzr r11597) | |||||
| 2012-08-04 | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 1 | -0/+5 | |
| after reloading the file (bzr r11589) | |||||
| 2012-08-04 | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 1 | -57/+135 | |
| after reloading the file (bzr r11588) | |||||
| 2012-05-18 | Fix for 973195 : Limit width of marker labels | John Smith | 1 | -1/+2 | |
| (bzr r11378) | |||||
| 2012-04-09 | fix memory leak and some minor things | Kris De Gussem | 1 | -12/+17 | |
| (bzr r11190) | |||||
| 2012-04-04 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r11144) | |||||
| 2012-03-14 | Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox | John Smith | 1 | -0/+458 | |
| (bzr r11083) | |||||
