summaryrefslogtreecommitdiffstats
path: root/src/preferences-skeleton.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-18remove hex color defaults from pref skeletonThomas Holder1-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
2019-11-01Remove OCALMarc Jeanmougin1-3/+0
2019-09-16Active SVG2 Flow Text by defaultJabiertxof1-1/+1
2019-09-07Prepared for beta. Fixed blocking bugJabiertxof1-1/+1
2019-08-21Improve spellcheck dialogThomas Holder1-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
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-4/+0
2019-06-16Improve default colors and remove symlink iconsJabier Arraiza1-1/+1
2019-06-08Preferences: Work around issue with parsing unsigned integersPatrick Storz1-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).
2019-03-27Preferences: Remove old function to migrate recent documentsPatrick Storz1-4/+0
They seem to have been stored in preferences.xml at some point. We exclusively use Gtk::RecentManager for that now.
2019-03-21Misc. typos and whitespace fixesluz.paz1-2/+2
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
2019-03-13Move Calligraphy preset names to more appropriate place.Tavmjong Bah1-0/+12
2019-02-10Fix (hopefully) Internationalization of default Calligraphy presets.Tavmjong Bah1-6/+6
2018-12-24Remove XML comments that are causing problems with 0.92.x.Tavmjong Bah1-3/+0
(0.92.x has been fixed but 0.92.3 and earlier will have problems.)
2018-12-19Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah1-1/+1
2018-12-18Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah1-478/+481
Move #ifdef stuff to Preferences::_loadDefaults()
2018-12-01Move spliter from prefs to SPCanvas to allow multidesktopJabiertxof1-1/+0
2018-12-01Adding minor fixesJabier Arraiza1-1/+1
2018-12-01Initial commit of split canvasJabiertxof1-0/+1
2018-11-15Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-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
2018-09-22Allow ask for SVG dragged import method. Also split ask question from one to ↵Jabier Arraiza1-1/+1
2 (Bitmap and SVG)
2018-08-21Enable autosaves by default, puts them in user cache dirMarc Jeanmougin1-1/+1
2018-08-05Refactor with Tav helpJabier Arraiza1-0/+1
2018-08-05Revert changesJabier Arraiza1-1/+0
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza1-0/+1
pref optional to scale dashes on stroke scale
2018-07-21Working on themesJabier Arraiza1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-0/+3
2018-05-12Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza1-0/+1
2018-05-09Apply fixedJabier Arraiza1-0/+1
2018-05-09Reset old code to reaply fixedJabier Arraiza1-1/+0
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-0/+1
2017-04-27Fixing remove prefsJabier Arraiza Cenoz1-310/+0
(bzr r15620.1.7)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+310
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-3/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+3
(bzr r15295.1.25)
2016-12-10Fix a bug where initially text has no fill and but has a stroke.Tavmjong Bah1-3/+2
(bzr r15317)
2016-11-26Add stroke dash empty to allow render only fills and markers. Tested in FF ↵Jabiertxof1-0/+1
and Chromium (bzr r15274)
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-1/+2
Useful for comparing different versions of an SVG file. (bzr r14980)
2016-05-25[Bug #1508400] self-intersecting shape display and union error - reverting ↵Tavmjong Bah1-2/+2
rev. 14224 and applying the patch at the right place (thanks ~suv!). Fixed bugs: - https://launchpad.net/bugs/1508400 (bzr r14917)
2016-03-14Bug #1545333 - Add new generated file 'inkscape.appdata.xml' to .bzrignore ↵Nicolas Dufour1-1/+0
(for in-tree builds). Bug #1545333 - Remove duplicate entry 'filtereffects' from preferences skeleton. (bzr r14705)
2015-09-17Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372)
2015-06-30Preferences. Fix for Bug #1459944 (self-intersecting shape display and union ↵tavmjong-free1-1/+1
error). Fixed bugs: - https://launchpad.net/bugs/1459944 (bzr r14224)
2014-09-27Update to experimental r13565Liam P. White1-1/+2
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+2
GThread deprecation errors. (bzr r13341.1.190)
2014-04-16Commit suv's patch for quartz default window size. See bug #1302627Martin Owens1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1302627 (bzr r13289)
2014-04-04Maximised should be the default state for new inkscape usersMartin Owens1-0/+1
(bzr r13263)
2014-03-14Remove obsolete Whiteboard cruft from the default preferences fileKrzysztof Kosi??ski1-4/+0
(bzr r13147)
2013-11-19Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah1-2/+1
Removed two unused preference options for bitmaps. (bzr r12823)
2013-08-15Add option to write out path data using only relative coordinatesTavmjong Bah1-1/+1
(in addition to using only absolute coordinates or using a mixture of absolute and relative coordinates optimized for length). (bzr r12480)