summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Keep entries compact in Font Variant dialog.Tavmjong Bah2018-01-151-37/+37
|
* Fix tiny default size of preferences dialogEduard Braun2018-01-122-13/+63
| | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/448728 - https://bugs.launchpad.net/inkscape/+bug/1360213 - https://bugs.launchpad.net/inkscape/+bug/1654469
* Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-01-111-1/+2
|\
| * Escape font name when setting preview textGeoff Lankow2017-12-311-1/+2
| |
* | Merge branch 'clonetiler-negative-shift' of gitlab.com:thestr4ng3r/inkscapeMarc Jeanmougin2018-01-101-2/+4
|\ \
| * | Tiled Cloned: Remove check for 1.0 in shift exponent codeFlorian Märkl2018-01-101-8/+4
| | |
| * | Tiled Cloned: Simplify shift exponent codeFlorian Märkl2018-01-101-10/+4
| | |
| * | Tiled Cloned: Apply shift exponent to absolute shiftFlorian Märkl2018-01-101-2/+14
| | |
* | | Convert mesh-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-101-19/+14
| | | | | | | | | | | | | | | | | | Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa).
* | | Add option for label with ComboBox in InkSelectOneAction.Tavmjong Bah2018-01-101-9/+9
|/ /
* | Fix and improve window size/position handling/restorationEduard Braun2018-01-097-98/+192
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix broken window size/position restoration after gtk3 deprecation fixes in fa8a2ee7e2539b145a87ac9af0d9748effa91631 - Use monitor geometry of the monitor Inkscape will be shown on instead of defaulting to the primary monitor which is often wrong - Let gtk+ / window manager handle window size/position sanitization (confirmed working on Windows and Ubuntu 16.04) and remove custom code which was prone to errors and did not always work as desired - Make default window size "Small" work again (was broken in gtk3) and add a new preference "Default" which uses the native window size (i.e. tries to make just enough room for all controls)
| * | Use convenience functions to obtain monitor geometryEduard Braun2018-01-072-47/+9
| | |
| * | Limit geometry from file to width/height of monitorEduard Braun2018-01-071-2/+4
| | |
| * | Make natural window size default and fix small window sizeEduard Braun2018-01-071-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clamp "Small" window size to 600x600 Everything smaller seems pretty unusable but can be discussed. This fixes bug #1659256. - Make sure "Large" window size is at least as large as "Small" to avoid embarassing user reports. - add "Default" as new window size and (surprise) make it the default This will not influence the initial size request at all and should result in the natural window size (unless overriden by the window manager) and should be a suitable default for all cases. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1659256
| * | Add convenience functions to obtain monitor geometryEduard Braun2018-01-073-0/+160
| | |
| * | Make stored geometry and default window size enumsEduard Braun2018-01-072-7/+8
| | |
| * | Simplify code to restore new windows to previous positionEduard Braun2018-01-071-41/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | GTK+ / window managers handle positioning of new windows on the screen just fine, so don't do "our own thing" that is prone to errors. Notably the previous code for gtkmm >=3.22 was broken as it assumed Inkscape to be shown on the primary monitor and mixed coordinates relative to the primary display with absolute screen coordinates
* | | Misc. typosluz.paz2018-01-089-10/+10
| | | | | | | | | Found via `codespell`
* | | onvert eraser and calligraphy tools to use ink-select-one-action.Tavmjong Bah2018-01-082-0/+8
| | |
* | | Merge branch 'master' into fixSlowDefsOperationsWhithSymbolsJabier Arraiza2018-01-071-1/+2
|\ \ \
| * | | Remove a console warning in envelope about ampersand and allow use markup in ↵Jabier Arraiza2018-01-071-1/+2
| |/ / | | | | | | | | | bool widget labels
* / / Fix a problem with symbols when updating defs with current document set. ↵Jabier Arraiza2018-01-071-2/+5
|/ / | | | | | | Also fix a double XML write in path parameter unnecesary
* | Fix typoMarc Jeanmougin2018-01-071-1/+1
| |
* | Improve FileSave dialogMarc Jeanmougin2018-01-074-4/+26
| |
* | Fix for bug 1741625. Visio stencil (.vss) don't load in 0.92+devel ('No ↵Jabier Arraiza2018-01-071-10/+5
| | | | | | | | results found')
* | Do not parse visio files, use filenameJabiertxo Arraiza Cenoz2018-01-051-49/+71
| |
* | Add suport to noty titled symbols sets with filenameJabiertxo Arraiza Cenoz2018-01-051-2/+18
| |
* | Add title to symbols dropdownJabiertxo Arraiza Cenoz2018-01-052-42/+44
| |
* | XML Editor: Re-add reasonable size requests for attribute scrollersEduard Braun2018-01-041-0/+2
| | | | | | | | | | | | | | | | In some environments (specifically Ubuntu 16.04) the minimum height of a Gtk::ScrolledWindow seems to be always zero disrespecting the natural size of any children. (follow-up to f6aa341b9fa89c03411fc62bf4576077cb8e771a)
* | XML Editor: Minimum height for attribute entryEduard Braun2018-01-031-4/+1
| | | | | | | | | | | | | | | | | | More elegant fix for eea412898d16c7217ca752550f12f9239cf6ad7c which also prevents the user from reducing the height of the attribute name/value area to zero (see bug #1723233). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1723233
* | Restore behavior of swatches exapanding to fill available space.Tavmjong Bah2018-01-031-2/+2
|/
* Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-292-0/+2
|\
| * Merge branch 'attrvaluesize' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2017-12-291-0/+1
| |\
| | * Show attribute value widget by defaultGeoff Lankow2017-12-181-0/+1
| | |
| * | Merge branch 'maxfontsize' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2017-12-291-0/+1
| |\ \
| | * | Limit size of font preview to 100ptGeoff Lankow2017-12-181-0/+1
| | |/
* | | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-2711-0/+112
|\| |
| * | Fix Gtkmm widget margin deprecationAlexander Valavanis2017-12-261-0/+20
| | |
| * | GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-269-0/+70
| | |
| * | :Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-12-262-438/+428
| |\ \
| * | | UXManager: Gtkmm deprecation fixAlexander Valavanis2017-12-261-0/+22
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-262-438/+428
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscapeSylvain Chiron2017-12-262-1223/+102
| |\| |
| * | | Format connector codeSylvain Chiron2017-12-262-438/+428
| | | | | | | | | | | | | | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* | | | Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-263-4/+8
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-2532-1510/+719
|\ \ \ \ | | |/ / | |/| |
| * | | Merge about-box Gtkmm changesAlexander Valavanis2017-12-252-1223/+102
| |\ \ \ | | |/ / | |/| |
| | * | AboutBox: Resolve conflictsAlexander Valavanis2017-08-161-2/+0
| | |\ \
| | | * | AboutBox: Add metadataAlexander Valavanis2017-08-131-13/+10
| | | | |
| | | * | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis2017-08-131-361/+25
| | | | |