]> git.sesse.net Git - vlc/history - modules/gui/macosx/MainWindow.m
macosx: CAS: added a label to sum up the current streaming settings in case that...
[vlc] / modules / gui / macosx / MainWindow.m
2012-07-24 David Fuhrmannmacosx: display preferences windows on a level >= video...
2012-07-24 David Fuhrmannmacosx: set video frame to detached window frame, inste...
2012-07-23 David Fuhrmannmacosx: block macosx-background when lion fullscreen...
2012-07-23 David Fuhrmannmacosx: make fullscreen compatible with macosx-background
2012-07-23 David Fuhrmannmacosx: remove outdated and unused isFullscreen methods
2012-07-23 David Fuhrmannmacosx: re-implement macosx-background
2012-07-23 David Fuhrmannmacosx vout: don't reset window state on close here
2012-07-11 David Fuhrmannmacosx: activate app when going to fullscreen
2012-07-11 David Fuhrmannmacosx: remove outdated methods for fullscreen handling
2012-07-06 David Fuhrmannmacosx: select right screen when fullscreen on startup...
2012-07-06 David Fuhrmannmacosx: don't allow a automatic resize beyond the right...
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-07-03 David Fuhrmannmacosx: change handling of arrow keys slightly
2012-06-30 David Fuhrmannmacosx: improve accessibility support for black ui
2012-06-26 David Fuhrmannmacosx: improve resize behaviour of splitview
2012-06-12 Felix Paul Kühnemacosx: Cocoa cannot deal with 2 images of the same...
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-06-04 David Fuhrmannmacosx: remove "macosx-autosave-volume" as its already...
2012-06-03 Felix Paul Kühnemacosx: fixed corner-case in which the playlist table...
2012-05-25 David Fuhrmannmacosx: several fixes and improvements for hotkey handling
2012-05-21 David Fuhrmannmacosx: fix subtile bug in initialization of mainwindow
2012-05-21 Felix Paul Kühnemacosx: make sure that the fullscreen window is the...
2012-05-21 Felix Paul Kühnemacosx: removed wrong check, which could make the video...
2012-05-18 David Fuhrmannmacosx: remove one unneeded line in togglePlaylist:
2012-05-18 David Fuhrmannmacosx: some small improvements for !video-deco
2012-05-18 Felix Paul Kühnemacosx: set the represented URL in the detached vout...
2012-05-17 Felix Paul Kühnemacosx: added an option to hide the playmode buttons...
2012-05-17 Felix Paul Kühnemacosx: remove debug code and block Lion's fullscreen...
2012-05-17 Felix Paul Kühnemacosx: added the prev/next buttons back (disabled...
2012-05-17 Felix Paul Kühnemacosx: re-implement 'video-deco' support (close #6426)
2012-05-17 Felix Paul Kühnemacosx: fixed corner case, which could lead to an empty...
2012-05-15 David Fuhrmannmacosx: fix another case where the user would see doubl...
2012-05-11 David Fuhrmannmacosx: fix menu support in detached video window
2012-05-11 David Fuhrmannmacosx: avoid some focus problems when doing playlistis...
2012-05-06 David Fuhrmannmacosx: avoid index out of bound exceptions in some...
2012-05-05 David Fuhrmannmacosx: move mouse vout event code to vout module
2012-04-30 David Fuhrmannmacosx: small clarification regarding fullscreen controller
2012-04-29 David Fuhrmannmacosx: do not display double negative time when durati...
2012-04-23 David Fuhrmannmacosx: fix issue where fullscreen controls are deactiv...
2012-04-22 David Fuhrmannmacosx: workaround for lion fullscreen behaviour at...
2012-04-20 David Fuhrmannmacosx: lion fullscreen: show fs controller not before...
2012-04-20 David Fuhrmannmacosx: make sure that window is not movable in lion...
2012-04-20 David Fuhrmannmacosx: fix behaviour of toogle playlist when in native...
2012-04-20 David Fuhrmannmacosx: make lion fullscreen compatible with reworked...
2012-04-20 David Fuhrmannmacosx: fix window sizing when entering lion fullscreen...
2012-04-19 David Fuhrmannmacosx: allow a smaller min-height when video is playin...
2012-04-16 Rémi Denis-CourmontRemove gettext-unfriendly unpaired quote in #pragma
2012-04-16 David Fuhrmannmacosx: remove black borders in black ui mode when...
2012-04-15 David Fuhrmannmacosx: move resize code from vout to macosx module
2012-04-10 Felix Paul Kühnemacosx: make sure that the main window's split view...
2012-04-09 Felix Paul Kühnemacosx: make sure that all sidebar items are visible...
2012-04-09 Felix Paul Kühnemacosx: save the expanded/collapsed state of the sideba...
2012-04-08 Felix Paul Kühnemacosx: implemented drag & drop from playlist to media...
2012-04-08 Felix Paul Kühnemacosx: fixed appearance issue when collapsing / expand...
2012-04-06 Felix Paul Kühnemacosx: re-implement 'keep aspect ratio' (close #6430)
2012-04-03 David Fuhrmannmacosx: add implementation for "macosx-opaqueness"
2012-04-01 Felix Paul Kühnemacosx: use optimized drawing for the main window as...
2012-04-01 Felix Paul Kühnemacosx: make sure that VLC always shows a visibible...
2012-04-01 Felix Paul Kühnemacosx: fixed inconsistant fullscreen button state...
2012-03-25 Felix Paul Kühnemacosx intf/vout: respond correctly to VOUT_DISPLAY_CHA...
2012-03-17 David Fuhrmannmacosx: remove custom orderOut: implementation
2012-03-17 David Fuhrmannmacosx: set b_nativeFullscreenMode to true only if...
2012-03-15 Felix Paul Kühnemacosx: cosmetics
2012-03-15 David Fuhrmannmacosx: only pause on minimize, if window with video...
2012-03-14 David Fuhrmannmacosx: when main window is hidden, let playlist menu...
2012-03-14 David Fuhrmannmacosx: priorize native fullscreen over non-embedded...
2012-03-10 Felix Paul Kühnemacosx: allow to hide the drop zone while the playlist...
2012-03-09 Felix Paul Kühnemacosx: changed the playlist toggle button behavior...
2012-03-09 Felix Paul Kühnemacosx: fixed playlist and close entries in the Window...
2012-03-07 David Fuhrmannmacosx: when we currently play a video in detached...
2012-03-06 Felix Paul Kühnemacosx: fixed execution on OS X 10.5 (close #6282)
2012-03-06 Felix Paul Kühnemacosx: added additional artwork for the single fullscr...
2012-03-05 Felix Paul Kühnemacosx: fixed aspect ratio and crop commands by removin...
2012-03-05 Felix Paul Kühnemacosx: minor ui fixes to the detached video output...
2012-03-05 Felix Paul Kühnemacosx: added window title to the detached video output...
2012-03-05 Felix Paul Kühnemacosx: implemented playback controls for the detached...
2012-03-04 Felix Paul Kühnemacosx: fixed resizing issue, which was in part fixed...
2012-03-04 Felix Paul Kühnemacosx: allow the user to hide the sidebar (close ...
2012-03-04 David Fuhrmannmacosx: fix white fullscreen when video ended(close...
2012-03-01 Felix Paul Kühnemacosx: don't allow option-click on the playlist button...
2012-03-01 Felix Paul Kühnemacosx: hide the playlist without option click when...
2012-02-28 David Fuhrmannmacosx: the window should not be always the main window
2012-02-28 David Fuhrmannmacosx: close the right window when pressing Cmd+W
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-27 Felix Paul Kühnemacosx: don't show the playlist on stop in minimized...
2012-02-26 Felix Paul Kühnemacosx: slow down the forward/backward buttons a bit...
2012-02-26 Felix Paul Kühnemacosx: fixed a logic problem which prevent the proper...
2012-02-26 Felix Paul Kühnemacosx: fixed another manifestation of the progress...
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-23 David Fuhrmannmacosx: proper use of presenation options, removal...
2012-02-23 David Fuhrmannmacosx: proper gui update when toogle mute state
2012-02-23 Felix Paul Kühnemacosx: really fixed the time line drawing artifacts...
2012-02-21 Felix Paul Kühnemacosx: stop the playback on when closing the main...
2012-02-21 Felix Paul Kühnemacosx: resizing fixes for the minimized state. additio...
2012-02-21 Felix Paul Kühnemacosx: implemented option-click on playlist button...
2012-02-21 Felix Paul Kühnemacosx: work-around a corner case and disallow the...
2012-02-21 Felix Paul Kühnemacosx: fixed seldom crash when collapsing stuff in...
2012-02-19 Felix Paul Kühnemacosxd 2.0.0's 1 bug: fixed redraw issue within the...
2012-02-17 Felix Paul Kühnemacosx: slightly the drawing of the mainwindow's shadow...
2012-02-17 Felix Paul Kühnemacosx: fixed rounded bottom corners when using the...
next