summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluzpaz2017-12-043-6/+6
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Optionaly measure only selected elementsJabier Arraiza2017-12-021-1/+13
|
* Clear meassure when dragging knotsJabier Arraiza2017-12-021-0/+6
|
* 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
* 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
|
* 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
|
* 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.
* 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.
| * | Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-032-6/+31
| | |
| * | Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-032-6/+4
| |/
| * Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-292-62/+52
| | | | | | | | the inputs
| * Add overlay widgetsJabier Arraiza2017-10-292-42/+167
| |
| * Bug fixes previous to overlay implementationJabier Arraiza2017-10-282-95/+100
| |
| * Remove CMake blank lineJabier Arraiza2017-10-281-3/+4
| |
| * Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-271-0/+2
| |\
| * | Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-272-74/+103
| | |
| * | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-241-1/+3
| |\ \