Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-28 | task-item: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -10/+4 | |
2019-11-28 | task-list: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+3 | |
2019-11-28 | task-title: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+5 | |
2019-05-10 | Use the same variable name for return value than elsewhere | Étienne Deparis | 1 | -6/+6 | |
2019-05-10 | Remove cppcheck warnings with better variables scope | Étienne Deparis | 1 | -5/+3 | |
2019-05-10 | Remove unused variable declaration in applet.c and task-list.c | Étienne Deparis | 2 | -6/+0 | |
2019-05-10 | Fix an unseen compilation warning | Étienne Deparis | 1 | -1/+2 | |
2019-05-10 | Add an option to disable the bold face of the window title in applet | Étienne Deparis | 3 | -7/+92 | |
2019-05-10 | Make the 'show-home-title' feature work again | Étienne Deparis | 3 | -23/+173 | |
2019-05-10 | Remove a bunch of compilation warning | Étienne Deparis | 1 | -6/+12 | |
2019-05-10 | Refactor the on_active_window_changed function | Étienne Deparis | 1 | -34/+11 | |
2019-05-10 | Remove a runtime error due to event->time sending buggy values | Étienne Deparis | 2 | -3/+8 | |
2019-05-10 | Change preference label for the window picker applet, and add a tooltip | Étienne Deparis | 2 | -4/+6 | |
2019-05-10 | Cleanup whitespaces | Étienne Deparis | 4 | -64/+62 | |
2018-01-09 | window picker: update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-17 | window picker: disconnect signal handlers in dispose function | monsta | 1 | -0/+17 | |
taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=3736cbfc9483fa36a8f7d620d1e75ad2973bcc08 | |||||
2017-10-08 | window picker: add icon to prefs dialog | monsta | 1 | -0/+1 | |
2017-10-08 | window picker: disable vertical expand of button in prefs dialog | monsta | 1 | -1/+1 | |
2017-10-08 | window picker: add icon for taskbar to About dialog | monsta | 1 | -0/+1 | |
2017-10-06 | window picker: update copyright year | monsta | 1 | -1/+2 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 3 | -120/+1 | |
and require mate-panel >= 1.17 | |||||
2016-10-03 | window picker: fix runtime warning about workspace being NULL | monsta | 1 | -6/+9 | |
from https://github.com/lanoxx/window-picker-applet/commit/8c6de9ded61743246b82a04c2a21c714e50957ef | |||||
2016-09-28 | window picker: fix invisible icons in GTK+3 build | monsta | 1 | -6/+4 | |
fixes https://github.com/mate-desktop/mate-netbook/issues/26 | |||||
2016-09-01 | window picker: disconnect some missing signal handlers | monsta | 1 | -1/+2 | |
should prevent crashes in some cases when object is already destroyed and is being accessed from signal handler after that | |||||
2016-09-01 | window picker: fix code formatting a bit | monsta | 1 | -1/+2 | |
2016-07-27 | window picker: use GtkAboutDialog | monsta | 1 | -3/+1 | |
and get rid of build-dep on libmate-desktop | |||||
2016-01-21 | window picker: less #if's again | monsta | 1 | -17/+28 | |
2016-01-21 | window picker: less #if's | monsta | 1 | -13/+12 | |
2016-01-19 | window picker: use gtk_icon_size_lookup in both GTK+ builds | monsta | 1 | -4/+2 | |
2016-01-19 | window picker: use gtk_image_set_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 | |
2016-01-19 | [GTK+3] window picker: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 4 | -3/+28 | |
2015-12-22 | task-title: removed some code that will never work | monsta | 1 | -9/+2 | |
"desktop window" won't even be shown in the list, so trying to run something on click on (non-existing) close button is pointless. | |||||
2015-12-22 | use proper event time when closing a window in response to button click | monsta | 1 | -1/+1 | |
from https://github.com/GNOME/gnome-applets/commit/1b113fe74994a7d2c51e23d07783fef6b3be7547 | |||||
2015-12-16 | window picker: update task item drawing code from gnome-applets | Monsta | 1 | -6/+28 | |
2015-12-15 | window picker: remove ancient compatibility code | Monsta | 1 | -16/+4 | |
2015-12-15 | window picker: remove some unused variables | Monsta | 1 | -15/+0 | |
2015-12-15 | window picker: fix improper pixbuf lifetime handling | Monsta | 1 | -8/+4 | |
from https://github.com/lanoxx/window-picker-applet/commit/de838923ec9f9ce8639bb54489fdddcda4af0e90 | |||||
2015-12-15 | window picker: avoid runtime warning about wrong time | Monsta | 1 | -2/+2 | |
from https://github.com/lanoxx/window-picker-applet/commit/a7ca6d0131fb000000602907307040725b0db275 | |||||
2015-12-15 | window picker: use proper functions with GTK+3, simplify code with GTK+2 | Monsta | 1 | -26/+21 | |
2015-12-15 | window picker: proper usage of GtkAllocation | Monsta | 1 | -11/+10 | |
how the hell did that work before...? | |||||
2015-09-08 | Rework gsettings schema building | infirit | 2 | -9/+6 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-08-03 | applet: Replace custom background updating with panel function | infirit | 1 | -74/+3 | |
mate_panel_applet_set_background_widget will take care of everything. | |||||
2015-05-06 | window picker applet: don't mess with maximus settings | Monsta | 1 | -19/+0 | |
Closes https://github.com/mate-desktop/mate-netbook/pull/21 | |||||
2015-03-15 | applet: fix indentation | monsta | 1 | -32/+31 | |
Closes https://github.com/mate-desktop/mate-netbook/pull/18 | |||||
2015-01-12 | window picker applet: use mate_gdk_spawn_command_line_on_screen always | Monsta | 1 | -7/+1 | |
Closes https://github.com/mate-desktop/mate-netbook/pull/15 | |||||
2014-06-09 | Check for allocation = NULL. This fixes a segfault during applet load | Daniel Schürmann | 2 | -2/+4 | |
2014-05-03 | Use MateAboutDialog | Stefano Karapetsas | 1 | -3/+4 | |
2014-01-16 | mate-window-picker-applet: Add GTK3 support | Stefano Karapetsas | 3 | -19/+155 | |
2014-01-01 | Fixes for make dist and make distcheck | Stefano Karapetsas | 1 | -8/+13 | |
Conflicts: configure.ac | |||||
2013-11-28 | Applet, add gsettings_SCHEMAS_in_in var for EXTRA_DIST | infirit | 1 | -0/+2 | |