Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cocoa_common: check if the screen has a menubar in a more generic way | Stefano Pigozzi | 2013-10-09 | 1 | -1/+3 |
| | | | | Fixes #274 | ||||
* | cocoa_common: add OS X 10.7 compatibility hacks includes | Stefano Pigozzi | 2013-10-05 | 1 | -0/+1 |
| | | | | | I forgot these when I split the code. They will hopefully fix compilation on 10.7. | ||||
* | cocoa_common: split the code, refactoring and cleanups | Stefano Pigozzi | 2013-09-28 | 1 | -0/+51 |
Split the code to several files. The GUI elements now each have they own files and private state. The original code was a mess to respect the retarded mplayer convention of having everything in a single file. This commit also seems to fix the long running bug of artifacts showing randomly when going fullscreen using nVidia GPUs. |