log gui/wm/ws.c @ 35631:d0231540cdbd

age author description
Thu, 10 Jan 2013 11:55:27 +0000 ib Cosmetic: Harmonize parameter names.
Thu, 10 Jan 2013 09:52:50 +0000 ib Add a message indicating start of initialization of X.
Sun, 09 Dec 2012 13:19:42 +0000 ib Cosmetic: Add some blank lines.
Tue, 04 Dec 2012 19:13:18 +0000 ib Define symbolic constant wsNone for "no window state".
Tue, 04 Dec 2012 19:10:44 +0000 ib Rename wsNone wsNo and use it instead of a numeric constant.
Tue, 04 Dec 2012 18:55:24 +0000 ib Change parameter of wsWindowDecoration().
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Tue, 04 Dec 2012 16:08:18 +0000 ib Use correct data type (rather cosmetic).
Fri, 23 Nov 2012 09:25:54 +0000 ib Remove dead code.
Fri, 23 Nov 2012 09:20:49 +0000 ib Pass big parameter by reference rather than by value.
Fri, 23 Nov 2012 09:02:22 +0000 ib Check array index.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Fri, 13 Jan 2012 16:36:06 +0000 ib Remove unused parameter from wsXDNDProcessClientMessage().
Thu, 12 Jan 2012 18:21:56 +0000 ib Properly handle the lack of XShm.
Thu, 12 Jan 2012 16:08:07 +0000 ib Cosmetic: Remove blank lines.
Thu, 12 Jan 2012 16:01:32 +0000 ib Simplify XShape handling and setting of wsUseXShape.
Thu, 12 Jan 2012 15:53:20 +0000 ib Cosmetic: Remove braces.
Thu, 12 Jan 2012 15:50:53 +0000 ib Always inform / warn about missing shared memory / shape extension
Thu, 12 Jan 2012 15:16:24 +0000 ib Remove unnecessary #ifdef and #include.
Thu, 12 Jan 2012 10:08:25 +0000 ib Remove all unnecessary #ifdefs from GUI code.
Tue, 03 Jan 2012 23:50:52 +0000 ib Remove unnecessary #include.
Mon, 17 Oct 2011 12:37:32 +0000 ib Fix bug in wsResizeWindow().
Sat, 01 Oct 2011 15:32:04 +0000 ib Simplify wsAutohideCursor().
Sat, 01 Oct 2011 15:12:54 +0000 ib Cosmetic: Adjust indent.
Sat, 01 Oct 2011 15:09:09 +0000 ib Fix cursor autohide functionality of the GUI.
Wed, 21 Sep 2011 13:55:40 +0000 ib Replace numeric constant for cursor autohide time by symbolic constant.
Wed, 21 Sep 2011 13:26:02 +0000 ib Add cursor autohide functionality to the GUI.
Fri, 09 Sep 2011 14:32:13 +0000 ib Replace comment for wsFullScreen() by doxygen comment.
Fri, 09 Sep 2011 14:30:05 +0000 ib Collect EWMH and non-EWMH code in wsFullScreen() by an if-else statement.
Fri, 09 Sep 2011 14:18:56 +0000 ib Remove disabled DPMS code in ws.c.
Fri, 09 Sep 2011 14:15:05 +0000 ib Replace vo_x11_decoration() call by wsWindowDecoration() in wsFullScreen().
Fri, 09 Sep 2011 14:11:50 +0000 ib Replace vo_x11_setlayer() calls by wsSetLayer() in wsFullScreen().
Fri, 09 Sep 2011 14:07:14 +0000 ib Cosmetic changes at ontop code in wsFullScreen().
Fri, 09 Sep 2011 13:57:19 +0000 ib Port r14245 change to wsFullScreen().
Fri, 09 Sep 2011 13:53:23 +0000 ib Port r12124 change to wsFullScreen().
Fri, 09 Sep 2011 13:46:11 +0000 ib Place XWithdrawWindow() before window decor changes in wsFullScreen().
Fri, 09 Sep 2011 13:34:55 +0000 ib Move an assignment in wsFullScreen().
Fri, 09 Sep 2011 13:13:57 +0000 ib Cosmetic: Rename all Display parameters dsp dpy.
Thu, 08 Sep 2011 15:31:25 +0000 ib Preserve x and y position of a double-size window if possible.
Thu, 08 Sep 2011 13:42:53 +0000 ib Remove variable decoration in wsFullScreen().
Thu, 08 Sep 2011 13:30:50 +0000 ib Move common code to new function wsWindowPosition().
Thu, 08 Sep 2011 12:34:28 +0000 ib Move common code to new function wsUpdateXineramaInfo().
Thu, 08 Sep 2011 11:11:02 +0000 ib Change parameter b of wsMoveWindow().
Thu, 08 Sep 2011 10:43:11 +0000 ib Use wsRaiseWindowTop() in wsFullScreen().
Thu, 08 Sep 2011 10:41:18 +0000 ib Replace comment for wsRaiseWindowTop() by doxygen comment.
Thu, 08 Sep 2011 10:34:17 +0000 ib Cosmetic: Rename wsMoveTopWindow() wsRaiseWindowTop().
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Tue, 06 Sep 2011 08:59:44 +0000 ib Correct a doxygen formatting mistake in ws.c.
Tue, 06 Sep 2011 08:51:16 +0000 ib Add a doxygen comment to ws.c.
Thu, 01 Sep 2011 18:41:36 +0000 ib Cosmetic: Adjust indent.
Thu, 01 Sep 2011 18:40:01 +0000 ib Move a misplaced closing brace to its correct position.
Thu, 01 Sep 2011 18:32:33 +0000 ib Some cosmetic changes in wsFullScreen().
Thu, 01 Sep 2011 18:22:58 +0000 ib Don't map the window after resizing.
Thu, 01 Sep 2011 18:19:27 +0000 ib Keep track of fullscreen state.
Sat, 27 Aug 2011 16:51:52 +0000 ib Add a parameter to vo_x11_ewmh_fullscreen().
Fri, 26 Aug 2011 09:46:42 +0000 ib Replace data type CARD32 by long.
Sat, 09 Jul 2011 10:23:47 +0000 ib Remove guiExit().
Fri, 17 Jun 2011 18:31:35 +0000 ib Cosmetic: Adjust indent.
Fri, 17 Jun 2011 18:27:00 +0000 ib Adjust message levels in wsXInit().
Fri, 17 Jun 2011 17:51:50 +0000 ib Remove unused parameter 'Size' in wsConvert().