]> git.sesse.net Git - vlc/history - modules/gui/macosx
decoder: reorder to avoid forward declation, no functional changes
[vlc] / modules / gui / macosx /
2015-03-21 David Fuhrmannmacosx: Update progress dialog on the main thread,...
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-03-19 Rémi Denis-Courmontplaylist: remove activity callback in favor of input...
2015-03-14 David Fuhrmannmacosx: fix video-wallpaper mode by ignoring core events
2015-03-13 Jean-Baptiste KempfConsistent strings to avoid duplications
2015-03-08 David Fuhrmannmacosx: fix initialization of nonembedded window
2015-03-08 David Fuhrmannmacosx: playlist: catch update events for metadata...
2015-03-08 David Fuhrmannmacosx: playlist: update sidebar badge after playlist...
2015-03-08 David Fuhrmannmacosx: playlist: deselect item after changing categories
2015-03-08 David Fuhrmannmacosx: remove remnants of old playlist update mechanism
2015-03-08 David Fuhrmannmacosx: playlist: simplify deletion code
2015-03-08 David Fuhrmannmacosx: select currently played item
2015-03-05 David Fuhrmannmacosx: Fix index out of bound crash in open dialog
2015-03-02 David Fuhrmannmacosx: fix rare crash in VLCTimeField
2015-02-22 David Fuhrmannmacosx: do not use vlc_assert_unreachable in third...
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-17 David Fuhrmannmacosx: fix float-on-top in combination with fullscreen
2015-02-15 David Fuhrmannmacosx: Do not force-pause playback when resume dialog...
2015-02-15 David Fuhrmannmacosx: Hide prefs window if application is inactive
2015-02-12 Rémi Denis-Courmontgui: fix .gitignore cat error
2015-02-12 Rémi Denis-Courmontgui: remove Makefile recursion
2015-02-05 Rémi Denis-Courmontinput: merge ABORT and DEAD events
2015-01-25 David Fuhrmannmacosx: Fix font selection when some fonts are disabled
2015-01-06 David Fuhrmannmacosx: bookmarks: remove byte field from table view...
2015-01-06 David Fuhrmannmacosx: fix int overflow when editing bookmarks
2015-01-02 David Fuhrmannmacosx: fix reveal in finder main menu item
2015-01-02 David Fuhrmannmacosx: correctly dis/enable cover art menu item
2015-01-02 David Fuhrmannmacosx: simplify revealInFinder action
2015-01-02 David Fuhrmannmacosx: improve playItem, make sure that the complete...
2015-01-02 David Fuhrmannmacosx: cleanup pl data source, do not show file size...
2015-01-02 David Fuhrmannmacosx: fix crash in outline view data source
2015-01-02 David Fuhrmannmacosx: remove dead code, small reformatting
2014-12-30 David Fuhrmannmacosx: remove old playlist data source, remove unneede...
2014-12-30 David Fuhrmannmacosx: resume playback: fix memleak
2014-12-30 David Fuhrmannmacosx: playlist: delete old NSOutlineViewDataSource...
2014-12-30 David Fuhrmannmacosx: adapt recursiveExpandNode to new playlist model
2014-12-30 David Fuhrmannmacosx: add new pl items to the end if they are dropped...
2014-12-30 David Fuhrmannmacosx: simplify/unify addition of new playlist items
2014-12-30 David Fuhrmannmacosx: Move drag and drop support to new PLModel and...
2014-12-30 David Fuhrmannmacosx: Use core-provided playlist search functionality
2014-12-30 David Fuhrmannmacosx: Add new playlist model
2014-12-30 David Fuhrmannmacosx: Get rid of old VLCTableViewCommon
2014-12-15 Rémi Denis-Courmontplaylist: use the new playlist_Pause() where appropriate
2014-12-15 Rémi Denis-Courmontplaylist: rename playlist_Pause() to playlist_TogglePause()
2014-11-29 David Fuhrmannmacosx: small visual improvement for resume playback...
2014-11-29 David Fuhrmannmacosx: cancel resume dialog after 6 seconds
2014-11-29 David Fuhrmannmacosx: correctly toggle enabled state of record menu...
2014-11-29 David Fuhrmannmacosx: fix build
2014-11-29 David Fuhrmannmacosx: set better colors for playback speed controls...
2014-11-23 Felix Paul Kühnemacosx: update metadata in info panel if metadata changes
2014-11-12 David Fuhrmannmacosx: playlist: remove unused _other outlets
2014-11-11 David Fuhrmannmacosx: robustify media key trap handling
2014-11-11 David Fuhrmannmacosx: simplify playlist duration calculation
2014-11-11 David Fuhrmannmacosx: do not allow playlist item deletion for sd...
2014-11-11 David Fuhrmannmacosx: fix memleaks in podcast handling, remove unnece...
2014-11-01 David Fuhrmannmacosx: Fix resume playback in certain situations
2014-11-01 David Fuhrmannmacosx: do not use the cone as sidebar icons
2014-10-29 David Fuhrmannmacosx: Add own callback path for item-change
2014-10-23 Rémi Denis-Courmontvariables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETC...
2014-10-22 Felix Paul Kühnemacosx: don't rebuild the playlist table unnecessarily...
2014-10-19 David Fuhrmannmacosx: do not save resume data if VLC is in private...
2014-10-19 David Fuhrmannmacosx: fix resume playback guards, do not resume for...
2014-10-19 Felix Paul Kühnemacosx: slightly de-uglify the VLC description in the...
2014-10-18 David Fuhrmannmacosx: fix wrong size of playlist when using podcast...
2014-10-18 David Fuhrmannmacosx: fix podcast view interfering with dropzone
2014-10-18 David Fuhrmannmacosx: Fix drawing issues with podcast controls and...
2014-10-16 Rémi Denis-Courmontwindow: merge all capabilities as one
2014-10-16 Rémi Denis-Courmontwindow: check and set window type in all plugins
2014-10-02 David Fuhrmannmacosx: avoid unnecessarily early loading of open panel nib
2014-10-02 David Fuhrmannmacosx: also cache old native fullscreen images and...
2014-10-02 David Fuhrmannmacosx: implement native fullscreen behaviour for yosem...
2014-10-02 David Fuhrmannmacosx: simplify loading of titlebar graphics and integ...
2014-10-02 David Fuhrmannmacosx: add yosemite graphics to project file and use...
2014-10-02 David Fuhrmannmacosx: add yosemite guard
2014-10-01 Felix Paul Kühnemacosx: correctly hide the fspanel if app resigns activ...
2014-09-30 David Fuhrmannmacosx: do not start same input item twice of startup
2014-09-30 David Fuhrmannmacosx: add comment for application:openFiles: usage
2014-09-30 David Fuhrmannmacosx: video effects: avoid type mismatch warning
2014-09-21 Felix Paul Kühnemacosx: update SPMediaKeyTap
2014-09-10 David Fuhrmannmacosx: video effects: fix hue slider and convert saved...
2014-09-10 David Fuhrmannmacosx: use isEqualToString instead of isEqual
2014-08-31 Felix Paul Kühnemacosx: contacting an app using SBApplication can fail...
2014-08-31 Felix Paul Kühnemacosx: fix mediainfo appearance on future OS X release...
2014-08-31 David Fuhrmannmacosx: Use floating window level for effects and other...
2014-08-31 David Fuhrmannmacosx: video effects: simplify restoring video-filter...
2014-08-31 David Fuhrmannmacosx: video effects: only set video splitters when...
2014-08-18 Felix Paul Kühnemacosx: compilation fix for earlier clang releases...
2014-08-16 David Fuhrmannmacosx: Do not resume playback if start, stop or run...
2014-07-30 David Fuhrmannmacosx: remove outdated and unneeded bookmarks table...
2014-07-30 David Fuhrmannmacosx: use input changed event to update bookmarks...
2014-07-30 David Fuhrmannmacosx: add input changed event and reset shown crop...
2014-07-30 David Fuhrmannmacosx: video effects: add brightness-threshold to...
2014-07-23 Boy van AmstelSupport changing 'audio desync' via AppleScript on OSX
2014-07-23 Francois Cartegnieqt/macos: add missing addons intf and meta categories
2014-07-20 Felix Paul Kühnemacosx: actually deploying a callback helps if you...
2014-07-20 David Fuhrmannmacosx: avoid possible index out of range problem in...
2014-07-20 David Fuhrmannmacosx: refresh bookmarks list when input item changes...
2014-07-13 Felix Paul Kühnemacosx: reload sidebar if the user un-/installs an...
2014-07-13 David Fuhrmannmacosx: handle corner case in playlist deletion (refs...
2014-07-13 David Fuhrmannmacosx: auto-apply brightness-threshold value in video...
next