summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-2/+2
| | | | Makes searching through code for them easier.
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-3/+2
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Use C++11 raw string for embeded SVG.Tavmjong Bah2018-11-061-25/+27
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-1/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* adding gtk-themeJabier Arraiza2018-07-211-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+13
| | | | A lot of header clean-up.
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-191-2/+3
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-29/+14
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-7/+2
|
* stroke-style: fix preloading no-markerchr2017-05-181-4/+10
| | | | | speed up inkscape startup (bzr r15698.1.3)
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
|/ | | (bzr r14954.1.19)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-4/+4
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | (bzr r13768)
* Update to experimental r13598Liam P. White2014-10-081-2/+2
|\ | | | | (bzr r13341.5.17)
| * Update to trunk r13580Liam P. White2014-10-061-1/+1
| |\ | | | | | | (bzr r13341.1.255)
| | * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
| * | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | | | | | | | (bzr r13341.1.248)
| * | Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| |/ | | | | (bzr r13341.1.192)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-5/+5
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-121-6/+2
| | | (bzr r12371)
* Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1190072 (bzr r12369)
* Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
| | | (bzr r12367)
* Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for ↵Martin Owens2013-06-111-2/+5
| | | | | No-Marker. (bzr r12364)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-10/+0
| | | (bzr r12363)
* Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-251-2/+3
| | | (bzr r11702)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-6/+2
| | | (bzr r11671)
* Fix for 165865 : markers must take object's stroke color - fix for floating ↵John Smith2012-08-281-1/+3
| | | | | window bug (bzr r11626)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-18/+84
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵John Smith2012-08-071-4/+19
| | | | | - Style' after reloading the file : Fix selection regression (bzr r11597)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-0/+5
| | | | | after reloading the file (bzr r11589)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-57/+135
| | | | | after reloading the file (bzr r11588)
* Fix for 973195 : Limit width of marker labelsJohn Smith2012-05-181-1/+2
| | | (bzr r11378)
* fix memory leak and some minor thingsKris De Gussem2012-04-091-12/+17
| | | (bzr r11190)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-0/+458
(bzr r11083)