summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/highlight-picker.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-33/+0
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2014-11-02Warning cleanup.Jon A. Cruz1-7/+6
(bzr r13657)
2014-10-08Fix gtk3 build at risk of breaking windows buildLiam P. White1-9/+1
(bzr r13341.1.262)
2014-09-30change header include order to fix win64 buildJohan B. C. Engelen1-1/+2
(bzr r13341.1.235)
2014-09-27Update to experimental r13565Liam P. White1-0/+214
(bzr r13341.5.16)
2014-03-07Start cleanup for merge into trunkLiam P. White1-1/+9
(bzr r13090.1.20)
2014-03-02Updated to include (non-functional) Objects dialogueLiam P. White1-1/+31
(bzr r13090.1.6)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-44/+61
(bzr r13090.1.1)
2012-06-09Fix remaining size_request issues for Gtk+ buildAlex Valavanis1-7/+39
(bzr r11475)
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-8/+18
(bzr r11392)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-1/+10
(bzr r10992)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-10/+5
(bzr r7332)
2008-07-21cleanup includesJohan B. C. Engelen1-4/+0
(bzr r6385)
2008-07-21fix includes a bit for imagetogglerJohan B. C. Engelen1-4/+0
(bzr r6384)
2008-07-20extract ImageToggler from layers dialogJohan B. C. Engelen1-0/+121
(bzr r6377)