]> git.sesse.net Git - vlc/history - modules/gui/macosx/Windows.m
macosx: implement native fullscreen behaviour for yosemite titlebar
[vlc] / modules / gui / macosx / Windows.m
2014-10-02 David Fuhrmannmacosx: implement native fullscreen behaviour for yosem...
2014-10-02 David Fuhrmannmacosx: add yosemite guard
2014-03-31 David Fuhrmannmacosx: do not explicitely set presentation options...
2014-03-31 David Fuhrmannmacosx: preserve fullscreen state also in native fullsc...
2014-03-30 David Fuhrmannmacosx: exit the native fullscreen mode if video is...
2014-03-30 David Fuhrmannmacosx: set fullscreen to false also if window is exite...
2014-03-25 David Fuhrmannmacosx: already set fullscreen to no when fullscreen...
2014-03-20 David Fuhrmannmacosx: do not (mis)use the content view as the video...
2014-03-20 David Fuhrmannmacosx: reactivate no animation path for start in fulls...
2014-03-20 David Fuhrmannmacosx: reactivate fast path for exiting fullscreen...
2014-03-04 David Fuhrmannmacosx: fix some static code analysis warnings
2014-03-01 David Fuhrmannmacosx: add NSFullScreenWindowMask to compatibilityFixe...
2014-02-28 David Fuhrmannmacosx: comment custom lion fullscreen mode on snow...
2014-02-27 David Fuhrmannmacosx: do not enforce AR if video view is hidden
2014-02-24 David Fuhrmannmacosx: add workaround to avoid grey or transparent...
2014-02-15 David Fuhrmannmacosx: use custom animation for native fullscreen...
2014-02-02 Felix Paul Kühnemacosx: fix recursive inclusion of the compatibility...
2014-01-26 David Fuhrmannmacosx: Fix issue where window vanishes from screen...
2014-01-26 David Fuhrmannmacosx: workaround for bug where window will vanish...
2013-11-10 David Fuhrmannmacosx: fix float-on-top behaviour with fullscreen
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-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-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-06-06 David Fuhrmannmacosx: move fullscreen-related method to VideoWindowCo...
2013-06-06 David Fuhrmannmacosx: add missing retains when exchanging views
2013-06-06 David Fuhrmannmacosx: remove recursive lock from fullscreen animation
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: upgrade read-only array initializations to...
2013-04-25 David Fuhrmannmacosx: fix video view and bottom bar framings
2013-02-15 David Fuhrmannmacosx: only revert presentation options on fullscreen...
2013-02-15 David Fuhrmannmacosx: deduplicate code for fullscreen presentation...
2013-02-15 David Fuhrmannmacosx: try to fix another instances of wrong occurrenc...
2013-02-10 David Fuhrmannmacosx: update copyright headers for some recently...
2013-02-10 David Fuhrmannmacosx: fix another wrong occurrence of the fspanel
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: support multiple VLC windows in fullscreen...
2013-02-09 David Fuhrmannmacosx: add lion fullscreen support for detached windows
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2012-11-18 David Fuhrmannmacosx: fix selectorNotFound warnings of when compiling...
2012-11-18 David Fuhrmannmacosx: only hide dock and menu bar when necessary
2012-11-15 Felix Paul Kühnemacosx: white space and minor coding style fixes
2012-11-11 Felix Paul Kühnemacosx: added sanity check to prevent a Cocoa runtime...
2012-11-10 David Fuhrmannmacosx: fix fullscreen button state in mainwindow
2012-11-10 David Fuhrmannmacosx: simplify vout window instantiation
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 Fuhrmannmacosx: adapt and fix fullscreen handling after latest...
2012-10-02 David Fuhrmannmacosx: move the resizing code to VLCVideoWindowCommon...
2012-09-30 David Fuhrmannmacosx: add own video view for each window
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-14 David Fuhrmannmacosx: deduplicate window accessibility code
2012-09-14 David Fuhrmannmacosx: small cleanup in VLCWindow
2012-09-13 David Fuhrmannmacosx: add new common window class in order to dedupli...