]> git.sesse.net Git - vlc/history - modules/gui/macosx/intf.m
macosx: use CoreInteraction code for the media key triggers
[vlc] / modules / gui / macosx / intf.m
2012-05-18 Felix Paul Kühnemacosx: use CoreInteraction code for the media key...
2012-05-18 Felix Paul Kühnemacosx: using the updated SPMediaKeyTap, we can disable...
2012-05-17 Felix Paul Kühnemacosx: improve memory and hotkey handling (in case...
2012-05-17 Felix Paul Kühnemacosx: fixed corner case, which could lead to an empty...
2012-05-11 Felix Paul Kühnemacosx: improve the handling of broken prefs and make...
2012-05-09 Felix Paul Kühnemacosx: remove another hack, since it isn't needed
2012-05-09 Felix Paul Kühnemacosx: replaced dated threading hacks with the latest...
2012-05-09 Rémi Denis-CourmontRevert "macosx: run on first thread directly, like...
2012-05-07 Rémi Denis-Courmontmacosx: run on first thread directly, like already...
2012-04-22 Felix Paul Kühnemacosx: re-implement the 'icon-change' options
2012-04-20 David Fuhrmannmacosx: make lion fullscreen compatible with reworked...
2012-04-18 Rémi Denis-Courmontmsg_Subscribe: expose structure to plugins
2012-04-16 Felix Paul Kühnemacosx: fixed memory leak
2012-04-16 Felix Paul Kühnemacosx: fixed potential race condition
2012-04-16 Felix Paul Kühnemacosx: fixed broken preferences on launch when startin...
2012-04-11 Felix Paul Kühnemacosx: prevent intermittent crashes on quit by releasi...
2012-04-11 Felix Paul Kühnemacosx: added media key support for keyboards by other...
2012-04-09 Felix Paul Kühnemacosx: update old preferences detection code
2012-04-02 Felix Paul Kühnemacosx: retain the macosx-audio-device across multiple...
2012-03-24 Felix Paul Kühnemacosx: fixed corner-case in which the play button...
2012-03-21 David Fuhrmannmacosx: fix another rare crash on exit
2012-03-20 Rémi Denis-CourmontMove configuration defines to <vlc_plugin.h>
2012-03-17 David Fuhrmannmacosx: set b_nativeFullscreenMode to true only if...
2012-03-14 David Fuhrmannmacosx: priorize native fullscreen over non-embedded...
2012-03-05 Felix Paul Kühnemacosx: fixed crash on quit while the video plays in...
2012-03-05 Felix Paul Kühnemacosx: implemented playback controls for the detached...
2012-03-04 Felix Paul Kühnemacosx: handle Lion's fullscreen shortcut in addition...
2012-03-04 David Fuhrmannmacosx: fix white fullscreen when video ended(close...
2012-03-03 David Fuhrmannmacosx: fix crash on exit in concunction with InputEvent
2012-03-01 Felix Paul Kühnemacosx: fixed track synchronization panel (close #6233)
2012-02-23 David Fuhrmannmacosx: proper use of presenation options, removal...
2012-02-20 Felix Paul Kühnemacosx: limit the screensaver blocking to video playback
2012-02-19 Felix Paul Kühnemacosx: make sure that the video output is displayed...
2012-02-19 Felix Paul Kühnemacosx: make sure to always exit the fullscreen mode...
2012-02-16 Felix Paul Kühnemacosx: when opening subtitles while playing a movie...
2012-02-15 Rafaël CarréOSX GUI: don't check for interface pointer
2012-02-15 Rafaël CarréOSX GUI: move single termination variable where it...
2012-02-15 Felix Paul Kühnemacosx: make sure the interface doesn't leak any inputs...
2012-02-14 Felix Paul Kühnemacosx: since Cocoa expects the main thread to quit...
2012-02-12 Felix Paul Kühnemacosx: implemented the sidebar completely to support...
2012-02-12 Felix Paul Kühnemacosx: save playback modes on quit and recover more...
2012-02-11 David Fuhrmannmacosx: don't allow lion fullscreen in combination...
2012-02-11 Felix Paul Kühnemacosx: l10n fixes
2012-02-05 Jan WinterOSX: NSDistributedNofitication is sent on playerStateChange
2012-02-05 Felix Paul Kühnemacosx: removed hacks which could lead to crashes when...
2012-02-04 Felix Paul Kühnemacosx: force some more methods to run on the main...
2012-01-31 Felix Paul Kühnemacosx: prevent AppKit calls from threads which aren...
2012-01-29 Felix Paul Kühnemacosx: fixed potential crashes when localizing strings
2012-01-27 Felix Paul Kühnemacosx: fixed 'intf-show' and 'intf-toggle-fscontrol...
2012-01-22 Felix Paul Kühnemacosx: make sure that the fullscreen controller is...
2012-01-22 David Fuhrmannmacosx: leave fullscreen when last playlist item stops
2012-01-20 Felix Paul Kühnemacosx: make sure that NSApplicationWillTerminateNotifi...
2012-01-20 Felix Paul Kühnemacosx: fixed a crash when stressing the playlist by...
2012-01-15 David Fuhrmannmacosx: avoid out of bound exception which can occur...
2012-01-15 Felix Paul Kühnemacosx: fixed fullscreen mode when linking against...
2012-01-11 Felix Paul Kühnemacosx: re-written the messages panel to use a table...
2012-01-09 David Fuhrmannmacosx: fixed crash when log window is open while progr...
2012-01-08 Felix Paul Kühnemacosx: fix the window menu's close and minimize comman...
2012-01-06 Felix Paul Kühnemacosx: fixed interface crash on quit
2012-01-06 Felix Paul Kühnemacosx: fixed rare crash when reshaping the video view...
2012-01-06 Felix Paul Kühnemacosx: make sure we update the menu from the main...
2012-01-06 Felix Paul Kühnemacosx: really fix the messages panel (fixes #5541...
2012-01-06 Felix Paul Kühnemacosx: speed-up loading the open panel by loading...
2011-12-23 Felix Paul Kühnemacosx: fixed 'disappearing' main window (fixes #5714)
2011-12-22 Felix Paul Kühnemacosx: fixed fullscreen toggle through the http interf...
2011-12-20 Felix Paul Kühnemacosx: enter fullscreen only if we were on Lion or...
2011-12-20 Felix Paul Kühnemacosx: fixed missing menubar on Lion when entering...
2011-12-19 Felix Paul Kühnemacosx: fixed obscure crash when starting playback...
2011-12-09 Jean-Baptiste KempfMacOS: fix getVideoViewAtPositionX
2011-12-06 Rafaël CarréOSX: Sparkle is not optional
2011-12-02 Felix Paul Kühnemacosx: don't do AppKit stuff if you're unsure that...
2011-11-24 Rafaël CarréOSX: test and use frameworks correctly
2011-11-23 Rafaël CarréOSX: make BGHUDAppKit and Sparkle optional
2011-11-19 Felix Paul Kühnemacosx: replaced a few NSLog which sneaked in this...
2011-11-12 Felix Paul Kühnemacosx: handle the space key correctly for play/pause...
2011-11-12 Felix Paul KühneRevert "macosx: remove callbacks in VLCMain correctly...
2011-11-10 Felix Paul Kühnemacosx: fixed crash on Leopard
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-10-15 Felix Paul Kühnemacosx: remove callbacks in VLCMain correctly. Fixes...
2011-10-09 Jean-Baptiste KempfMacOS: remove some callbacks
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-10-03 Felix Paul Kühnemacosx: fixed handling of plus and minus keys
2011-10-03 Felix Paul Kühnemacosx: fixed hotkeys for non-ascii-character and non...
2011-09-26 Felix Paul Kühnemacosx: fixed hotkey support for the arrow keys and...
2011-09-04 Felix Paul Kühnemacosx: remove dead code and rename vout.* to VideoView.*
2011-08-23 Felix Paul Kühnemacosx: store index of eq set in the menuitems' tags...
2011-08-21 Felix Paul Kühnemacosx: added an option to disable the native fullscree...
2011-08-21 Felix Paul Kühnemacosx: adopt courmisch's feedback, thx
2011-08-21 Felix Paul Kühnemacosx: fixed compilation against the updated msg API
2011-08-20 Felix Paul Kühnemacosx: simplified the subtitle opening sheet
2011-08-19 Rémi Denis-CourmontRemove msg_cb_data_t and simplify accordingly
2011-08-19 Rémi Denis-CourmontFix namespace, remove useless variable and clean up...
2011-08-19 Felix Paul Kühnemacosx: implement a 'Record' menu item
2011-08-16 Felix Paul Kühnemacosx: moved compatiblity fixes to a designated header
2011-08-16 Felix Paul Kühnemacosx: added native fullscreen support for OS X Lion
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-08-10 Felix Paul Kühnemacosx: implemented the 'autoscale' feature and fixed...
2011-08-09 Felix Paul Kühnemacosx: fixed fspanel
2011-08-09 Felix Paul Kühnemacosx: re-implemented VLCVoutView and removed dead...
2011-08-08 Felix Paul Kühnemacosx: move VLCFSPanel from VLCControls to VLCMainWind...
next