summaryrefslogtreecommitdiff
path: root/libwnck/class-group.c
Commit message (Expand)AuthorAgeFilesLines
* handle: make it publicAlberts Muktupāvels2022-08-151-5/+5
* class-group: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+6
* class-group: move class_group_hash to WnckHandleAlberts Muktupāvels2022-02-171-27/+16
* xutils: replace width and height with size in get_fallback_iconsAlberts Muktupāvels2021-05-071-2/+0
* class-group: add WnckScreen to private structAlberts Muktupāvels2019-09-101-1/+6
* class-group: add a weak reference callback to windowAlberts Muktupāvels2019-08-121-0/+16
* Update class group icon when window icon was changed. Fixed Issue #135xuzhen2019-01-081-16/+107
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* remove redundant declarationsAlberts Muktupāvels2017-04-261-4/+0
* 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-4/+4
* private: just use DEFAULT_{ICON,MINI_ICON}_SIZEMarco Trevisan (Treviño)2013-08-201-4/+4
* WnckClassGroup: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-7/+0
* libwnck: remove dependency on glib-genmarshal, use generic marshallerMarco Trevisan (Treviño)2013-07-201-4/+2
* core: Use a destroy notify in hash tables to unref when removing itemVincent Untz2012-01-301-25/+13
* core: Add wnck_shutdown()Martin Pitt2012-01-301-0/+19
* core, wnckprop: Use "ID" instead of "resource class" in WnckClassGroupVincent Untz2011-08-121-6/+29
* introspection: Add missing annotationsVincent Untz2011-01-201-6/+6
* core: Plug a leakLampersperger Andreas2011-01-201-2/+12
* all: Code spacing fixesVincent Untz2011-01-191-11/+11
* Add introspection annotationsTomeu Vizoso2010-07-291-7/+8
* Change API doc to use Gets instead of Returns in the description of theVincent Untz2007-11-111-6/+6
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-100/+56
* add lots of Since: tags.Vincent Untz2007-06-181-0/+12
* use default sizes defined in private.h for icons instead of redefining theVincent Untz2007-06-111-5/+6
* Use G_DEFINE_TYPE.Vincent Untz2007-06-111-36/+3
* use # to put anchors in links for documentation. Thanks Matthias!Vincent Untz2007-06-091-4/+1
* add /* vim: set sw=2 et: */Vincent Untz2007-06-091-0/+1
* writing API doc is fun!Vincent Untz2007-06-091-4/+5
* even more API documentationVincent Untz2007-06-091-6/+6
* add more API documentationVincent Untz2007-06-091-4/+5
* add more API documentationVincent Untz2007-06-081-28/+80
* No need to make GTypeInfo and GInterfaceInfo structs static. Bug #382594.Christian Persch2007-01-041-1/+1
* Patch from Jaap Haitsma to determine a new group leader when the previousElijah Newren2005-05-281-0/+3
* Added a WNCK_TASK_CLASS_GROUP type. (struct _WnckTask): Added aFederico Mena Quintero2003-11-221-0/+612