]> git.sesse.net Git - vlc/history - modules/gui/macosx/MainWindow.m
macosx: resolve conflict between sidebar icons and other UI artwork (refs #5742)
[vlc] / modules / gui / macosx / MainWindow.m
2011-12-29 Felix Paul Kühnemacosx: resolve conflict between sidebar icons and...
2011-12-29 Felix Paul Kühnemacosx: save window position manually when using the...
2011-12-28 Felix Paul Kühnemacosx: minor appearance fixes
2011-12-28 Felix Paul Kühnemacosx: further improve splitview resizing
2011-12-27 Felix Paul Kühnemacosx: added a resize control to the main window ...
2011-12-25 Felix Paul Kühnemacosx: work-around incompatibility between custom...
2011-12-24 Felix Paul Kühnemacosx: hide the titlebar's fullscreen button if we...
2011-12-24 Felix Paul Kühnemacosx: implement proper zooming for Leopard and Snow...
2011-12-23 Felix Paul Kühnemacosx: hide the mainwindow's black title bar when...
2011-12-23 Felix Paul Kühnemacosx: support the Lion-style resizing within the...
2011-12-23 Felix Paul Kühnemacosx: prove-of-concept of a styled window title bar
2011-12-23 Felix Paul Kühnemacosx: adapt to the new sidebar icons
2011-12-23 Felix Paul Kühnemacosx: fixed 'disappearing' main window (fixes #5714)
2011-12-22 Felix Paul Kühnemacosx: fixed crash when closing the main window while...
2011-12-22 Felix Paul Kühnemacosx: fix search field size on Lion (fixes #5566)
2011-12-22 Felix Paul Kühnemacosx: fix fspanel when using Lion's fullscreen mode...
2011-12-20 Felix Paul Kühnemacosx: enter fullscreen only if we were on Lion or...
2011-12-20 Felix Paul Kühnemacosx: save a few objc selector lookups
2011-12-20 Felix Paul Kühnemacosx: correctly hide the controls within the native...
2011-12-19 Felix Paul Kühnemacosx: improve drawing of the 'fancy gradient effect...
2011-12-15 Pere Orgafix filename self-references
2011-10-31 Sebastien Zwickertmacosx: fixes a memory leak.
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-10-15 Felix Paul Kühnemacosx: correctly hide the cursor when using Lion's...
2011-09-07 Felix Paul Kühnemacosx: fixed crash when rebuilding the sidebar too...
2011-09-04 Felix Paul Kühnemacosx: clean up
2011-08-22 Felix Paul Kühnemacosx: don't update the sidebar too often
2011-08-21 Felix Paul Kühnemacosx: added an option to disable the native fullscree...
2011-08-19 Felix Paul Kühnemacosx: make sure we can't access the split view while...
2011-08-19 Felix Paul Kühnemacosx: show the playlist size as a badge in the sideba...
2011-08-16 Felix Paul Kühnemacosx: remove the fullscreen button from the main...
2011-08-16 Felix Paul Kühnemacosx: moved compatiblity fixes to a designated header
2011-08-16 Felix Paul Kühnemacosx: don't let the vout resize the window if we...
2011-08-16 Felix Paul Kühnemacosx: added native fullscreen support for OS X Lion
2011-08-16 Felix Paul Kühnemacosx: use an updated API to set the behavior of menu...
2011-08-14 Felix Paul Kühnemacosx: fixed some ui bugs, which sneaked in recently
2011-08-14 Felix Paul Kühnemacosx: re-implemented a non-embedded video window
2011-08-14 Felix Paul Kühnemacosx: simplified the way we set the window's title
2011-08-10 Felix Paul Kühnemacosx: implemented the 'autoscale' feature and fixed...
2011-08-09 Felix Paul Kühnemacosx: fixed fspanel
2011-08-09 Felix Paul Kühnemacosx: retain window level across a fullscreen session
2011-08-09 Felix Paul Kühnemacosx: re-implemented VLCVoutView and removed dead...
2011-08-08 Felix Paul Kühnemacosx: move VLCFSPanel from VLCControls to VLCMainWind...
2011-08-08 Felix Paul Kühnemacosx: implemented float-on-top
2011-08-08 Felix Paul Kühnemacosx: prepared fullscreen support and clean-up
2011-08-05 Felix Paul Kühnemacosx: added CoreAnimation based transitions to displa...
2011-08-03 Felix Paul Kühnemacosx: added a 'Drop Zone' view, which is displayed...
2011-08-03 Felix Paul Kühnemacosx: icon set for the sidebar table taken from the...
2011-08-03 Felix Paul Kühnemacosx: fixed compilation when using the 10.5 SDK
2011-08-02 Felix Paul Kühnemacosx: fill the side bar with SDs, etc.
2011-08-01 Felix Paul Kühnemacosx: fixed volume slider appearance in black intf...
2011-07-31 Felix Paul Kühnemacosx: fixed playlist/video toggling and some memory...
2011-07-29 Felix Paul Kühnemacosx: fixed a few memory leaks
2011-07-27 Felix Paul Kühnemacosx: store counting mode of the time field (default...
2011-07-27 Felix Paul Kühnemacosx: fixed redraw issue when moving the time slider...
2011-07-26 Felix Paul Kühnemacosx: implemented fancy gradient effect for the time...
2011-07-26 Felix Paul Kühnemacosx: implemented both skipping within an item and...
2011-07-26 Felix Paul Kühnemacosx: respond to updated synchro values
2011-07-25 Felix Paul Kühnemacosx: prepare sidebar
2011-07-25 Felix Paul Kühnemacosx: fixed updateTitle as suggested by j-b and made...
2011-07-25 Felix Paul Kühnemacosx: remove 2 interface update timers (2 threads...
2011-07-23 Felix Paul Kühnemacosx: fixed time slider
2011-07-22 Felix Paul Kühnemacosx: added option to switch between bright and dark...
2011-07-22 Felix Paul Kühnemacosx: moved preliminary vout to main window, removed...
2011-06-30 Felix Paul Kühnemacosx: move re-useable code from VLCControls to a...