summaryrefslogtreecommitdiff
path: root/libwnck/application.c
Commit message (Expand)AuthorAgeFilesLines
* handle: make it publicAlberts Muktupāvels2022-08-151-7/+7
* icon-cache: remove support for KWM_WIN_ICONAlberts Muktupāvels2022-03-291-2/+0
* application: use WnckHandle to get applicationAlberts Muktupāvels2022-02-241-1/+1
* application: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+5
* application: remove unused struct memberAlberts Muktupāvels2022-02-221-2/+0
* application: move app_hash to WnckHandleAlberts Muktupāvels2022-02-171-26/+16
* xutils: move WnckIconCache to its own fileAlberts Muktupāvels2021-05-111-0/+1
* xutils: replace width and height with size in read_iconsAlberts Muktupāvels2021-05-071-2/+4
* xutils: use WnckScreen instead of X11 ScreenAlberts Muktupāvels2019-09-101-1/+1
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* remove redundant declarationsAlberts Muktupāvels2017-04-261-3/+0
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckApplication: Add private function to load an icon and emit signalMarco Trevisan (Treviño)2013-08-201-6/+12
* Utils: allow to set the default icon sizes and use these valuesMarco Trevisan (Treviño)2013-08-201-5/+6
* private: just use DEFAULT_{ICON,MINI_ICON}_SIZEMarco Trevisan (Treviño)2013-08-201-3/+3
* WnckApplication: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-22/+1
* libwnck: remove dependency on glib-genmarshal, use generic marshallerMarco Trevisan (Treviño)2013-07-201-4/+2
* core: Also reset the XSelectInput for WnckScreen and WnckApplicationVincent Untz2012-01-301-4/+11
* core: Use a destroy notify in hash tables to unref when removing itemVincent Untz2012-01-301-26/+18
* core: Add wnck_shutdown()Martin Pitt2012-01-301-1/+22
* introspection: Add missing annotationsVincent Untz2011-01-201-5/+6
* core: Add Screen argument to _wnck_select_input()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_read_icons()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_res_class_utf8(), ...Vincent Untz2011-01-201-2/+3
* core: Add Screen argument to _wnck_get_utf8_property()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_text_property(), ...Vincent Untz2011-01-201-2/+5
* core: Add Screen argument to _wnck_get_cardinal(), _wnck_get_pid()Vincent Untz2011-01-201-1/+2
* all: Code spacing fixesVincent Untz2011-01-191-45/+45
* Add introspection annotationsTomeu Vizoso2010-07-291-6/+7
* [core] Fix wnck_application_get_icon_is_fallback()Vincent Untz2009-06-221-1/+10
* Change API doc to use Gets instead of Returns in the description of theVincent Untz2007-11-111-11/+11
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* add assertion to make it clear how this works. Makes it possible to closeVincent Untz2007-06-291-0/+2
* fix the doc API for wnck_application_get_icon() andVincent Untz2007-06-241-6/+6
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-10/+39
* add lots of Since: tags.Vincent Untz2007-06-181-0/+2
* Add lots of g_return_if_fail() and g_return_val_if_fail() for our publicVincent Untz2007-06-151-0/+4
* Use G_DEFINE_TYPE.Vincent Untz2007-06-111-35/+3
* add /* vim: set sw=2 et: */Vincent Untz2007-06-091-0/+1
* woohoo, 100% symbol coverage for the API doc!Vincent Untz2007-06-091-0/+9
* writing API doc is fun!Vincent Untz2007-06-091-20/+44
* even more API documentationVincent Untz2007-06-091-8/+7
* add more API documentationVincent Untz2007-06-091-2/+2
* add more API documentationVincent Untz2007-06-081-19/+72
* s/untitle/Untitled/ for window/application without nameVincent Untz2007-05-131-1/+1
* No need to make GTypeInfo and GInterfaceInfo structs static. Bug #382594.Christian Persch2007-01-041-1/+1
* updatedVincent Untz2006-02-111-1/+4
* Patch from Philipp Thomas and Benoit Dejean to clean up a number ofElijah Newren2005-07-191-0/+1
* plug leakVincent Untz2005-02-261-0/+2
* Fix #77941Havoc Pennington2003-05-031-2/+56