| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing coding style | Jabier Arraiza | 2019-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add some handling fixes to selector classes | Jabier Arraiza | 2019-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fix compiling problem | Jabier Arraiza | 2019-03-24 | 1 | -4/+4 |
| | | |||||
| * | Fix CI problems | Jabier Arraiza | 2019-03-24 | 2 | -83/+77 |
| | | |||||
| * | Move multiple selector to unhadled selector | Jabier Arraiza | 2019-03-24 | 1 | -24/+20 |
| | | |||||
| * | final improvements to style dialog | Jabier Arraiza | 2019-03-24 | 2 | -50/+109 |
| | | |||||
| * | Add base of working | Jabier Arraiza | 2019-03-24 | 3 | -90/+135 |
| | | |||||
| * | Fix localization | Marc Jeanmougin | 2019-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 2019-03-23 | 3 | -7/+85 |
| | | | | | Possible fix for GitLab issue #45. | ||||
| * | Allow guide duplication in guides dialog | Marc Jeanmougin | 2019-03-22 | 4 | -0/+16 |
| | | |||||
| * | Revert Ctrl+Up/Down direction to 0.92.4 behaviour | Nathan Lee | 2019-03-22 | 1 | -2/+2 |
| | | |||||
| * | Realign "Search and Replace" dialog | Patrick Storz | 2019-03-22 | 2 | -36/+40 |
| | | |||||
| * | Realign labels in "Transform" dialog | Patrick Storz | 2019-03-22 | 1 | -4/+20 |
| | | |||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 7 | -58/+56 |
| | | |||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 10 | -259/+255 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | Sync upstream libUEMF (0.2.6) | Nathan Lee | 2019-03-21 | 2 | -5/+7 |
| | | | | | | Corrects typo, suggested by David Binderman https://gitlab.com/inkscape/inkscape/issues/150 | ||||
| * | Empty string exception for CLI verbs | Nathan Lee | 2019-03-21 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/232 | ||||
| * | fix #145 XML editor crash removing style property | Thomas Holder | 2019-03-21 | 1 | -2/+2 |
| | | |||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 11 | -19/+19 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | ||||
| * | Fix #116: Wrong element names shown in XML editor for circles and ellipses | Martin Owens | 2019-03-20 | 17 | -34/+186 |
| |\ | |||||
| | * | Add explicit overrides | Joseph Da Silva | 2019-03-20 | 1 | -1/+1 |
| | | | |||||
| | * | make GQuark => int conversion explicit | Joseph Da Silva | 2019-03-20 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 2019-03-20 | 17 | -34/+186 |
| | | | |||||
| * | | Disable GTK3's motion event compression which was making drawing lag. | yale | 2019-03-20 | 1 | -0/+1 |
| | | | | | | | | | This could be related to https://bugs.launchpad.net/inkscape/+bug/1723247 | ||||
| * | | removing typo on previous commit, thanks Mc | Jabiertxof | 2019-03-20 | 1 | -1/+0 |
| | | | |||||
| * | | Fix complication when debugging enabled. | Tavmjong Bah | 2019-03-20 | 1 | -3/+4 |
| | | | |||||
| * | | Avoid cancel dragging a item when right click presed | Jabiertxof | 2019-03-20 | 2 | -1/+2 |
| |/ | |||||
| * | fix #141 Find/Replace with empty string | Thomas Holder | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | Tweaks to allow one to reduce size of Text and Font dialog. | Tavmjong Bah | 2019-03-18 | 2 | -5/+9 |
| | | | | | Enabled/addded scrollbars and made style treeview columns resizable. | ||||
| * | Keep generic attributes with "Simplify" et. al | Thomas Holder | 2019-03-18 | 3 | -189/+159 |
| | | | | | | | | Keep generic attributes and child nodes when doing path conversion like "Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations. Fixes https://bugs.launchpad.net/inkscape/+bug/373140 | ||||
| * | Don't rebuild font list is only selection changed. | Tavmjong Bah | 2019-03-18 | 1 | -1/+0 |
| | | | | | (Rebuilding causes font family row to be unselected.) | ||||
| * | Keep font variations widget in sync with CSS style widget. | Tavmjong Bah | 2019-03-18 | 3 | -13/+24 |
| | | |||||
| * | Fix rendering for text with inherited 'font-variation-settings' property. | Tavmjong Bah | 2019-03-18 | 1 | -2/+2 |
| | | |||||
| * | arc polygonization uses arc's scale for precision | rocifier | 2019-03-17 | 1 | -7/+8 |
| | | |||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 16 | -355/+632 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Place vertical iconified docks to the right of dock | Nathan Lee | 2019-03-13 | 1 | -1/+2 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/129 | ||||
| * | Revert Icon Preview behaviour | Nathan Lee | 2019-03-13 | 1 | -5/+6 |
| | | | | | | | | | | * Fix crash on close with Icon Preview. * Force update of icons with `set`. * Set minimum width for Icon Preview's Magnified so it is not hidden on startup. Fixes https://gitlab.com/inkscape/inkscape/issues/109 | ||||
| * | Move Calligraphy preset names to more appropriate place. | Tavmjong Bah | 2019-03-13 | 2 | -12/+12 |
| | | |||||
| * | Remove unnecessary conversion | Nathan Lee | 2019-03-12 | 1 | -2/+2 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/207 | ||||
| * | Atempt to fix high load in background | octycs | 2019-03-11 | 1 | -4/+4 |
| | | | | | Signed-off-by: octycs <2087987-octycs@users.noreply.gitlab.com> | ||||
| * | Don't translate Caligraphy presets in Preferences::_loadDefaults. | Tavmjong Bah | 2019-03-11 | 1 | -6/+10 |
| | | | | | Fixes GitLab issue 128. | ||||
| * | Update translation dialog for flipped axis | Nathan Lee | 2019-03-11 | 3 | -18/+10 |
| | | | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 | ||||
| * | Remove INKSCAPE_PORTABLE_PROFILE_DIR | Patrick Storz | 2019-03-10 | 1 | -7/+1 |
| | | | | | | | | Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead. See also https://gitlab.com/inkscape/inkscape/issues/114 | ||||
| * | Save default template as "default.$lang.svg" if present | Patrick Storz | 2019-03-10 | 1 | -4/+8 |
| | | | | | | | | | | | | | By default we want to save as "default.svg", so it works indepentent from the UI language selected. However if a localized default template like "default.de.svg" is already present (i.e. manually created by the user), it will override our custom template, so we need to overwrite it. Second part of a fix for https://gitlab.com/inkscape/inkscape/issues/103 | ||||
| * | Adjust load order of get_filename() function | Patrick Storz | 2019-03-10 | 1 | -27/+35 |
| | | | | | | | | | | | | | | | | | | It now always prefers - files in the users profile over files in the share/inkscape folder - localized files over unlocalized files (per folder) In conclusion: USER (localized) > USER > SYSTEM (localized) > SYSTEM This always allows users to override files shipped with Inkscape by putting a respective file in their profile directory. First part of a fix for https://gitlab.com/inkscape/inkscape/issues/103 Avoids regressing https://bugs.launchpad.net/inkscape/+bug/503712 | ||||
| * | Realign UI of Doc Properties > Grid | Nathan Lee | 2019-03-09 | 3 | -52/+53 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/187 | ||||
| * | Fix #122 reversing change from merge request \!303 | Martin Owens | 2019-03-08 | 1 | -6/+5 |
| | | |||||
| * | Show LPE popups on over | Jabier Arraiza | 2019-03-08 | 2 | -6/+7 |
| | | |||||
| * | Remove reload UI and some theming fixes | Jabier Arraiza | 2019-03-07 | 3 | -80/+29 |
| | | |||||
| * | Translations: Drop Amharic (am) translation | Patrick Storz | 2019-03-07 | 1 | -2/+2 |
| | | | | | | | | | | It's completely empty... Actually something went wrong in 5a46d516222e06023ecef9c76f605d14fb30e165 which removed all (fuzzy) strings that had ever been translated, but there seems to be no point in retrieving them anymore. | ||||
