summaryrefslogtreecommitdiffstats
path: root/src/preferences-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Preferences. New desktop integration preference for Windows users ↵Nicolas Dufour2012-03-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (native/gtk, see Bug #417365). Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page). Preferences. UI consistency fix (System information fields not correctly indented). This line and the following will be ignored -------------- modified: src/desktop.cpp src/preferences-skeleton.h src/ui/dialog/filedialog.cpp src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/inkscape-preferences.h unknown: inkscape.el.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 libtool ltmain.sh@ preferencesDialog.diff relink2.diff revert10761.diff rmbackups.sh doc/keys.gl.html doc/keys.pl.html packaging/win32/languages/.fr-xLpu9j/ share/icons/inkscape-trunk.svg share/icons/application/48x48/inkscape-trunk.png src/.libs/ src/libnr/ src/relink.cpp src/relink.h src/extension/dbus/wrapper/inkdbus.pc (bzr r11109)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-1/+1
| | | (bzr r11097)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-1/+17
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-0/+1
|\ | | | | (bzr r10579)
| * Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-251-1/+1
| | | | | | (bzr r10347.1.39)
| * Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-161-0/+1
| | | | | | (bzr r10347.1.34)
* | default to slightly friendlier grid color like the one from 0.45 :)Johan B. C. Engelen2011-08-181-4/+4
|/ | | (bzr r10553)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\ | | | | (bzr r9508.1.89)
| * add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-3/+3
| | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+4
|\| | | | | (bzr r9508.1.73)
| * Spray:Nicolas Dufour2011-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
| * Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-1/+1
| | | | | | | | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-2/+8
|\| | | | | (bzr r9508.1.52)
| * Added preference to suppress auto-refresh of icon previews.Jon A. Cruz2010-07-261-0/+1
| | | | | | (bzr r9651)
| * Make icon preview seleciton stikcy by default.Jon A. Cruz2010-07-251-1/+1
| | | | | | (bzr r9647)
| * Added preference to suppress icon preview frames.Jon A. Cruz2010-07-251-0/+1
| | | | | | (bzr r9645)
| * Added preference to keep last selected item shown.Jon A. Cruz2010-07-251-0/+1
| | | | | | (bzr r9644)
| * Adding preference to suppress packing of previews.Jon A. Cruz2010-07-251-1/+3
| | | | | | (bzr r9643)
| * Correct the default for the save-as location to match the UI. Fixes bug ↵Jon A. Cruz2010-07-181-1/+1
| | | | | | | | | | #561375 (pending branch) (bzr r9623)
| * Added hidden preference to re-enable floating dialogs on problematic window ↵Jon A. Cruz2010-07-021-0/+1
| | | | | | | | | | managers. (bzr r9557)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-1/+0
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-0/+7
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Spray tool: default preferences fix.Nicolas Dufour2010-04-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/562227 (bzr r9341)
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-1/+1
| | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328)
* Added defaults to node tool values that were missing from preference init.Jon A. Cruz2010-04-121-3/+3
| | | (bzr r9319)
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-311-1/+1
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Added temp option to enable repositioning of not-quite-completed UI items in ↵Jon A. Cruz2010-01-181-1/+2
| | | | | relayout. (bzr r8997)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-1/+1
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-0/+3
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Added UI for threading pref in Filter Preferences for Gaussian Blur, default ↵Josh Andler2009-12-061-0/+1
| | | | | | | | | | 1 for sanity (bzr r8874)