log

age author description
2013-01-27 al build: configure: Simplify check for alloca
2013-01-26 ib Comment code with no effect.
2013-01-26 ib Cosmetic: Adjust indent.
2013-01-26 ib Restructure code for video window in uiChangeSkin().
2013-01-26 ib Remove code almost identical to uiMenuDone() plus uiMenuInit().
2013-01-26 ib Remove pointless condition.
2013-01-26 ib Remove pointless menuIsInitialized.
2013-01-26 ib Exit GUI if we can't return to the skin we started with.
2013-01-26 ib Change window reload order.
2013-01-26 ib Cosmetic: Rename variables.
2013-01-26 ib Remove unnecessary nfree() call.
2013-01-25 ib Remove unnecessary, conditional free() call.
2013-01-25 ib Add uiMainDone(), uiVideoDone(), uiPlaybarDone() and uiMenuDone().
2013-01-25 ib Make mainDrawBuffer static.
2013-01-25 ib Cosmetic: Rename variable.
2013-01-25 ib Compact code.
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Fix bug with evPlay.
2013-01-25 ib Cosmetic: Rename variable.
2013-01-25 ib Move main window initialization code to uiMainInit().
2013-01-25 ib Move video window initialization code to uiVideoInit().
2013-01-25 ib Update skin documentation.
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Allow video window without image displayed in it.
2013-01-25 ib Improve debug message.
2013-01-25 ib Add a playbar window initialization debug message.
2013-01-25 ib Relocate menu window initialization debug message.
2013-01-25 ib Add comment on order of window initialization.
2013-01-25 ib Add new functions uiMainInit() and uiVideoInit().
2013-01-25 ib Fix segmentation fault with menu window.
2013-01-25 ib Set MouseHandler for menu window.
2013-01-25 ib Relocate uiLoadPlay.
2013-01-25 ib Add comments.
2013-01-25 ib Add missing type to variable declaration.
2013-01-25 ib Remove unnecessary initialization.
2013-01-25 ib Cosmetic: Rename uiMainEvent() uiEvent().
2013-01-25 ib Relocate uiMainEvent() prototype.
2013-01-25 ib Relocate uiMainEvent().
2013-01-24 ib Cosmetic: Rename uiMainAutoPlay uiLoadPlay.
2013-01-24 ib Remove unused declaration.
2013-01-24 ib Cosmetic: Rename uiEventHandling() uiMainEvent().
2013-01-24 ib Cosmetic: Replace uiMenuInit().
2013-01-24 ib Rename uiShowMenu() uiMenuShow() and uiHideMenu() uiMenuHide().
2013-01-24 ib Cosmetic: Replace uiPlaybarShow().
2013-01-24 ib Cosmetic: Replace declarations.
2013-01-24 ib Cosmetic: Rename uiDND uiMainDND.
2013-01-24 ib Cosmetic: Remove "Handle(r)" from function names.
2013-01-24 ib Remove unnecessary cast.
2013-01-24 ib Cosmetic: Rename ReDraw DrawHandler.
2013-01-24 ib Cosmetic: Replace DandD by DND.
2013-01-24 ib Make uiMainRender static.
2013-01-24 ib Get rid of uiVideoRender.
2013-01-24 ib Cosmetic: Adjust indent.
2013-01-24 ib Realize a smooth and flicker-free video when resizing during playback.
2013-01-24 ib Partly revert r35847.
2013-01-24 ib Cosmetic: Adjust indent.
2013-01-24 ib Disable handler fuctions in wsWindowDestroy().
2013-01-24 ib Remove unnecessary assignment.
2013-01-24 ib Rename menuRender uiMenuRender and make it static.
2013-01-24 ib Remove unnecessary setting of uiMainRender.
2013-01-24 ib Cosmetic: Change argument to uiEventHandling() ivRedraw call.
2013-01-24 ib Move assignment to uiMainRender to a more appropriate place.
2013-01-24 ib Add some notes for later checking and fixing.
2013-01-23 ib Remove unnecessary setting of uiVideoRender.