summaryrefslogtreecommitdiffstats
path: root/src/preferences-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
| * add an option for displaying font previews in the text tool's font list; ↵buliabyak2009-12-011-0/+1
| | | | | | | | | | also limit the width of the list by 500 pixels (bzr r8852)
| * Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+1
| | | | | | (bzr r8851)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-1/+1
|/ | | (bzr r8846.1.1)
* Removing the caligraphic presets file and making the same strings ↵Ted Gould2009-09-041-6/+11
| | | | | translatable in the preferences-skeleton.h (bzr r8558)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-1/+2
| | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
* Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski2009-07-071-1/+1
| | | (bzr r8223)
* save/restore initial dir when importingbulia byak2009-06-281-0/+1
| | | (bzr r8181)
* Made Filter rendering quality 'Better' the default settingNiko Kiirala2009-03-281-1/+1
| | | (bzr r7585)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-161-0/+1
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7506)
* Add option to only flash paths for node tool when none is selected. Applies ↵Jon A. Cruz2009-03-051-1/+1
| | | | | patch from bug #336490. (bzr r7420)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-271-0/+2
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* add spellcheck pagebulia byak2009-02-241-1/+1
| | | (bzr r7363)
* spellcheckerbulia byak2009-02-171-0/+1
| | | (bzr r7311)
* Making the eraser more eraser-likeJon A. Cruz2009-02-041-2/+2
| | | (bzr r7228)
* calligraphic defaults: forgotten conversions to the new rangebulia byak2009-01-261-1/+1
| | | (bzr r7184)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+6
| | | | | version string on Linux. (bzr r7123)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+4
| | | (bzr r7107)
* move option: interface language from INTERNATIONALISATION to INTERFACE page ↵Adib Taraben2009-01-051-1/+1
| | | | | on preferences dialogue (bzr r7079)