summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Back path operations to curvesJabier Arraiza2017-12-301-0/+10
|
* Merge branch 'master' into CloneOriginalLPEFixJabiertxo Arraiza Cenoz2017-12-292-17/+3
|\
| * Revert "Add improvements sugested by Eduard Brawn And Moini"Marc Jeanmougin2017-12-292-17/+3
| | | | | | | | | | This reverts commit 2ebc7ad774aa6fd19c684464e35ce9129f8ae341 (cherry picked from commit 8707b5a3d717bec232c74ea8ceb350ec14965877)
* | Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz2017-12-294-22/+58
|/
* Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-294-3/+19
|\
| * Merge branch 'attrvaluesize' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2017-12-291-0/+1
| |\
| | * Show attribute value widget by defaultGeoff Lankow2017-12-181-0/+1
| | |
| * | Merge branch 'maxfontsize' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2017-12-291-0/+1
| |\ \
| | * | Limit size of font preview to 100ptGeoff Lankow2017-12-181-0/+1
| | |/
| * | Add improvements sugested by Eduard Brawn And MoiniJabiertxo Arraiza Cenoz2017-12-282-3/+17
| | |
* | | Allow erase knots in powerstrokeJabiertxo Arraiza Cenoz2017-12-272-16/+17
| | |
* | | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-2720-7/+205
|\| |
| * | Stop using deprecated gtk_adjustment_value_changedAlexander Valavanis2017-12-266-0/+42
| | |
| * | Fix Gtkmm widget margin deprecationAlexander Valavanis2017-12-262-4/+32
| | |
| * | GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-2610-1/+75
| | |
| * | Inkview: GtkMM deprecation fixesAlexander Valavanis2017-12-261-2/+34
| | |
| * | :Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-12-265-618/+545
| |\ \
| * | | UXManager: Gtkmm deprecation fixAlexander Valavanis2017-12-261-0/+22
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-266-618/+558
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscapeSylvain Chiron2017-12-264-1223/+119
| |\| |
| | * | LPE message Gtkmm deprecation fixesAlexander Valavanis2017-12-261-0/+13
| | | |
| * | | Format connector codeSylvain Chiron2017-12-265-618/+545
| | | | | | | | | | | | | | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* | | | Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-264-25/+35
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-2561-2645/+869
|\ \ \ \ | | |/ / | |/| |
| * | | Merge about-box Gtkmm changesAlexander Valavanis2017-12-253-1223/+106
| |\ \ \ | | |/ / | |/| |
| | * | AboutBox: Resolve conflictsAlexander Valavanis2017-08-161-2/+0
| | |\ \
| | | * | AboutBox: Add metadataAlexander Valavanis2017-08-131-13/+10
| | | | |
| | | * | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis2017-08-132-361/+29
| | | | |
| | | * | Initial rebase on Gtk::AboutDialogAlexander Valavanis2017-08-132-1009/+217
| | | | |
| | * | | AboutBox: Add placeholder Copyright string. Need to confirm contentsAlexander Valavanis2017-08-161-8/+9
| | | | |
| | * | | AboutBox: Tweak class structureAlexander Valavanis2017-08-162-33/+44
| | | | |
| | * | | AboutBox: Add metadataAlexander Valavanis2017-08-161-13/+10
| | | | |
| | * | | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis2017-08-162-361/+29
| | | | |
| | * | | Initial rebase on Gtk::AboutDialogAlexander Valavanis2017-08-162-1009/+217
| | | | |
| * | | | Fix FTBFS with GtkMM < 3.14 (lp:1740024)Alexander Valavanis2017-12-252-4/+4
| | | | |
| * | | | sp-marshal: fix deprecationAlexander Valavanis2017-12-251-1/+1
| | | | |
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-12-253-55/+63
| |\ \ \ \
| | * | | | Convert spray tool to use ink-select-one-action.Tavmjong Bah2017-12-241-48/+45
| | | | | |
| | * | | | Bug fixes for radio action mode.Tavmjong Bah2017-12-242-7/+18
| | | | | |
| * | | | | Use a macro for GtkMM version checksAlexander Valavanis2017-12-2511-23/+23
| |/ / / /
| * | | | Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-248-25/+29
| | | | |
| * | | | Show appropriate warning if non-existent export ID is specifiedEduard Braun2017-12-225-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497
| * | | | Allow extensions to throw more fine-grained exceptionsEduard Braun2017-12-222-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to tell the user something more helpful than "File could not be saved" (leaving the reason open for speculation). The former implementation somehow grew to only ever throw Inkscape::Extension::Output::save_failed for any exception that occurred (which did not really matter as we did not throw anything else but certainly wasn't very useful either). Questionable throwing behavior was introduced in commits trying to workaround other issues: - output.cpp a874b82b41c08fc1738b449d400fcc6aeb85d72a - system.cpp d8d60c60ebeeefb068d9b68bf7d96f1f1f88518a
| * | | | Minor cleanup (remove some unimplemented methods)Eduard Braun2017-12-201-5/+0
| | | | |
| * | | | Make script warnings transient for "Working..." dialogEduard Braun2017-12-207-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable.
| * | | | Effects: make "Working..." dialog transient for preferences dialogEduard Braun2017-12-203-2/+18
| | | | |
| * | | | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-192-45/+77
| | | | | | | | | | | | | | | | | | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
| * | | | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah2017-12-198-173/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
| * | | | Banish sliders from toolbars.Tavmjong Bah2017-12-181-1/+1
| | | | |
| * | | | Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-1815-1126/+408
| | | | |