summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preferences-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-071-79/+160
| | | (bzr r12178)
* Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-281-10/+24
| | | (bzr r11995)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-13/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* cppcheck: Simple fixes for src/ui/widgetAlex Valavanis2012-11-151-1/+1
| | | (bzr r11873)
* Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-111-1/+26
| | | (bzr r11662)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-13/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Replace deprecated Gdk::Window APIAlex Valavanis2012-03-131-0/+4
| | | (bzr r11076)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-17/+38
| | | (bzr r10957)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-5/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* fix duplicate units in Preferences > StepsJohan B. C. Engelen2011-04-171-1/+1
| | | (bzr r10178)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-0/+39
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-131-1/+0
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-0/+138
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* 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)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-091-4/+4
| | | (bzr r7257)
* Warning and whitespace cleanup.Jon A. Cruz2009-01-061-9/+8
| | | (bzr r7083)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-1/+34
| | | (bzr r7044)
* Merge from fe-movedTed Gould2008-11-211-0/+60
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-55/+44
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-75/+102
| | | | | | | | 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)
* Warning cleanupJon A. Cruz2008-09-141-1/+1
| | | (bzr r6809)
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵Maximilian Albert2008-09-041-0/+206
| | | | | to display items in their true sizes) (bzr r6758)
* * Missing localization for Reset preferences buttonLuca Bruno2008-02-111-1/+1
| | | (bzr r4707)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-161-0/+17
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-141-0/+17
| | | (bzr r4230)
* Changed preference to use file chooser buttonJon A. Cruz2007-09-261-21/+35
| | | (bzr r3806)
* search and reset buttons added to ocal related features. fixed signals in ↵Bruno Dilly2007-08-201-0/+40
| | | | | import from ocal dialog. (bzr r3544)
* export to ocal bug fixBruno Dilly2007-08-081-2/+1
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-1/+21
| | | (bzr r3398)
* patch 1750206 by Bruno Dilly - bdillyFelipe Corr??a da Silva Sanches2007-07-271-1/+0
| | | | | Remove "cout" from on_changed() of PrefCombo (bzr r3312)
* applying patch #1407697 by Marco ScholtenRalf Stephan2006-01-171-0/+5
| | | (bzr r10)
* more precise simplification controlbulia byak2006-01-171-1/+1
| | | (bzr r8)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+278
(bzr r1)