]> git.sesse.net Git - vlc/history - modules/gui/macosx
qt4: cleaning the singletons implementation.
[vlc] / modules / gui / macosx /
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).
2008-08-14 Pierre d'Herbemontmacosx: Remove some unused var in -sendCrashLog:
2008-08-14 Pierre d'Herbemontmacosx: Send crashes reports without going though Mail...
2008-08-14 Pierre d'Herbemontmacosx: Fix a warning in simple_prefs.
2008-08-14 Pierre d'Herbemontmacosx: Fix a warning.
2008-08-14 Felix Paul Kühnemacosx: our crashreport-mail needs to be UTF8 if we...
2008-08-14 Felix Paul Kühnemacosx: added another button to download VLC's EyeTV...
2008-08-10 Derk-Jan Hartmanmacosx: fix key capture for hotkeys when setting new...
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Pierre d'Herbemontmacosx: Attempt to fix a crash in update code.
2008-08-10 Pierre d'Herbemontmacosx: Don't yield an item that may be NULL.
2008-08-10 Derk-Jan Hartmanmacosx: fixing hotkey usage.
2008-08-10 Derk-Jan Hartmanmacosx: directly set "key-action" variable where we...
2008-08-10 Derk-Jan Hartmanmacosx: cleanup some of the hotkeys in macosx. Still...
2008-08-09 Pierre d'Herbemontmacosx: Set nib deplyment target to 10.4, and don't...
2008-08-09 Pierre d'Herbemontmacosx: Cache the input state and properly ask the...
2008-08-09 Pierre d'Herbemontmacosx: Fix a warning.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Felix Paul Kühnemacosx: Removed the non-existing font-effect option...
2008-08-03 Pierre d'Herbemontupdate: Fix it.
2008-08-03 Felix Paul KühneTypo ;-)
2008-08-03 Pierre d'Herbemontmacosx: Assert() for special error case.
2008-08-03 Pierre d'Herbemontmacosx: Set the controller window title to "VLC Media...
2008-08-03 Derk-Jan Hartmanmacosx: Fix the simple prefs values and titles of strin...
2008-08-03 Pierre d'Herbemontmacosx: Make sure the controller doesn't show nothing...
2008-08-03 Derk-Jan Hartmanmacosx: don't send key events to inexistent p_vout.
2008-08-02 Felix Paul KühneImproved wording
2008-08-02 Pierre d'Herbemontmacosx: As feepk pointed, performInBackground is too...
2008-08-02 Pierre d'Herbemontmacosx: Fix a memleak.
2008-08-02 Pierre d'Herbemontmacosx: Fix addNode:.
2008-08-02 Pierre d'Herbemontmacosx: Make sure empty nodes are shown as node.
2008-08-02 Pierre d'Herbemontmacosx: Fix controller playlist toggling to use the...
2008-08-02 Pierre d'Herbemontmacosx: Fix crash log and remove some unneeded NSLog.
2008-08-02 Pierre d'Herbemontmacosx: Use a toolbar to display controls. (Doesn't...
2008-08-01 Pierre d'Herbemontmacosx: Localization of the crash log mail.
2008-08-01 Pierre d'Herbemontmacosx: Ask to send a mail to our bugreport ML if a...
2008-08-01 Pierre d'Herbemontmacosx: Fix crashlog opening.
2008-08-01 Pierre d'Herbemontmacosx: Use input_ItemHasErrorWhenReading to display...
2008-08-01 Pierre d'Herbemontmacosx: Fix #1802 Cursor not hidden if fullscreen contr...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Pierre d'Herbemontmacosx: Add a missing PL_LOCK in the wizard.
2008-07-26 Felix Paul KühneWrite OSD out in the toolbar's comment. Closes #1699
2008-07-24 Pierre d'Herbemontmacosx: Make sure we animate the embedded window in...
2008-07-23 Pierre d'Herbemontmacosx: Make sure we create non existing variables.
2008-07-23 Pierre d'Herbemontmacosx: In detached mode don't fade out all screens...
2008-07-22 Pierre d'Herbemontsimple_prefs: Use quartztext, not freetype.
next