]> git.sesse.net Git - vlc/history - modules/gui/macosx/voutgl.m
safari: fix crash on exit after going fullscreen in webbrowser plugin.
[vlc] / modules / gui / macosx / voutgl.m
2009-03-17 Jean-Paul Samansafari: fix crash on exit after going fullscreen in...
2009-03-17 Jean-Paul Samanmacosx: cleanup
2009-03-17 Jean-Paul Samanmacosx: remove unused variable.
2009-03-17 Jean-Paul Samanmacosx: fix potential memleaks
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-17 Jean-Paul Samanvougl.m: cosmetics
2009-03-04 Rémi Denis-CourmontRemove unused VOUT_PARENT
2009-02-20 Jean-Paul SamanRevert "mozilla: video is displayed again"
2009-02-20 Jean-Paul Samanmozilla: video is displayed again
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontRemove unneeded VOUT_CLOSE.
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-09-20 Pierre d'Herbemontmacosx: Don't abort() if the screen isn't GL accelerate...
2008-08-23 Pierre d'Herbemontmacosx: Save a reference to the view in the voutgl.
2008-07-13 Pierre d'Herbemontmacosx: Make sure we can move the window by clicking...
2008-07-08 Pierre d'Herbemontmacosx: Fix +resetVout prototype. (Fix #1679 "Fullscree...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-26 Pierre d'Herbemontmacosx: avoid a crash if VLCIntf is NULL.
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-01-12 Felix Paul Kühneopengl-vout-osx: remove 2 incorrect checks (assuming...
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-09-18 Rémi Denis-CourmontDon't cite strerror. It is a bad example!
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