| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent screen jump when 'inline-size' value is too small to display text. | Tavmjong Bah | 2018-12-20 | 1 | -2/+14 |
| | | |||||
| * | Separate knots for 'shape-inside' and 'inline-size'. | Tavmjong Bah | 2018-12-19 | 1 | -101/+130 |
| | | |||||
| * | Add preference for using SVG2 auto-flowed text in GUI. | Tavmjong Bah | 2018-12-19 | 1 | -0/+4 |
| | | |||||
| * | Add preference for using SVG 2 text in a shape (GUI to come). | Tavmjong Bah | 2018-12-19 | 3 | -59/+60 |
| | | |||||
| * | Convert preferences_skeleton to a C++11 raw string. | Tavmjong Bah | 2018-12-18 | 2 | -478/+489 |
| | | | | | Move #ifdef stuff to Preferences::_loadDefaults() | ||||
| * | Change parsing an integer from 'atoi' to 'strtol' to allow parsing ↵ | Tavmjong Bah | 2018-12-18 | 1 | -1/+1 |
| | | | | | hexidecimal values. | ||||
| * | Add ability to create SVG 2 text: | Tavmjong Bah | 2018-12-18 | 4 | -12/+333 |
| | | | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | ||||
| * | remove "Perspective path" LPE | Thomas Holder | 2018-12-16 | 5 | -397/+0 |
| | | | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true | ||||
| * | Inkscape::URI::Impl -> shared_ptr | Thomas Holder | 2018-12-16 | 2 | -75/+8 |
| | | |||||
| * | add some Inkscape::URI tests | Thomas Holder | 2018-12-16 | 1 | -0/+2 |
| | | | | | | | - default constructor - empty string constructor - exception tests | ||||
| * | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 2018-12-15 | 20 | -233/+159 |
| | | | | | fill-betreen-* LPEs | ||||
| * | Round-trip SVG 2 flowed text with SVG 1.1 backup. | Tavmjong Bah | 2018-12-14 | 4 | -93/+364 |
| | | |||||
| * | DocumentUndo::ScopedInsensitive | Thomas Holder | 2018-12-14 | 7 | -43/+32 |
| | | |||||
| * | extract_uri: fix, test, document | Thomas Holder | 2018-12-13 | 6 | -44/+63 |
| | | |||||
| * | remove most of Inkscape::URI::Impl | Thomas Holder | 2018-12-13 | 2 | -57/+37 |
| | | |||||
| * | Misc. source comment typo fixes | luz.paz | 2018-12-13 | 1 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | remove obsolete URI cxxtests | Thomas Holder | 2018-12-13 | 2 | -136/+0 |
| | | |||||
| * | remove Inkscape::URI::fromUtf8 | Thomas Holder | 2018-12-13 | 2 | -38/+0 |
| | | |||||
| * | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'. | Tavmjong Bah | 2018-12-12 | 3 | -6/+20 |
| | | |||||
| * | Reduce code redundancy. | Tavmjong Bah | 2018-12-12 | 2 | -62/+35 |
| | | |||||
| * | Reduce code redundancy. | Tavmjong Bah | 2018-12-11 | 2 | -100/+53 |
| | | |||||
| * | Turn #defines into enum. | Tavmjong Bah | 2018-12-11 | 2 | -25/+30 |
| | | |||||
| * | Minor tweaks. | Tavmjong Bah | 2018-12-10 | 3 | -13/+16 |
| | | |||||
| * | remove Inkscape::URI::getFullPath | Thomas Holder | 2018-12-09 | 4 | -64/+28 |
| | | |||||
| * | Fix license in new files | Marc Jeanmougin | 2018-12-09 | 2 | -1/+2 |
| | | |||||
| * | Gtk/Gio templating of main inkscape application class to allow commandline ↵ | Marc Jeanmougin | 2018-12-09 | 11 | -110/+189 |
| | | | | | usage when graphic server is not available | ||||
| * | fix, test, and document more Inkscape::URI methods | Thomas Holder | 2018-12-09 | 2 | -20/+69 |
| | | |||||
| * | fix poppler 0.72.0 build | Thomas Holder | 2018-12-09 | 2 | -1/+4 |
| | | |||||
| * | Fix toggle rullers in split view and improve speed and rendering to xray | Jabier Arraiza | 2018-12-09 | 4 | -40/+41 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2018-12-07 | 8 | -10/+1441 |
| |\ | |||||
| | * | Add some SVG 2 fallbacks: | Tavmjong Bah | 2018-12-07 | 8 | -10/+1441 |
| | | | | | | | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text | ||||
| * | | desktop-widget: Make canvas private | Alexander Valavanis | 2018-12-06 | 6 | -311/+322 |
| | | | |||||
| * | | desktop-widget: Make ruler origin private | Alexander Valavanis | 2018-12-06 | 2 | -16/+14 |
| | | | |||||
| * | | desktop-widget: C++ify rulers | Alexander Valavanis | 2018-12-06 | 2 | -33/+32 |
| | | | |||||
| * | | desktop-widget: make rulers private | Alexander Valavanis | 2018-12-06 | 5 | -84/+77 |
| |/ | |||||
| * | desktop-widget: make canvas_tbl private | Alexander Valavanis | 2018-12-05 | 2 | -31/+28 |
| | | |||||
| * | desktop-widget: make scrollbars private | Alexander Valavanis | 2018-12-05 | 3 | -55/+27 |
| | | |||||
| * | desktop-widget: C++ify rotation_status | Alexander Valavanis | 2018-12-05 | 2 | -151/+88 |
| | | |||||
| * | desktop-widget: C++ify select_status | Alexander Valavanis | 2018-12-05 | 2 | -15/+14 |
| | | |||||
| * | Fix crash when SVG contains a font-face rule. Introduced by commit ↵ | Tavmjong Bah | 2018-12-05 | 1 | -0/+1 |
| | | | | | db722f5b79ef1517f0b6e9a96968ad257dffc6f9 | ||||
| * | Support compiling with Debian 9. | Tavmjong Bah | 2018-12-05 | 2 | -0/+11 |
| | | |||||
| * | fix coding style | Jabier Arraiza | 2018-12-04 | 5 | -40/+30 |
| | | |||||
| * | Ready to review XRay | Jabier Arraiza | 2018-12-04 | 4 | -57/+59 |
| | | |||||
| * | working on render XRay | Jabier Arraiza | 2018-12-04 | 2 | -15/+95 |
| | | |||||
| * | Added XRay | Jabier Arraiza | 2018-12-04 | 7 | -29/+95 |
| | | |||||
| * | Add a few useful lookup functions. | Tavmjong Bah | 2018-12-04 | 4 | -11/+104 |
| | | |||||
| * | Minor comment/alignment changes. | Tavmjong Bah | 2018-12-03 | 2 | -1/+4 |
| | | |||||
| * | Update View README. | Tavmjong Bah | 2018-12-03 | 1 | -16/+22 |
| | | |||||
| * | Fix failed cast in ColorWheel. | Tavmjong Bah | 2018-12-03 | 1 | -8/+1 |
| | | |||||
| * | Fix rendering tests (Launchpad bug 1805804). | Tavmjong Bah | 2018-12-03 | 1 | -1/+1 |
| | | |||||
