59 Commits (7eedad33904b1b15b72a67ac332e4e735fd6c46b)

Author SHA1 Message Date
David Fuhrmann fabe8243fe macosx: Replace VLCIntf by getIntf() 10 years ago
Marvin Scholz e9db84d774 macosx: Rename the Playlist related class files to match the class name 11 years ago
Rémi Denis-Courmont d39ba9a05c input: switch spu and audio delay variables to integer type 11 years ago
David Fuhrmann c6abf403e4 macosx: simplify/unify addition of new playlist items 12 years ago
Boy van Amstel c941d176d7 Support changing 'audio desync' via AppleScript on OSX 12 years ago
Felix Paul Kühne daa291c5d9 macosx/applescript: fix opening non-file URLs (close #10112) 12 years ago
Felix Paul Kühne e374892046 macosx: fix subtitles opening for the applescript bindings 13 years ago
David Fuhrmann 2633178fb1 macosx: also use toggleMute for apple-script action 13 years ago
Felix Paul Kühne 706da72a53 macosx: fix compilation on 10.6 with clang 3.0 13 years ago
Felix Paul Kühne 7033729747 macosx: upgrade read-only array initializations to the modern ObjC syntax 13 years ago
Felix Paul Kühne 5f5167f1ea macosx: re-write and simplify the apple event handlers for GetURL and OpenURL, make it respect 'macosx-autoplay' (close #6319) 13 years ago
David Fuhrmann cf04d7a8a5 fix play / pause and rename method for better clarity 13 years ago
Rémi Denis-Courmont 037a796b8d playlist: use playlist audio functions 14 years ago
David Fuhrmann b7165d6053 macosx: implement vout actions handling for multiple vout windows 14 years ago
Felix Paul Kühne c33e5f1920 macosx: unify and modernize coding style 14 years ago
Felix Paul Kühne 8a95e04ea6 macosx/applescript: cosmetics 14 years ago
Felix Paul Kühne 0dd9d856c5 macosx/applescript: add missing error handling 14 years ago
Felix Paul Kühne 0d05deabeb macosx/CoreInteraction: modernize getters and setters API 14 years ago
Felix Paul Kühne 49256c8d58 macosx: move code from CoreInteraction to the AppleScript class, since it was the only client using it 14 years ago
Felix Paul Kühne 5db103bc7a macosx: updated copyright headers 14 years ago
Felix Paul Kühne 267137066a macosx: fixed white spacing errors 14 years ago
Felix Paul Kühne cff6fc15e4 macosx: removed tabs and fixed whitespacing errors 14 years ago
Felix Paul Kühne 2a1e9a2002 macosx: fixed volume range (fix #5790) 14 years ago
Felix Paul Kühne 7911a9209f macosx: copyright fixes 15 years ago
Felix Paul Kühne ea32bd201b macosx: fixed white spacing errors introduced in previous commit (ff8183c04e) 15 years ago
Jan Winter ff8183c04e OS X AppleScript: added new features 15 years ago
Felix Paul Kühne b0f3b7ae48 macosx: fixed compilation warnings 15 years ago
Felix Paul Kühne 67da2de6db macosx: updated applescript binding to current API 15 years ago
Rémi Denis-Courmont 629dbd8af1 Remove useless vlc_object parameter when creating an input item 15 years ago
Felix Paul Kühne 60e9829d43 macosx: fixed warnings 15 years ago
Rémi Denis-Courmont 7e4d50ac42 Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
Felix Paul Kühne c3a1a71278 macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa's naming scheme here 17 years ago
Rémi Duraffort 65797af88b macosx gui: fix a playlist object leak. 17 years ago
Antoine Cellerier ba6501f308 s/pl_Yield/pl_Hold/ 18 years ago
Pierre d'Herbemont d11fd0d1e5 codecleanup: Replace input_Item by input_item. 18 years ago
Rémi Duraffort a518149f34 Use pl_Locked and pl_Unlocked. 18 years ago
Felix Paul Kühne fd6294273e Replaced a certain amount of vlc_object_find by pl_Yield 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Pierre d'Herbemont ee17d6bb32 macosx: Fix some input_item_t leaks. 18 years ago
Rafaël Carré 0e86a35f78 Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity 18 years ago
Felix Paul Kühne f25e0c78ab * cleaning, reformatting, clarifying here and there... 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Clément Stenac 85ff1461a2 * Start cleaning up libvlc playlist API (Refs:#457) 19 years ago
Felix Paul Kühne 639a14dc07 * more info about the applescript addition: 20 years ago
Clément Stenac cf525b7194 First and probably only attempt at fixing os x interface :) 20 years ago
Clément Stenac 673861da5c * Remove some unneeded complexity in playlist and directory 20 years ago
Clément Stenac ed0b72e371 Merge back branch 0.8.6-playlist-vlm to trunk. 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago