summaryrefslogtreecommitdiff
path: root/libwnck/tasklist.c
Commit message (Expand)AuthorAgeFilesLines
* tasklist: set size request modeAlberts Muktupāvels2021-05-101-105/+300
* tasklist: scale up icon geometry to device pixelsAlberts Muktupāvels2021-05-101-0/+8
* tasklist: scale down window geometry to application pixelsAlberts Muktupāvels2021-05-101-0/+8
* xutils: replace width and height with size in get_fallback_iconsAlberts Muktupāvels2021-05-071-2/+2
* tasklist: deprecate get_size_hint_listAlberts Muktupāvels2021-05-051-0/+2
* tasklist: use minimum button size as minimum sizeAlberts Muktupāvels2021-05-051-3/+43
* tasklist: override get_preferred_width vfuncAlberts Muktupāvels2021-05-051-44/+104
* tasklist: add WnckButtonAlberts Muktupāvels2021-05-051-128/+194
* revert "tasklist: ignore size_allocate with invalid size"Alberts Muktupāvels2021-05-031-6/+0
* tasklist: do not queue_resize from size_allocateAlberts Muktupāvels2021-05-031-24/+36
* tasklist: Fix leaking PangoFontDescriptionTomas Bzatek2020-07-291-0/+1
* tasklist: avoid deprecated g_get_current_timeAlberts Muktupāvels2019-08-191-9/+4
* tasklist: Add signals for enter and leave notify eventsVictor Kareh2019-04-301-0/+105
* tasklist: fix cast-function-type warningsAlberts Muktupāvels2018-09-091-6/+9
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* Promote single precision floats to doublesEmmanuele Bassi2017-11-111-6/+7
* bump version to 3.24.0Alberts Muktupāvels2017-05-051-2/+2
* tasklist: avoid deprecated gtk_style_context_get_background_colorAlberts Muktupāvels2017-05-051-6/+3
* tasklist: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-05-051-4/+4
* tasklist: fix 'initialization discards ‘const’ qualifier' warningsAlberts Muktupāvels2017-04-281-2/+2
* tasklist: don't use deprecated GdkScreen APIAlberts Muktupāvels2017-04-281-22/+33
* fix 'declaration of xxx shadows a parameter' warningsAlberts Muktupāvels2017-04-271-4/+4
* add missing default case in switch statementsAlberts Muktupāvels2017-04-271-0/+22
* remove redundant declarationsAlberts Muktupāvels2017-04-261-8/+0
* tasklist: avoid deprecated gtk_menu_popupAlberts Muktupāvels2017-04-261-54/+8
* avoid deprecated GtkImageMenuItemAlberts Muktupāvels2017-04-261-12/+10
* tasklist: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
* Add an option to disable the tasklist scroll eventMoritz Bruder2017-04-261-0/+41
* tasklist: avoid deprecated GdkDeviceManagerAlberts Muktupāvels2016-11-121-3/+3
* tasklist: drop obsolete GTK_CHECK_VERSIONAlberts Muktupāvels2016-11-121-6/+0
* tasklist: ignore size_allocate with invalid sizewip/muktupavels/gnome-3-18Alberts Muktupāvels2016-06-281-0/+6
* tasklist: queue resize on button not on its contentAlberts Muktupāvels2016-06-281-2/+1
* tasklist: don't use deprecated GtkMiscAlberts Muktupāvels2016-06-281-1/+1
* tasklist: set css nameAlberts Muktupāvels2016-02-091-0/+4
* tasklist: avoid warnings from GtkStyleContextAlberts Muktupāvels2016-01-131-4/+14
* don't use deprecated style propertiesAlberts Muktupāvels2015-12-211-13/+0
* tasklist: don't use deprecated GtkImageMenuItemAlberts Muktupāvels2014-10-211-15/+5
* tasklist: fix missing icon in tasklist buttonAlberts Muktupāvels2014-10-201-0/+32
* TaskList: remove new Startup Notification APIMarco Trevisan (Treviño)2014-09-021-2/+1
* TaskList: use new Startup Notification APIStefan Sperling2014-09-021-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* Utils: allow to set the default icon sizes and use these valuesMarco Trevisan (Treviño)2013-08-201-1/+1
* private: just use DEFAULT_{ICON,MINI_ICON}_SIZEMarco Trevisan (Treviño)2013-08-201-1/+1
* WnckTaskList: correctly set requisition parameters for Vertical ModeMarco Trevisan (Treviño)2013-07-201-7/+6
* WnckTask: no need to initialize priv values to NULL, FALSE or 0Marco Trevisan (Treviño)2013-07-201-43/+0
* WnckTasklist: no need to initialize priv values to FALSE, NULL or 0Marco Trevisan (Treviño)2013-07-201-41/+0
* WnckTaskList: Add API to define task list orientationJosselin Mouette2013-07-201-45/+144
* TaskList: get rid of deprecated codeMarco Trevisan (Treviño)2013-07-191-2/+3
* Add option to close windows with mouse middle click on button in tasklistStefano Karapetsas2013-07-191-0/+31
* TaskList: use GdkDeviceManager to get pointer positionMarco Trevisan (Treviño)2013-02-051-1/+6