]> git.sesse.net Git - vlc/history - modules/gui/macosx
MacOSX prefs: fix memory leak.
[vlc] / modules / gui / macosx /
2011-04-06 Rémi DuraffortMacOSX prefs: fix memory leak.
2011-04-05 Felix Paul Kühnemacosx: replaced various deprecated methods with their...
2011-04-05 Felix Paul Kühnemacosx: more hotkey improvements
2011-04-05 Felix Paul Kühnemacosx: updated VLCMain to the new hotkeys API
2011-04-05 Felix Paul Kühnemacosx: re-written hotkey preferences
2011-04-04 Felix Paul Kühnemacosx: fixed wrong calculation of ModuleListConfigCont...
2011-04-04 Felix Paul Kühnemacosx: fixed corner case which could lead to incorrect...
2011-04-03 Felix Paul Kühnemacosx: added some more Apple Remote cookies
2011-04-03 Felix Paul Kühnemacosx: enlarge the time slider and move respective...
2011-02-10 Rémi Denis-CourmontMerge ConfigKeyToString and KeyToString
2011-02-08 Felix Paul Kühnemacosx-vout: removed broken and deprecated AGL vout
2011-02-05 Felix Paul Kühnemacosx vout: reenabled. will break compilation until...
2011-01-30 Felix Paul Kühnemacosx: enable selection of subtitles named *.txt or...
2010-12-28 Felix Paul Kühnemacosx: return a value in a non-void method
2010-11-30 Felix Paul Kühnemacosx: fixed preferences compilation
2010-11-06 Rémi DuraffortRemove calls to bzero.
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-09-16 Jean-Baptiste KempfMacOS: fix equalizer 170Hz issue
2010-08-31 Rémi DuraffortFix some typos.
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-19 Jean-Baptiste KempfMacOS: don't compile opengl provider in the GUI since...
2010-07-18 Jean-Baptiste KempfMacOS: compile fix for playlist.m
2010-07-18 Jean-Baptiste KempfMacOS: more compile fixes
2010-07-18 Jean-Baptiste KempfMacOS: fix compilation
2010-07-07 Jean-Baptiste KempfMac: small menu fix
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-07-01 Sebastien ZwickertMacOS: fixes an issue with the recents item that doesn...
2010-07-01 Sebastien ZwickertMacOS: fixes #3825. Since [af97f24d528acab89969d6541d83...
2010-06-28 Sebastien ZwickertMacOS: fixes memory management issue. closes #3807
2010-06-27 Rémi Denis-CourmontOSX: same string as Qt4
2010-06-26 Jean-Baptiste KempfMacOS: deinterlace != deinterlace-mode
2010-06-26 Jean-Baptiste KempfMacOS: variable renaming for future fix
2010-06-26 Sebastien ZwickertMacOS: fixes #3772 (disabling macosx-eq-keep causes...
2010-06-17 Sebastien Zwickertgui/macosx: set URL instead of path to ITEM_URL. Fixes...
2010-06-17 Sebastien Zwickertgui/macosx: second attempt to fix equalizer issue ...
2010-06-16 Sebastien ZwickertRemove observer from the notification center in the...
2010-06-16 Sebastien Zwickertgui/macosx: fixes equalizer issue #3718.
2010-06-05 Rémi Denis-CourmontTypos
2010-05-31 Juho Vähä-Herttuaos x: fix preferences to leave x264 preset/tune empty
2010-05-31 Juho Vähä-HerttuaOSX: fix a crash when the option-list finished by 0...
2010-05-25 Laurent AimarRemoved fake access.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-04-13 David KUse the additional middle button on the new Apple Remot...
2010-03-31 Austin BurrowFixed an issue where http:// was being appended to...
2010-03-25 Felix Paul Kühnelegacy OSX interface: fixed transcoding with the wizard...
2010-03-15 Felix Paul Kühnelegacy OS X intf: fixed locking the vout window's AR
2010-03-15 Felix Paul Kühnelegacy OS X intf: removed nslog-based debug
2010-03-14 Felix Paul Kühnelegacy OS X intf: removed unfinished VLM interface
2010-03-14 Felix Paul Kühnelegacy OS X intf: fixed check-for-update and fullscreen...
2010-03-13 Felix Paul Kühnelegacy OSX intf: correctly adapt vout window's size...
2010-03-13 Felix Paul Kühnelegacy OS X intf: restored 1.0 look of the video output...
2010-03-13 Felix Paul Kühnelegacy macosx intf: make sure we display the right...
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-03 Rémi Denis-CourmontUse KiB instead of kB for input statistics
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-11 Pierre d'Herbemontmacosx: Fix compilation.
2010-02-10 Rémi Denis-Courmontplaylist: create the fullscreen variable
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontMake update-po happy
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-03 Rémi Denis-CourmontUse standard ASCII for ^H, ^I, ^M and escape
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
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-28 Sebastien Zwickertgui/macosx: Fix ugly flashes of video view when the...
2009-12-26 Brian WeaverModified the main OS X interface module to remove the...
2009-12-26 Sebastien Zwickertgui/macosx: Do not automatically resize the video view...
2009-12-26 Sebastien Zwickertgui/macosx: fix a side effect when the playlist's split...
2009-12-26 Sebastien Zwickertgui/macosx: uses the superview object for swapping...
2009-12-26 Sebastien Zwickertgui/macosx: try a fix of validateMenuItem: that avoid...
2009-12-26 Felix Paul Kühneadded a Minimal Dialog Provider for Mac OS X
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-19 Felix Paul Kühnemacosx: fixed compilation if VLM is not enabled
2009-12-17 David KAdd support for the new Apple Remote introduced in...
2009-10-14 Pierre d'Herbemontmacosx: Disable broken code to get the buildbot back...
2009-10-10 Felix Paul Kühnemacosx: fixed logic errors in previous commit pointed...
2009-10-10 Felix Paul Kühnemacosx: merge AppleRemote fixes from the Lunettes project
2009-10-10 Pierre d'Herbemontmacosx: vlc_keys seems to need vlc_common.
2009-10-10 Pierre d'Herbemontmacosx: Silent a harmless warning.
2009-10-10 Pierre d'Herbemontmacosx: Dummy build fix.
2009-10-07 Rémi Denis-CourmontKeyToString: allocate key on heap
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-10-06 Felix Paul Kühnemacosx: fixed IR Remote HID support
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-09-30 Felix Paul Kühnemacosx: remove some dead code
2009-09-26 Felix Paul Kühnemacosx: fixed broken MMS streaming
2009-09-03 Pierre d'Herbemontmacosx: Don't output any error when sending the crash...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-30 Felix Paul Kühnemacosx: slightly change scrolling behavior of the credi...
2009-08-26 Pierre d'Herbemontmacosx: pl_CurrentInput doesn't take a playlist as...
2009-08-26 Pierre d'Herbemontmacosx: Use pl_CurrentInput properly, and make sure...
2009-08-26 Pierre d'Herbemontmacosx: Get rid of the vlc_object_find().
next