summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preferences-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-8/+0
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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" wherever possibleEduard Braun2018-10-011-4/+0
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-3/+3
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Several more typosluz.paz2018-09-111-2/+2
|
* fix for bug 1786605Jabier Arraiza2018-08-121-4/+4
|
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-101-2/+4
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-261-1/+0
|
* Add allow to use system icon setsJabiertxo Arraiza Cenoz2018-07-261-1/+6
|
* fix coding styleJabiertxo Arraiza Cenoz2018-07-261-1/+1
|
* Open folders in inkscape preferences with XGD. Also added a tentative for MacJabiertxo Arraiza Cenoz2018-07-261-5/+4
|
* Fixing a win bug open foldersJabiertxo Arraiza Cenoz2018-07-251-0/+4
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-251-1/+2
|
* Fixing a win compiling bug and fix a string pointed by vladaJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Fixing a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Fixing a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-9/+2
|
* Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-11/+10
|
* Working on open folders on WINJabiertxo Arraiza Cenoz2018-07-251-1/+7
|
* Improve string for open button in preferences IIJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Improve string for open button in preferencesJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Improve the look of prefs buttonsJabier Arraiza2018-07-241-4/+12
|
* Add buttons to open folders as sugestion of MarenJabier Arraiza2018-07-241-0/+22
|
* Fix a wrongy commitJabier Arraiza2018-07-241-5/+0
|
* Remove pointerJabiertxo Arraiza Cenoz2018-07-241-0/+5
|
* Fixing coding styleJabier Arraiza2018-07-211-12/+11
|
* adding gtk-themeJabier Arraiza2018-07-211-3/+54
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+12
| | | | A lot of header clean-up.
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
|
* Preferences: fix inputs not properly expanding horizontallyEduard Braun2017-10-221-1/+1
| | | | (gtk3 issue)
* Add preferences widget 'PrefMultiEntry'Eduard Braun2017-10-211-0/+31
| | | | | | | | | 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.
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-39/+33
|
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-3/+3
| | | (bzr r15367)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-78/+2
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-78/+2
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+2
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/ | | (bzr r15025)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-4/+0
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* 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)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* fix windows build (gtk3) partly. broken because of windows.h poluting ↵Johan B. C. Engelen2014-06-251-4/+4
| | | | | namespace with "interface" struct name. (bzr r13341.1.68)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-1/+1
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)