summaryrefslogtreecommitdiff
path: root/mate-window-picker-applet/task-item.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21update copyright to 2021raveit651-0/+1
2019-11-28task-item: avoid 'g_type_class_add_private'Pablo Barciela1-10/+4
2017-10-17window picker: disconnect signal handlers in dispose functionmonsta1-0/+17
taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=3736cbfc9483fa36a8f7d620d1e75ad2973bcc08
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-36/+1
and require mate-panel >= 1.17
2016-10-03window picker: fix runtime warning about workspace being NULLmonsta1-6/+9
from https://github.com/lanoxx/window-picker-applet/commit/8c6de9ded61743246b82a04c2a21c714e50957ef
2016-09-28window picker: fix invisible icons in GTK+3 buildmonsta1-6/+4
fixes https://github.com/mate-desktop/mate-netbook/issues/26
2016-09-01window picker: disconnect some missing signal handlersmonsta1-1/+2
should prevent crashes in some cases when object is already destroyed and is being accessed from signal handler after that
2016-09-01window picker: fix code formatting a bitmonsta1-1/+2
2015-12-16window picker: update task item drawing code from gnome-appletsMonsta1-6/+28
2015-12-15window picker: fix improper pixbuf lifetime handlingMonsta1-8/+4
from https://github.com/lanoxx/window-picker-applet/commit/de838923ec9f9ce8639bb54489fdddcda4af0e90
2015-12-15window picker: avoid runtime warning about wrong timeMonsta1-2/+2
from https://github.com/lanoxx/window-picker-applet/commit/a7ca6d0131fb000000602907307040725b0db275
2015-12-15window picker: proper usage of GtkAllocationMonsta1-11/+10
how the hell did that work before...?
2014-06-09Check for allocation = NULL. This fixes a segfault during applet loadDaniel Schürmann1-1/+3
2014-01-16mate-window-picker-applet: Add GTK3 supportStefano Karapetsas1-9/+57
2013-11-28Back to libwnck.infirit1-70/+70
2013-11-28Remove trailing whitespaceinfirit1-5/+5
2012-07-04Initial releaseStefano Karapetsas1-0/+779