log gui/wm/ws.c @ 36192:2e0729818242

age author description
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.
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().