]> git.sesse.net Git - vlc/history - modules/gui/macosx
DirectSound: reorder to reduce forward declarations
[vlc] / modules / gui / macosx /
2014-02-03 David Fuhrmannmacosx: fix and cleanup quit-after-playback main menu...
2014-02-03 David Fuhrmannmacosx: implement libvlc exit handler to properly termi...
2014-02-02 Felix Paul Kühnemacosx: reimplement NSByteCountFormatter for 10.7 and...
2014-02-02 Felix Paul Kühnemacosx: fix recursive inclusion of the compatibility...
2014-02-02 Felix Paul Kühnemacosx: add file size column to playlist table (close...
2014-02-02 Felix Paul Kühnemacosx: fix compilation warning from the future
2014-02-02 Felix Paul Kühnemacosx: display total playlist duration (close #9852)
2014-01-26 David Fuhrmannmacosx: Fix issue where window vanishes from screen...
2014-01-26 David Fuhrmannmacosx: workaround for bug where window will vanish...
2014-01-26 David Fuhrmannmacosx: be more tolerant when checking for physical...
2014-01-24 David Fuhrmannmacosx: advanced prefs: fix table view width autosizing
2014-01-20 David Fuhrmannmacosx: simple prefs: robustify and cleanup saving...
2014-01-20 David Fuhrmannmacosx: simple prefs: use config_GetIntChoices for...
2014-01-20 David Fuhrmannmacosx: advanced prefs: use config_GetIntChoices for...
2014-01-18 David Fuhrmannmacosx: advanced prefs: fix width of table view
2014-01-18 David Fuhrmannmacosx: advanced prefs: remove scroll view from module...
2014-01-18 David Fuhrmannmacosx: advanced prefs: implement controls for CONFIG_I...
2014-01-18 David Fuhrmannmacosx: simple prefs: merge module list into string...
2014-01-18 David Fuhrmannmacosx: advanced prefs: use string list control for...
2014-01-11 Felix Paul Kühnemacosx: don't show the 'hey, we found an update' dialog...
2014-01-10 Felix Paul Kühnemacosx/QuincyKit: fix a few compilation warnings
2014-01-10 Felix Paul Kühnemacosx/QuincyKit: add l10n
2014-01-10 Felix Paul Kühnemacosx/QuincyKit: minor tweak so we can set our own...
2014-01-10 Felix Paul Kühnemacosx: add and deploy QuincyKit for crashlog reporting
2014-01-10 Felix Paul Kühnemacosx: remove previous crash log reporting mechanism
2014-01-05 David Fuhrmannmacosx: save frame position for fspanel (close #9958)
2014-01-01 Rémi Denis-Courmontstr_format_meta: take input thread pointer rather than...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_PreparseEnqueue() (refs ...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_AskForArtEnqueue() (refs...
2013-12-26 Felix Paul Kühnemacosx/applescript: fix opening non-file URLs (close...
2013-12-12 Felix Paul Kühnemacosx/menu: add missing debug
2013-12-02 Maxim BublisFixed warning on incompatible pointer types
2013-11-28 David Fuhrmannmacosx: adapt window main menu to HIG
2013-11-28 David Fuhrmannmacosx: implement simpler and generic drop view for...
2013-11-25 David Fuhrmannmacosx: fix issue which caused automatic video resizing...
2013-11-25 David Fuhrmannmacosx: fix crash when closing video window without...
2013-11-24 Felix Paul Kühnemacosx: fix subtitles opening for the applescript bindings
2013-11-24 Felix Paul Kühnemacosx: fix drag & drop / double-clicks in Finder to...
2013-11-24 Felix Paul Kühnemacosx: show 'pause iTunes' option in a more accessible...
2013-11-23 David Fuhrmannmacosx: Use enum to distinguish different events for...
2013-11-21 David Fuhrmannmacosx: fix preferences reset if unknown version was...
2013-11-21 David Fuhrmannmacosx: fix selection of playlist item for very first...
2013-11-21 David Fuhrmannmacosx: correctly reset interface preferences when...
2013-11-20 David Fuhrmannmacosx: set VLCMain as file owner for mainwindow and...
2013-11-20 David Fuhrmannmacosx: refinements of minimized view behaviour
2013-11-17 David Fuhrmannmacosx: unify functionality of fwd/bwd buttons in video...
2013-11-15 David Fuhrmannmacosx: remove unneeded free
2013-11-15 David Fuhrmannmacosx: fix use after free for video effects string
2013-11-11 Felix Paul Kühnemacosx: split main window and main menu
2013-11-10 Felix Paul Kühnemacosx: fix compilation warnings
2013-11-10 Felix Paul Kühnemacosx: split playlist menu from main menu
2013-11-10 Felix Paul Kühnemacosx: split debug messages handling from VLCMain...
2013-11-10 Felix Paul Kühnemacosx: split crash log handling both from VLCMain...
2013-11-10 Felix Paul Kühnemacosx: don't leak the fspanel
2013-11-10 Felix Paul Kühnemacosx: split fspanel from main menu nib to an extra...
2013-11-10 David Fuhrmannmacosx: fix float-on-top behaviour with fullscreen
2013-11-10 David Fuhrmannmacosx: fix typo and set path for open dialog correctly
2013-11-10 David Fuhrmannmacosx: fix float-on-top-behaviour if setting is change...
2013-11-10 David Fuhrmannmacosx: reset float-on-top when native fullscreen has...
2013-11-09 Felix Paul Kühnemacosx: add GUI setting/getter for --language
2013-10-26 David Fuhrmannmacosx: rename macro for mavericks detection since...
2013-10-26 David Fuhrmannmacosx: enable native fullscreen by default on mavericks
2013-10-26 David Fuhrmannmacosx: disable macosx-black by default
2013-10-25 David Fuhrmannmacosx: fix visual fullscreen glitch when exiting VLC...
2013-10-25 David Fuhrmannmacosx: do not start fullscreen when splitter is activated
2013-10-25 David Fuhrmannmacosx: fix handling of video-on-top (close #9615)
2013-10-24 Felix Paul Kühnemacosx/CAS: add missing Cancel button (close #9728)
2013-10-22 David Fuhrmannmacosx: skip useless resize when starting video from...
2013-10-22 Josh WatzmanRevert "macosx: fixed compilation warning and potential...
2013-10-16 David Fuhrmannmacosx: also use toggleMute for apple-script action
2013-10-16 David Fuhrmannmacosx: fix behaviour of mute menu items (close #9685)
2013-10-03 Felix Paul Kühnemacosx: compilation fix
2013-10-03 Felix Paul Kühnemacosx: retain currently selected playlist table row...
2013-10-03 Felix Paul Kühnemacosx: internalize private playlist internals
2013-10-03 Felix Paul Kühnemacosx: playlist cosmetics
2013-10-03 David Fuhrmannmacosx: remove show details button from error panel
2013-10-03 David Fuhrmannmacosx: fix behaviour when closing black main window...
2013-09-29 David Fuhrmannmacosx: ensure that video view is always visible in...
2013-09-27 David Fuhrmannmacosx: fix crash when opening goto window (close ...
2013-09-19 David Fuhrmannmacosx: fix l10n for one menu item
2013-09-15 David Fuhrmannmacosx: use old logic to hide menu bar if old spaces...
2013-09-11 Felix Paul Kühnemacosx: minor code cleanup
2013-09-08 David Fuhrmannmacosx: fix l10n issues
2013-09-02 Jean-Baptiste KempfMacOSX: fix engrish error
2013-08-25 David Fuhrmannmacosx: do not switch mux and access in opens stream...
2013-08-24 David Fuhrmannmacosx: add proper bindings for text/stepper combos...
2013-08-24 David Fuhrmannmacosx: fix moaar utf8 rendering issues
2013-08-24 David Fuhrmannmacosx: fix another potential utf8 displaying issue...
2013-08-24 David Fuhrmannmacosx: fix potential string format attack
2013-08-22 Felix Paul Kühnemacosx: fix UTF8 rendering issue in question dialog
2013-08-17 David Fuhrmannmacosx: fix copy and paste bug causing wrong acodec...
2013-08-06 David Fuhrmannmacosx: prevent possible double release for blackout...
2013-08-06 David Fuhrmannmacosx: add missing deletate for blackout window hiding...
2013-07-28 Felix Paul Kühnemacosx: fix compilation on 10.6 with clang 3.0
2013-07-28 Felix Paul Kühnemacosx: fix compatibility header for compilation on...
2013-07-28 David Fuhrmannalways hide menu bar for fullscreen on osx redacted...
2013-07-23 David Fuhrmannmacosx: set max volume as configuable
2013-07-23 David Fuhrmannmacosx: implement snap-in for volume sliders (refs...
2013-07-23 David Fuhrmannmacosx: fix visual appearance of fullscreen tic (refs...
2013-07-23 David Fuhrmannmacosx: cleanup previous commit and fix position of...
next