summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-026-63/+132
* 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
* Makes selection complexity linear in the number of selected objects instead o...Marc Jeanmougin2017-02-282-5/+9
* merge minor refactoringShlomi Fish2017-02-2812-274/+230
|\
| * Merged.Shlomi Fish2017-02-2374-1339/+1952
| |\
| * \ Merged.Shlomi Fish2017-02-06140-1211/+5552
| |\ \
| * \ \ Merged.Shlomi Fish2017-01-2813-11/+33
| |\ \ \
| * \ \ \ Merged.Shlomi Fish2017-01-108-14/+78
| |\ \ \ \
| * \ \ \ \ Merged.Shlomi Fish2017-01-0613-32/+60
| |\ \ \ \ \
| * | | | | | Remove an old comment which I don't understand.Shlomi Fish2017-01-061-1/+0
| * | | | | | Remove some code that doesn't do anything.Shlomi Fish2017-01-041-22/+0
| * | | | | | Remove an unused local .cpp enum.Shlomi Fish2017-01-041-12/+0
| * | | | | | Correct/rephrase a comment. Remove trailing space.Shlomi Fish2017-01-041-2/+4
| * | | | | | Cleanup: remove an unused local enum declaration.Shlomi Fish2017-01-041-8/+0
| * | | | | | Merged.Shlomi Fish2017-01-041-6/+18
| |\ \ \ \ \ \
| * | | | | | | Extract some common code into a routine.Shlomi Fish2017-01-043-18/+40
| * | | | | | | Rename id in comment to make it more according to the code.Shlomi Fish2017-01-041-1/+1
| * | | | | | | Convert source files from latin1 to utf-8.Shlomi Fish2017-01-042-2/+2
| * | | | | | | Merged.Shlomi Fish2017-01-034-5/+24
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged.Shlomi Fish2016-12-313-6/+14
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged.Shlomi Fish2016-12-304-4/+3
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor vanishing-point.cpp .Shlomi Fish2016-12-281-25/+18
| * | | | | | | | | | Pass vanishing-point.cpp thru clang-format.Shlomi Fish2016-12-281-188/+170
* | | | | | | | | | | 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-277-0/+259
* | | | | | | | | | | Fix desktop/document tracking.Tavmjong Bah2017-02-272-76/+133
* | | | | | | | | | | sp-canvas: Migrate to seat_grabAlex Valavanis2017-02-261-5/+12
* | | | | | | | | | | Gtk+ 3 deprecation fixesAlex Valavanis2017-02-263-1/+9
* | | | | | | | | | | Don't block data entry into the text-tool font-size entry widget after an emp...Tavmjong Bah2017-02-241-0/+1
* | | | | | | | | | | Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-244-37/+244
* | | | | | | | | | | [Bug #1464987] --export-latex crashes with a svg file.sian-ht2017-02-241-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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-223-37/+58
* | | | | | | | | | Finish partially completed "cr_selector_parse_from_buf" and make it publicly ...Tavmjong Bah2017-02-223-2/+27
* | | | | | | | | | Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz2017-02-216-22/+100
* | | | | | | | | | This patch fixes the bug #1664632.Jabiertxof2017-02-202-2/+2
* | | | | | | | | | Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-193-11/+113
* | | | | | | | | | [Bug #1664372] preset filter names inconsistent.suv-lp2017-02-182-2/+2
* | | | | | | | | | Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0"Eduard Braun2017-02-181-7/+11
* | | | | | | | | | Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENTJabiertxof2017-02-185-76/+114
* | | | | | | | | | Fix bug on rotate copies with one line vertical inputJabiertxof2017-02-181-3/+6
* | | | | | | | | | Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-182-38/+117
* | | | | | | | | | improve dot dash support in wmf exportmathog2017-02-171-1/+22
* | | | | | | | | | resolve bug 1665421mathog2017-02-171-0/+10