]> git.sesse.net Git - vlc/history - modules/gui/macosx/controls.m
legacy macosx intf: make sure we display the right playback button graphic when drawi...
[vlc] / modules / gui / macosx / controls.m
2010-03-13 Felix Paul Kühnelegacy macosx intf: make sure we display the right...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2009-12-30 Thijs Alkemadegui/macosx: Added menu item to set playback rate back...
2009-12-28 Sebastien Zwickertgui/macosx: fix crash when the volume slider has been...
2009-12-26 Sebastien Zwickertgui/macosx: try a fix of validateMenuItem: that avoid...
2009-08-25 Felix Kühnemacosx: fixed some compilation warnings
2009-07-31 Felix Paul Kühnemacosx: implemented 'play-and-exit' (closes #2237)
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-09 Rémi Denis-CourmontOSX: set volume on playlist
2009-06-15 Jean-Paul Samanmacosx: do not leak o_fs_panel
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Derk-Jan Hartmanmacosx: remove a NSLog message.
2009-05-29 Derk-Jan Hartmanmacosx controls: Another string memleak.
2009-05-29 Derk-Jan Hartmanmacosx intf: another strdup memleak
2009-05-29 Derk-Jan Hartmanmemleaks: Several Mac OS X interface related memleaks.
2009-05-29 Derk-Jan Hartmanmacosx intf: Fix a strdup memleak
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 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 KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-22 Felix Paul Kühnemacosx: added an entry to Video->Aspect-ratio to disabl...
2009-05-22 Felix Paul Kühnemacosx: fix crash when trying to use the video menu
2009-05-21 Felix Paul Kühnemacosx: clean Dudiak's code a bit
2009-05-21 Felix Paul Kühnemacosx: merge Eric Dudiak's code from GSoC 2008
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-04-18 Felix Paul Kühnemacosx: fixed a few bugs found by clang's code analysis
2009-04-12 Felix Paul Kühnemacosx: get rid of the infamous 'get' prefixes everywhe...
2009-04-03 Derk-Jan Hartmanmacosx: remove NSValue around VLCAutogeneratedMenu
2009-04-03 Derk-Jan Hartmanmacosx: fix VLC object leaks
2009-04-01 Rémi Duraffortmacosx gui: fix a playlist object leak and use pl_release.
2009-02-23 Felix Paul Kühnemacosx: display the remaining time if the field was...
2009-02-19 Felix Paul Kühnemacosx: re-arranged the audio and video menus to look...
2009-02-13 Laurent AimarUpdated macosx intf after teletext-es change.
2009-01-17 Laurent AimarUse "can-rate" and "state" input variable when applicable.
2009-01-10 Felix Paul KühneClean up here and there
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-09-21 Felix Paul Kühnemacosx: make [VLCControls getVoutView] publically avail...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Pierre d'Herbemontmacosx: getVoutView is gone from here.
2008-09-20 Pierre d'Herbemontmacosx: Don't use object_id in controls.
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-12 Derk-Jan Hartmanmacosx: Add a teletext menu
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-08-10 Derk-Jan Hartmanmacosx: directly set "key-action" variable where we...
2008-07-13 Pierre d'Herbemontmacosx: Never try to find an input anywhere, but get...
2008-07-12 Pierre d'Herbemontmacosx: Remove a lonesome pl_Yield.
2008-07-12 Pierre d'Herbemontmacosx: Save current fullscreen state.
2008-07-12 Pierre d'Herbemontmacosx: One more direct playlist access removal.
2008-07-12 Pierre d'Herbemontmacosx: Make sure input menu are up-to-date.
2008-07-08 Pierre d'Herbemontmacosx: Don't take the playlist lock blindly, where...
2008-07-08 Pierre d'Herbemontmacosx: Close the video directly when clicking on the...
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
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-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-05-08 Pierre d'HerbemontMac OS X gui: Fix tabs.
2007-05-08 Pierre d'HerbemontMac OS X gui: Send mouse wheel left/right event to...
2007-04-22 Pierre d'HerbemontMac OS X gui: Use the proper vlc infrastructure to...
2007-03-04 Pierre d'HerbemontMac OS X gui: Sanitize vlc object retaining/releasing.
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2006-11-27 Felix Paul Kühne* added an option to the apple script binding to check...
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacAh Ah
2006-11-05 Felix Paul Kühne* forward-port [17501] and [17500]
2006-10-21 Clément StenacPlaylist
2006-09-17 Felix Paul Kühne* removed an outdated method instead of commenting it
2006-09-17 Felix Paul Kühne* implemented the previously committed playmode buttons...
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-10 Felix Paul Kühne* removed some further hangover from the original patch...
2006-09-10 Felix Paul Kühne* New Fullscreen controller panel
2006-09-03 Felix Paul Kühne* save playback styles on Macs as well
2006-04-30 Benjamin Pracht* Patch from Basil Achermann to handle esc and space...
2006-03-26 Felix Paul Kühne* accept %H:%M:%S and %M:%S as valid syntax as well...
2006-03-21 Benjamin Pracht* Only enable "Jump To Time" when the stream is seekable
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-02-26 Felix Paul Kühne* added a "Go To Specific Position" feature (closes...
2006-02-01 Derk-Jan Hartman* A few Mac OS X intf fixes. To be honest. we should...
2006-01-12 Antoine CellerierFSF address change.
2005-12-18 Benjamin Pracht* Apply changed made to the 0.8.5 branch to trunk.
2005-12-12 Derk-Jan Hartman* Fix an issue with changed names of seek hotkeys in...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
next