summaryrefslogtreecommitdiffstats
path: root/src/preferences.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed use of 'void *' as attemtp to limit access to internals.Jon A. Cruz2011-10-231-2/+5
| | | (bzr r10689)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10664)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-11/+51
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* Doc comment cleanup of '@brief'.Jon A. Cruz2011-03-211-70/+82
| | | (bzr r10120)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+24
| | | (bzr r8846.1.1)
* Migrate file MRU prefsJon A. Cruz2009-11-091-0/+6
| | | (bzr r8827)
* Fixed non-ASCII characters in source file. Added missing virtual dtor.Jon A. Cruz2009-05-271-1/+2
| | | (bzr r7951)
* Fixed collapsed if/cond/body lines that blocked debugging.Jon A. Cruz2009-05-051-41/+67
| | | (bzr r7823)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-0/+17
| | | (bzr r7817)
* Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵Jon A. Cruz2009-05-041-30/+16
| | | | | Fixes bug #367752. (bzr r7816)
* Clean up formatting so that methods are not all run together. Helps with diffs.Jon A. Cruz2009-05-041-1/+31
| | | (bzr r7815)
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-261-10/+7
| | | (bzr r7376)
* Add missing xml/repr.h header.Krzysztof Kosi??ski2009-02-131-0/+1
| | | (bzr r7288)
* Fix crashes when tool styles are not set in prefs.Krzysztof Kosi??ski2009-02-131-4/+4
| | | (bzr r7287)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-0/+1
| | | (bzr r6973)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-20/+20
| | | (bzr r6964)
* From trunkTed Gould2008-10-271-36/+453
| | | (bzr r6885)
* Fix some bugs introduced by the preferences rewrite.Krzysztof Kosi??ski2008-09-161-7/+3
| | | (bzr r6826)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-20/+106
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+44
(bzr r1)