summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/insertordericon.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
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-07-21adding gtk-themeJabier Arraiza1-11/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-07-06Remove more checks if icon exists in default theme.Tavmjong Bah1-7/+2
2017-06-29Remove old icon handling codeAlexander Valavanis1-9/+5
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-32/+0
(bzr r15023.2.6)
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/+0
(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-35/+49
(bzr r13341.5.16)
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)