summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-082-8/+33
* Fix g_warnings (typo in action name).Tavmjong Bah2017-02-081-1/+1
* [Bug #1658320] Color names have additional numbers.peregrine2017-02-081-2/+2
* fix two memory leaksperegrine2017-02-072-0/+4
* Fix Gdk deprecationsAlex Valavanis2017-02-071-2/+25
* Fix some new Gdk deprecationsAlex Valavanis2017-02-072-11/+32
* Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on succes...Tavmjong Bah2017-02-071-2/+4
* Add new 'Strict' build type for deprecation checkingAlex Valavanis2017-02-071-0/+4
* This commit fixes bug #1657874Jabiertxof2017-02-064-6/+7
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-0612-93/+4
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-056-4/+214
* add missing headerMarc Jeanmougin2017-02-051-0/+2
* fix crash when inserting nodesShlomi Fish2017-02-051-2/+13