summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-244-5/+5
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-3/+5
| | | | powerstroke path
* Add default extension for native win32 file save dialog.Eduard Braun2017-09-151-0/+1
| | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links.
* Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza2017-09-091-1/+1
|
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-151-3/+5
|
* fix set_set_Marc Jeanmougin2017-08-071-1/+1
|
* objects dialog: Gtk+ < 3.16 compatAlexander Valavanis2017-08-061-0/+4
|
* fixes the exclusion list for localized templatesMarc Jeanmougin2017-07-311-1/+1
|
* layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
|
* filter-effects-dialog: Avoid copy-constructorAlexander Valavanis2017-07-292-15/+15
|
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-262-20/+42
|
* Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6efEduard Braun2017-07-191-11/+1
|
* Merge branch 'shortcuts' (!41)Eduard Braun2017-07-114-24/+10
|\
| * Only update shortcuts tree view once after updating (significantly reduces ↵Eduard Braun2017-07-091-1/+5
| | | | | | | | the time it takes to switch shortcut files or even set a shortcut)
| * Merge branch 'master' into shortcutsEduard Braun2017-07-0954-487/+985
| |\
| * | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&")Eduard Braun2017-06-231-1/+1
| | |
| * | Improve and simplify shortcut handling.Eduard Braun2017-06-234-22/+4
| | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* | | Drop obsolete SizeGroup::set_ignore_hiddenAlexander Valavanis2017-07-101-1/+0
| | |
* | | input devices: Update treeview usageAlexander Valavanis2017-07-101-54/+4
| | |
* | | Update GtkMenu usageAlexander Valavanis2017-07-102-20/+27
| | |
* | | Update popup menu usageAlexander Valavanis2017-07-091-1/+5
| | |
* | | SVGFountDrawingArea: handle draw signalAlexander Valavanis2017-07-092-5/+3
| | |
* | | Get rid of obsolete rules_hint in TreeViewAlexander Valavanis2017-07-091-1/+0
| | |
* | | Update GtkDialog usageAlexander Valavanis2017-07-095-6/+6
| | |
* | | Update Gtk margin handlingAlexander Valavanis2017-07-091-1/+11
| | |
* | | Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-1/+0
| |/ |/|
* | Fix Gtk alignment APIAlexander Valavanis2017-07-0816-44/+56
| |
* | Fix gtk margin APIAlexander Valavanis2017-07-061-0/+17
| |
* | Gtkmm deprecation fixesAlexander Valavanis2017-07-066-40/+33
| |
* | Gtkmm deprecation fixesAlexander Valavanis2017-07-064-26/+35
| |
* | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API ↵Alexander Valavanis2017-07-061-3/+3
| | | | | | | | (theme could allow gradients/imgs)
* | Use std::transform instead of a for loopTobias Ellinghaus2017-07-051-6/+7
| |
* | Clean up color profiles codeTobias Ellinghaus2017-07-052-16/+21
| | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* | Prevent crash when get_primary_monitor() returns nullptr.Tavmjong Bah2017-07-041-1/+4
| |
* | Merge branch 'ccrb/inkscape-save-document-as-template'Martin Owens2017-07-022-0/+142
|\ \
| * | Skip empty template informationChristophe Lebras2017-07-021-4/+0
| | |
| * | Manage template informationsChristophe Lebras2017-07-021-19/+7
| | | | | | | | | | | | | | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user.
| * | Add function to save templateChristophe Lebras2017-07-022-13/+15
| | | | | | | | | | | | | | | Saves template as default. Does not save template informations yet.
| * | Add Save Template DialogChristophe Lebras2017-07-022-0/+156
| | | | | | | | | | | | This add just dialog widget only, don't save template yet.
* | | Fix windows builds with filename in symbols dialogMartin Owens2017-07-021-1/+1
| | |
* | | Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-023-170/+73
|/ /
* | Fix a compiling error on debian testingJabier Arraiza2017-07-011-1/+1
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-06-294-8/+184
|\ \
| * | Filter editor fix for gcc 5Martin Owens2017-06-291-2/+6
| | |
| * | Disable "new" filter editorMarc Jeanmougin2017-06-291-1/+0
| | |
| * | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-2910-63/+72
| |\ \
| * \ \ Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-2921-106/+291
| |\ \ \
| * | | | glade WIPMarc Jeanmougin2017-06-292-34/+41
| | | | |
| * | | | First version (non-working)Marc Jeanmougin2017-06-284-8/+174
| | | | |
* | | | | aboutbox: Gtk3 fixesAlexander Valavanis2017-06-291-0/+27
| |_|/ / |/| | |