]> git.sesse.net Git - vlc/history - modules/gui/macosx/fspanel.m
fix play / pause and rename method for better clarity
[vlc] / modules / gui / macosx / fspanel.m
2013-02-15 David Fuhrmannfix play / pause and rename method for better clarity
2013-02-10 David Fuhrmannmacosx: update copyright headers for some recently...
2013-02-09 David Fuhrmannmacosx: only show fspanel when needed, additional fixed...
2013-02-09 David Fuhrmannmacosx: support multiple VLC windows in fullscreen...
2012-12-30 David Fuhrmannmacosx: add mouse scroll support for fullscreen time...
2012-12-26 Felix Paul Kühnemacosx: adapt fspanel layout to update time slider...
2012-11-15 Felix Paul Kühnemacosx: white space and minor coding style fixes
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-20 David Fuhrmannmacosx: fspanel: give up focus to the right fullscreen...
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 Felix Paul Kühnemacosx: added NSAccessibilityTitleAttribute to buttons...
2012-08-25 Felix Paul Kühnemacosx/fspanel: fixed c&p mistake
2012-08-25 Felix Paul Kühnemacosx/fspanel: add accessibility support (refs #495)
2012-08-24 Felix Paul Kühnemacosx/fspanel: remove some dead code
2012-08-07 Felix Paul Kühnemacosx/fspanel: allow continued clicks on the backward...
2012-06-24 Felix Paul Kühnemacosx/fspanel: another minor optimization and simplifi...
2012-06-24 Felix Paul Kühnemacosx/fspanel: optimize image rendering for sliders...
2012-06-24 Felix Paul Kühnemacosx: removed the fspanel artwork for scale factor 1.5
2012-06-14 Felix Paul Kühnemacosx: updated copyright headers
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-14 Felix Paul Kühnemacosx: limit the 'big' fullscreen panel to the 27...
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-09 David Fuhrmannmacosx: let fullscreen controls show the complete time...
2012-01-06 Felix Paul Kühnemacosx: fixed volume range (fix #5790)
2011-10-15 Felix Paul Kühnefspanel: resize the panel by factor 1.5 if the screen...
2011-09-16 Felix Paul Kühnemacosx: fixed minor appearance issues
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-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-04 Felix Paul Kühnemacosx: fixed time slider action in the fspanel
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...
2011-04-10 Felix Paul Kühnemacosx: cosmetics
2011-04-10 Felix Paul Kühnemacosx: make sure there is enough space to display...
2011-04-10 Felix Paul Kühnemacosx: don't accept hotkeys in the fspanel, since...
2009-04-12 Felix Paul Kühnemacosx: get rid of the infamous 'get' prefixes everywhe...
2009-02-19 Felix Paul Kühnefixed compilation warning
2009-02-06 Felix Paul Kühnemacosx: updated used Cocoa methods to the current defin...
2009-01-10 Felix Paul KühneClean up here and there
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-08-01 Pierre d'Herbemontmacosx: Fix #1802 Cursor not hidden if fullscreen contr...
2008-07-06 Pierre d'Herbemontmacosx: Fix various crashes with the fspanel.
2008-07-06 Pierre d'Herbemontmacosx: Invalidate the fspanel timer.
2008-03-26 Felix Paul Kühnehide the FSPanel at the same time as the cursor
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-10-24 Felix Paul Kühne* make sure that we're using UTF-8 instead of Western...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-06-23 Pierre d'HerbemontMac OS X gui: Fade out in a smoother way.
2007-03-05 Pierre d'HerbemontMac OS X gui: Make sure that misc.h is included as...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix the fspanel screen selection, and...
2007-03-03 Pierre d'HerbemontMake sure the cursor gets hidden in fullscreen on Mac...
2007-02-20 Felix Paul Kühne* don't double free an object! Thanks to nivix for...
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2006-12-26 Felix Paul Kühne* be more accurate when fading in and out (refs #913...
2006-12-18 Felix Paul Kühne* hide the fspanel if VLC looses its front app state...
2006-12-18 Felix Paul Kühne* added an option to disable the fspanel
2006-12-12 Felix Paul Kühne* switched the middle arrow buttons from faster/slower...
2006-12-07 Derk-Jan Hartman* forwardport: [18319], [18320]
2006-11-26 Felix Paul Kühne* centre fspanel in the lower third of the screen....
2006-11-26 Felix Paul Kühne* missing file in previous commit
2006-11-26 Felix Paul Kühne* the remaining compilation fixes plus a bit of clean...
2006-11-05 Felix Paul Kühne* forward-port [17501] and [17500]
2006-10-12 Felix Paul Kühne* fade in quicker and fix the fade-in/out problems...
2006-10-04 Felix Paul Kühne* implemented the volume slider
2006-10-01 Felix Paul Kühne* finished the time slider
2006-10-01 Felix Paul Kühne* temporary fix to keep VLC linking. I don't know yet...
2006-10-01 Felix Paul Kühne* native GUI elements for the Fullscreen panel by Simon...
2006-09-14 Felix Paul Kühne* fix a nasty handling bug and convert all comments...
2006-09-10 Felix Paul Kühne* New Fullscreen controller panel