summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unised signals from previous commitJabiertxof2017-05-012-2/+0
* Fix erase lpe in multi LPE modeJabiertxof2017-05-012-27/+16
* avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner2017-04-221-1/+1
* [Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, def...shark0r2017-04-211-0/+1
* Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-152-9/+4
* fix scrolling on style indicator in statusbar for gtk3eman-mod2017-04-151-0/+1
* Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite2017-04-131-0/+36
* Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
* Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
* Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-302-0/+5
* Add forgotten file from last check-in.Tavmjong Bah2017-03-301-0/+132
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-302-50/+32
* White space.Tavmjong Bah2017-03-291-9/+11
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-213-2/+7
* Add verbs for canvas rotation.Tavmjong Bah2017-03-211-7/+7
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-203-482/+409
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-13/+13
* LPE Powerstroke dialog - Use Gtk::GridAlex Valavanis2017-03-123-11/+10
* LPE Fillet/Chamfer dialog - Use Gtk::GridAlex Valavanis2017-03-122-11/+9
* https://bugs.launchpad.net/inkscape/+bug/1496836Alexandru-Daniel Roman2017-03-031-1/+1
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-2/+6
* Add units (px) to size being shown in native Windows file open dialog and fix...Eduard Braun2017-03-021-12/+3
* Fix for native Windows file open dialog only showing the first character of t...Eduard Braun2017-03-011-2/+2
* Fix SVG file preview in Windows native file open dialog.Eduard Braun2017-03-011-103/+32
* Fix encoding issues with title field in native Windows file save dialog.Eduard Braun2017-02-281-6/+6
* merge minor refactoringShlomi Fish2017-02-283-20/+8
|\
| * Merged.Shlomi Fish2017-02-236-921/+1047
| |\
| * \ Merged.Shlomi Fish2017-02-0618-492/+2018
| |\ \
| * \ \ Merged.Shlomi Fish2017-01-282-3/+3
| |\ \ \
| * \ \ \ Merged.Shlomi Fish2017-01-101-1/+1
| |\ \ \ \
| * \ \ \ \ Merged.Shlomi Fish2017-01-062-3/+14
| |\ \ \ \ \
| * | | | | | Correct/rephrase a comment. Remove trailing space.Shlomi Fish2017-01-041-2/+4
| * | | | | | Extract some common code into a routine.Shlomi Fish2017-01-042-18/+4
* | | | | | | Add some comment. Comment out unused signals.Tavmjong Bah2017-02-283-5/+11
* | | | | | | This patch adds the copy-paste formated text functionality to the text tool.Alexandru-Daniel Roman2017-02-283-2/+100
* | | | | | | More consistent naming scheme.Tavmjong Bah2017-02-282-17/+16
* | | | | | | Add a very simple prototype dialog as an example and test of deriving from Pa...Tavmjong Bah2017-02-274-0/+252
* | | | | | | Fix desktop/document tracking.Tavmjong Bah2017-02-272-76/+133
* | | | | | | Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-244-37/+244
| |_|_|_|_|/ |/| | | | |
* | | | | | Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah2017-02-232-20/+66
* | | | | | Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
* | | | | | Allow any valid CSS selector.Tavmjong Bah2017-02-221-36/+7
* | | | | | Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-193-11/+113
* | | | | | Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-182-38/+117
* | | | | | Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-144-919/+791
* | | | | | AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
* | | | | | Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-0/+4
* | | | | | Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
* | | | | | Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) f...Eduard Braun2017-02-101-19/+28
* | | | | | Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-23/+41