summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Working on simplifyJabier Arraiza2019-06-022-48/+378
| |
| * Including widgetsJabiertxof2019-06-022-47/+70
| |
| * Add CSSDialog simplifyJabier Arraiza2019-06-022-38/+78
| |
| * Allow rects be LPE like other primitivesJabier Arraiza2019-06-013-27/+0
| |
| * Fix align-to of text objectsTobias Ellinghaus2019-05-281-5/+5
| | | | | | | | | | | | | | Inkscape used to align text baselines relative to the wrong object when using "First selected" or "Last selected". Closes !699
| * Allow translations in LPE add dialogJabier Arraiza2019-05-271-1/+1
| |
* | Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-271-0/+10
|\|
| * Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-261-0/+10
| |
* | Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-272-3/+0
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-05-263-9/+6
|\|
| * Fix gradient toolbar comboboxes and reverseNathan Lee2019-05-263-9/+6
| | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-2649-471/+77
|/
* Improvements to Copy Rotate LPEJabiertxof2019-05-231-0/+1
|
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-204-34/+31
|
* More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-203-16/+25
| | | | controls have an odd-integer size (measured in pixels)
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+28
|
* Fix for bug 248:Segmenation fault doing Undo with XML dialog openJabier Arraiza2019-05-141-3/+3
|
* Prevent dialog from becoming super-wide.Tavmjong Bah2019-05-141-8/+10
|
* Regression fix: hide some toolbar icons on startupNathan Lee2019-05-135-71/+56
| | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182
* Allow easy apply last LPE usedJabiertxof2019-05-132-10/+12
|
* Remove support for LCMS 1Karl Cheng2019-05-126-68/+64
| | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
* Add Delete to Objects Dialog context menuNathan Lee2019-05-121-2/+3
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/226
* fix coding styleJabier Arraiza2019-05-092-6/+6
|
* Remove unclear functionJabiertxof2019-05-092-15/+0
|
* Add styling and options to hangle keyboard on LPE dialogJabiertxof2019-05-092-38/+92
|
* Select filter on each LPE add dialog to easy remove or modify. Also improve ↵Jabier Arraiza2019-05-011-0/+4
| | | | LPE to match better LPE aloable effect per type of objext and some strings fixes
* Good redraw of BPaths on trying to close a BSplineJabier Arraiza2019-05-011-14/+12
|
* Set spacing in About DialogNathan Lee2019-04-301-0/+3
| | | | Tentative fix for https://gitlab.com/inkscape/inbox/issues/418
* Make display unit change roll out to toolbarsNathan Lee2019-04-305-6/+9
| | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
* Simplify UI for LPE addJabiertxof2019-04-291-5/+4
|
* Fixing coding styleJabier Arraiza2019-04-271-38/+13
|
* Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza2019-04-271-11/+65
|
* Add out of bound checks to fill bucketNathan Lee2019-04-271-3/+6
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/398
* Fix coding styleJabier Arraiza2019-04-261-1/+1
|
* Allow comma separated (multiple) unhsndled selectorsJabier Arraiza2019-04-261-2/+14
|
* Fix coding styleJabier Arraiza2019-04-261-1/+1
|
* Show items selected by unhandled selectorsJabier Arraiza2019-04-261-10/+11
|
* fix #158 crash on exit w/ layer dialogThomas Holder2019-04-251-0/+1
|
* Change Alpha slider max from 255 to 100Nathan Lee2019-04-253-16/+3
| | | | | | | Also stops normalising alpha values 0..1 to 0..100. No longer necessary (useful when max value was 255). Fixes https://gitlab.com/inkscape/inkscape/issues/165
* Fix bug in previous mergeJabier Arraiza2019-04-201-15/+15
|
* fix compilingJabier Arraiza2019-04-201-2/+2
|
* Fix compiling issueJabier Arraiza2019-04-202-3/+3
|
* Rename files to fit better his functionJabier Arraiza2019-04-208-1764/+1764
|
* Regression fix (update paths when dragging nodes)Nathan Lee2019-04-161-2/+5
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/169
* Restore select toolbar lock buttonNathan Lee2019-04-151-0/+1
| | | | | | | | | Connection to other code (e.g. drag selection, pasting width) restored (dropped in GtkAction migration). Fixes https://gitlab.com/inkscape/inkscape/issues/161 Fixes https://gitlab.com/inkscape/inkscape/issues/173
* Filter effects dialog UI made more consistentNathan Lee2019-04-131-2/+2
|
* Ask user whether to reassign already used shortcutsPatrick Storz2019-04-101-1/+20
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/182
* Style fixMarc Jeanmougin2019-04-092-2/+2
|
* More document.h cleanup.Tavmjong Bah2019-04-065-7/+7
|
* More cleanup of document.h.Tavmjong Bah2019-04-052-2/+2
|