| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -41/+13 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -2/+2 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -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 modifier | Jabier Arraiza | 2019-10-19 | 1 | -0/+52 |
| | | |||||
| * | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 2019-10-14 | 1 | -41/+8 |
| | | |||||
| * | Fix GC warnings | Marc Jeanmougin | 2019-10-10 | 1 | -1/+3 |
| | | |||||
| * | Improve casts from voids and fix a issue when fill/stroke is unset set ↵ | Jabier Arraiza | 2019-09-16 | 1 | -1/+4 |
| | | | | | desktop styles with it | ||||
| * | Formatting last commit | vanntile | 2019-08-17 | 1 | -8/+9 |
| | | |||||
| * | Some useful hatch changes | vanntile | 2019-08-17 | 1 | -6/+20 |
| | | |||||
| * | Removing absolute units | Jabiertxof | 2019-08-02 | 1 | -1/+4 |
| | | |||||
| * | Stop worinig with units switch to px. Keep discussion opengit add .git add . | Jabiertxof | 2019-08-02 | 1 | -4/+1 |
| | | |||||
| * | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -4/+4 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -44/+18 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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::toString | Thomas Holder | 2018-11-05 | 1 | -6/+2 |
| | | |||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Bah | 2018-06-07 | 1 | -5/+15 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Add 'font-variation-settings' to style query. | Tavmjong Bah | 2018-03-15 | 1 | -4/+6 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -20/+26 |
| | | | | | A lot of header clean-up. | ||||
| * | Refactor Box3d::string_from_axes to use Glib::ustring | Jan Lingscheid | 2017-09-21 | 1 | -4/+2 |
| | | |||||
| * | 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) | ||||
