log gui/wm/ws.h @ 35622:59456592c6d1

age author description
Thu, 06 Dec 2012 15:16:38 +0000 ib Rebuild GUI directory structure.
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().
Fri, 30 Nov 2012 23:30:47 +0000 ib Don't include config.h if not necessary.
Fri, 23 Nov 2012 10:04:26 +0000 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
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, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Thu, 12 Jan 2012 18:21:56 +0000 ib Properly handle the lack of XShm.
Tue, 03 Jan 2012 23:10:34 +0000 ib Remove (conditional and) unnecessary #include
Sat, 01 Oct 2011 15:32:04 +0000 ib Simplify wsAutohideCursor().
Sat, 01 Oct 2011 15:09:09 +0000 ib Fix cursor autohide functionality of the GUI.
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.