log gui/wm/ws.c @ 35651:ebaac70ff6dc

age author description
Tue, 15 Jan 2013 09:41:34 +0000 ib Use wsSizeHint() in wsMoveWindow().
Tue, 15 Jan 2013 09:31:18 +0000 ib Add comments.
Tue, 15 Jan 2013 09:25:04 +0000 ib Cosmetic: Adjust indent.
Tue, 15 Jan 2013 09:21:23 +0000 ib Simplify wsSizeHint() by dropping parameter 'hints'.
Mon, 14 Jan 2013 15:22:16 +0000 ib Replace the call to vo_x11_sizehint().
Mon, 14 Jan 2013 15:20:35 +0000 ib Add new function wsSizeHint().
Sat, 12 Jan 2013 21:21:44 +0000 ib Remove the [ws] file information from the message text.
Sat, 12 Jan 2013 00:04:24 +0000 ib Add doxygen comments.
Fri, 11 Jan 2013 23:59:01 +0000 ib Change parameter type and name.
Thu, 10 Jan 2013 20:52:37 +0000 ib Don't define a function by a macro.
Thu, 10 Jan 2013 19:14:20 +0000 ib Remove Display parameter from wsEvents().
Thu, 10 Jan 2013 15:40:43 +0000 ib Restore GUI's X error handler after gtk_init().
Thu, 10 Jan 2013 15:24:39 +0000 ib Replace stderr output by mp_msg() error messages.
Thu, 10 Jan 2013 12:23:17 +0000 ib Use sizeof() instead of numeric constant.
Thu, 10 Jan 2013 12:21:19 +0000 ib Cosmetic: Adjust parameter names to r35725 and r35726 harmonization.
Thu, 10 Jan 2013 12:04:19 +0000 ib Cosmetic: Use lower case parameter name.
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().