summaryrefslogtreecommitdiff
path: root/src/window-props.c
Commit message (Expand)AuthorAgeFilesLines
* surround the XDeleteProperty() call with aElijah Newren2006-10-011-3/+8
* Clear window->xtransient_for after emitting the invalid window warning.Colin Watson2006-09-071-1/+1
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-071-0/+19
* Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer beingElijah Newren2006-05-051-9/+29
* warn and ignore if transient_for is set to a non-top-level window. FixesThomas Andersen2006-04-191-0/+11
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-251-7/+289
* Marking string for translation. Closes #334332Thomas James Alexander Thurman2006-03-121-1/+1
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-1/+1
* manually define HOST_NAME_MAX if not already defined to fix SolarisElijah Newren2006-01-161-0/+4
* display hostname in titlebar for remote X clients. Closes bug #322202.Davyd Madeley2005-11-231-30/+53
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-031-2/+21
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-201-6/+1
* Don't lower newly mapped windows when they're denied focus, if they areElijah Newren2004-10-251-2/+2
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-241-1/+31
* Fix bug 143333, support for update counter spec, and 109362, scheduleSoeren Sandmann2004-06-191-5/+5
* Revert prior changeRob Adams2003-12-131-38/+1
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-131-1/+38
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-1/+6
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-121-50/+1
* Initialize size_hints on window creation using code shared with size_hints pr...Keith Packard2003-04-261-194/+208
* Check that window min and max size hints are at least 1. Fix for #107110.Rob Adams2003-03-081-0/+33
* add more debug spew about conditional build stuff (main): panic toHavoc Pennington2003-02-281-12/+381
* argh, screwed that up. get WM_NAME as VALUE_TEXT_PROPERTY #101383Havoc Pennington2002-12-161-2/+2
* use META_PROP_VALUE_STRING_AS_UTF8 so we convert old Latin-1 WM_NAME toHavoc Pennington2002-12-161-2/+2
* add myself here, bug #100789Havoc Pennington2002-12-101-1/+31
* lengthen to 15 secondsHavoc Pennington2002-12-011-5/+37
* delete (meta_window_new): add getting initial workspace to the batchHavoc Pennington2002-11-211-4/+59
* remove unused variableHavoc Pennington2002-11-211-3/+1
* add _NET_WM_NAME, WM_NAME, _NET_WM_ICON_NAME, WM_ICON_NAME supportHavoc Pennington2002-11-041-14/+179
* use window-props.h stuff for a couple of properties (implement_showing):Havoc Pennington2002-11-031-0/+328