summaryrefslogtreecommitdiffstats
path: root/src/preferences-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove hex color defaults from pref skeletonThomas Holder2019-11-181-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 OCALMarc Jeanmougin2019-11-011-3/+0
|
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+1
|
* Improve spellcheck dialogThomas Holder2019-08-211-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 selectorsJabier Arraiza2019-06-231-4/+0
|
* Improve default colors and remove symlink iconsJabier Arraiza2019-06-161-1/+1
|
* Preferences: Work around issue with parsing unsigned integersPatrick Storz2019-06-081-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 documentsPatrick Storz2019-03-271-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 fixesluz.paz2019-03-211-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 Bah2019-03-131-0/+12
|
* Fix (hopefully) Internationalization of default Calligraphy presets.Tavmjong Bah2019-02-101-6/+6
|
* Remove XML comments that are causing problems with 0.92.x.Tavmjong Bah2018-12-241-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 Bah2018-12-191-1/+1
|
* Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah2018-12-181-478/+481
| | | | Move #ifdef stuff to Preferences::_loadDefaults()
* Move spliter from prefs to SPCanvas to allow multidesktopJabiertxof2018-12-011-1/+0
|
* Adding minor fixesJabier Arraiza2018-12-011-1/+1
|
* Initial commit of split canvasJabiertxof2018-12-011-0/+1
|
* Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-151-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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 WIN32Eduard Braun2018-10-011-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 Arraiza2018-09-221-1/+1
| | | | 2 (Bitmap and SVG)
* Enable autosaves by default, puts them in user cache dirMarc Jeanmougin2018-08-211-1/+1
|
* Refactor with Tav helpJabier Arraiza2018-08-051-0/+1
|
* Revert changesJabier Arraiza2018-08-051-1/+0
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-0/+1
| | | | pref optional to scale dashes on stroke scale
* Working on themesJabier Arraiza2018-07-211-1/+1
|
* adding gtk-themeJabier Arraiza2018-07-211-0/+3
|
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-0/+1
|
* Apply fixedJabier Arraiza2018-05-091-0/+1
|
* Reset old code to reaply fixedJabier Arraiza2018-05-091-1/+0
|
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-091-0/+1
|
* Fix a bug where initially text has no fill and but has a stroke.Tavmjong Bah2016-12-101-3/+2
| | | (bzr r15317)
* Add stroke dash empty to allow render only fills and markers. Tested in FF ↵Jabiertxof2016-11-261-0/+1
| | | | | and Chromium (bzr r15274)
* Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-121-1/+2
| | | | | Useful for comparing different versions of an SVG file. (bzr r14980)
* [Bug #1508400] self-intersecting shape display and union error - reverting ↵Tavmjong Bah2016-05-251-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 Dufour2016-03-141-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 Jeanmougin2015-09-171-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372)
* Preferences. Fix for Bug #1459944 (self-intersecting shape display and union ↵tavmjong-free2015-06-301-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. White2014-08-311-1/+2
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Commit suv's patch for quartz default window size. See bug #1302627Martin Owens2014-04-161-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1302627 (bzr r13289)
* Maximised should be the default state for new inkscape usersMartin Owens2014-04-041-0/+1
| | | (bzr r13263)
* Remove obsolete Whiteboard cruft from the default preferences fileKrzysztof Kosi??ski2014-03-141-4/+0
| | | (bzr r13147)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-2/+1
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-151-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 Valavanis2013-01-151-1/+0
| | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027)
* - fix security bug lp:1025185Johan B. C. Engelen2012-12-051-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 Bah2012-05-231-0/+1
| | | (bzr r11406)
* Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-211-1/+1
| | | (bzr r11393)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-0/+1
| | | (bzr r11316)