summaryrefslogtreecommitdiffstats
path: root/src/widgets/dash-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-221-300/+0
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-0/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* Fixes pointed by TavJabier Arraiza2018-08-051-9/+2
|
* coding style fixesJabier Arraiza2018-08-051-1/+2
|
* Fixes compiling bugsJabier Arraiza2018-08-051-3/+9
|
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
|
* Revert changesJabier Arraiza2018-08-051-10/+3
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-3/+10
| | | | pref optional to scale dashes on stroke scale
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | 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-2/+7
| | | | A lot of header clean-up.
* Add stroke dash empty to allow render only fills and markers. Tested in FF ↵Jabiertxof2016-11-261-1/+3
| | | | | and Chromium (bzr r15274)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-13/+1
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-13/+1
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
|/ | | (bzr r15025)
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-6/+6
| | | (bzr r13822.1.2)
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | (bzr r13341.1.192)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-10/+10
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-43/+35
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* Fixes bug #1029584: support custom dasharrays in 'Fill and Stroke > Stroke ↵su_v2012-09-231-11/+75
| | | | | style' (bzr r11668.1.2)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+10
| | | (bzr r11308)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Fill and ↵John Smith2012-03-121-171/+68
| | | | | Stroke Dashes (bzr r11072)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+2
| | | (bzr r11018)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+2
| | | (bzr r10826)
* Doxygen cleanup.Jon A. Cruz2011-10-031-4/+3
| | | (bzr r10660)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
| | | (bzr r10347.1.2)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz2009-03-061-1/+1
| | | (bzr r7429)
* fix crash when displaying dash selectorbulia byak2009-02-231-0/+1
| | | (bzr r7356)
* From trunkTed Gould2008-10-271-33/+30
| | | (bzr r6885)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-307/+271
| | | (bzr r6602)
* Warning cleanupJon A. Cruz2008-03-151-1/+1
| | | (bzr r5097)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+4
| | | (bzr r4629)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-1/+1
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* mental's patch for bug [ 1457003 ] X Window error with Composite: BadAlloc ↵Aaron Spike2006-06-131-12/+18
| | | | | in stroke style (bzr r1210)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-12/+12
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+379
(bzr r1)