]> git.sesse.net Git - vlc/history - modules/gui/macosx
[Qt] Menu integration.
[vlc] / modules / gui / macosx /
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
2008-10-15 Derk-Jan Hartmanmacosx: Disable messages for now
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-10-03 Felix Paul Kühnemacosx: ugly compilation fix as VLC_OBJECT_OPENGL was...
2008-10-02 Derk-Jan Hartmanmacosx: allow to specify where you want the download...
2008-09-30 Derk-Jan Hartmanmacosx: Add a link to the playlistitem menu to retrieve...
2008-09-30 Derk-Jan Hartmanmacosx: Remove spurious call.
2008-09-30 Derk-Jan Hartmanmacosx: Initially expand the primary Playlist node.
2008-09-30 Derk-Jan Hartmanmacosx: when saving updates, only allow for a dir to...
2008-09-30 Derk-Jan Hartmanmacosx: The vlc update API can only handle a destinatio...
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-27 Pierre d'Herbemontmacosx: Don't release then retain the same item if...
2008-09-27 Pierre d'Herbemontmacosx: Fix tautology.
2008-09-27 Pierre d'Herbemontmacosx: Fix a typo that leads to a crash in _removeOldP...
2008-09-25 Felix Paul Kühnemacosx: stupid c&p error
2008-09-25 Felix Paul Kühnemacosx: remove the legacy CONFIG_ITEM_KEY_BEFORE_10_3...
2008-09-25 Felix Paul Kühnemacosx: implement CONFIG_ITEM_PASSWORD (closes #2118)
2008-09-22 Felix Paul Kühnemacosx: fix sprefs reset in master, too
2008-09-22 Felix Paul Kühnemacosx: added a non-implemented skeletion (just the...
2008-09-21 Felix Paul Kühnemacosx: forward-port 17a722aa10 so master is 10.4u...
2008-09-21 Pierre d'Herbemontmacosx: Simplify prefs.m.
2008-09-21 Felix Paul Kühnemacosx: fixed behaviour of the volnorm settings for...
2008-09-21 Felix Paul Kühnemacosx: make [VLCControls getVoutView] publically avail...
2008-09-21 Rémi Denis-CourmontAnother compile fix
2008-09-21 Rémi Denis-Courmontcompile fix
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Felix Paul Kühnemacosx: Fixed the appereance of playlist items in the...
2008-09-20 Pierre d'Herbemontmacosx: Don't abort() if the screen isn't GL accelerate...
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: No need to testcancel now.
2008-09-20 Pierre d'Herbemontmacosx: typo s/pthread_test_cancel/pthread_testcancel/
2008-09-20 Pierre d'Herbemontmacosx: Blindly remove i_object_id from prefs.m.
2008-09-20 Pierre d'Herbemontmacosx: Don't use object_id in controls.
2008-09-20 Pierre d'Herbemontmacosx: nanosleep() is not a cancellation point in...
2008-09-20 Pierre d'Herbemontmacosx: Use pthread_cancellation in the manage thread.
2008-09-20 Pierre d'Herbemontmacosx: Dont' forget to unlock.
2008-09-20 Felix Paul Kühnemacosx: check for updates only every seven days
2008-09-18 Pierre d'Herbemontmacosx: Fix font chooser.
2008-09-17 Derk-Jan Hartmanmacosx: dir:/ -> directory://
2008-09-17 Derk-Jan Hartmanmacosx: partial revert of [fa78d3b351465c9356b64484b979...
2008-09-16 Pierre d'Herbemontmacosx: Remove the deprecated quickdraw vout.
2008-09-16 Pierre d'Herbemontmacosx: Use fork+exec instead of posix_spawn.
2008-09-16 Pierre d'Herbemontmacosx: Use freetype fonts in simple prefs.
2008-09-16 Pierre d'Herbemontmacosx: Properly relaunch VLC when asked for.
2008-09-16 Pierre d'Herbemontmacosx: Make sure preferences version is saved.
2008-09-16 Pierre d'Herbemontmacosx: Set the pref version key if the ignore button...
2008-09-15 Pierre d'Herbemontmacosx: Check for older preferences and ask to delete...
2008-09-15 Pierre d'Herbemontmacosx: We need the PL_LOCK here (May fix a race we...
2008-09-14 Felix Paul Kühnemacosx: finally implement a Reveal-in-Finder functionality
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-13 Felix Paul Kühnemacosx: added an option to the crash reporter to disabl...
2008-09-13 Felix Paul KühneFixed a couple of l10n strings pointed by Antonio Javie...
2008-09-12 Derk-Jan Hartmanmacosx: Add a teletext menu
2008-09-08 Rémi Denis-CourmontDo not hide an interface idle sleep from the compiler...
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-08-30 Pierre d'Herbemontmacosx: Don't allow playlist or media list draging.
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-08-27 Pierre d'Herbemontmacosx: Revert to the old texture window look.
2008-08-25 Derk-Jan Hartmanmacosx: use NSInvocation on this 10.5 method.
2008-08-25 Pierre d'Herbemontmacosx: Don't do fancy stuff on 10.4.
2008-08-25 Derk-Jan Hartmanconfig: Do not use config_SaveConfigFile( , NULL) or...
2008-08-25 Derk-Jan Hartmanmacosx: Do NOT call config_SaveConfigFile() if you...
2008-08-24 Derk-Jan Hartmanmacosx: set the correct node when we add items and...
2008-08-23 Felix Paul Kühnemacosx: compilation fix for the 10.4u SDK and removal...
2008-08-23 Derk-Jan Hartmanmacosx: Fix compilation. (NSUInteger) is 10.5 api chang...
2008-08-23 Pierre d'Herbemontmacosx: Make sure VLCIntf gets NULL-ify when VLC ends.
2008-08-23 Pierre d'Herbemontmacosx: Don't use a textured Window if we have the...
2008-08-23 Pierre d'Herbemontmacosx: Save avi-index.
2008-08-23 Pierre d'Herbemontmacosx: Remove some #define abuses and assert() when...
2008-08-23 Pierre d'Herbemontmacosx: Save a reference to the view in the voutgl.
2008-08-23 Felix Paul Kühnemacosx: fixed non-localised main menu item
2008-08-22 Loïc MinierMerge branch 'master' of git.videolan.org:vlc
2008-08-22 Felix Paul Kühnemacosx: fixed download URL for the eyetv plugin
2008-08-20 Pierre d'Herbemontmacosx: In bookmarks's dealloc, we shouldn't release...
2008-08-17 Pierre d'Herbemontmacosx: Fix a typo in the pragma.
2008-08-17 Pierre d'Herbemontmacosx: Remove VLCApplication Hack. No need for that...
2008-08-17 Pierre d'Herbemontmacosx: Group via pragma related methods.
2008-08-15 Pierre d'Herbemontmacosx: Try to fix a crash at exit.
2008-08-15 Pierre d'Herbemontmacosx: Make sure we cancel the crashLogURLConnection...
2008-08-15 Felix Paul Kühnemacosx: added missing l10n for the crash reporter panel
2008-08-15 Felix Paul Kühnemacosx: added a dialogue to enter comments about the...
2008-08-15 Pierre d'Herbemontmacosx: Fix a window frame glitch when zooming the...
2008-08-15 Pierre d'Herbemontmacosx: Fix a couple of object leak in the equalizer.
2008-08-15 Felix Paul Kühnemacosx: small hack to display UTF-8 characters correctl...
2008-08-15 Felix Paul Kühnemacosx: fixed a few compilation warnings
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Pierre d'Herbemontmacosx: Confirm that the crash report has been sent.
2008-08-14 Pierre d'Herbemontmacosx: Fix toolbar usage in simple_prefs, and fix...
2008-08-14 Pierre d'Herbemontmacosx: Remove redudant test. ([nil xxx] is a nop).
next