]> git.sesse.net Git - vlc/history - modules/gui/macosx/misc.m
macosx: add custom numberformatter to goto time field to only allow digits and :
[vlc] / modules / gui / macosx / misc.m
2013-04-30 David Fuhrmannmacosx: add custom numberformatter to goto time field...
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-20 David Fuhrmannmacosx: fix fancy gradient view for nonembedded window
2013-03-21 Felix Paul Kühnemacosx: resize the retina bitmaps for the progressions...
2013-03-18 Felix Paul Kühnemacosx: fix time slider knob alignment in bright mode
2013-02-24 David Fuhrmannmacosx: adapt VLCTimeField and add additional option...
2013-02-15 David Fuhrmannmacosx: only revert presentation options on fullscreen...
2013-02-15 David Fuhrmannmacosx: deduplicate code for fullscreen presentation...
2013-02-07 Felix Paul Kühnemacosx: replace all 'key-action' calls with their prope...
2012-11-18 David Fuhrmannmacosx: only hide dock and menu bar when necessary
2012-11-15 Felix Paul Kühnemacosx: fix incorrect text shadow offset (close #7630)
2012-09-21 David Fuhrmannmacosx: create new classes for all controls bar related...
2012-09-13 David Fuhrmannmacosx: add new common window class in order to dedupli...
2012-09-07 David Fuhrmannmacosx: implemented scroll wheel behaviour for fullscre...
2012-09-04 David Fuhrmannmacosx: add scroll wheel support for progress and volum...
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-24 Felix Paul Kühnemacosx/misc: simplify header
2012-08-19 Felix Paul Kühnemacosx: removed explicit 10.5 compatibility code
2012-07-23 David Fuhrmannmacosx: remove outdated and unused isFullscreen methods
2012-07-03 Felix Paul Kühnemacosx: fixed time slider alignment issue
2012-05-21 Felix Paul Kühnemacosx: make sure that the fullscreen window is the...
2012-05-20 Felix Paul Kühnemacosx: added an option to let the Apple Remote control...
2012-04-10 Felix Paul Kühnemacosx: make sure that the main window's split view...
2012-04-10 Felix Paul Kühnemacosx: re-implement drag & drop support for VLCVoutVie...
2012-04-08 Felix Paul Kühnemacosx: removed VLCControllerView, which was superseede...
2012-03-19 Felix Paul Kühnemacosx: make sure that the http interface (and other...
2012-03-05 Felix Paul Kühnemacosx: implemented playback controls for the detached...
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: fixed a warning about missing [super dealloc]
2012-02-23 Felix Paul Kühnemacosx: really fixed the time line drawing artifacts...
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: fixed rounded bottom corners when using the...
2012-02-16 Felix Paul Kühnemacosx: when opening subtitles while playing a movie...
2012-02-15 Felix Paul Kühnemacosx: fixed alignment issues in the main window's...
2012-02-15 David Fuhrmannmacosx: make sure that isFullscreen only returns true...
2012-02-09 David Fuhrmannmacosx: let fullscreen controls show the complete time...
2012-02-05 Felix Paul Kühnemacosx: don't resize the vout in case VLC is in fullscr...
2012-02-05 Felix Paul Kühnemacosx: added a 1.5px shadow (white) to the window...
2012-01-26 Felix Paul Kühnemacosx: fixed slider knobs in the black ui style
2011-12-30 Felix Paul Kühnemacosx: re-written the way we render 3 part images...
2011-12-28 Felix Paul Kühnemacosx: implemented the logo and marquee filters in...
2011-12-28 Felix Paul Kühnemacosx: further improve splitview resizing
2011-12-20 Felix Paul Kühnemacosx: correctly hide the controls within the native...
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-09-04 Felix Paul Kühnemacosx: clean up
2011-09-04 Felix Paul Kühnemacosx: set the splitview divider to 60% gray instead...
2011-09-04 Felix Paul Kühnemacosx: slim the split view divider and turn it black
2011-08-16 Felix Paul Kühnemacosx: moved compatiblity fixes to a designated header
2011-08-16 Felix Paul Kühnemacosx: use an updated API to set the behavior of menu...
2011-08-15 Felix Paul Kühnemacosx: saved various objc selector dispatches when...
2011-07-27 Felix Paul Kühnemacosx: store counting mode of the time field (default...
2011-07-24 Felix Paul Kühnemacosx: don't use Carbon to retrieve icons from the OS
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-06-23 Felix Paul Kühnemacosx: re-implemented time slider to fit the new style
2011-06-22 Felix Paul Kühnemacosx: basic UI to have something as a start
2011-06-20 Felix Paul Kühnemacosx: fixed incorrect URL creation (closes #4966)
2011-05-19 Felix Paul Kühnemacosx: disable window restoration on relaunch for...
2011-04-25 Felix Paul Kühnemacosx: added Audio Effects panel to demonstrate BGHUDA...
2011-04-25 Felix Paul Kühnemacosx: fixed media key support on OS X 10.6+
2011-04-14 Mike HoubenRemoving the blue Theme on Mac OS X
2010-12-28 Felix Paul Kühnemacosx: return a value in a non-void method
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen(VLCAdditions) does not leak.
2009-06-22 Derk-Jan HartmanRevert "macosx: NSScreen dealloc is not only called...
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen dealloc is not only called at end...
2009-06-15 Jean-Paul Samanmacosx: removeallObjects from NSMutableArray before...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Felix Paul Kühnemacosx: fixed regressions from merges with the 1.0...
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfFix conflicts.
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-24 Jean-Paul Samanmacosx: release allocated objects.
2009-05-03 Felix Paul Kühnemacosx: disable the SL-look for the main controller...
2009-04-12 Felix Paul Kühnemacosx: get rid of the infamous 'get' prefixes everywhe...
2009-04-12 Felix Paul Kühnemacosx: experimental 64bit support
2009-04-09 Felix Paul Kühnemacosx: updated window styles for VLCControllerWindow...
2009-03-03 Felix Paul Kühnemacosx: remove some more special cases for 10.4 and...
2009-02-06 Felix Paul Kühnemacosx: updated used Cocoa methods to the current defin...
2008-08-01 Pierre d'Herbemontmacosx: Use input_ItemHasErrorWhenReading to display...
2008-07-05 Rémi Denis-CourmontCharset fixes
2008-03-28 Felix Paul KühneFixed 'Blackout screens' on multi-screen setups
2007-12-28 Felix Paul Kühne* add a 'graphite' button set including the facilities...
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-03-03 Pierre d'HerbemontMac OS X gui: Rework VLCVoutWindow behaviour when macos...
2007-03-03 Pierre d'HerbemontCompare two NSScreen using their display id, rather...
2007-03-03 Pierre d'HerbemontFix main screen detection on Mac OS X.
2007-03-02 Pierre d'HerbemontSupport other displays fade out. Change video-device...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-02-10 Felix Paul Kühne* fixed a bug which prevented the fspanel to show up...
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2006-12-09 Felix Paul Kühne* make sure that the opened media is always enqueueded...
next