| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix use of uninitialized variable | Karl Cheng | 2019-02-20 | 1 | -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 commit | Jabiertxof | 2019-02-20 | 1 | -22/+1 |
| | | |||||
| * | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group | Jabiertxof | 2019-02-20 | 3 | -8/+24 |
| | | |||||
| * | Prevent crashes in node tool | Jabiertxof | 2019-02-20 | 1 | -2/+3 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 31 | -168/+168 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Fix typo in svg-preview.h and update POTFILES.in | Patrick Storz | 2019-02-20 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect string literal comparisons | Karl Cheng | 2019-02-19 | 3 | -4/+4 |
| | | |||||
| * | Fix window positioning in Linux odf LPEDialog | Jabier Arraiza | 2019-02-19 | 1 | -0/+1 |
| | | |||||
| * | Fixing windows glitches | Jabiertxof | 2019-02-19 | 2 | -11/+5 |
| | | |||||
| * | Fix header. | Tavmjong Bah | 2019-02-19 | 1 | -1/+1 |
| | | |||||
| * | Put SVGPreview into it's own file. | Tavmjong Bah | 2019-02-19 | 5 | -480/+594 |
| | | |||||
| * | Fixes LPE Dialog search focus and window sice improvements pointed by Patrick | Jabiertxof | 2019-02-19 | 2 | -7/+6 |
| | | |||||
| * | Fix code to avoid error message "descr without font family". | Tavmjong Bah | 2019-02-19 | 1 | -4/+24 |
| | | |||||
| * | Fix bugs pointed by Patrick | Jabier Arraiza | 2019-02-18 | 1 | -8/+27 |
| | | |||||
| * | Remove a cout debug string | Jabier Arraiza | 2019-02-18 | 1 | -1/+0 |
| | | |||||
| * | Update issues on CI | Jabiertxof | 2019-02-18 | 8 | -141/+158 |
| | | |||||
| * | Fix compiling issues | Jabiertxof | 2019-02-18 | 2 | -4/+4 |
| | | |||||
| * | Add descriptions and fixes to show disabled and rename dash to dashed stoke LPE | Jabiertxof | 2019-02-18 | 6 | -36/+47 |
| | | |||||
| * | Add missing icons and add double languaje | Jabier Arraiza | 2019-02-18 | 3 | -73/+146 |
| | | |||||
| * | Add switch icon to fix broken image | Jabiertxof | 2019-02-18 | 2 | -7/+7 |
| | | |||||
| * | Add apply functions | Jabiertxof | 2019-02-18 | 2 | -33/+35 |
| | | |||||
| * | Add apply function | Jabiertxof | 2019-02-18 | 4 | -11/+87 |
| | | |||||
| * | Improving window position | Jabiertxof | 2019-02-18 | 3 | -2/+31 |
| | | |||||
| * | Add descriptions | Jabiertxof | 2019-02-18 | 2 | -117/+51 |
| | | |||||
| * | Adding strings to favorites | Jabiertxof | 2019-02-18 | 1 | -9/+42 |
| | | |||||
| * | Adding Ramon Miranda sugestions | Jabiertxof | 2019-02-18 | 2 | -9/+37 |
| | | |||||
| * | Some styling tweaks | Jabier Arraiza | 2019-02-18 | 1 | -4/+12 |
| | | |||||
| * | Working with event boxes | Jabier Arraiza | 2019-02-18 | 2 | -84/+120 |
| | | |||||
| * | add sorting and favorites | Jabier Arraiza | 2019-02-18 | 4 | -17/+236 |
| | | |||||
| * | Add info popup | Jabier Arraiza | 2019-02-18 | 2 | -41/+50 |
| | | |||||
| * | improving enum position | Jabier Arraiza | 2019-02-18 | 2 | -731/+726 |
| | | |||||
| * | adding symbols | Jabier Arraiza | 2019-02-18 | 5 | -117/+15 |
| | | |||||
| * | Add CSS function to check we are in dark theme | Jabier Arraiza | 2019-02-18 | 1 | -0/+6 |
| | | |||||
| * | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 8 | -104/+1127 |
| | | |||||
| * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 5 | -103/+119 |
| | | |||||
| * | Fix #91 "guides around the page" with y-axis down | Thomas Holder | 2019-02-18 | 1 | -6/+7 |
| | | |||||
| * | Merge branch 'nathanal/inkscape-golden-ratio-patch' | Patrick Storz | 2019-02-17 | 2 | -3/+26 |
| |\ | |||||
| | * | Golden ratio in status bar text | Nathan Lee | 2019-02-16 | 2 | -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 ratio | Nathan Lee | 2019-02-16 | 1 | -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 Storz | 2019-02-17 | 1 | -2/+6 |
| |\ \ | |||||
| | * | | Fix bounds check in sp_action_get_title! | Tim Rawlinson | 2019-02-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update sp_action_get_title to remove Unicode Character "…" (U+2026) | Tim Rawlinson | 2019-02-10 | 1 | -2/+6 |
| | | | | |||||
| * | | | Remove unneeded comments. | Tavmjong Bah | 2019-02-17 | 1 | -10/+0 |
| | | | | |||||
| * | | | Add document_open and document_close functions and use them in batch mode. | Tavmjong Bah | 2019-02-17 | 3 | -25/+154 |
| | | | | |||||
| * | | | Move logic to build localized filenames into io/ressource.cpp | Patrick Storz | 2019-02-17 | 4 | -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 versions | Patrick Storz | 2019-02-16 | 3 | -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 installed | Max Gaukler | 2019-02-16 | 1 | -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 templates | Patrick Storz | 2019-02-16 | 1 | -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 file | Nathan Lee | 2019-02-16 | 1 | -2/+1 |
| | |/ |/| | |||||
| * | | Code simplification using InkscapeApplication singleton. | Tavmjong Bah | 2019-02-15 | 2 | -13/+7 |
| | | | |||||
