summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-41/+13
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* refactor: TypedSPIThomas Holder2019-10-281-2/+2
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-31/+32
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-0/+52
|
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-41/+8
|
* Fix GC warningsMarc Jeanmougin2019-10-101-1/+3
|
* Improve casts from voids and fix a issue when fill/stroke is unset set ↵Jabier Arraiza2019-09-161-1/+4
| | | | desktop styles with it
* Formatting last commitvanntile2019-08-171-8/+9
|
* Some useful hatch changesvanntile2019-08-171-6/+20
|
* Removing absolute unitsJabiertxof2019-08-021-1/+4
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-4/+1
|
* Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz2019-04-021-4/+4
|
* modernize loopsMarc Jeanmougin2019-01-021-44/+18
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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 Inkscape::URI::toStringThomas Holder2018-11-051-6/+2
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-22/+22
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-071-5/+15
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Add 'font-variation-settings' to style query.Tavmjong Bah2018-03-151-4/+6
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+26
| | | | A lot of header clean-up.
* Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid2017-09-211-4/+2
|
* Fix 'direction' gui.Tavmjong Bah2017-07-051-2/+3
|
* Add option to unset 'line-height' (as well as determine where it is set).Tavmjong Bah2016-12-111-2/+9
| | | (bzr r15321)
* Add button to access outer text style ('font-size', 'line-height'). These ↵Tavmjong Bah2016-12-091-1/+1
| | | | | determine the minimum line spacing. (bzr r15315)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-3/+7
| | | | | | | | | | | | 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 trunkAdrian Boguszewski2016-08-031-7/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-4/+2
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-11/+14
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-5/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah2016-03-301-4/+10
| | | (bzr r14752)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-22/+74
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Reverting 14701.Tavmjong Bah2016-03-181-7/+1
| | | (bzr r14716.1.2)
* fix-bug-1557192. paint-order crash with multiple itemsJabier Arraiza Cenoz2016-03-151-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1557192 (bzr r14708)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-1/+7
| | | (bzr r14701)
* Add GUI for 'paint-order' property.Tavmjong Bah2016-03-071-10/+66
| | | (bzr r14693)
* static code analysisKris De Gussem2016-02-221-1/+1
| | | (bzr r14664)
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-241-5/+57
|\ | | | | (bzr r14487)
| * Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-281-5/+57
| | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* | static code analysisKris De Gussem2015-10-281-18/+18
|/ | | (bzr r14432)
* Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-221-1/+60
| | | (bzr r14208)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-12/+18
| | | | | library). (bzr r14162)
* merged trunkTomasz Boczkowski2015-05-171-0/+85
|\ | | | | (bzr r14059.1.27)
| * Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-161-6/+31
| | | | | | | | | | awaits Pango update. (bzr r14155)