]> git.sesse.net Git - vlc/history - modules/gui/macosx/intf.m
macosx: bump plist version to avoid exceptions when upgrading from 2.0.x or 2.1-git
[vlc] / modules / gui / macosx / intf.m
2013-05-17 Felix Paul Kühnemacosx: bump plist version to avoid exceptions when...
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-05-02 David Fuhrmannmacosx: fix start in fullscreen setting
2013-04-30 David Fuhrmannmacosx: sanity checks and locking for video provider...
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-Numbers to NSNumbe...
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-String to NSString...
2013-04-30 Felix Paul Kühnemacosx: upgrade read-only array initializations to...
2013-04-22 Felix Paul Kühnemacosx: added support for the Boss Key (close #7243)
2013-04-22 Felix Paul Kühnemacosx: don't listen to media keys if current playlist...
2013-04-21 Felix Paul Kühnemacosx: update some copyright headers
2013-04-21 Felix Paul Kühnemacosx: subscribe to libvlccore's debug messages only...
2013-04-12 David Fuhrmannmacosx: fix UI freeze when large amount of playlist...
2013-04-09 David Fuhrmannmacosx: handle space key by core, used as default setti...
2013-04-04 David Fuhrmannmacosx: use hotkeys for apple remote volume control
2013-03-24 David Fuhrmannmacosx: do registration of the log callback slightly...
2013-03-18 Rémi Denis-CourmontRename msg_item_* to vlc_log_* (cosmetic)
2013-03-18 Rémi Denis-Courmontmacosx: use vlc_LogSet()
2013-03-02 David Fuhrmannmacosx: add missing autorelease pool
2013-03-02 David Fuhrmannmacosx: add support for pausing iTunes when VLC playbac...
2013-03-02 David Fuhrmannmacosx: fix playbackstatusUpdated in case of ended...
2013-02-15 David Fuhrmannmacosx: move fullscreen logic to VLCVoutController...
2013-02-15 David Fuhrmannfix play / pause and rename method for better clarity
2013-02-10 David Fuhrmannmacosx: fix another wrong occurrence of the fspanel
2013-02-09 David Fuhrmannmacosx: only show fspanel when needed, additional fixed...
2013-02-09 David Fuhrmannmacosx: add lion fullscreen support for detached windows
2013-02-07 Felix Paul Kühnemacosx: replace all 'key-action' calls with their prope...
2013-02-03 Felix Paul Kühnemacosx: fixed compilation warning and potential runtime...
2013-01-24 Felix Paul Kühnemacosx: implement audio device selection using the...
2013-01-21 Felix Paul Kühnemacosx: fixed compilation on 10.6
2013-01-21 Rob JonsonUse new function to declare user activity (from 10...
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2013-01-08 Josh Watzmanmacosx: call input_changed in extensions
2013-01-03 David Fuhrmannmacosx: audio effects panel: migrate autosave and bugfi...
2013-01-03 David Fuhrmannmacosx: video effects panel: autosave profiles and...
2013-01-01 David Fuhrmannmacosx: do not send left and right arrow key to controls
2012-12-25 Felix Paul Kühnemacosx: fixed subtitle rendering resolution when using...
2012-11-26 Rémi Denis-CourmontUse "activity" instead of "item-current" variable
2012-11-25 David Fuhrmannmacosx: fix display sleep in some situations
2012-11-18 David Fuhrmannmacosx: fix selectorNotFound warnings of when compiling...
2012-11-15 Felix Paul Kühnemacosx: reset A to B loop when switching playlist items
2012-11-15 Felix Paul Kühnemacosx: fixed format-security warnings introduced in...
2012-11-15 Felix Paul Kühnemacosx: implemented A->B Loop (close #5187)
2012-11-11 Felix Paul Kühnemacosx: fixed crash when terminating while the progress...
2012-11-10 David Fuhrmannmacosx: simplify vout window instantiation
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-27 David Fuhrmannmacosx: only set videoplayback to false when last vout...
2012-10-27 David Fuhrmannmacosx: move vout initialisation to vout controller
2012-10-20 David Fuhrmannmacosx: implement vout actions handling for multiple...
2012-10-19 Felix Paul Kühnemacosx: thou shall not close AppKit windows off main...
2012-10-08 David Fuhrmannmacosx: adapt and fix fullscreen handling after latest...
2012-10-02 David Fuhrmannmacosx: move the resizing code to VLCVideoWindowCommon...
2012-10-02 David Fuhrmannmacosx: add new controller which handles multiple vout...
2012-09-30 David Fuhrmannmacosx: add own video view for each window
2012-09-28 Felix Paul Kühnemacosx: work-around IOKit bug in OS X 10.7.4 and 10...
2012-09-21 David Fuhrmannmacosx: create new classes for all controls bar related...
2012-09-13 David Fuhrmannmacosx: decouple !video-deco from detached video window...
2012-09-12 Felix Paul Kühnemacosx: added 2 new classes for generic dialogs to...
2012-09-07 David Fuhrmannmacosx: rename forgotten occurence of macosx-background
2012-09-04 David Fuhrmannmacosx: use video-wallpaper instead of macosx-backgroun...
2012-09-04 Felix Paul Kühnemacosx: removed dead code
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-09-02 Felix Paul Kühnemacosx: fixed conditionals for the different OS X relea...
2012-08-26 Felix Paul Kühnemacosx: simplify preferences handling
2012-08-24 Felix Paul Kühnemacosx: move code line from VLCMain to VLCMainMenu...
2012-08-24 Felix Paul Kühnemacosx: split StringUtility from VLCMain and move it...
2012-08-24 Felix Paul Kühnemacosx: replaced deprecated 'UpdateSystemActivity'...
2012-08-23 Felix Paul Kühnemacosx/messages: replace deprecated API call with moder...
2012-08-23 Felix Paul Kühnemacosx: added option to disable the next/prev feature...
2012-08-22 Felix Paul Kühnemacosx: improve main window initialization
2012-08-22 Felix Paul Kühnemacosx: fixed potential race condition
2012-08-22 Felix Paul Kühnemacosx: fixed random debug message crash
2012-08-22 Felix Paul Kühnemacosx: fixed crash when setting up the video output
2012-08-22 Felix Paul Kühnemacosx: fixed crash in CoreDialogs when closing the...
2012-08-22 Felix Paul Kühnemacosx: added a checkbox to send crash reports automati...
2012-08-22 Felix Paul Kühnemacosx: fail silently when crash log delivery gives...
2012-08-22 Felix Paul Kühnemacosx: update crash log server DNS
2012-08-22 Felix Paul Kühnemacosx: fixed crashlog lookup on Mountain Lion
2012-08-21 Konstantin Pavlovmacosx gui: use vlc_path2uri.
2012-08-19 David Fuhrmannmacosx: save debug log to rtf instead rtfd
2012-08-16 Felix Paul Kühnemacosx: fixed setting the following options on the...
2012-08-03 Felix Paul Kühnemacosx: fixed NSRangeException when triggering modifier...
2012-07-23 David Fuhrmannmacosx: re-implement macosx-background
2012-07-23 David Fuhrmannmacosx vout: move setter for window level to vout provider
2012-07-11 David Fuhrmannmacosx: activate app when going to fullscreen
2012-07-11 David Fuhrmannmacosx: fix fullscreen set by vout only (e.g. over...
2012-07-04 David Fuhrmannmacosx: handle volume apple remote keys as hotkeys...
2012-07-03 David Fuhrmannmacosx: change handling of arrow keys slightly
2012-07-03 David Fuhrmannmacosx: fix handling of shortcuts which include shift
2012-06-18 David Fuhrmannmacosx: add NSApplicationDelegate for VLCMain class...
2012-06-12 David Fuhrmannmacos: slightly improved error handling when open files
2012-06-11 David Fuhrmannmacosx: sort items before adding to playlist over dock...
2012-06-11 David Fuhrmannmacosx: add multiple files dragged to dock icon together
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-25 David Fuhrmannmacosx: several fixes and improvements for hotkey handling
2012-05-20 Felix Paul Kühnemacosx: added an option to let the Apple Remote control...
2012-05-18 David Fuhrmannmacosx: some small improvements for !video-deco
2012-05-18 Felix Paul Kühnemacosx: allow the user to sleep his/her Mac using the...
2012-05-18 Felix Paul Kühnemacosx: use CoreInteraction code for the media key...
next