summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove piglatin ocurrencesJabiertxof2018-09-191-2/+2
| |
* | Add gettext strings, fix undo and allow keypresses to add and delete attributesMartin Owens2018-09-172-14/+73
| |
* | Misc. typo and whitespace fixesluz.paz2018-09-161-9/+9
| | | | | | Follow-up to #289
* | Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-146-49/+389
| |
* | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-1/+1
|\ \
| * | Misc. typosluz.paz2018-09-111-1/+1
| | | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* | | Allow symbols dialog on dark themeJabiertxof2018-09-131-0/+1
| | |
* | | Add per embed/linked SVG a DPI valueJabiertxof2018-09-133-6/+76
| | |
* | | make /options/yaxisdown true the defaultThomas Holder2018-09-121-1/+1
| | |
* | | Add detachable, although no evidence it worksMartin Owens2018-09-121-0/+3
| | |
* | | New option to invert y-axisThomas Holder2018-09-123-2/+22
|/ / | | | | | | | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* | Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-112-244/+50
| |
* | Remove the custom handling of column editability, that is not how to do it.Martin Owens2018-09-111-46/+1
|/
* Enable autosaves by default, puts them in user cache dirMarc Jeanmougin2018-08-211-3/+3
|
* fix a typoJabier Arraiza2018-08-141-1/+1
|
* fix for bug 1786605Jabier Arraiza2018-08-121-1/+1
|
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-101-1/+1
|
* Fixes pointed by TavJabier Arraiza2018-08-051-2/+2
|
* coding style fixesJabier Arraiza2018-08-051-5/+4
|