]> git.sesse.net Git - vlc/history - modules
Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
[vlc] / modules /
2007-04-05 Jean-Baptiste KempfQt4 - Make Open dialog KDE/GNOME/WIN32 compliant for...
2007-04-05 Jean-Baptiste KempfQt4 - Fix error in a previous commit.
2007-04-05 Jean-Baptiste KempfQt4 - Update Preferences buttons to please any OS/DE.
2007-04-05 Jean-Baptiste KempfQt4 - Remove useless ui setting.
2007-04-05 Jean-Baptiste KempfQt4 - Small correction on messages behaviour Ref #777
2007-04-05 Jean-Baptiste KempfQt4 - Avoid uic errors - Patch by stw - Closes #1002
2007-04-05 Jean-Baptiste KempfQt4 - Fix the GotoTime handler. Closes #377.
2007-04-05 Antoine CellerierPlease keep the coding style consistent inside the...
2007-04-05 Rémi Denis-CourmontFix compiler warning
2007-04-05 Jean-Paul SamanVarious compile fixes for modules/codec/xvmc
2007-04-05 Jean-Baptiste KempfQt4 - Open and Streaming Dialogs.
2007-04-04 Jean-Baptiste Kempfqt4 - i18n - Don't use HTML tags.
2007-04-04 Jean-Baptiste KempfQt4 - Don't use html tags in strings ... This breaks...
2007-04-04 Jean-Baptiste KempfQt4 - Remove unnecessary files from Modules.am
2007-04-04 Jean-Baptiste Kempfqt4 - remove unneeded file.
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-04-04 Jean-Baptiste KempfQt4 - wording corrections. By Llynix
2007-04-04 Jean-Baptiste Kempfqt 4 - s/interface/instance...
2007-04-04 Antoine CellerierAdd callback to change mosaic mask at runtime.
2007-04-04 Jean-Baptiste KempfQt4 - SPrefsInterface Button is clicked by default.
2007-04-04 Antoine CellerierRemove mask picture_t leak.
2007-04-04 Rafaël CarréUse local copies for album art, rather than download...
2007-04-04 Antoine CellerierAdd new "mask" option to the mosaic_bridge module....
2007-04-04 Felix Paul Kühne* make sure that the fspanel is being actived in all...
2007-04-04 Felix Paul Kühne* fixed grammar (closes #1099); I would still prefer...
2007-04-04 Rafaël CarréUse new gnome-screensaver D-Bus interface
2007-04-04 Loïc Minier* Fix missing include causing a build failure with...
2007-04-04 Jean-Baptiste Kempfqt4 - Rename a confusing component
2007-04-04 Jean-Baptiste KempfQt4 - New Simple Preferences look'n feel. Should work...
2007-04-03 Jean-Baptiste KempfQt4 - oops... Forgot that file in the precedent commit...
2007-04-03 Jean-Baptiste KempfQt4 - Dialog. fix the reparenting Open Dialog for Win32
2007-04-02 Pierre d'HerbemontMac OS X gui: Fix a crash when asking for fullscreen...
2007-04-02 Antoine Celleriermosaic.c: If we're not using bluescreen stuff (which...
2007-04-02 Antoine CellerierUse I420 image buffers instead of YUVA for mosaic bridg...
2007-04-02 Antoine CellerierFix I420/YV12 -> * blending. Looks like we did need...
2007-04-02 Antoine Cellerieralso scale I420/YV12. (untested) (btw, why don't we...
2007-04-02 Antoine Cellerier* Untested YV12/I420 -> * blending. Works exactly like...
2007-04-01 Jean-Baptiste KempfQt4 - Enter key does always close() a dialog. Correctio...
2007-04-01 Antoine CellerierAdd some qfu and qtu calls for string values.
2007-04-01 Antoine CellerierAdd new --sdl-chroma option to force the used chroma.
2007-04-01 Antoine Cellerierdon't invert the function names.
2007-04-01 Jean-Baptiste KempfQt4 - try to provide the missing dialogs for the dialog...
2007-04-01 Antoine CellerierUntested RGBA -> YUV Packed blending.
2007-04-01 Antoine CellerierUntested RGBA -> RV16 blending (I420 and RV24 work...
2007-04-01 Pierre d'HerbemontMac OS X gui: Label the option "Check for VLC update...
2007-04-01 Pierre d'HerbemontMac OS X gui: Ask the user if she wants to check update...
2007-04-01 Antoine CellerierRemove some debug messages and fix the sub-picture...
2007-04-01 Jean-Baptiste KempfQt4 - Regroup in a better way the menus.
2007-04-01 Jean-Baptiste Kempfqt4 - shortcuts corrections and enhancements.
2007-04-01 Jean-Baptiste KempfQt4 - Ambiguous shortcut overload: Ctrl+ P
2007-04-01 Jean-Baptiste KempfQt4 - Goto Time, IA
2007-04-01 Antoine CellerierAdd calls to config_Put* to make sure that the configur...
2007-04-01 Antoine Cellerier95% of the video filters extended panel is now done...
2007-04-01 Jean-Baptiste Kempfupdate. Almost ok.
2007-04-01 Jean-Baptiste KempfLIST update (3)
2007-04-01 Jean-Baptiste KempfLIST update (2)
2007-04-01 Jean-Baptiste KempfLIST. update (1)
2007-04-01 Jean-Baptiste Kempfqt4 - GotoTime dialog button, with handling for KDE...
2007-03-31 Antoine CellerierRemove trailing space.
2007-03-31 Antoine CellerierMake it possible to change puzzle parmaeters after...
2007-03-31 Antoine CellerierMake it possible to change sharpen sigma after filter...
2007-03-31 Antoine CellerierMake it possible to change the blur factor after filter...
2007-03-31 Antoine CellerierGradient options are now commands.
2007-03-31 Antoine CellerierEnable config chain syntax and flag the vars as commands.
2007-03-31 Antoine CellerierCompile "fix".
2007-03-31 Antoine CellerierDa über video filter control panel (I'll add a simple...
2007-03-31 Antoine CellerierRemove trailing spaces.
2007-03-31 Antoine Cellerierconvert a few printfs to msg_Dbg.
2007-03-31 Antoine CellerierMake it possible to change the extracted color once...
2007-03-31 Antoine CellerierCheck the input chroma. (We only want to work on I420...
2007-03-31 Antoine CellerierNew erase video filter (to remove logos). Example comma...
2007-03-31 Jean-Baptiste KempfQt4 - Rename dialog/prefs_dialog to dialog/preferences...
2007-03-31 Filippo Caronecompile fixes
2007-03-31 Jean-Baptiste KempfQt4 - Small correction to previous commit. Sorry.
2007-03-31 Jean-Baptiste KempfQt4 - GoToTime layout and design improvements. Not...
2007-03-31 Antoine CellerierAlso use the V plane for motion detection. Remove unuse...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2007-03-31 Antoine CellerierUpdate the help strings. These should be autogenerated...
2007-03-31 Antoine CellerierModule specific commands change in rc.c. See http:...
2007-03-31 Jean-Baptiste KempfQt4 - a few additions to the empty GotoTime dialog..
2007-03-31 Jean-Baptiste KempfSet the priority for qt4 / dialog_provider higher than wx
2007-03-31 Jean-Baptiste KempfQt4 - Add a "Goto Time" dialog asked over and over...
2007-03-31 Jean-Baptiste Kempfqt4 - Make errors dialog Application Modal.
2007-03-31 Jean-Baptiste Kempfqt4 - small and unimportant cosmetic change.
2007-03-31 Jean-Baptiste KempfQt4 - Remove the enqueue button and regroup it under...
2007-03-30 Jean-Baptiste KempfRepair ATI VCR2 support by using ffmpeg instead of...
2007-03-30 Antoine CellerierUntested RGBA blending in I420, RV24 and RV32.
2007-03-30 Pierre d'HerbemontMac OS X gui: Attempt to fix compilation error.
2007-03-30 Derk-Jan Hartman* Missing part of previous commit [19535].
2007-03-30 Derk-Jan Hartman* Patch to support basic formatting in non-SSA/USF...
2007-03-29 Jean-Baptiste KempfQt4 - Cosmetics: adding a <hr /> bar in advanced. SHoul...
2007-03-29 Jean-Baptiste KempfMake the spacing coherent with the rest of the file.
2007-03-29 Yoann Peronneau* qt open dialog: double click plays the selected file
2007-03-29 Jean-Baptiste KempfAdd Flash Screen Video FourCC
2007-03-29 Jean-Baptiste KempfQt4 - cosmetic.
2007-03-29 Jean-Baptiste KempfQt4 - More hotkeys.
2007-03-29 Jean-Baptiste KempfShortcuts.
2007-03-29 Jean-Baptiste KempfClean.
2007-03-29 Yoann Peronneau* qt: don't hide the file browser on double click
2007-03-28 Damien Fouilleulvoutgl.m: support for VOUT_REDRAW_RECT in agl code...
next