summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/iconrenderer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-20Store pixbufs instead of names to reduce calls to sp_get_icon_pixbufMartin Owens1-4/+4
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-09-27Propagate IconRenderer's activate signal so we don't have to guess where the ↵Martin Owens1-2/+11
row/column is.
2018-09-27Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens1-25/+22
2018-07-21adding gtk-themeJabier Arraiza1-12/+4
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-06-29Remove old icon handling codeAlexander Valavanis1-6/+8
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(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-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-04-13Remove old uses of GTK_STOCK macrosMartin Owens1-1/+0
(bzr r14826)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-4/+13
(bzr r13936)
2014-11-02Warning cleanup.Jon A. Cruz1-7/+6
(bzr r13657)
2014-09-27Update to experimental r13565Liam P. White1-43/+41
(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)