summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | | | | | | | | | | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text
* | | 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
| | | | | | | | | | | | | | | | | | 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.
* | | Include clean-up.Tavmjong Bah2018-11-271-1/+3
|/ /
* | EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-251-3/+3
| | | | | | | | GObject conventions
* | 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 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 ↵Jabiertxof2018-11-0912-16/+67
| | | | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* | Clarify licensesMax Gaukler2018-11-08135-210/+340
| | | | | | | | | | | | - 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
* | 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
* | 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
| | | | | | | | | | | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item.
* | 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 ↵Rick Yorgason2018-10-272-0/+8
| | | | | | | | #1711112.
* | 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 ↵Marc Jeanmougin2018-10-182-8/+13
|\ | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape
| * 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
| | | | | | | | Should fix https://bugs.launchpad.net/inkscape/+bug/1795847
* | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-032-13/+31
| | | | | | | | with mouse correctly
* | 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
| | | | | | | | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* | Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-0110-56/+64
| | | | | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* | 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
|\ \
| * | cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+1
| | | | | | | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* | | Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-275-23/+22
|/ /
* | Remove #include "config.h" from header files where possibleEduard Braun2018-09-2417-67/+0
| |
* | fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-232-10/+5
| |
* | Allow ask for SVG dragged import method. Also split ask question from one to ↵Jabier Arraiza2018-09-222-1/+5
| | | | | | | | 2 (Bitmap and SVG)
* | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-221-1/+1
| |
* | flip transform dialog iconsThomas Holder2018-09-201-1/+1
| |
* | fix transform dialog icons with inverted y-axisThomas Holder2018-09-201-3/+10
| |