]> git.sesse.net Git - vlc/history - modules/gui
MKV USF subtitles support and other Subtitles improvements.
[vlc] / modules / gui /
2007-03-13 Jean-Baptiste KempfQt4 - Preferences : Reset preferences.
2007-03-13 Rémi Denis-CourmontAvoid reference to deprecated FromLocale() in comments ;)
2007-03-13 Pavlov KonstantinBetter looking QListWidget for simple preferences.
2007-03-13 Jean-Baptiste KempfQt4 - Reorganize the SPrefs categories :
2007-03-13 Jean-Baptiste KempfQt4 - SPrefs: New icons from Tombigel.
2007-03-11 Damien Fouilleul- voutgl.m: misc cleanup, reworked context locking...
2007-03-11 Rémi Denis-CourmontUse long instead of int32_t when passing 32-bits value...
2007-03-11 Jean-Paul SamanRemove unused headerfile
2007-03-10 Jean-Paul SamanRemove unused headerfile
2007-03-10 Jean-Paul SamanRemove unused headerfile.
2007-03-10 Pierre d'HerbemontMac OS X gui: Revert r19259. We are not ready to do...
2007-03-09 Pierre d'HerbemontMac OS X gui: Make sure we don't end up with a freed...
2007-03-08 Derk-Jan Hartman* use locking on the OpenGL context (using two APIs...
2007-03-08 Jean-Baptiste KempfQt4 - Open: Capture Tab added. Still almost empty,...
2007-03-07 Jean-Baptiste KempfQt4 - Ahhemmm... Oops...
2007-03-07 Jean-Baptiste KempfQt4 - Add skeletons for Captures and some widget on...
2007-03-07 Jean-Baptiste KempfQt4 - Open Dialog: Capture tab. Last tab. Just the...
2007-03-07 Jean-Baptiste KempfQt4 - Add Q_OBJECT Macros when needed. Patch from Benja...
2007-03-07 Jean-Baptiste KempfQt4- SImple Preferences. Add file and directory configu...
2007-03-07 Jean-Baptiste KempfQt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does...
2007-03-07 Pierre d'HerbemontMac OS X gui: Small code cleanup. Remove NSLogs, avoid...
2007-03-06 Jean-Baptiste KempfQt4 - Preferences and SPrefs. Add the necessary handler...
2007-03-06 Jean-Baptiste KempfQt4: Use qfu for psz_homedir. Is it right ? Review...
2007-03-05 Pierre d'HerbemontMac OS X gui: Make sure that misc.h is included as...
2007-03-05 Felix Paul Kühne* forward-port of all eyetv relates sources in my branch
2007-03-05 Pierre d'HerbemontMac OS X gui: Revert [19198] (add items to the playlist...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix #1090 (add items to the playlist...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix a rare bug of non-update of the vout...
2007-03-05 Pierre d'HerbemontMac OS X gui: Don't try to change the interface from...
2007-03-05 Felix Paul Kühne* fix propset 'Id'
2007-03-05 Jean-Baptiste KempfQt4: Back on open dialog: rewrite the UIs to have consi...
2007-03-04 Pierre d'HerbemontMac OS X gui: Don't yield input more than needed. ...
2007-03-04 Jean-Baptiste KempfQt4 - SPrefs: interface small change
2007-03-04 Sigmund Augdal Helbergmove a few global variables into the appropriate class.
2007-03-04 Pierre d'HerbemontMac OS X gui: Remove unwanted commit.
2007-03-04 Pierre d'HerbemontMac OS X gui: Make sure we don't retain p_input more...
2007-03-04 Pierre d'HerbemontMac OS X gui: Sanitize vlc object retaining/releasing.
2007-03-03 Jean-Baptiste KempfQt4 - SPrefs : a few additions. Still not working for...
2007-03-03 Sigmund Augdal Helbergwhen a reference to a object is stored the ref-count...
2007-03-03 Jean-Baptiste KempfQt4 - remove a stupid debug thing and rename Disk ...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure libvlc exit properly. Don't...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix #756 (VLC don't go open if you click...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix dead lock when exiting. As a side...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix the fspanel screen selection, and...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix a double unlock issue, by making...
2007-03-03 Pierre d'HerbemontMac OS X gui: Use a recursive lock to be able to trigge...
2007-03-03 Pierre d'HerbemontMac OS X gui: Protect the fullscreen animation by a...
2007-03-03 Pierre d'HerbemontMac OS X gui: Rework VLCVoutWindow behaviour when macos...
2007-03-03 Pierre d'HerbemontDon't forget to release the screen when closing the...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure the embedded window don't get...
2007-03-03 Pierre d'HerbemontMake sure the cursor gets hidden in fullscreen on Mac...
2007-03-03 Pierre d'HerbemontCompare two NSScreen using their display id, rather...
2007-03-03 Pierre d'HerbemontFix main screen detection for the detached window on...
2007-03-03 Pierre d'HerbemontFix main screen detection on Mac OS X.
2007-03-03 Pierre d'HerbemontRemove unneeded friend class.
2007-03-03 Pierre d'HerbemontClose the embedded window only when playlist stop....
2007-03-02 Pierre d'HerbemontSupport other displays fade out. Change video-device...
2007-03-02 Pierre d'HerbemontRemove unuseful setFullscreen: as it has been deleted...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-03-02 Jean-Baptiste KempfPut the Simple Prefs Icons one above the other.
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Subtitles... Almost the end ?
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Interface Panel.
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Input Panel. almost all implementations...
2007-03-01 Jean-Baptiste KempfQt4 - SimplePrefs - Audio: Small fixes and normalizatio...
2007-03-01 Jean-Baptiste KempfQt4 : Spref - Audio: Use a doubleBox not a slider for...
2007-03-01 Laurent AimarFixed a typo (INTF_DIALOG_VLM is not the same than...
2007-03-01 Laurent AimarDeactivated VLM control by wx while I clean it. (It...
2007-03-01 Pierre d'HerbemontFix file name representation of the video output window...
2007-03-01 Jean-Baptiste KempfQt4 - SimplePrefs : Simple Fix to simple Problem. Shoul...
2007-02-28 Jean-Baptiste KempfQt4 : Simple Preferences. Add a slider widget to pref_w...
2007-02-27 Christophe Mutricythis was renamed in [19013]
2007-02-27 Jean-Baptiste Kempf* Qt4 - Simple Preferences: Start to bind the keys...
2007-02-25 Jean-Baptiste KempfQt4 : SimplePrefs: various fixes, remove some widgets...
2007-02-25 Christophe MutricyCompile fix
2007-02-25 Jean-Baptiste KempfQt4- SImple Prefs: Subtitles and TextTitles.
2007-02-25 Cyril Deguet* fixed build of skins2 interface on MacOS X (renamed...
2007-02-25 Jean-Baptiste KempfQt4: Simple_Prefs, adding hotkeys/shortcuts configuration.
2007-02-25 Jean-Baptiste KempfQt4: Preferences, Simple_Preferences. A bit more, but...
2007-02-24 Jean-Baptiste KempfQt4 - Simple Prefs: More. Interfaces.
2007-02-24 Jean-Baptiste KempfQt4 : Back to work.
2007-02-23 Felix Paul Kühne* added 2 boxes to the wizard to allow access to sout...
2007-02-23 Felix Paul Kühne* removed duplicated, buggy code which fixed #744 in...
2007-02-20 Laurent AimarFixed segfault in AutoBuiltPanel::AutoBuiltPanel.
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Jean-Paul Samanplaylist_Add() prototype changed
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-20 Felix Paul Kühne* don't double free an object! Thanks to nivix for...
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2007-02-12 Olivier Teulière * skins2/controls/ctrl_text.cpp: Fixed weird behaviour...
2007-02-11 Rémi Denis-CourmontRemove debug spammer - fixes #971
2007-02-10 Felix Paul Kühne* fixed a bug which prevented the fspanel to show up...
2007-02-08 Jean-Baptiste KempfQt4: One Day / One Simples Pref UI.
2007-02-07 Jean-Baptiste KempfQt4: One Day / One ui. Audio.
2007-02-05 Jean-Baptiste KempfQt4: Update and finish (?) Video Prefs.
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2007-02-01 Christophe Mutricycheck for enomem
2007-02-01 Rafaël CarréDisplays and hides simple preferences correctly
2007-02-01 Jean-Baptiste KempfQt4: Compile Fix.
2007-01-31 Jean-Baptiste KempfQt4: messages. Small commit to fix two forgottten qfu...
2007-01-30 Jean-Baptiste KempfQt4 : translate the titles for stats.
next