log gui/wm/ws.c @ 35673:2b7f93ef711d

age author description
Thu, 17 Jan 2013 16:51:50 +0000 ib Make functions static that only have file scope.
Thu, 17 Jan 2013 16:49:26 +0000 ib Cosmetic: Relocate some functions.
Thu, 17 Jan 2013 15:46:21 +0000 ib Remove unused code.
Thu, 17 Jan 2013 15:44:23 +0000 ib Remove pointless variable wsTrue.
Thu, 17 Jan 2013 15:25:56 +0000 ib Remove unused wsKeyTable.
Thu, 17 Jan 2013 15:21:08 +0000 ib Make variables static that only have file scope.
Thu, 17 Jan 2013 15:04:41 +0000 ib Cosmetic: Relocate and revise comments on code origin.
Thu, 17 Jan 2013 14:56:27 +0000 ib Remove unused code and declarations.
Tue, 15 Jan 2013 22:10:59 +0000 ib Relocate some functions.
Tue, 15 Jan 2013 19:12:02 +0000 ib Switch statements.
Tue, 15 Jan 2013 18:51:30 +0000 ib Remove member SizeHint from wsWindow structure.
Tue, 15 Jan 2013 18:27:22 +0000 ib Remove confusing comment.
Tue, 15 Jan 2013 12:44:03 +0000 ib Add property wsAspect.
Tue, 15 Jan 2013 12:37:42 +0000 ib Cosmetic: Rename wsTWindow wsWindow.
Tue, 15 Jan 2013 12:30:08 +0000 ib Cosmetic: Change parameter names.
Tue, 15 Jan 2013 12:22:13 +0000 ib Add the 'Mapped' information to wsMapWait().
Tue, 15 Jan 2013 11:54:22 +0000 ib Add wsMapWait().
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.