log gui/wm/ws.c @ 37195:ac6c37d85d65 default tip

age author description
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Tue, 22 Apr 2014 14:08:33 +0000 ib Add a break statement (for the sake of clarity).
Wed, 26 Mar 2014 16:18:51 +0000 ib Remove unnecessary, bothering parentheses.
Wed, 19 Mar 2014 14:16:30 +0000 ib Add doxygen comment.
Wed, 19 Mar 2014 14:07:47 +0000 ib Don't unnecessarily call XDefineCursor().
Wed, 19 Mar 2014 13:56:44 +0000 ib Cosmetic: Adjust indent.
Wed, 19 Mar 2014 13:54:54 +0000 ib Don't unnecessarily create a (void) cursor.
Tue, 25 Feb 2014 16:12:33 +0000 ib Remove unnecessary casts.
Wed, 05 Feb 2014 16:39:38 +0000 ib Rename symbolic constants of GUI help message texts.
Fri, 02 Aug 2013 22:42:05 +0000 ib Add a XSync() call.
Fri, 02 Aug 2013 22:40:25 +0000 ib Remove remaining XFlush() calls.
Thu, 01 Aug 2013 17:25:58 +0000 ib Remove XFlush() and XSync() calls.
Thu, 01 Aug 2013 17:22:37 +0000 ib Remove XSynchronize() call.
Thu, 01 Aug 2013 17:20:16 +0000 ib Remove property wsWaitMap and function wsWindowMapWait().
Thu, 11 Jul 2013 15:27:32 +0000 ib Prettify debug message.
Thu, 11 Jul 2013 15:20:01 +0000 ib Add a debug message on the visual.
Sun, 26 May 2013 15:54:34 +0000 ib Handle events while waiting for window being mapped.
Sun, 26 May 2013 15:51:54 +0000 ib Cosmetic: Adjust indent.
Sun, 26 May 2013 15:48:47 +0000 ib Relocate internal wsWindowList registration code.
Fri, 05 Apr 2013 12:43:11 +0000 ib Make comment a doxygen comment.
Thu, 04 Apr 2013 12:10:14 +0000 ib Change some class hint names.
Thu, 04 Apr 2013 11:47:39 +0000 ib Define "MPlayer" string.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Sun, 31 Mar 2013 22:13:32 +0000 ib Remove unnecessary #includes.
Thu, 24 Jan 2013 16:56:44 +0000 ib Cosmetic: Rename ReDraw DrawHandler.
Thu, 24 Jan 2013 16:49:53 +0000 ib Cosmetic: Replace DandD by DND.
Thu, 24 Jan 2013 15:59:24 +0000 ib Cosmetic: Adjust indent.
Thu, 24 Jan 2013 15:57:37 +0000 ib Realize a smooth and flicker-free video when resizing during playback.
Thu, 24 Jan 2013 15:34:10 +0000 ib Partly revert r35847.
Thu, 24 Jan 2013 15:27:26 +0000 ib Cosmetic: Adjust indent.
Thu, 24 Jan 2013 15:27:00 +0000 ib Disable handler fuctions in wsWindowDestroy().
Thu, 24 Jan 2013 12:49:15 +0000 ib Add some notes for later checking and fixing.
Wed, 23 Jan 2013 17:10:33 +0000 ib Cosmetic: Rename wsImageConvert() wsImageRender().
Wed, 23 Jan 2013 14:25:22 +0000 ib Remove wsWindowClear().
Wed, 23 Jan 2013 14:10:24 +0000 ib Cosmetic: Adjust indent.
Wed, 23 Jan 2013 14:08:58 +0000 ib Remove setting pointless window attribute CWBackPixel.
Wed, 23 Jan 2013 10:31:15 +0000 ib Remove pointless parentheses.
Tue, 22 Jan 2013 19:46:11 +0000 ib Remove and simplify code.
Tue, 22 Jan 2013 17:51:06 +0000 ib Relocate #defines and make them enums.
Tue, 22 Jan 2013 17:34:52 +0000 ib Relocate #defines and make them functions.
Tue, 22 Jan 2013 15:37:17 +0000 ib Redefine PACK_RGB16 and PACK_RGB15.
Sun, 20 Jan 2013 18:18:33 +0000 diego Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
Sun, 20 Jan 2013 00:11:55 +0000 ib Clean up #includes.
Sat, 19 Jan 2013 13:00:41 +0000 ib Cosmetic: Rename ws functions for the sake of consistency.
Sat, 19 Jan 2013 12:55:26 +0000 ib Make wsWindowDecoration() static.
Sat, 19 Jan 2013 12:53:14 +0000 ib Cosmetic: Relocate wsWindowDecoration().
Sat, 19 Jan 2013 12:45:14 +0000 ib Remove redundant parameter from function.
Sat, 19 Jan 2013 12:16:50 +0000 ib Cosmetic: Rename structure member, use singular.
Fri, 18 Jan 2013 20:31:46 +0000 ib Enable resize handles for resizable windows only.
Fri, 18 Jan 2013 20:29:02 +0000 ib Make variables local.
Fri, 18 Jan 2013 17:24:54 +0000 ib Don't unnecessarily restrict property mask to 8 bits.
Fri, 18 Jan 2013 01:13:50 +0000 ib Remove parameter for border_width from wsWindowCreate().
Fri, 18 Jan 2013 00:48:26 +0000 ib Cosmetic: Change parameter names.
Fri, 18 Jan 2013 00:35:38 +0000 ib Cosmetic: Rename ws functions for the sake of consistency.
Thu, 17 Jan 2013 23:35:53 +0000 ib Don't close the display.
Thu, 17 Jan 2013 18:01:06 +0000 ib Remove unused structure member wGCV.
Thu, 17 Jan 2013 17:41:44 +0000 ib Make variable wsScreenDepth static.
Thu, 17 Jan 2013 17:36:16 +0000 ib Cosmetic: Adjust indent.
Thu, 17 Jan 2013 17:35:32 +0000 ib Cosmetic: Rename DepthOnScreen ScreenDepth.
Thu, 17 Jan 2013 16:53:15 +0000 ib Remove unused code.