| 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. | ||||
| * | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group | Jabiertxof | 2019-02-20 | 2 | -8/+23 |
| | | |||||
| * | 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 | 6 | -12/+12 |
| | | | | | 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 | 2 | -2/+2 |
| | | |||||
| * | 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 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 | 3 | -108/+130 |
| | | |||||
| * | Add descriptions and fixes to show disabled and rename dash to dashed stoke LPE | Jabiertxof | 2019-02-18 | 1 | -3/+14 |
| | | |||||
| * | Add missing icons and add double languaje | Jabier Arraiza | 2019-02-18 | 1 | -49/+56 |
| | | |||||
| * | 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 | 3 | -7/+73 |
| | | |||||
| * | Improving window position | Jabiertxof | 2019-02-18 | 2 | -1/+30 |
| | | |||||
| * | 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 | 2 | -12/+165 |
| | | |||||
| * | Add info popup | Jabier Arraiza | 2019-02-18 | 2 | -41/+50 |
| | | |||||
| * | adding symbols | Jabier Arraiza | 2019-02-18 | 2 | -41/+15 |
| | | |||||
| * | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 5 | -90/+215 |
| | | |||||
| * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 4 | -98/+114 |
| | | |||||
| * | 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 | ||||
| * | | Fix preview for large file | Nathan Lee | 2019-02-16 | 1 | -2/+1 |
| |/ | |||||
| * | Change prefix on drag and drop functions. | Tavmjong Bah | 2019-02-12 | 2 | -11/+11 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 12 | -12/+1 |
| | | |||||
| * | MeshToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 2 | -277/+219 |
| | | |||||
| * | LPEToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 2 | -173/+130 |
| | | |||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 3 | -454/+324 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-02-10 | 2 | -7/+7 |
| |\ | |||||
| | * | ui: Parse mnemonic for Open _Recent | Bryce Harrington | 2019-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | In Gtkmm, looks like when creating a MenuItem, there is a second boolean parameter to indicate if the string should be parsed for mnemonics. When the gtk code was converted to gtkmm (2c971690) the flag was left unspecified and defaulted to false. Fixes: https://gitlab.com/inkscape/inkscape/issues/57 | ||||
| | * | Fix more capitalisation inconsistencies. | tim_rawlinson | 2019-02-08 | 1 | -2/+2 |
| | | | |||||
| | * | Fix capitalisation of menu items. | Tim Rawlinson | 2019-02-07 | 1 | -4/+4 |
| | | | |||||
| * | | ConnectorToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 2 | -137/+105 |
| | | | |||||
| * | | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 3 | -335/+284 |
| |/ | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 3 | -328/+250 |
| | | |||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 3 | -381/+412 |
| | | |||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 7 | -19/+36 |
| | | |||||
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 3 | -299/+276 |
| | | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 5 | -306/+273 |
| | | |||||
| * | object properties dialog: label placeholder | Thomas Holder | 2019-02-02 | 1 | -2/+10 |
| | | |||||
