summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug on undo, backpoer from masterJabier Arraiza2019-06-021-4/+4
|
* First full workingJabier Arraiza2019-06-022-19/+107
|
* Working on add rowJabier Arraiza2019-06-021-3/+17
|
* add writing methodJabier Arraiza2019-06-021-3/+3
|
* add storingJabier Arraiza2019-06-022-41/+176
|
* simplification of codeJabier Arraiza2019-06-022-53/+11
|
* starting refactorJabier Arraiza2019-06-022-85/+9
|
* Removing unwanted selectorJabier Arraiza2019-06-021-9/+6
|
* Styling fixes and remove a crashJabier Arraiza2019-06-023-18/+20
|
* fix attributes and add ui fileJabier Arraiza2019-06-021-1/+58
|
* Add visualization of style dialogJabier Arraiza2019-06-024-93/+373
|
* working on new UIJabier Arraiza2019-06-022-91/+96
|
* fix mergeJabier Arraiza2019-06-021-11/+39
|
* add unhandled multiselectorJabier Arraiza2019-06-021-2/+15
|
* Merge from masterJabier Arraiza2019-06-021-1/+1
|
* Working on selectors and unhandled onesJabier Arraiza2019-06-024-356/+1912
|
* Backup fro full refactorJabier Arraiza2019-06-023-1606/+39
|
* Fix mergeJabier Arraiza2019-06-021-0/+22
|
* Back dialog managerJabier Arraiza2019-06-021-3/+3
|
* Fix mergeJabier Arraiza2019-06-021-4/+4
|
* Updating fixes on compilingJabier Arraiza2019-06-023-22/+246
|
* reorder dialogsJabier Arraiza2019-06-026-555/+144
|
* minor fixesJabier Arraiza2019-06-021-3/+2
|
* Adding a TreeModelFilterJabier Arraiza2019-06-022-30/+99
|
* Working on simplifyJabier Arraiza2019-06-022-48/+378
|
* Including widgetsJabiertxof2019-06-022-47/+70
|
* Add CSSDialog simplifyJabier Arraiza2019-06-022-38/+78
|
* Cache bounding box of shapesoctycs2019-06-012-0/+20
|
* Allow rects be LPE like other primitivesJabier Arraiza2019-06-015-36/+41
|
* fix #140 scaled text flow into frameThomas Holder2019-05-311-2/+3
|
* fix global-buffer-overflow (AddressSanitizer)Thomas Holder2019-05-301-2/+2
|
* macOS: gtk-mac-integrationThomas Holder2019-05-293-0/+49
|
* Rename effect attribute to "implements-custom-gui"Sergei Izmailov2019-05-291-1/+1
| | | | Effect with `implements-custom-gui="true"` MUST implement custom GUI
* Fix indentationSergei Izmailov2019-05-291-3/+3
|
* Rename "suppress-working-dialog" effect attribute to "application"Sergei Izmailov2019-05-291-1/+1
|
* feature: Allow effect extensions to disable working dialogSergei Izmailov2019-05-291-1/+4
| | | | | | | | Effect extensions with custom GUI don't need 'effect is working' dialog window which distracts from effect main window. New "suppress-working-dialog" optional attribute added to effect node of `.inx` file.
* Fix formattingSergei Izmailov2019-05-281-9/+11
|
* Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov2019-05-282-3/+18
| | | | | | | | | | | | pdf-page value sanitization should be done after total number of pages is available, so it's can't be done in inkscape.h On negative or greater-than-number-of-pages values 1) the error message is printed to stderr 2) first page gets import pdf-page==0 sanitized elsewhere, so no error message is printed in this case
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2019-05-282-2/+4
|\
| * Prevent settng PDF page to less than 1. Fixes #265.Tavmjong Bah2019-05-281-1/+3
| |
| * Set default PDF page to 1 (PDF's don't have page 0).Tavmjong Bah2019-05-281-1/+1
| |
* | Update pofilesMarc Jeanmougin2019-05-281-2/+1
|/
* 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
|
* Merge branch 'xgettextMigration'Marc Jeanmougin2019-05-271-1/+1
|\
| * Improve xgettext processMarc Jeanmougin2019-05-271-1/+1
| |
* | Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons.Tavmjong Bah2019-05-271-5/+11
| |
* | Fix a issue compiling with a obsolete value I forget remove in prev comitJabier Arraiza2019-05-271-2/+1
| |
* | Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-265-19/+86
| |
* | Add check for empty text on pathNathan Lee2019-05-261-1/+2
| | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/261