]> git.sesse.net Git - vlc/history - modules/gui/macosx/vout.m
macosx: experimental 64bit support
[vlc] / modules / gui / macosx / vout.m
2009-04-12 Felix Paul Kühnemacosx: experimental 64bit support
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-16 Felix Paul Kühnemacosx: fix 2 warnings
2009-01-10 Felix Paul KühneClean up here and there
2009-01-04 Felix Paul Kühne64bit compilation fixes
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-10-03 Felix Paul Kühnemacosx: ugly compilation fix as VLC_OBJECT_OPENGL was...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-23 Pierre d'Herbemontmacosx: Make sure VLCIntf gets NULL-ify when VLC ends.
2008-08-23 Pierre d'Herbemontmacosx: Save a reference to the view in the voutgl.
2008-08-10 Derk-Jan Hartmanmacosx: fixing hotkey usage.
2008-08-10 Derk-Jan Hartmanmacosx: cleanup some of the hotkeys in macosx. Still...
2008-08-03 Derk-Jan Hartmanmacosx: don't send key events to inexistent p_vout.
2008-07-23 Pierre d'Herbemontmacosx: Make sure we create non existing variables.
2008-07-23 Pierre d'Herbemontmacosx: In detached mode don't fade out all screens...
2008-07-22 Pierre d'Herbemontmacosx: Make sure that the fspanel shows up in Float...
2008-07-22 Pierre d'Herbemontmacosx: in detached window set the min value of i_mouse...
2008-07-21 Pierre d'Herbemontmacosx: Make sure the vout window send mouseEvents...
2008-07-17 Pierre d'Herbemontmacosx: Remember the detached vout position.
2008-07-16 Pierre d'Herbemontmacosx: Properly inherit variables if they don't exist.
2008-07-16 Pierre d'Herbemontmacosx: Make sure the detached window is movable by...
2008-07-16 Pierre d'Herbemontmacosx: Remove a NSLog.
2008-07-16 Pierre d'Herbemontmacosx: Fix the detached window. Fix fullscreen. Use...
2008-07-13 Pierre d'Herbemontmacosx: Make sure we can move the window by clicking...
2008-07-13 Pierre d'Herbemontmacosx: Fix aspect ratio.
2008-07-12 Pierre d'Herbemontmacosx: Close the window after 3 seconds of not video...
2008-07-12 Pierre d'Herbemontmacosx: Save current fullscreen state.
2008-07-12 Pierre d'Herbemontmacosx: Make sure view gets removed before we close...
2008-07-12 Pierre d'Herbemontmacosx: remove the show window hack.
2008-07-12 Pierre d'Herbemontmacosx: Simplify the title update code.
2008-07-12 Pierre d'Herbemontmacosx: No need to use FREENULL here.
2008-07-12 Pierre d'Herbemontmacosx: Close embedded if fullscreen ended.
2008-07-12 Pierre d'Herbemontmacosx: Don't name 'Real' the functions that applies...
2008-07-12 Pierre d'Herbemontmacosx: Remove VLCEmbeddedDetachedVout because it's...
2008-07-08 Pierre d'Herbemontmacosx: Don't attempt to close the window in fullscreen.
2008-07-08 Pierre d'Herbemontmacosx: Correctly close the vout window if there is...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-12 Felix Paul KühneMake sure the window is set to a normal level before...
2008-05-09 Pavlov KonstantinOSX GUI: Use "Fullscreen Video Device" instead of ...
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-28 Felix Paul KühneFixed 'Blackout screens' on multi-screen setups
2008-03-24 Jean-Baptiste KempfHide Mouse Timeout on mac.
2008-02-20 Damien FouilleulMacOSX: fix macosx-embedded -> embedded-video migration
2008-02-13 Felix Paul Kühneqt4/macosx: fixed the embedded vout setting
2008-02-13 Felix Paul Kühnemacosx: removed the 'macosx-embedded' setting. It's...
2008-01-31 Felix Paul Kühnemacosx: added an extra sanity check to fix video playba...
2008-01-01 Felix Paul Kühnemacosx: if an input item includes a NowPlaying meta...
2007-12-28 Felix Paul Kühne* sorry, this one was unintended
2007-12-28 Felix Paul Kühne* add a 'graphite' button set including the facilities...
2007-12-23 Felix Paul Kühne* withCString is deprecated in 10.4. Use WithUTF8String...
2007-12-10 Felix Paul Kühnetypo
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-10-24 Felix Paul Kühne* make sure that we're using UTF-8 instead of Western...
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-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)
next