summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing stylesJabier Arraiza2018-12-265-38/+36
* add "add" button on same placeJabier Arraiza2018-12-262-19/+22
* Add messagess to CSS dialogJabier Arraiza2018-12-262-2/+67
* Add status to attribute widgetJabier Arraiza2018-12-264-27/+66
* Add inkFlowBox widget and apply to XML inspectorJabier Arraiza2018-12-262-16/+10
* Merge branch 'patch-1' of gitlab.com:techtonik/inkscapeMarc Jeanmougin2018-12-201-1/+3
|\
| * Turn off clang-format for about box formattinganatoly techtonik2018-12-011-0/+2
| * aboutbox.cpp: Add 2019 as some 1.0 release date in the futureanatoly techtonik2018-11-271-1/+1
* | Add preference for using SVG2 auto-flowed text in GUI.Tavmjong Bah2018-12-191-0/+4
* | Add some SVG 2 fallbacks:Tavmjong Bah2018-12-074-5/+56
* | fix coding styleJabier Arraiza2018-12-042-3/+3
* | Ready to review XRayJabier Arraiza2018-12-042-0/+6
* | Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-032-6/+4
* | Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-033-4/+6
* | Include clean-up.Tavmjong Bah2018-11-271-1/+3
|/
* EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...Alexander Valavanis2018-11-251-3/+3
* Fix encoding of "title" label in win32 native file dialogEduard Braun2018-11-111-1/+4
* Fix codding styleJabiertxof2018-11-099-12/+11
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0916-18/+18
* 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 i...Jabiertxof2018-11-0912-16/+67
* Clarify licensesMax Gaukler2018-11-08135-210/+340
* Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
* Fix icon loader to allow inverse color in symbolic icons. Also added searchin...Jabier Arraiza2018-11-061-8/+4
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-063-233/+170
* Remove unused widget.Tavmjong Bah2018-11-061-1/+0
* Add a preference to force enable/disable menu iconsEduard Braun2018-11-052-0/+8
* Remove unused header.Tavmjong Bah2018-11-051-1/+0
* Merge branch 'RememberPrinterSettings2' of gitlab.com:Skrapion/inkscapeMarc Jeanmougin2018-11-022-0/+8
|\
| * Remembers printer settings between calls to the print dialogue. Fixes bug #17...Rick Yorgason2018-10-272-0/+8
* | Add some tooltips to svg font editor, two need to be fixes.Martin Owens2018-10-302-14/+17
|/
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-222-2/+0
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-191-1/+1
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-1/+0
* Merge branch 'bugfix-1789838-confirmation-needed-before-overwriting-template'...Marc Jeanmougin2018-10-182-8/+13
|\
| * Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-312-8/+13
* | fix vi modelines: encoding -> fileencodingThomas Holder2018-10-151-3/+1
* | Fix crash in filter dialogMarc Jeanmougin2018-10-071-1/+1
* | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof2018-10-032-13/+31
* | Use SPStyle and SPStyleEnum instead of getStyleProperty.Martin Owens2018-10-031-11/+6
* | Remove #include "config.h" wherever possibleEduard Braun2018-10-0146-155/+16
* | Use _WIN32 instead of WIN32Eduard Braun2018-10-019-22/+22
* | Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-0110-56/+64
* | refactor: simplify loopThomas Holder2018-09-301-9/+3
* | fix Align > Rearrange > clockwise with y-axis downThomas Holder2018-09-301-0/+3
* | Comment out a crash creating signal and remove some commentsMartin Owens2018-09-271-5/+5
* | Make attrdialog use the new iconrenderer sigc++ signalMartin Owens2018-09-272-25/+10
* | Add preference for default global snapping and make it falseMartin Owens2018-09-272-0/+7
* | Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\ \