summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preferences-widget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Fix codding styleJabiertxo Arraiza Cenoz2018-07-251-4/+4
|
* Improve the look of prefs buttonsJabier Arraiza2018-07-241-1/+1
|
* Add buttons to open folders as sugestion of MarenJabier Arraiza2018-07-241-0/+10
|
* Fix a wrongy commitJabier Arraiza2018-07-241-6/+0
|
* Remove pointerJabiertxo Arraiza Cenoz2018-07-241-0/+6
|
* Fixing coding styleJabier Arraiza2018-07-211-5/+5
|
* adding gtk-themeJabier Arraiza2018-07-211-0/+10
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Add preferences widget 'PrefMultiEntry'Eduard Braun2017-10-211-0/+12
| | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time.
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-25/+0
| | | (bzr r15023.2.6)
* Make persistence of snap indicator configurable, and clean up the snapping ↵Diederik van Lierop2015-07-241-0/+1
| | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+3
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-071-3/+29
| | | (bzr r12178)
* Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-281-2/+5
| | | (bzr r11995)
* Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-111-2/+7
| | | (bzr r11662)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+2
| | | (bzr r11304)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+5
| | | (bzr r10940)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-10/+1
| | | (bzr r10827)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-0/+5
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-2/+4
| | | (bzr r10696)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-0/+16
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-3/+3
| | | (bzr r10176)
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵Johan B. C. Engelen2011-04-111-1/+2
| | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-211-0/+13
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-0/+3
| | | (bzr r7044)
* Merge from fe-movedTed Gould2008-11-211-0/+17
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-20/+10
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-35/+34
| | | | | | | | 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)
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵Maximilian Albert2008-09-041-0/+44
| | | | | 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/+10
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-141-0/+18
| | | (bzr r4230)
* Changed preference to use file chooser buttonJon A. Cruz2007-09-261-5/+17
| | | (bzr r3806)
* search and reset buttons added to ocal related features. fixed signals in ↵Bruno Dilly2007-08-201-0/+16
| | | | | import from ocal dialog. (bzr r3544)
* export to ocal bug fixBruno Dilly2007-08-081-1/+1
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-1/+13
| | | (bzr r3398)
* applying patch #1407697 by Marco ScholtenRalf Stephan2006-01-171-0/+1
| | | (bzr r10)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+117
(bzr r1)