log gui/wm/ws.c @ 34081:66c5a04a5c32

age author description
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().
Thu, 16 Jun 2011 17:43:05 +0000 ib Cosmetic: Adjust indent.
Thu, 16 Jun 2011 17:40:55 +0000 ib Check whether a specific icon is available.
Thu, 16 Jun 2011 15:03:18 +0000 ib Use small icon for property KWM_WIN_ICON, if available.
Thu, 16 Jun 2011 14:50:24 +0000 ib Add support for _NET_WM_ICON
Thu, 16 Jun 2011 13:09:52 +0000 ib Avoid compiler warnings.
Thu, 16 Jun 2011 12:44:28 +0000 ib Revise wsSetIcon().
Thu, 16 Jun 2011 12:31:42 +0000 ib Cosmetic: Format to MPlayer coding style.
Tue, 14 Jun 2011 18:55:04 +0000 ib Store icon data in a struct variable.
Tue, 14 Jun 2011 14:33:54 +0000 ib Remove unused key definitions.
Tue, 14 Jun 2011 14:21:49 +0000 ib Use correct type CARD32 for the KWM_WIN_ICON data.
Fri, 03 Jun 2011 14:35:44 +0000 ib Remove useless code.
Fri, 03 Jun 2011 14:31:13 +0000 ib Don't pointlessly cast Display pointer.
Sat, 07 May 2011 18:59:15 +0000 reimar Remove code with no purpose.
Tue, 03 May 2011 12:21:11 +0000 ib Replace all GUI exits by guiExit().
Mon, 04 Apr 2011 15:10:05 +0000 ib Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
Thu, 17 Feb 2011 11:09:44 +0000 diego Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
Sat, 29 Jan 2011 16:39:52 +0000 ib Cast properly (to avoid compiler warnings).
Thu, 09 Sep 2010 14:52:37 +0000 ramiro gui: remove direct usage of rgb2rgb interface, use swscale instead
Sun, 13 Jun 2010 18:25:26 +0000 reimar Move wsSearch function and make it static.
Sun, 13 Jun 2010 18:20:07 +0000 reimar Drop inline attribute, it does not really make sense and without
Sun, 13 Jun 2010 17:59:59 +0000 reimar Install error handler as early as possible to avoid crashing.
Sun, 13 Jun 2010 11:51:41 +0000 reimar Gui: Do not just exit on X error, just ignoring problems is already
Tue, 20 Apr 2010 08:55:04 +0000 diego Remove unused static function wsDummyEvents and related unused code, fixes:
Tue, 20 Apr 2010 08:49:17 +0000 diego Remove unused static function wsIOErrorHandler, fixes the warning: