]> git.sesse.net Git - vlc/history - modules/gui/macosx/open.m
enable the macosx GUI to handle negative stop-time
[vlc] / modules / gui / macosx / open.m
2015-03-23 Aleksandr Pasechnikenable the macosx GUI to handle negative stop-time
2015-03-05 David Fuhrmannmacosx: Fix index out of bound crash in open dialog
2014-12-30 David Fuhrmannmacosx: simplify/unify addition of new playlist items
2014-10-02 David Fuhrmannmacosx: avoid unnecessarily early loading of open panel nib
2014-04-02 David Fuhrmannmacosx: avoid ugly delayed initialization calls for...
2014-03-18 David Fuhrmannmacosx: drop the potential BDMV folder from a bluray...
2014-03-08 David Fuhrmannmacosx: remove open BDMV folder button
2014-03-04 David Fuhrmannmacosx: fix some static code analysis warnings
2014-01-26 David Fuhrmannmacosx: be more tolerant when checking for physical...
2013-08-24 David Fuhrmannmacosx: add proper bindings for text/stepper combos...
2013-07-28 Felix Paul Kühnemacosx: fix compilation on 10.6 with clang 3.0
2013-07-13 Felix Paul Kühnemacosx: fix 10.6 runtime support
2013-07-02 Felix Paul Kühnemacosx: fix conditional crash when setting the MRL...
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-05-02 David Fuhrmannmacosx: use position formatter for start and stop time...
2013-05-02 Felix Paul Kühnemacosx: fix custom playback options (close #8543)
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-25 Felix Paul Kühnemacosx: save 19 l10n strings by replacing them with...
2013-04-21 Felix Paul Kühnemacosx: fix potential link in open panel
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-02-19 Felix Paul Kühnemacosx: fix UI crash within the open panel (refs #8146)
2013-02-05 Felix Paul Kühnemacosx: work-around for Mountain Lion which treats...
2012-10-18 Felix Paul Kühnemacosx: fixed rare crash when trying to send debug...
2012-10-10 Felix Paul Kühnemacosx: don't initiate a modal dialog during a modal...
2012-10-09 Felix Paul Kühnemacosx: show the localized, intended to be user-facing...
2012-09-29 Felix Paul Kühnemacosx: fixed crash when selecting a QTKit capture...
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-25 David Fuhrmannmacosx: minor additions in optical media scanning code
2012-08-25 Felix Paul Kühnemacosx/open: add accessibility support texts where...
2012-08-24 David Fuhrmannmacosx: only scan optical devices paths once and cache...
2012-08-24 David Fuhrmannmacosx: change media type constants from char* to NSString*
2012-08-24 Felix Paul Kühnemacosx/eyetv: simplify header and implementation
2012-08-24 Felix Paul Kühnemacosx/open: minor code optimization
2012-08-24 Felix Paul Kühnemacosx/output: simplify header and implementation
2012-08-23 Felix Paul Kühnemacosx/open: added controls to capture Live Audio along...
2012-08-23 Felix Paul Kühnemacosx/open: replace deprecated API call with modern...
2012-08-23 Felix Paul Kühnemacosx/Open: merge the QTCapture and QTSound views
2012-08-22 Felix Paul Kühnemacosx/open: added missing sanity checks
2012-08-21 Konstantin Pavlovmacosx gui: use vlc_path2uri.
2012-08-21 Sebastien Zwickertmacosx: Repack module_config_t.
2012-08-14 Felix Paul Kühnemacosx: polish the start/stop time fields by allowing...
2012-07-26 Felix Paul Kühnemacosx: added start and stop time options to the advanc...
2012-07-15 Felix Paul Kühnemacosx: fixed crash when opening DVDs with uncommon...
2012-07-10 Christoph Miebachtypo: No newline before period
2012-06-25 David Fuhrmannmacosx: open panel: some reordering and structural...
2012-06-24 David Fuhrmannmacosx: disk open: do a shallow instead of a deep searc...
2012-06-24 David Fuhrmannmacosx: device open: set new media folder as current...
2012-06-24 David Fuhrmannmacosx: fix bug in disk open panel regarding selected...
2012-05-09 Felix Paul Kühnemacosx: trust the user that s/he knows what s/he's...
2012-04-19 Felix Paul Kühnemacosx: fixed a bunch of compilation warnings, which...
2012-04-08 Felix Paul Kühnemacosx: fixed drag & drop handling of optical media...
2012-03-30 Colin Delacroixmacosx: fixed a thread-safety issue in the open panel...
2012-03-27 Colin DelacroixFix a crash on Mac OS X when mounting volumes
2012-03-15 Michael Feursteinqtsound: fixes bug if no device is connected
2012-03-14 FUJISAWA Toorumacosx: added screen selection support to the Open...
2012-03-14 Felix Paul Kühnemacosx: fixed minor glitch in the open panel
2012-03-14 Michael Feursteinqtsound: added GUI integration for capturing audio...
2012-03-09 Felix Paul Kühnemacosx: fixed DVD playback using libdvdread (close...
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-21 Felix Paul Kühnemacosx: work-around so we don't block the main thread...
2012-02-14 Jean-Baptiste KempfMacOS X: fix no menu dvd MRL in open dialog
2012-02-12 Felix Paul Kühnemacosx: minor optimisation as suggested by Rafael
2012-02-11 Felix Paul Kühnemacosx: fixed bluray MRL
2012-02-11 Felix Paul Kühnemacosx: make sure there is a sane default value in...
2012-01-29 Felix Paul Kühnemacosx: displayed ocalizable sstrings correctly
2012-01-08 David Fuhrmannmacosx: fix auto play when adding a new file with file...
2012-01-06 Felix Paul Kühnemacosx: open panel: fixed cmd-R if no QTKit compatible...
2011-12-29 Felix Paul Kühnemacosx: switch to the # syntax for VCDs
2011-12-09 Christophe MutricyTypo
2011-12-04 Jean-Baptiste KempfMacOS X: fix strings in UI
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-08-20 Felix Paul Kühnemacosx: simplified the subtitle opening sheet
2011-08-19 Felix Paul Kühnemacosx: work-around CoreAnimation limitations on 10...
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 Felix Paul Kühnemacosx: saved various objc selector dispatches when...
2011-08-14 Felix Paul Kühnemacosx: fixed crash when opening multiple files using...
2011-08-05 Felix Paul Kühnemacosx: added CoreAnimation based transitions to displa...
2011-07-20 Felix Paul Kühnemacosx: restored 10.5 SDK compatiblity
2011-07-19 Felix Paul Kühnemacosx: removed eyetv debug, which just floods the...
2011-07-16 Felix Paul Kühnemacosx: exposed qtcapture's width and height options...
2011-07-15 Felix Paul Kühnemacosx: simplified and re-arranged the Open dialog...
2011-07-15 Felix Paul Kühnemacosx: re-written the 'Open Disc' tab in the open...
2011-06-23 Felix Paul Kühnemacosx: fixed trivial merge mistake when broke 'advance...
2011-05-07 Katsushi Kobayashiqtcapture: added support for all QTKit-compatible video...
2011-04-25 Felix Paul Kühnemacosx: added Audio Effects panel to demonstrate BGHUDA...
2011-04-25 Felix Paul Kühnemacosx: disable the open button if we don't have a...
2011-04-10 Felix Paul Kühnemacosx: cosmetics
2011-04-05 Felix Paul Kühnemacosx: replaced various deprecated methods with their...
2010-07-18 Jean-Baptiste KempfMacOS: more compile fixes
2010-06-17 Sebastien Zwickertgui/macosx: set URL instead of path to ITEM_URL. Fixes...
2010-03-31 Austin BurrowFixed an issue where http:// was being appended to...
2009-08-16 Felix Paul Kühnemacosx: VLC (should) support RTMP streams now
2009-08-04 Felix Paul Kühnemacosx: minor ui changes
2009-07-31 Felix Paul Kühnemacosx: implemented the input-slave option for file...
2009-06-26 Derk-Jan Hartmanmacosx: Fix file:// in the open panel
next