summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent screen jump when 'inline-size' value is too small to display text.Tavmjong Bah2018-12-201-2/+14
|
* Separate knots for 'shape-inside' and 'inline-size'.Tavmjong Bah2018-12-191-101/+130
|
* Add preference for using SVG2 auto-flowed text in GUI.Tavmjong Bah2018-12-191-0/+4
|
* Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah2018-12-193-59/+60
|
* Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah2018-12-182-478/+489
| | | | Move #ifdef stuff to Preferences::_loadDefaults()
* Change parsing an integer from 'atoi' to 'strtol' to allow parsing ↵Tavmjong Bah2018-12-181-1/+1
| | | | hexidecimal values.
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-184-12/+333
| | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot)
* remove "Perspective path" LPEThomas Holder2018-12-165-397/+0
| | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true
* Inkscape::URI::Impl -> shared_ptrThomas Holder2018-12-162-75/+8
|
* add some Inkscape::URI testsThomas Holder2018-12-161-0/+2
| | | | | | - default constructor - empty string constructor - exception tests
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-1520-233/+159
| | | | fill-betreen-* LPEs
* Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-144-93/+364
|
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-147-43/+32
|
* extract_uri: fix, test, documentThomas Holder2018-12-136-44/+63
|
* remove most of Inkscape::URI::ImplThomas Holder2018-12-132-57/+37
|
* Misc. source comment typo fixesluz.paz2018-12-131-3/+3
| | | Found via `codespell`
* remove obsolete URI cxxtestsThomas Holder2018-12-132-136/+0
|
* remove Inkscape::URI::fromUtf8Thomas Holder2018-12-132-38/+0
|
* Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah2018-12-123-6/+20
|
* Reduce code redundancy.Tavmjong Bah2018-12-122-62/+35
|
* Reduce code redundancy.Tavmjong Bah2018-12-112-100/+53
|
* Turn #defines into enum.Tavmjong Bah2018-12-112-25/+30
|
* Minor tweaks.Tavmjong Bah2018-12-103-13/+16
|
* remove Inkscape::URI::getFullPathThomas Holder2018-12-094-64/+28
|
* Fix license in new filesMarc Jeanmougin2018-12-092-1/+2
|
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-0911-110/+189
| | | | usage when graphic server is not available
* fix, test, and document more Inkscape::URI methodsThomas Holder2018-12-092-20/+69
|
* fix poppler 0.72.0 buildThomas Holder2018-12-092-1/+4
|
* Fix toggle rullers in split view and improve speed and rendering to xrayJabier Arraiza2018-12-094-40/+41
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2018-12-078-10/+1441
|\
| * Add some SVG 2 fallbacks:Tavmjong Bah2018-12-078-10/+1441
| | | | | | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text
* | desktop-widget: Make canvas privateAlexander Valavanis2018-12-066-311/+322
| |
* | desktop-widget: Make ruler origin privateAlexander Valavanis2018-12-062-16/+14
| |
* | desktop-widget: C++ify rulersAlexander Valavanis2018-12-062-33/+32
| |
* | desktop-widget: make rulers privateAlexander Valavanis2018-12-065-84/+77
|/
* desktop-widget: make canvas_tbl privateAlexander Valavanis2018-12-052-31/+28
|
* desktop-widget: make scrollbars privateAlexander Valavanis2018-12-053-55/+27
|
* desktop-widget: C++ify rotation_statusAlexander Valavanis2018-12-052-151/+88
|
* desktop-widget: C++ify select_statusAlexander Valavanis2018-12-052-15/+14
|
* Fix crash when SVG contains a font-face rule. Introduced by commit ↵Tavmjong Bah2018-12-051-0/+1
| | | | db722f5b79ef1517f0b6e9a96968ad257dffc6f9
* Support compiling with Debian 9.Tavmjong Bah2018-12-052-0/+11
|
* fix coding styleJabier Arraiza2018-12-045-40/+30
|
* Ready to review XRayJabier Arraiza2018-12-044-57/+59
|
* working on render XRayJabier Arraiza2018-12-042-15/+95
|
* Added XRayJabier Arraiza2018-12-047-29/+95
|
* Add a few useful lookup functions.Tavmjong Bah2018-12-044-11/+104
|
* Minor comment/alignment changes.Tavmjong Bah2018-12-032-1/+4
|
* Update View README.Tavmjong Bah2018-12-031-16/+22
|
* Fix failed cast in ColorWheel.Tavmjong Bah2018-12-031-8/+1
|
* Fix rendering tests (Launchpad bug 1805804).Tavmjong Bah2018-12-031-1/+1
|