| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove hex color defaults from pref skeleton | Thomas Holder | 2019-11-18 | 1 | -10/+7 |
| | | | | | | | | | | | | | | /options/grids/axonom/color /options/grids/axonom/empcolor /options/grids/xy/color /options/grids/xy/empcolor /options/wireframecolors/onlight /options/wireframecolors/ondark /options/wireframecolors/images /options/wireframecolors/clips /options/wireframecolors/masks /tools/nodes/highlight_color | ||||
| * | Remove OCAL | Marc Jeanmougin | 2019-11-01 | 1 | -3/+0 |
| | | |||||
| * | Active SVG2 Flow Text by default | Jabiertxof | 2019-09-16 | 1 | -1/+1 |
| | | |||||
| * | Prepared for beta. Fixed blocking bug | Jabiertxof | 2019-09-07 | 1 | -1/+1 |
| | | |||||
| * | Improve spellcheck dialog | Thomas Holder | 2019-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | - only use one language at a time for spell check - allow quick language change in spellcheck dialog - if no languages selected in preferences, list all installed aspell dictionaries in dialog - don't make "en" the default, use first available dictionary - add preferences button - auto-select first suggestion - fix #362 crash if no dictionaries available | ||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 1 | -4/+0 |
| | | |||||
| * | Improve default colors and remove symlink icons | Jabier Arraiza | 2019-06-16 | 1 | -1/+1 |
| | | |||||
| * | Preferences: Work around issue with parsing unsigned integers | Patrick Storz | 2019-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | As we handle unsigned integers the same way as signed integers, large unsigned values (notably RGBA values) overflow the signed type. The issue became apparent when we switched from atoi to strtol in 0e92e8e519b33b35ab63600c31feb7c639e347a6 While the former has undefined behavior for out of range numbers it luckily seemed to "just" overflow as expected on supported OSs. The latter however returns LONG_MAX (which for a 32-bit value is 0x7fffffff and turned out to show turquoise in unexpected places, e.g. the default path highlighting color in node tool). Avoid this by catching the error and try to parse as unsigned type in this case (which will still overflow, but seems to have worked as expected so far). | ||||
| * | Preferences: Remove old function to migrate recent documents | Patrick Storz | 2019-03-27 | 1 | -4/+0 |
| | | | | | | They seem to have been stored in preferences.xml at some point. We exclusively use Gtk::RecentManager for that now. | ||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 1 | -2/+2 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | ||||
| * | Move Calligraphy preset names to more appropriate place. | Tavmjong Bah | 2019-03-13 | 1 | -0/+12 |
| | | |||||
| * | Fix (hopefully) Internationalization of default Calligraphy presets. | Tavmjong Bah | 2019-02-10 | 1 | -6/+6 |
| | | |||||
| * | Remove XML comments that are causing problems with 0.92.x. | Tavmjong Bah | 2018-12-24 | 1 | -3/+0 |
| | | | | | (0.92.x has been fixed but 0.92.3 and earlier will have problems.) | ||||
| * | Add preference for using SVG 2 text in a shape (GUI to come). | Tavmjong Bah | 2018-12-19 | 1 | -1/+1 |
| | | |||||
| * | Convert preferences_skeleton to a C++11 raw string. | Tavmjong Bah | 2018-12-18 | 1 | -478/+481 |
| | | | | | Move #ifdef stuff to Preferences::_loadDefaults() | ||||
| * | Move spliter from prefs to SPCanvas to allow multidesktop | Jabiertxof | 2018-12-01 | 1 | -1/+0 |
| | | |||||
| * | Adding minor fixes | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -0/+1 |
| | | |||||
| * | Remove Adwaita-hicolor icon themes toggles making more compat | Jabier Arraiza | 2018-11-15 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+9 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -3/+3 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 1 | -1/+1 |
| | | | | | 2 (Bitmap and SVG) | ||||
| * | Enable autosaves by default, puts them in user cache dir | Marc Jeanmougin | 2018-08-21 | 1 | -1/+1 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -0/+1 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -1/+0 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -0/+1 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 1 | -1/+1 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -0/+3 |
| | | |||||
| * | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -0/+1 |
| | | |||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 1 | -0/+1 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 1 | -1/+0 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 2018-05-09 | 1 | -0/+1 |
| | | |||||
| * | Fix a bug where initially text has no fill and but has a stroke. | Tavmjong Bah | 2016-12-10 | 1 | -3/+2 |
| | | | | (bzr r15317) | ||||
| * | Add stroke dash empty to allow render only fills and markers. Tested in FF ↵ | Jabiertxof | 2016-11-26 | 1 | -0/+1 |
| | | | | | | and Chromium (bzr r15274) | ||||
| * | Optionally sort attributes and properties into a canonical order. | Tavmjong Bah | 2016-06-12 | 1 | -1/+2 |
| | | | | | | Useful for comparing different versions of an SVG file. (bzr r14980) | ||||
| * | [Bug #1508400] self-intersecting shape display and union error - reverting ↵ | Tavmjong Bah | 2016-05-25 | 1 | -2/+2 |
| | | | | | | | | | rev. 14224 and applying the patch at the right place (thanks ~suv!). Fixed bugs: - https://launchpad.net/bugs/1508400 (bzr r14917) | ||||
| * | Bug #1545333 - Add new generated file 'inkscape.appdata.xml' to .bzrignore ↵ | Nicolas Dufour | 2016-03-14 | 1 | -1/+0 |
| | | | | | | | | (for in-tree builds). Bug #1545333 - Remove duplicate entry 'filtereffects' from preferences skeleton. (bzr r14705) | ||||
| * | Added a pref option to disable "spacebar panning". (default:enabled) | Marc Jeanmougin | 2015-09-17 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372) | ||||
| * | Preferences. Fix for Bug #1459944 (self-intersecting shape display and union ↵ | tavmjong-free | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | | error). Fixed bugs: - https://launchpad.net/bugs/1459944 (bzr r14224) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -1/+2 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Commit suv's patch for quartz default window size. See bug #1302627 | Martin Owens | 2014-04-16 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1302627 (bzr r13289) | ||||
| * | Maximised should be the default state for new inkscape users | Martin Owens | 2014-04-04 | 1 | -0/+1 |
| | | | | (bzr r13263) | ||||
| * | Remove obsolete Whiteboard cruft from the default preferences file | Krzysztof Kosi??ski | 2014-03-14 | 1 | -4/+0 |
| | | | | (bzr r13147) | ||||
| * | Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449. | Tavmjong Bah | 2013-11-19 | 1 | -2/+1 |
| | | | | | | Removed two unused preference options for bitmaps. (bzr r12823) | ||||
| * | Add option to write out path data using only relative coordinates | Tavmjong Bah | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | (in addition to using only absolute coordinates or using a mixture of absolute and relative coordinates optimized for length). (bzr r12480) | ||||
| * | Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar ↵ | Alex Valavanis | 2013-01-15 | 1 | -1/+0 |
| | | | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027) | ||||
| * | - fix security bug lp:1025185 | Johan B. C. Engelen | 2012-12-05 | 1 | -0/+4 |
| | | | | | | | | | - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+1 |
| | | | | (bzr r11406) | ||||
| * | Change default font to a CSS valid default font (Sans -> sans-serif). | Tavmjong Bah | 2012-05-21 | 1 | -1/+1 |
| | | | | (bzr r11393) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -0/+1 |
| | | | | (bzr r11316) | ||||
