summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/icon-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-31Remove unused icon-widget codeAlex Valavanis1-161/+0
(bzr r11446)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-2/+2
(bzr r10957)
2012-01-07Warning and uninitialized data cleanup.Jon A. Cruz1-1/+1
(bzr r10853)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-11-13various: warnings and initalizationKris De Gussem1-6/+11
(bzr r10737)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-11/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2008-07-20Warning cleanupJon A. Cruz1-11/+11
(bzr r6367)
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY1-1/+2
allocator a little more instead of the others (aside from libgc) (bzr r1044)