log gui/interface.c @ 36036:2421356e2a03

age author description
Mon, 01 Apr 2013 08:27:07 +0000 ib Make #defines enums.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Fri, 25 Jan 2013 23:47:34 +0000 ib Add uiMainDone(), uiVideoDone(), uiPlaybarDone() and uiMenuDone().
Fri, 25 Jan 2013 21:52:55 +0000 ib Cosmetic: Rename variable.
Fri, 25 Jan 2013 15:42:36 +0000 ib Cosmetic: Rename variable.
Fri, 25 Jan 2013 15:39:18 +0000 ib Move main window initialization code to uiMainInit().
Fri, 25 Jan 2013 15:12:25 +0000 ib Move video window initialization code to uiVideoInit().
Fri, 25 Jan 2013 12:43:54 +0000 ib Add comment on order of window initialization.
Fri, 25 Jan 2013 12:26:31 +0000 ib Add new functions uiMainInit() and uiVideoInit().
Fri, 25 Jan 2013 10:43:15 +0000 ib Cosmetic: Rename uiMainEvent() uiEvent().
Fri, 25 Jan 2013 10:28:38 +0000 ib Relocate uiMainEvent() prototype.
Thu, 24 Jan 2013 17:44:38 +0000 ib Cosmetic: Rename uiEventHandling() uiMainEvent().
Thu, 24 Jan 2013 17:11:41 +0000 ib Cosmetic: Rename uiDND uiMainDND.
Thu, 24 Jan 2013 17:08:38 +0000 ib Cosmetic: Remove "Handle(r)" from function names.
Thu, 24 Jan 2013 16:59:28 +0000 ib Remove unnecessary cast.
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 16:34:35 +0000 ib Make uiMainRender static.
Thu, 24 Jan 2013 16:06:48 +0000 ib Get rid of uiVideoRender.
Thu, 24 Jan 2013 15:57:37 +0000 ib Realize a smooth and flicker-free video when resizing during playback.
Thu, 24 Jan 2013 13:08:31 +0000 ib Cosmetic: Change argument to uiEventHandling() ivRedraw call.
Thu, 24 Jan 2013 12:58:17 +0000 ib Move assignment to uiMainRender to a more appropriate place.
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:36:36 +0000 ib Remove unnecessary wsWindowBackground() calls.
Wed, 23 Jan 2013 14:25:22 +0000 ib Remove wsWindowClear().
Sat, 19 Jan 2013 12:45:14 +0000 ib Remove redundant parameter from function.
Fri, 18 Jan 2013 01:13:50 +0000 ib Remove parameter for border_width from wsWindowCreate().
Fri, 18 Jan 2013 00:35:38 +0000 ib Cosmetic: Rename ws functions for the sake of consistency.
Thu, 17 Jan 2013 17:41:44 +0000 ib Make variable wsScreenDepth static.