]> git.sesse.net Git - vlc/history - modules/gui/macosx/MainWindow.m
macosx: fix memleaks in podcast handling, remove unnecessary module restart
[vlc] / modules / gui / macosx / MainWindow.m
2014-11-11 David Fuhrmannmacosx: fix memleaks in podcast handling, remove unnece...
2014-11-01 David Fuhrmannmacosx: do not use the cone as sidebar icons
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-02 David Fuhrmannmacosx: add yosemite graphics to project file and use...
2014-07-13 Felix Paul Kühnemacosx: reload sidebar if the user un-/installs an...
2014-07-13 Felix Paul Kühnemacosx: fix compilation warnings
2014-06-22 David Fuhrmannmacosx: set a proper main window frame on termination
2014-06-01 David Fuhrmannmacosx: use new metadata-network-access variable
2014-05-16 Felix Paul Kühnemacosx: fix warning
2014-04-28 Felix Paul Kühnemacosx: ask for the 'album-art' fetcher option on first...
2014-03-30 David Fuhrmannmacosx: avoid issue which may wrongly hide the controls...
2014-03-13 David Fuhrmannmacosx: fix main window positioning on startup (close...
2014-03-04 David Fuhrmannmacosx: fix some static code analysis warnings
2014-03-04 David Fuhrmannmacosx: improve handling of playlist view state in...
2014-02-24 David Fuhrmannmacosx: do not animate change between dropzone and...
2014-02-02 Felix Paul Kühnemacosx: display total playlist duration (close #9852)
2014-01-01 Rémi Denis-Courmontstr_format_meta: take input thread pointer rather than...
2013-11-23 David Fuhrmannmacosx: Use enum to distinguish different events for...
2013-11-21 David Fuhrmannmacosx: fix selection of playlist item for very first...
2013-11-20 David Fuhrmannmacosx: refinements of minimized view behaviour
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-10-22 David Fuhrmannmacosx: skip useless resize when starting video from...
2013-07-28 Felix Paul Kühnemacosx: fix compilation on 10.6 with clang 3.0
2013-07-11 Felix Paul Kühnemacosx: fix runtime exception when deleting a podcast...
2013-06-22 Rafaël CarréOSX: fix crash when no SD are found
2013-06-22 Rafaël Carréosx: fix crash with --no-media-library
2013-06-20 David Fuhrmannmacosx: save idle main window frame as early as possibl...
2013-06-20 David Fuhrmannmacosx: update condition for idle fullscreen button...
2013-06-12 David Fuhrmannmacosx: fix resize to old size when finishing from...
2013-06-06 David Fuhrmannmacosx: move fullscreen-related method to VideoWindowCo...
2013-06-06 David Fuhrmannmacosx: try to correctly hide fspanel
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
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-27 David Fuhrmannmacosx: activate playlist when playback finishes (close...
2013-04-25 David Fuhrmannmacosx: use height method for controls bar
2013-04-25 David Fuhrmannmacosx: fix video view and bottom bar framings
2013-04-24 David Fuhrmannmacosx: same action for show playlist menu item and...
2013-04-24 Felix Paul Kühnemacosx: remove find_name(podcast)
2013-04-22 Felix Paul Kühnemacosx: don't listen to media keys if current playlist...
2013-04-22 Felix Paul Kühnemacosx: add support for the Video Title option (close...
2013-04-22 David Fuhrmannmacosx: handle more playback menu shortcuts by core
2013-04-21 Felix Paul Kühnemacosx: don't center the fspanel on normal restores...
2013-04-21 Felix Paul Kühnemacosx: fix 'toggle-sidebar' menu state (close #8213)
2013-04-03 David Fuhrmannmacosx: hide bottom bar of main window only when really...
2013-02-24 David Fuhrmannmacosx: show current pos and remaining or total time...
2013-02-13 David Fuhrmannmacosx: fix behaviour when changing video splitters...
2013-02-10 David Fuhrmannmacosx: update copyright headers for some recently...
2013-02-09 David Fuhrmannmacosx: also hide mouse cursor when detached window...
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-01-12 David Fuhrmannmacosx: fix and improve window level handling
2012-12-26 Felix Paul Kühnemacosx: added menu item and advanced option to hide...
2012-12-26 Felix Paul Kühnemacosx: simplify ea98fcfc
2012-11-21 David Fuhrmannmacosx: fix playlist focus issue in nonembedded mode
2012-11-18 David Fuhrmannmacosx: fix selectorNotFound warnings of when compiling...
2012-11-11 Felix Paul Kühnemacosx: another sanity check since in rare circumstance...
2012-11-10 David Fuhrmannmacosx: fix fullscreen button state in mainwindow
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-27 David Fuhrmannmacosx: move vout initialisation to vout controller
2012-10-20 David Fuhrmannmacosx: implement vout actions handling for multiple...
2012-10-20 David Fuhrmannmacosx: fspanel: give up focus to the right fullscreen...
2012-10-08 David Fuhrmannfix bug where window resizes to full screen size when...
2012-10-08 David Fuhrmannmacosx: adapt and fix fullscreen handling after latest...
2012-10-06 David Fuhrmannmacosx: add black view to detached video view in order...
2012-10-02 David Fuhrmannmacosx: move the resizing code to VLCVideoWindowCommon...
2012-10-02 David Fuhrmannmacosx: add new controller which handles multiple vout...
2012-10-01 Felix Paul Kühnemacosx: fixed crash due to race condition on launch
2012-09-30 David Fuhrmannmacosx: use black color for detached window background
2012-09-30 David Fuhrmannmacosx: add own video view for each window
2012-09-28 David Fuhrmannmacosx: move detached window stuff in extra xib file...
2012-09-21 David Fuhrmannmacosx: simplify one setting and fix a typo regarding...
2012-09-21 David Fuhrmannmacosx: create new classes for all controls bar related...
2012-09-16 Felix Paul Kühnemacosx: implemented pressed state for the effects butto...
2012-09-16 Felix Paul Kühnemacosx: simplify progress bar resizing code and fix...
2012-09-14 David Fuhrmannmacosx: only restore frame before playback in embedded...
2012-09-14 David Fuhrmannmacosx: choose more sane initial window position for...
2012-09-14 David Fuhrmannmacosx: remove unneeded extra autorelease pool
2012-09-14 David Fuhrmannmacosx: deduplicate window accessibility code
2012-09-13 David Fuhrmannmacosx: add new common window class in order to dedupli...
2012-09-13 David Fuhrmannmacosx: simplify style mask options on window creation
2012-09-13 David Fuhrmannmacosx: decouple !video-deco from detached video window...
2012-09-04 David Fuhrmannmacosx: reset window size to the one before video was...
2012-09-04 David Fuhrmannmacosx: use video-wallpaper instead of macosx-backgroun...
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-09-03 Felix Paul Kühnemacosx: implemented graphics for forward/backward in...
2012-09-03 Felix Paul Kühnemacosx: implemented graphics for next/previous in the...
2012-09-03 Felix Paul Kühnemacosx: renamed 'back' button images to 'backward'...
2012-09-03 Felix Paul Kühnemacosx: implemented graphics for the single playlist...
2012-09-02 Felix Paul Kühnemacosx: fixed conditionals for the different OS X relea...
2012-08-31 Felix Paul Kühnemacosx: use the updated forward/back buttons in the...
2012-08-31 Felix Paul Kühnemacosx: replaced previous/next buttons for the dark UI
2012-08-25 Felix Paul Kühnemacosx: added missing l10n for the podcast UI
2012-08-25 Felix Paul Kühnemacosx: implement a complete podcast UI (close #6017)
2012-08-25 Felix Paul Kühnemacosx: added Podcast UI skeleton
2012-08-25 Felix Paul Kühnemacosx: added NSAccessibilityTitleAttribute to buttons...
next