summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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-225-51/+71
| | | |
* | | | Smoothing start and endJabiertxo Arraiza Cenoz2017-11-203-39/+70
| | | |
* | | | Working on coontinuing pathsJabier Arraiza2017-11-195-186/+158
| | | |
* | | | Working on fix smooth drawJabier Arraiza2017-11-195-125/+130
| | | |
* | | | 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-167-102/+131
|\| | |
| * | | Add labelJabiertxo Arraiza Cenoz2017-11-161-1/+1
| | | |
| * | | Merge branch 'master' into DocPropsMarginImprovementsJabiertxo Arraiza Cenoz2017-11-162-59/+46
| |\ \ \
| | * | | Fix title problemsJabiertxo Arraiza Cenoz2017-11-161-13/+19
| | | | |
| | * | | Working on fixJabier Arraiza2017-11-162-46/+27
| | | | |
| * | | | Add tooggle icon button intead checkboxJabiertxo Arraiza Cenoz2017-11-162-13/+25
| |/ / /
| * | | Fix unincilizated value that not work in release mode. also remove duplicate ↵Jabiertxo Arraiza Cenoz2017-11-152-4/+3
| | | | | | | | | | | | | | | | variable
| * | | Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz2017-11-152-3/+29
| | | |
| * | | Catch Gtk::IconThemeErrorTavmjong Bah2017-11-152-3/+15
| | | |
| * | | Don't set a default 'font-size' when copying text if one is not set.Tavmjong Bah2017-11-141-2/+5
| | | | | | | | | | | | | | | | Fixes bug reported by crogers when pasting into flowed text.
| * | | Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun2017-11-131-19/+9
| | | |
* | | | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-2/+4
| | | |
* | | | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-28/+47
| | | |
* | | | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-11-131-1/+1
|\| | |
| * | | Refactor SPDesktop::setEventContext to allow for unsetting the current toolStefano Facchini2017-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit.
* | | | Working refactorJabiertxo Arraiza Cenoz2017-11-133-101/+105
| | | |
* | | | Added speed improbementsJabier Arraiza2017-11-123-49/+67
| | | |
* | | | Base refactorJabier Arraiza2017-11-125-145/+192
|/ / /
* | | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-1034-342/+919
|\ \ \
| * | | Removing regectsJabiertxo Arraiza Cenoz2017-11-104-1939/+0
| | | |
| * | | Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-106-16/+1994
| | | |
| * | | Add eduard improvementsJabiertxo Arraiza Cenoz2017-11-101-4/+4
| | | |
| * | | Start working on Eduard improvementsJabier Arraiza2017-11-101-18/+24
| | | |
| * | | Now symbols are sortedJabier Arraiza2017-11-082-16/+23
| | | |
| * | | Refactor and order of document listJabier Arraiza2017-11-082-189/+179
| | | |
| * | | Fixes CPU problemsJabier Arraiza2017-11-081-0/+5
| | | |
| * | | Reducing the risk of ocureences of 100% CPU bugJabier Arraiza2017-11-081-6/+7
| | | |
| * | | Working on CPU issuesJabier Arraiza2017-11-072-35/+34
| | | |
| * | | Merge branch 'master' into fixSymbolsCpuProblemsJabier Arraiza2017-11-0726-37/+37
| |\ \ \
| | * \ \ Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-0726-37/+37
| | |\ \ \
| | | * | | Misc. typosUnknown2017-11-0726-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
| * | | | | Fixes to CPUJabier Arraiza2017-11-072-4/+11
| |/ / / /
| * | | | Fixes to Filter DialogJabiertxo Arraiza Cenoz2017-11-061-13/+14
| | | | |
| * | | | added braces as specified in the coding standardSimon Wells2017-11-041-3/+5
| | | | |
| * | | | Make color selector visible hover white backgrounds if the selected color is ↵Jabier Arraiza2017-11-041-1/+0
| | | | | | | | | | | | | | | | | | | | opaque white
| * | | | Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah2017-11-041-2/+3
| | | | | | | | | | | | | | | | | | | | Increase default and maximum values of tile multiplier.