]> git.sesse.net Git - vlc/history - modules/gui/macosx/vout.m
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / vout.m
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-06-08 Pierre d'HerbemontMac OS X gui: Comply to "Cocoa Thread Safety" guideline...
2007-04-22 Pierre d'HerbemontMac OS X gui: Use the proper vlc infrastructure to...
2007-04-22 Pierre d'HerbemontMac OS X gui: Use the scroll wheel to set the sound...
2007-04-04 Felix Paul Kühne* make sure that the fspanel is being actived in all...
2007-04-02 Pierre d'HerbemontMac OS X gui: Fix a crash when asking for fullscreen...
2007-03-03 Pierre d'HerbemontMac OS X gui: Use a recursive lock to be able to trigge...
2007-03-03 Pierre d'HerbemontMac OS X gui: Protect the fullscreen animation by a...
2007-03-03 Pierre d'HerbemontMac OS X gui: Rework VLCVoutWindow behaviour when macos...
2007-03-03 Pierre d'HerbemontDon't forget to release the screen when closing the...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure the embedded window don't get...
2007-03-03 Pierre d'HerbemontFix main screen detection for the detached window on...
2007-03-03 Pierre d'HerbemontClose the embedded window only when playlist stop....
2007-03-02 Pierre d'HerbemontSupport other displays fade out. Change video-device...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-03-01 Pierre d'HerbemontFix file name representation of the video output window...
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2007-01-14 Felix Paul Kühne* allow the screensaver to appear when video playback...
2006-12-26 Felix Paul Kühne* be more accurate when fading in and out (refs #913...
2006-12-07 Derk-Jan Hartman* Don't redraw the window when going to fullscreen...
2006-12-07 Derk-Jan Hartman* forwardport: [18319], [18320]
2006-11-26 Felix Paul Kühne* fspanel usability fixes (forward-port of [18077]...
2006-11-26 Felix Paul Kühne* the remaining compilation fixes plus a bit of clean...
2006-11-05 Felix Paul Kühne* forward-port [17497] with the addition of an 'embedde...
2006-10-12 Derk-Jan HartmanFix MacOS X black screens and play as background option...
2006-09-21 Eric PetitRemoves --macosx-fill which has been long broken and...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-10 Felix Paul Kühne* New Fullscreen controller panel
2006-08-19 Felix Paul Kühne* also forward the mouse events to super if no vout...
2006-08-19 Felix Paul Kühne* always forward the clicks to OSX's core
2006-07-29 Jérome DecoodtAdd Ctrl+clic to handle one button mice
2006-07-15 Felix Paul Kühne* removed useless include
2006-07-15 Felix Paul Kühne* implemented a ctrl-click menu for the vouts (refs...
2006-07-06 Damien Fouilleulvout.m: change in fullscreen behaviour
2006-04-19 Benjamin Pracht* Fix always on top when exiting fullscreen
2006-04-14 Derk-Jan Hartman* Fix a crash in the MacOS X vout if p_real_vout isn...
2006-04-04 Felix Paul Kühne* I should get some sleep now
2006-04-04 Felix Paul Kühne* remove commented ifs o_O
2006-04-04 Felix Paul Kühne* store the value of 'macosx-black' as one of VLCWindow...
2006-04-01 Christophe Mutricygui/macos/*: 2nd String Review (refs #438)
2006-03-29 Benjamin Pracht* vout.m : comment the NSLog call in windowContainsEmbe...
2006-03-09 Derk-Jan Hartman* Use the proper parent object to do var_Get macosx...
2006-03-07 Derk-Jan Hartman* Fix the issue where sometimes the Menubar wouldn...
2006-03-03 Felix Paul Kühne* fixed a signed vs unsinged warning
2006-02-14 Jérome DecoodtAdd --macosx-black switch to black non video screens...
2006-02-01 Derk-Jan Hartman* A few Mac OS X intf fixes. To be honest. we should...
2006-01-12 Antoine CellerierFSF address change.
2005-12-27 Benjamin Pracht* Add an controls to the vout (using the embedded vout...
2005-12-18 Benjamin Pracht* Apply changed made to the 0.8.5 branch to trunk.
2005-09-09 Derk-Jan Hartman* Option for Desktop Background mode for VLC OSX.
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-05 Derk-Jan Hartman* stop listening for mouse events before the view is...
2005-06-04 Derk-Jan Hartman* fix a locking issue in the window destruction. (thx...
2005-06-04 Eric Petit macosx/vout*: also destroy the window and attach/detac...
2005-05-19 Eric Petit macosx/vout*: quick kludge for Tiger crashes
2005-05-11 Derk-Jan Hartman* vout.m: small codefixes that were not 100% problems.
2005-04-12 Derk-Jan Hartman* fixed fullscreen on osx with multiple vouts.
2005-04-03 Derk-Jan Hartman* better support for multiple display selection on...
2005-02-27 Andre Pang* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla...
2005-02-23 Derk-Jan Hartman* Fix setRepresentedFilename in case p_access not prese...
2005-02-23 Derk-Jan Hartman* Update copyright to 2005 where appropriate.
2005-02-22 Jérome DecoodtWe use setRepresentedFilename if access is File.
2005-02-21 Jérome DecoodtDo not use setTitleWithRepresentedFilename if input...
2005-02-18 Eric Petit video_output/opengl.c: fixed a (OS X only) segfault
2005-01-20 Derk-Jan HartmanOS X intf work
2004-12-23 Derk-Jan Hartman* src/libvlc.h: Added a "snapshot-format" option to...
2004-12-13 Eric Petit macosx/vout*.m: factorized some more code, fixed GL...
2004-12-12 Eric Petit macosx/vout*: fixed escape key not exiting fullscreen...
2004-11-17 Derk-Jan Hartman* Fix display of playlist on OSX. Looks briljant :)
2004-11-17 Derk-Jan Hartman* Fix some crashes because of new playlist core
2004-08-31 Derk-Jan Hartman * Defer nsviews untill the NSWindow is created. Hopefu...
2004-08-17 Eric Petit ALL: OS X OpenGL provider
2004-08-02 Derk-Jan Hartman* modules/gui/macosx/vout: Output YUY2 to QT/QD.
2004-08-02 Derk-Jan Hartman* Fixed hotkey/OSD behaviour for OS X. Also prevents...
2004-07-28 Derk-Jan HartmanMacOSX intf work
2004-07-27 Derk-Jan Hartman* More code cleanup for OSX vout. Man what a mess this...
2004-07-27 Derk-Jan Hartman-
2004-07-05 Derk-Jan Hartman* OSX lowlevel work
2004-05-18 Eric Petit macosx/vout*: fixed a possible segfault on vout close
2004-05-14 Eric Petit macosx/vout.m: don't forget to EndFullScreen() on...
2004-05-13 Eric Petit macosx/vout.m : fixed --macosx-fillscreen
2004-05-13 Eric Petit macosx/vout* : in GL mode, create a fullscreen window...
2004-05-04 Eric Petit + macosx/vout.m : catch mouse events in OpenGL mode...
2004-04-30 Eric Petit + macosx/vout*: use two pictures and OpenGL textures...
2004-04-30 Derk-Jan Hartman * src/video_output/vout_intf.c: remember video-on...
2004-04-29 Derk-Jan Hartman* Updated the Vout behaviour. Still a bit coupled to...
2004-04-20 Andre Pang* Mac OS X: intercept and respond to user-configured...
2004-04-20 Derk-Jan Hartman* extras/contrib/src
2004-03-31 Gildas Bazin* modules/gui/*: compilation fixes for the new input_it...
2004-03-16 Derk-Jan Hartman* Fixed a crash with blank opengl effect paramerter
2004-03-08 Benjamin Pracht- *.nib, playlist.*
2004-03-04 Benjamin PrachtSet intf-change to TRUE when toggling fullscreen with...
2004-03-03 Eric Petit macsox/* : added --macosx-fill
2004-02-28 Eric Petit macosx/vout* : don't forget to exit fullscreen mode...
2004-02-26 Derk-Jan Hartman* don't break things...
2004-02-26 Derk-Jan Hartman* Something I forgot
next