summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-261-1/+1
| | |
* | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-2513-1335/+171
|\| |
| * | Merge about-box Gtkmm changesAlexander Valavanis2017-12-252-1223/+102
| |\ \
| | * \ 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-131-361/+25
| | | | |
| | | * | 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-161-361/+25
| | | | |
| | * | | Initial rebase on Gtk::AboutDialogAlexander Valavanis2017-08-162-1009/+217
| | | | |
| * | | | Fix FTBFS with GtkMM < 3.14 (lp:1740024)Alexander Valavanis2017-12-252-4/+4
| | | | |
| * | | | Use a macro for GtkMM version checksAlexander Valavanis2017-12-256-12/+12
| | | | |
| * | | | Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-242-4/+9
| | | | |
| * | | | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah2017-12-194-93/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
| * | | | Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-3/+8
| | |_|/ | |/| |
* | | | Working on powerstroke fixes to pentoolJabier Arraiza2017-12-182-11/+0
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-152-0/+6
|\| | |
| * | | Fix typosJabier Arraiza2017-12-141-1/+1
| | | |
| * | | Add break apart. Thanks MarenJabier Arraiza2017-12-141-1/+1
| | | |
| * | | Fix strings, thanks MarenJabier Arraiza2017-12-141-2/+2
| | | |
| * | | Make optional convert clone to path by a prefs optionJabier Arraiza2017-12-142-0/+6
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-143-3/+2
|\| | |
| * | | Minor header cleanup. Add a few class names.Tavmjong Bah2017-12-133-3/+2
| | | |
* | | | Moving toleranceJabier Arraiza2017-12-082-0/+11
| | | |
* | | | Mege trunk into powerpencilIIJabier Arraiza2017-12-071-1/+1
|\| | |
| * | | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza2017-12-051-1/+1
| | | |
* | | | Update to trunkJabier Arraiza2017-12-041-1/+1
|\| | |
| * | | Misc. typosluzpaz2017-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* | | | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-014-7/+12
|\| | |
| * | | Make bitmap export progress dialog transient for the main windowEduard Braun2017-11-301-0/+1
| | | |
| * | | Don't translate the empty stringEduard Braun2017-11-262-2/+2
| | | |
| * | | Allow to cancel PNG exportEduard Braun2017-11-251-4/+4
| | | | | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1195929
| * | | Fix printing multiple copies of a documentEduard Braun2017-11-201-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously only the first page was printed properly, all following pages were either blank or were not printed at all. This was caused by finishing/destroying the cairo surface of the cairo context associated with the GtkPrintContext used for printing which made it impossible to draw to it for any consecutive page Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1733424 - https://bugs.launchpad.net/inkscape/+bug/490866
* | | | Working on continuous pathsJabier Arraiza2017-11-222-6/+6
| | | |
* | | | Working on coontinuing pathsJabier Arraiza2017-11-192-14/+2
| | | |
* | | | Working on fix smooth drawJabier Arraiza2017-11-192-17/+7
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-11-171-13/+14
|\| | |
| * | | More memleaks fixesJabiertxo Arraiza Cenoz2017-11-171-4/+8
| | | |
| * | | Fix memleaks and double call to title() in a recursive function in Symbols ↵Jabiertxo Arraiza Cenoz2017-11-171-2/+4
| | | | | | | | | | | | | | | | Dialog
| * | | Code simplificationJabiertxo Arraiza Cenoz2017-11-171-17/+3
| | | |
| * | | Fix a bug pointed by suv when the title of a symbol has duplicatesJabier Arraiza2017-11-161-15/+24
| | | |
| * | | Fix last bug pointed by Eduard Brawn in MR 126Jabier Arraiza2017-11-161-13/+13
| | | |
* | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-11-162-78/+55
|\| | |
| * | | Fix title problemsJabiertxo Arraiza Cenoz2017-11-161-13/+19
| | | |
| * | | Working on fixJabier Arraiza2017-11-162-46/+27
| | | |
| * | | Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun2017-11-131-19/+9
| | | |
* | | | Base refactorJabier Arraiza2017-11-122-21/+11
|/ / /
* | | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-1021-308/+845
|\ \ \