summaryrefslogtreecommitdiff
path: root/libwnck/util.c
Commit message (Expand)AuthorAgeFilesLines
* screen: move SnDisplay to WnckTasklistAlberts Muktupāvels2022-09-161-13/+0
* util: move icon reloading to WnckHandleAlberts Muktupāvels2022-08-151-23/+0
* handle: make it publicAlberts Muktupāvels2022-08-151-3/+3
* util: remove _wnck_get_default_mini_icon_sizeAlberts Muktupāvels2022-02-241-6/+0
* util: remove _wnck_get_default_icon_sizeAlberts Muktupāvels2022-02-231-6/+0
* util: remove _wnck_get_client_typeAlberts Muktupāvels2022-02-231-6/+0
* screen: move screens to WnckHandleAlberts Muktupāvels2022-02-221-1/+2
* util: move resource usage to its own fileAlberts Muktupāvels2022-02-171-519/+4
* class-group: move class_group_hash to WnckHandleAlberts Muktupāvels2022-02-171-18/+0
* xutils: move event filter to WnckHandlewip/muktupavels/wnck-handle-2Alberts Muktupāvels2021-05-311-2/+0
* util: move default icon size to WnckHandleAlberts Muktupāvels2021-05-311-8/+4
* add private WnckHandle objectAlberts Muktupāvels2021-05-101-7/+22
* util: allow setting the same client type againSebastian Geiger2018-01-091-2/+7
* utils: fix compilation warning (thus error) if XRes is missingMarco Trevisan (Treviño)2017-06-291-4/+3
* util: fix 'comparison between signed and unsigned integer' warningAlberts Muktupāvels2017-05-051-1/+1
* util: avoid deprecated gtk_widget_override_fontAlberts Muktupāvels2017-05-051-27/+30
* avoid deprecated gdk_pixbuf_new_from_inlineAlberts Muktupāvels2017-04-261-1/+0
* util: fix few 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-04-261-2/+2
* utils: add a warning if no X11 is foundMarco Trevisan (Treviño)2016-11-281-1/+5
* screen: Check for Wayland displayOlivier Crête2016-11-281-1/+4
* remove stock iconsAlberts Muktupāvels2014-10-211-48/+0
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckUtil: add icons section to docsMarco Trevisan (Treviño)2013-08-201-0/+9
* WnckUtil: make applications and windows to reload icons if size has changedMarco Trevisan (Treviño)2013-08-201-0/+22
* Utils: allow to set the default icon sizes and use these valuesMarco Trevisan (Treviño)2013-08-201-0/+46
* core: Fix a warning when building introspectionVincent Untz2012-09-041-1/+1
* core: Fix build for people without xresVincent Untz2012-01-311-0/+2
* core: Fix order of shutting down operations in wnck_shutdown()Vincent Untz2012-01-301-1/+15
* doc: Finish wnck_shutdown()-related docs, with note about introspectionVincent Untz2012-01-301-5/+12
* core: Also shutdown everything resource-relatedVincent Untz2012-01-301-0/+5
* core: Add _wnck_window_shutdown_all()Vincent Untz2012-01-301-0/+1
* core: Add wnck_shutdown()Martin Pitt2012-01-301-0/+20
* widgets: Stop using deprecated gtk_widget_modify_font()Vincent Untz2011-08-121-2/+2
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-181-7/+7
* doc: TyposVincent Untz2011-01-201-1/+1
* core: Add Screen argument to _wnck_get_cardinal(), _wnck_get_pid()Vincent Untz2011-01-201-8/+12
* all: Remove deprecated API and change API that had deprecated argumentsVincent Untz2011-01-191-19/+0
* all: Code spacing fixesVincent Untz2011-01-191-19/+19
* [core, wnckprop] Stop using gdk_displayVincent Untz2010-09-111-0/+8
* [all] Start fixing the build with GSEAL_ENABLEDVincent Untz2010-03-101-1/+1
* Trivial fix for a gtk-doc warningVincent Untz2009-04-241-1/+1
* undef WNCK_DISABLE_DEPRECATED, since that's internal code.Vincent Untz2009-01-061-0/+2
* correctly initialize some variables. Patch by Roland BärVincent Untz2007-11-111-2/+3
* Avoid crashing if the X Resource extension is not present. (#489087)Matthias Clasen2007-10-221-27/+36
* Better fix for bug #476299.Vincent Untz2007-10-151-0/+14
* use Deprecated:2.20: instead of just Deprecated:Vincent Untz2007-07-101-1/+1
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* reorganize a bit some part of the API documentationVincent Untz2007-07-101-7/+19
* Cleanups and deprecate some WnckScreen functions that shouldn't have beenVincent Untz2007-06-241-2/+0
* use icon names, to be consistent (to not have the text changed when tasksVincent Untz2007-06-191-29/+0