log gui/ui/video.c @ 36215:4eb27365d0b0

age author description
2013-01-25 ib Add uiMainDone(), uiVideoDone(), uiPlaybarDone() and uiMenuDone().
2013-01-25 ib Move video window initialization code to uiVideoInit().
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-24 ib Rename uiShowMenu() uiMenuShow() and uiHideMenu() uiMenuHide().
2013-01-24 ib Cosmetic: Remove "Handle(r)" from function names.
2013-01-24 ib Get rid of uiVideoRender.
2013-01-24 ib Remove unnecessary assignment.
2013-01-23 ib Remove unnecessary wsWindowBackground() calls.
2013-01-18 ib Cosmetic: Rename ws functions for the sake of consistency.
2013-01-16 ib Save the correct video window position.
2013-01-15 ib Add comments.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-04 ib Introduce boolean symbolic constants.
2012-11-30 ib Don't include config.h if not necessary.
2012-03-03 ib Cosmetic: Move, change and add some comments on GUI windows.
2012-03-03 ib Rename sub window video window.