summaryrefslogtreecommitdiff
path: root/imagelist_unix.go
AgeCommit message (Collapse)Author
2015-02-17Started migrating the GTK+ Table to the new ImageList-less design. Migrated ↵Pietro Gagliardi
the ImageList code itself.
2015-02-17Restored imagelist_unix.go; still need its code for now.Pietro Gagliardi
2015-02-17Beginning the integration of the new Windows Table, which starts with ↵Pietro Gagliardi
removing ImageList. Darwin code will still be kept pending the use of its code. Windows code will be kept until I confirm nothing is used.
2014-10-11Changed deprecated gdk_pixbuf_unref() call to g_object_unref() in GTK+ ↵Pietro Gagliardi
ImageList.
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi