]> git.sesse.net Git - vlc/history - modules/gui/macosx/voutgl.m
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / voutgl.m
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-06-09 Pierre d'HerbemontMac OS X gui: Fix a comment.
2007-06-09 Pierre d'HerbemontMac OS X gui: Don't leak the autoreleased object.
2007-06-08 Pierre d'HerbemontMac OS X gui: Comply to "Cocoa Thread Safety" guideline...
2007-03-28 Damien Fouilleulvoutgl.m: support for VOUT_REDRAW_RECT in agl code...
2007-03-11 Damien Fouilleul- voutgl.m: misc cleanup, reworked context locking...
2007-03-08 Derk-Jan Hartman* use locking on the OpenGL context (using two APIs...
2007-03-05 Felix Paul Kühne* fix propset 'Id'
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure libvlc exit properly. Don't...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-30 Damien Fouilleulvoutgl: fix AR in mozilla plugin
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-06-14 Damien Fouilleulfixes for crash in Safari plugin when terminating ...
2006-06-01 Damien Fouilleul- voutgl.m: added OpenGL provider for MacOS X Safari...
2006-04-04 Benjamin Pracht* Reading APIs before starting to code can allow to...
2006-04-01 Christophe Mutricygui/macos/*: 2nd String Review (refs #438)
2006-03-30 Benjamin Pracht* Implement Crop in the ogl vout
2006-03-29 Benjamin Pracht* vout.m : comment the NSLog call in windowContainsEmbe...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-02-13 Derk-Jan Hartman* revert unaccelerated OpenGL. it's useless :D
2006-02-01 Derk-Jan Hartman* Enable OpenGL without Acceleration on Mac OSX. (Fallb...
2006-01-12 Antoine CellerierFSF address change.
2005-12-18 Benjamin Pracht* Apply changed made to the 0.8.5 branch to trunk.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-14 Derk-Jan Hartman* Lets go beserk on the locking and event passing for...
2005-06-04 Eric Petit macosx/vout*: also destroy the window and attach/detac...
2005-03-25 Eric Petit Fix for thread-unsafe OpenGL implementations (OS X...)
2005-03-16 Eric Petit macosx/voutgl.m: fixed --macosx-stretch in GL provider
2005-02-23 Derk-Jan Hartman* Update copyright to 2005 where appropriate.
2005-02-18 Eric Petit macosx/voutgl.m: fixed another crash (hopefully the...
2005-02-18 Eric Petit video_output/opengl.c: fixed a (OS X only) segfault
2004-12-13 Eric Petit macosx/vout*.m: factorized some more code, fixed GL...
2004-12-12 Eric Petit opengl.c, voutgl.m: restored smooth resizing on OS X
2004-12-12 Eric Petit macosx/vout*: fixed escape key not exiting fullscreen...
2004-10-05 Derk-Jan Hartman* Disabled the OSX OpenGL vout untill it's problems...
2004-08-17 Eric Petit + macosx/equalizer.m: missing vlc_object_release()
2004-08-17 Eric Petit ALL: OS X OpenGL provider