summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of uninitialized variableKarl Cheng2019-02-201-0/+1
| | | | | | It seems this was introduced in ce3c5920 through a copy/paste typo (bg_color_active -> bg_color). The whole line was then mistakenly removed in 0ee0c59c as it appeared to be redundant.
* Remove unneded code from previous commitJabiertxof2019-02-201-22/+1
|
* Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof2019-02-203-8/+24
|
* Prevent crashes in node toolJabiertxof2019-02-201-2/+3
|
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-2031-168/+168
| | | | Makes searching through code for them easier.
* Fix typo in svg-preview.h and update POTFILES.inPatrick Storz2019-02-201-1/+1
|
* Fix incorrect string literal comparisonsKarl Cheng2019-02-193-4/+4
|
* Fix window positioning in Linux odf LPEDialogJabier Arraiza2019-02-191-0/+1
|
* Fixing windows glitchesJabiertxof2019-02-192-11/+5
|
* Fix header.Tavmjong Bah2019-02-191-1/+1
|
* Put SVGPreview into it's own file.Tavmjong Bah2019-02-195-480/+594
|
* Fixes LPE Dialog search focus and window sice improvements pointed by PatrickJabiertxof2019-02-192-7/+6
|
* Fix code to avoid error message "descr without font family".Tavmjong Bah2019-02-191-4/+24
|
* Fix bugs pointed by PatrickJabier Arraiza2019-02-181-8/+27
|
* Remove a cout debug stringJabier Arraiza2019-02-181-1/+0
|
* Update issues on CIJabiertxof2019-02-188-141/+158
|
* Fix compiling issuesJabiertxof2019-02-182-4/+4
|
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-186-36/+47
|
* Add missing icons and add double languajeJabier Arraiza2019-02-183-73/+146
|
* Add switch icon to fix broken imageJabiertxof2019-02-182-7/+7
|
* Add apply functionsJabiertxof2019-02-182-33/+35
|
* Add apply functionJabiertxof2019-02-184-11/+87
|
* Improving window positionJabiertxof2019-02-183-2/+31
|
* Add descriptionsJabiertxof2019-02-182-117/+51
|
* Adding strings to favoritesJabiertxof2019-02-181-9/+42
|
* Adding Ramon Miranda sugestionsJabiertxof2019-02-182-9/+37
|
* Some styling tweaksJabier Arraiza2019-02-181-4/+12
|
* Working with event boxesJabier Arraiza2019-02-182-84/+120
|
* add sorting and favoritesJabier Arraiza2019-02-184-17/+236
|
* Add info popupJabier Arraiza2019-02-182-41/+50
|
* improving enum positionJabier Arraiza2019-02-182-731/+726
|
* adding symbolsJabier Arraiza2019-02-185-117/+15
|
* Add CSS function to check we are in dark themeJabier Arraiza2019-02-181-0/+6
|
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-188-104/+1127
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-185-103/+119
|
* Fix #91 "guides around the page" with y-axis downThomas Holder2019-02-181-6/+7
|
* Merge branch 'nathanal/inkscape-golden-ratio-patch'Patrick Storz2019-02-172-3/+26
|\
| * Golden ratio in status bar textNathan Lee2019-02-162-2/+2
| | | | | | | | Circle and Square can be constrained to a golden ratio. Adds this to the status bar (which noted 1:1 and integer-ratio previously)
| * [Fix 1778449] Correct Ellipse status bar text for golden ratioNathan Lee2019-02-161-1/+24
| | | | | | | | | | | | Uses code for rectangle constrained at golden ratio from rect-tool.cpp Fixes https://bugs.launchpad.net/inkscape/+bug/1778449
* | Update sp_action_get_title to remove Unicode Character "…"Patrick Storz2019-02-171-2/+6
|\ \
| * | Fix bounds check in sp_action_get_title!Tim Rawlinson2019-02-111-1/+1
| | |
| * | Update sp_action_get_title to remove Unicode Character "…" (U+2026)Tim Rawlinson2019-02-101-2/+6
| | |
* | | Remove unneeded comments.Tavmjong Bah2019-02-171-10/+0
| | |
* | | Add document_open and document_close functions and use them in batch mode.Tavmjong Bah2019-02-173-25/+154
| | |
* | | Move logic to build localized filenames into io/ressource.cppPatrick Storz2019-02-174-29/+32
| | | | | | | | | | | | | | | Now all that's needed to prefer a localized version of the file (if available) is a Boolean.
* | | Tutorials: Improve logic for loading localized versionsPatrick Storz2019-02-163-36/+25
| | | | | | | | | | | | | | | | | | | | | | | | There's no need to translate every filename, just translate the language code. Also use Inkscape::IO::Resource::get_filename to ensure we fall-back to Englishstutorials should the localized versions not be available.
* | | Show helpful message if tutorials are not installedMax Gaukler2019-02-161-1/+10
| | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021 (for 1.0-alpha)
* | | Revert to "default.$lang.svg" as name for default templatesPatrick Storz2019-02-161-3/+1
| | | | | | | | | | | | | | | | | | It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit.
* | | Fix preview for large fileNathan Lee2019-02-161-2/+1
| |/ |/|
* | Code simplification using InkscapeApplication singleton.Tavmjong Bah2019-02-152-13/+7
| |