summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-6/+6
| | | (bzr r11686)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-6/+6
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-6/+6
| | | | | memory leaks (bzr r11646)
* preferences read out: when no unit is specified, assume it is in the ↵Johan B. C. Engelen2011-11-271-1/+6
| | | | | | | | requested units Fixed bugs: - https://launchpad.net/bugs/799848 (bzr r10752)
* Removed use of 'void *' as attemtp to limit access to internals.Jon A. Cruz2011-10-231-20/+16
| | | (bzr r10689)
* cppcheck: variable initialisation / fix possible memory leakKris De Gussem2011-10-221-0/+5
| | | (bzr r10688)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-0/+44
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* Doc comment cleanup of '@brief'.Jon A. Cruz2011-03-211-30/+37
| | | (bzr r10120)
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
* 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)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+22
| | | (bzr r8846.1.1)
* Fixed copying of old settings, along with some data() vs. c_str() cleanup. ↵Jon A. Cruz2009-11-101-27/+38
| | | | | Fixes bug #437929. (bzr r8831)
* Migrate file MRU prefsJon A. Cruz2009-11-091-27/+124
| | | (bzr r8827)
* Fixed collapsed if/cond/body lines that blocked debugging.Jon A. Cruz2009-05-051-128/+158
| | | (bzr r7823)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-1/+20
| | | (bzr r7817)
* Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵Jon A. Cruz2009-05-041-44/+35
| | | | | Fixes bug #367752. (bzr r7816)
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-261-4/+11
| | | (bzr r7376)
* preferences.cpp: Remove an assert that causes problems with some Krzysztof Kosi??ski2008-12-091-1/+2
| | | | | input devices. (bzr r6977)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-9/+13
| | | (bzr r6964)
* Merge from trunkTed Gould2008-10-281-7/+12
| | | (bzr r6886)
* From trunkTed Gould2008-10-271-182/+331
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-18/+18
| | | (bzr r6884)
* Fix some bugs introduced by the preferences rewrite.Krzysztof Kosi??ski2008-09-161-21/+54
| | | (bzr r6826)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-51/+421
| | | | | | | | 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)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-3/+3
| | | (bzr r149)
* Fix a typo, a vim modeline, and a wrongly indented line.mjwybrow2006-01-171-1/+1
| | | (bzr r6)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+92
(bzr r1)