summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+60
| | | | | | | | | | progress. (bzr r14148)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
* | merge with trunkTomasz Boczkowski2015-05-021-61/+60
|\| | | | | (bzr r14059.1.12)
| * more cast cleanupMarc Jeanmougin2015-02-271-15/+14
| | | | | | (bzr r13922.1.11)
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-19/+19
| | | | | | (bzr r13922.1.10)
| * Merge, resolved conflictsMarc Jeanmougin2015-02-231-2/+2
| |\ | | | | | | (bzr r13922.1.8)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-33/+33
| | | | | | | | | (bzr r13922.1.5)
| * | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\ \ \ | |_|/ |/| | (bzr r14059.1.2)
| * | SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
| | | | | | | | | (bzr r13341.6.21)
* | | fix scaling of letter-spacing and word-spacing. (Bug 772057)Alvin Penner2015-02-221-2/+2
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/772057 (bzr r13937)
* | Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-4/+3
| | | | | | (bzr r13822.1.4)
* | Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-1/+1
| | | | | | (bzr r13801)
* | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-100/+140
| | | | | | (bzr r13700)
* | Update to trunk r13621Liam P. White2014-10-171-2/+4
|\ \ | | | | | | (bzr r13341.1.278)
| * | Removed dangerous GTK-mimicking macros.Jon A. Cruz2014-10-161-2/+4
| | | | | | | | | (bzr r13619)
| * | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-2/+4
| | | | | | | | | | | | | | | translation. (bzr r13569)
| * | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-2/+2
| | | | | | | | | (bzr r13564)
| * | Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
| |/ | | | | (bzr r13416)
* | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-2/+4
| | | | | | | | | | translation. (bzr r13341.1.233)
* | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-2/+2
| | | | | | (bzr r13341.1.217)
* | Fix build (not pretty).Liam P. White2014-08-181-0/+1
| | | | | | (bzr r13341.1.146)
* | Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
|/ | | (bzr r13341.1.57)