summaryrefslogtreecommitdiff
path: root/mate-window-picker-applet
AgeCommit message (Expand)AuthorFilesLines
2020-04-10windows-picker: fix `make clean` commandraveit651-2/+0
2020-04-10use MATE_COMPILE_WARNINGS from mate-commonraveit651-6/+7
2020-01-05migrate from intltools to gettextWu Xiaotian3-17/+18
2019-11-28task-item: avoid 'g_type_class_add_private'Pablo Barciela1-10/+4
2019-11-28task-list: avoid 'g_type_class_add_private'Pablo Barciela1-9/+3
2019-11-28task-title: avoid 'g_type_class_add_private'Pablo Barciela1-11/+5
2019-05-10Use the same variable name for return value than elsewhereÉtienne Deparis1-6/+6
2019-05-10Remove cppcheck warnings with better variables scopeÉtienne Deparis1-5/+3
2019-05-10Remove unused variable declaration in applet.c and task-list.cÉtienne Deparis2-6/+0
2019-05-10Fix an unseen compilation warningÉtienne Deparis1-1/+2
2019-05-10Add an option to disable the bold face of the window title in appletÉtienne Deparis3-7/+92
2019-05-10Make the 'show-home-title' feature work againÉtienne Deparis3-23/+173
2019-05-10Remove a bunch of compilation warningÉtienne Deparis1-6/+12
2019-05-10Refactor the on_active_window_changed functionÉtienne Deparis1-34/+11
2019-05-10Remove a runtime error due to event->time sending buggy valuesÉtienne Deparis2-3/+8
2019-05-10Change preference label for the window picker applet, and add a tooltipÉtienne Deparis2-4/+6
2019-05-10Cleanup whitespacesÉtienne Deparis4-64/+62
2018-01-09window picker: update copyright year to 2018monsta1-1/+1
2017-10-17window picker: disconnect signal handlers in dispose functionmonsta1-0/+17
2017-10-08window picker: add icon to prefs dialogmonsta1-0/+1
2017-10-08window picker: disable vertical expand of button in prefs dialogmonsta1-1/+1
2017-10-08window picker: add icon for taskbar to About dialogmonsta1-0/+1
2017-10-06window picker: update copyright yearmonsta1-1/+2
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-120/+1
2016-10-03window picker: fix runtime warning about workspace being NULLmonsta1-6/+9
2016-09-28window picker: fix invisible icons in GTK+3 buildmonsta1-6/+4
2016-09-01window picker: disconnect some missing signal handlersmonsta1-1/+2
2016-09-01window picker: fix code formatting a bitmonsta1-1/+2
2016-07-27window picker: use GtkAboutDialogmonsta1-3/+1
2016-01-21window picker: less #if's againmonsta1-17/+28
2016-01-21window picker: less #if'smonsta1-13/+12
2016-01-19window picker: use gtk_icon_size_lookup in both GTK+ buildsmonsta1-4/+2
2016-01-19window picker: use gtk_image_set_from_icon_name in both GTK+ buildsmonsta1-2/+2
2016-01-19[GTK+3] window picker: fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta4-3/+28
2015-12-22task-title: removed some code that will never workmonsta1-9/+2
2015-12-22use proper event time when closing a window in response to button clickmonsta1-1/+1
2015-12-16window picker: update task item drawing code from gnome-appletsMonsta1-6/+28
2015-12-15window picker: remove ancient compatibility codeMonsta1-16/+4
2015-12-15window picker: remove some unused variablesMonsta1-15/+0
2015-12-15window picker: fix improper pixbuf lifetime handlingMonsta1-8/+4
2015-12-15window picker: avoid runtime warning about wrong timeMonsta1-2/+2
2015-12-15window picker: use proper functions with GTK+3, simplify code with GTK+2Monsta1-26/+21
2015-12-15window picker: proper usage of GtkAllocationMonsta1-11/+10
2015-09-08Rework gsettings schema buildinginfirit2-9/+6
2015-08-03applet: Replace custom background updating with panel functioninfirit1-74/+3
2015-05-06window picker applet: don't mess with maximus settingsMonsta1-19/+0
2015-03-15applet: fix indentationmonsta1-32/+31
2015-01-12window picker applet: use mate_gdk_spawn_command_line_on_screen alwaysMonsta1-7/+1
2014-06-09Check for allocation = NULL. This fixes a segfault during applet loadDaniel Schürmann2-2/+4
2014-05-03Use MateAboutDialogStefano Karapetsas1-3/+4