| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix 'direction' gui. | Tavmjong Bah | 2017-07-05 | 1 | -2/+3 |
| | | |||||
| * | Add option to unset 'line-height' (as well as determine where it is set). | Tavmjong Bah | 2016-12-11 | 1 | -2/+9 |
| | | | | (bzr r15321) | ||||
| * | Add button to access outer text style ('font-size', 'line-height'). These ↵ | Tavmjong Bah | 2016-12-09 | 1 | -1/+1 |
| | | | | | | determine the minimum line spacing. (bzr r15315) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -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 trunk | Adrian Boguszewski | 2016-08-03 | 1 | -7/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -7/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+7 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -7/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -4/+4 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -4/+2 |
| | | | | | | | (bzr r14954.1.20) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -11/+14 |
| | | | | | | | (bzr r14954.1.19) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -5/+6 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -3/+3 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing). | Tavmjong Bah | 2016-03-30 | 1 | -4/+10 |
| | | | | (bzr r14752) | ||||
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 1 | -22/+74 |
| | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3) | ||||
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 1 | -7/+1 |
| | | | | (bzr r14716.1.2) | ||||
| * | fix-bug-1557192. paint-order crash with multiple items | Jabier Arraiza Cenoz | 2016-03-15 | 1 | -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 cleanup | Martin Owens | 2016-03-12 | 1 | -1/+7 |
| | | | | (bzr r14701) | ||||
| * | Add GUI for 'paint-order' property. | Tavmjong Bah | 2016-03-07 | 1 | -10/+66 |
| | | | | (bzr r14693) | ||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 1 | -1/+1 |
| | | | | (bzr r14664) | ||||
| * | Merge 'writing-modes' branch. | Tavmjong Bah | 2015-11-24 | 1 | -5/+57 |
| |\ | | | | | (bzr r14487) | ||||
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 1 | -5/+57 |
| | | | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | ||||
| * | | static code analysis | Kris De Gussem | 2015-10-28 | 1 | -18/+18 |
| |/ | | | (bzr r14432) | ||||
| * | Add simple GUI for 'font-feature-settings'. | Tavmjong Bah | 2015-06-22 | 1 | -1/+60 |
| | | | | (bzr r14208) | ||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -12/+18 |
| | | | | | | library). (bzr r14162) | ||||
| * | merged trunk | Tomasz Boczkowski | 2015-05-17 | 1 | -0/+85 |
| |\ | | | | | (bzr r14059.1.27) | ||||
| | * | Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵ | Tavmjong Bah | 2015-05-16 | 1 | -6/+31 |
| | | | | | | | | | | | awaits Pango update. (bzr r14155) | ||||
| | * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -0/+60 |
| | | | | | | | | | | | progress. (bzr r14148) | ||||
| * | | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | (bzr r14059.1.20) | ||||
| * | | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -61/+60 |
| |\| | | | | | (bzr r14059.1.12) | ||||
| | * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -15/+14 |
| | | | | | | | (bzr r13922.1.11) | ||||
| | * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -19/+19 |
| | | | | | | | (bzr r13922.1.10) | ||||
| | * | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -2/+2 |
| | |\ | | | | | | | (bzr r13922.1.8) | ||||
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -33/+33 |
| | | | | | | | | | | (bzr r13922.1.5) | ||||
| | * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -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 branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | (bzr r14059.1.2) | ||||
| | * | | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r13341.6.21) | ||||
| * | | | fix scaling of letter-spacing and word-spacing. (Bug 772057) | Alvin Penner | 2015-02-22 | 1 | -2/+2 |
| | |/ |/| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/772057 (bzr r13937) | ||||
| * | | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -4/+3 |
| | | | | | | | (bzr r13822.1.4) | ||||
| * | | Read 'context-fill' and 'context-stroke' keywords. | Tavmjong Bah | 2014-12-16 | 1 | -1/+1 |
| | | | | | | | (bzr r13801) | ||||
| * | | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -100/+140 |
| | | | | | | | (bzr r13700) | ||||
| * | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -2/+4 |
| |\ \ | | | | | | | (bzr r13341.1.278) | ||||
| | * | | Removed dangerous GTK-mimicking macros. | Jon A. Cruz | 2014-10-16 | 1 | -2/+4 |
| | | | | | | | | | | (bzr r13619) | ||||
| | * | | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵ | Tavmjong Bah | 2014-09-29 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | translation. (bzr r13569) | ||||
| | * | | Fix for #1334792. Correct inheritance for 'line-height' property. | Tavmjong Bah | 2014-09-23 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r13564) | ||||
| | * | | Remove 'font' shorthand if we have written out font longhand properties. | Tavmjong Bah | 2014-06-10 | 1 | -1/+7 |
| | |/ | | | | | (bzr r13416) | ||||
| * | | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵ | Tavmjong Bah | 2014-09-29 | 1 | -2/+4 |
| | | | | | | | | | | | translation. (bzr r13341.1.233) | ||||
| * | | Fix for #1334792. Correct inheritance for 'line-height' property. | Tavmjong Bah | 2014-09-23 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.1.217) | ||||
| * | | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.146) | ||||
| * | | Remove 'font' shorthand if we have written out font longhand properties. | Tavmjong Bah | 2014-06-10 | 1 | -1/+7 |
| |/ | | | (bzr r13341.1.57) | ||||
