summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Remmove unneded conditional from rotate copies and mirror symmetryJabiertxof2017-02-162-2/+2
| * | | | | | | | | | | | | | Fix crashes when element is not shape in rotate copies and mirror symmetry. r...Jabiertxof2017-02-162-5/+2
| * | | | | | | | | | | | | | [Bug #1426613] moving a selection of frame and text-flowed-into-frame displac...Nicolas Dufour2017-02-161-1/+1
| * | | | | | | | | | | | | | Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11...Tavmjong Bah2017-02-151-2/+2
| * | | | | | | | | | | | | | Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-144-919/+791
| * | | | | | | | | | | | | | Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun2017-02-133-5/+12
| * | | | | | | | | | | | | | Extensions: Fix potential security issue with "description" parameters.Eduard Braun2017-02-131-5/+5
| * | | | | | | | | | | | | | AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
| * | | | | | | | | | | | | | Extensions: Do not require name for pure UI elements (i.e. parameters that do...Eduard Braun2017-02-131-2/+9
| * | | | | | | | | | | | | | Extensions: Fix for old versions of gtkmmEduard Braun2017-02-131-1/+2
| * | | | | | | | | | | | | | Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun2017-02-1310-12/+31
| * | | | | | | | | | | | | | Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...Eduard Braun2017-02-132-2/+2
| * | | | | | | | | | | | | | Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun2017-02-124-11/+23
| * | | | | | | | | | | | | | Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun2017-02-1222-183/+276
| * | | | | | | | | | | | | | Fix and improve window sizing and positioning behavior when opening new docum...Eduard Braun2017-02-111-26/+38
| * | | | | | | | | | | | | | Fix a critical warning on convert to paths https://bugs.launchpad.net/inkscap...Jabiertxof2017-02-111-1/+1
| * | | | | | | | | | | | | | Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-114-8/+19
| * | | | | | | | | | | | | | Fix bug #1662812 Converting Stroke to Path messes document's structureJabiertxof2017-02-101-22/+40
| * | | | | | | | | | | | | | temporarily sets decimal separator locale to C to fix files correctly (Users ...Marc Jeanmougin2017-02-101-0/+3
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Do not delete presentation attributes. Styling source is now trackedTavmjong Bah2017-02-101-1/+4
| * | | | | | | | | | | | | | [Bug #1662439] Instant crash when trying to move svg symbol.Nicolas Dufour2017-02-091-1/+3
| * | | | | | | | | | | | | | Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-083-24/+64