summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-191-1/+1
|
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-182-11/+271
| | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot)
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2018-12-074-5/+56
|\
| * Add some SVG 2 fallbacks:Tavmjong Bah2018-12-074-5/+56
| | | | | | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text
* | desktop-widget: Make canvas privateAlexander Valavanis2018-12-061-2/+2
|/
* fix coding styleJabier Arraiza2018-12-043-13/+8
|
* Ready to review XRayJabier Arraiza2018-12-042-0/+6
|
* Added XRayJabier Arraiza2018-12-041-1/+5
|
* Update View README.Tavmjong Bah2018-12-031-16/+22
|
* Fix failed cast in ColorWheel.Tavmjong Bah2018-12-031-8/+1
|
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-037-376/+232
| | | | Another step in making View not dependent on GUI.
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-0320-32/+25
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-037-9/+13
| | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
* Fix coding styleJabier Arraiza2018-12-011-4/+2
|
* Fix mergingJabier Arraiza2018-12-011-1/+1
|
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-1/+1
|
* Initial commit of split canvasJabiertxof2018-12-011-0/+3
|
* Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-301-1/+1
|
* Start of making View independent of GUI.Tavmjong Bah2018-11-291-28/+29
|
* Update/correct README.Tavmjong Bah2018-11-281-7/+12
|
* desktop-widget: Move function to correct headerAlexander Valavanis2018-11-271-5/+1
|
* Include clean-up.Tavmjong Bah2018-11-271-1/+3
|
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-32/+6
| | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-251-3/+3
| | | | GObject conventions
* -Werror=format-security: g_warning(_("..."))Thomas Holder2018-11-211-1/+1
|
* Fix stream class locationsAlexander Valavanis2018-11-181-1/+0
|
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-165-51/+786
|
* Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-151-3/+0
|
* Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-141-1/+9
|
* Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens2018-11-121-1/+1
|
* Fix encoding of "title" label in win32 native file dialogEduard Braun2018-11-111-1/+4
| | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726
* Fix a bug icons dont show if no dialog openJabiertxof2018-11-101-8/+5
|
* fix compiling on macOSThomas Holder2018-11-101-2/+2
|
* Chage std::cout to g_warningJabier Arraiza2018-11-101-2/+2
|
* Fix codding styleJabiertxof2018-11-0922-33/+30
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0934-34/+211
|
* Fix compiling bugJabiertxof2018-11-091-1/+0
|
* Fixing symbols icon sizeJabiertxof2018-11-092-1/+6
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-0914-21/+72
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Add README to src/ui/viewTavmjong Bah2018-11-091-0/+41
|
* Clarify licensesMax Gaukler2018-11-08417-588/+1071
| | | | | | - 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
* fix clipboard URL rebasingThomas Holder2018-11-071-1/+6
|
* Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
|
* Fix icon loader to allow inverse color in symbolic icons. Also added ↵Jabier Arraiza2018-11-061-8/+4
| | | | searching.svg for loading symbols
* Remove delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
|
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-0611-253/+652
|
* Remove unused widget.Tavmjong Bah2018-11-064-568/+1
|
* fix memory leak in ClipboardManagerImplThomas Holder2018-11-061-1/+3
|