]> git.sesse.net Git - vlc/history - modules/gui
sanity checking
[vlc] / modules / gui /
2005-08-22 Derk-Jan Hartman* revert previous patch
2005-08-22 Derk-Jan Hartman* Show the true volume range (0-400%) instead of 0...
2005-08-22 Derk-Jan Hartman* finally use the iTunes volumeslider knob that we...
2005-08-22 Derk-Jan Hartman* remove debug line
2005-08-22 Derk-Jan Hartman* Use insert instead of append. Does not yet work for...
2005-08-21 Derk-Jan Hartman* Nicer playlist reordering for OSX. cosmetic changes...
2005-08-21 Felix Paul Kühne* implement the extract-button of the bookmarks-window...
2005-08-21 Felix Paul Kühne* forgot these 2 files
2005-08-21 Felix Paul Kühne* port of the wx-update-panel to OSX (GUI works, updati...
2005-08-20 Antoine Cellerierpropset
2005-08-20 Antoine Cellerieradd KEY_ENTER and KEY_SPACE to launch action()
2005-08-20 Antoine Cellerier * keyboard (arrows) navigation
2005-08-20 Antoine Celleriercode CtrlTree::autoScoll . Its still mostly buggy and...
2005-08-20 Damien Fouilleulmissing const to non-const cast
2005-08-20 Clément StenacSanity check
2005-08-20 Antoine Celleriersome more mouse control on playtree display/selection
2005-08-20 Clément StenacWrap all gz functions to avoid void* -> int casts.
2005-08-20 Antoine Cellerier * ctrl_*.cpp : mouse scrolling behavior change
2005-08-20 Antoine Cellerier * Playtree start. Basic functionalities work. Still...
2005-08-19 Derk-Jan Hartman* Section titles for the OSX Preferences.
2005-08-18 Derk-Jan Hartman* Change only the frontmost window opaqueness
2005-08-18 Derk-Jan Hartman* Fix on the fly Opaqueness changing
2005-08-18 Felix Paul Kühne* get the correct vout, when using the opengl-output...
2005-08-18 Rémi Denis-CourmontRedo 12234; this time with (hopefully) Mac OS X support
2005-08-18 Antoine Cellerierremove tabs/trailing spaces
2005-08-18 Rémi Denis-CourmontRevert the other half
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-08-18 Felix Paul Kühne* added the opaqueness-slider to the extended panel...
2005-08-18 Rémi Denis-Courmont- Use a common rule to build plugins (refs #297)
2005-08-15 Cyril Deguet * compilation fix
2005-08-15 Cyril Deguet * all: replaced remaining C callbacks by commands
2005-08-14 Rémi Denis-CourmontDon't set LC_NUMERIC in the wxWidgets plugin.
2005-08-13 Rémi Denis-CourmontUndo LC_NUMERIC change
2005-08-13 Antoine CellerierDisclaimer : this commit would need to be checked by...
2005-08-13 Rémi Denis-CourmontUse net_AddressIsMulticast helper
2005-08-12 Clément StenacRemove gtk, gtk2, qt and kde plugins
2005-08-10 Derk-Jan Hartman* Added playlist preparse item to the playlist contextu...
2005-08-09 Felix Paul Kühne* playlist.m: fixed some "makes integer from pointer...
2005-08-09 Derk-Jan Hartman* Use psz_shortname instead of object name in the Prefe...
2005-08-09 Derk-Jan Hartman* Fix object refcount
2005-08-07 Felix Paul Kühne* whoops
2005-08-07 Felix Paul Kühne* ALL: ported the WX-bookmarks-window to Cocoa (closes...
2005-08-07 Olivier Teulière * wxwidgets/updatevlc.cpp: Resize the tree control...
2005-08-07 Olivier Teulière * wxwidgets/menus.cpp: Added "Open Directory" in the...
2005-08-06 Cyril Deguet * all: fixed member initialization order
2005-08-06 Cyril Deguet * all: use command objects in FSM instead of C-style...
2005-08-06 Felix Paul Kühne* comment out an include, which isn't in trunk yet...
2005-08-06 Felix Paul Kühne* fix 4 memory leaks introduced in the nib-split, stupid me
2005-08-06 Cyril Deguet * dialogs.cpp: fixed an assert failure in open skins...
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
2005-08-05 Felix Paul Kühne* macosx/extended.*: finished the extended-controls...
2005-08-05 Christophe Massiot * modules/gui/skins2/src/skin_main.cpp: Unsubscribe...
2005-08-05 Christophe Massiot * ALL: a couple more vlc_object_release()...
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-08-05 Felix Paul Kühne* fixed minor stuff
2005-08-05 Felix Paul Kühne* added video filters and i18n support -- still ToDo...
2005-08-04 Felix Paul Kühne* port of the WX-advanded-GUI to OSX (refs #268)
2005-08-04 Christophe MutricyCompile fix
2005-08-04 Felix Paul Kühne* removed unneeded ifdef, which broke the compilation...
2005-08-03 Felix Paul Kühne* implemented transcoding when streaming -- might need...
2005-08-03 Gildas Bazin* modules/gui/wxwidgets/interface.cpp: bring back text...
2005-08-03 Olivier Teulière * skins2/vars/playlist.cpp: compilation fix
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-03 Christophe MutricyForgot to change a few variable names (refs #80)
2005-08-03 Christophe MutricyRenaming of wxwidgets options. Close the renaming ...
2005-08-03 Christophe MutricywxWindows -> wxWidgets step 3 (refs #80)
2005-08-03 Christophe MutricywxWindows -> wxWidgets in configure.ac and renaming...
2005-08-03 Felix Paul Kühne* implemented MMS-support (refs #271)
2005-08-02 Cyril Deguet* var_manager.cpp: explicit object destruction order...
2005-08-02 Rémi Denis-CourmontRename wxWindows to wxWidgets (refs #80)
2005-08-01 Sigmund Augdal Helbergsome more suggestions by trax
2005-08-01 Antoine Cellerieradd TTL option in streamout dialog. Patch by seingier...
2005-08-01 Olivier Teulière * wxwindows/bookmarks.cpp: cosmetics + removed a debug...
2005-08-01 Antoine Cellerierremove compile warning
2005-08-01 Antoine Cellerierfileinfo : patch by Jonas A. Larsen to remove empty...
2005-07-31 Olivier Teulière * wxwindows: do not save the position of minimized...
2005-07-28 Derk-Jan Hartman* forwardport [11883]
2005-07-27 Christophe MutricyFix for wxMSW
2005-07-26 Christophe MutricywxWidget 2.4 fix
2005-07-25 Antoine Cellerieronly display newer versions.
2005-07-25 Antoine Cellerierthis still doesn't look safe but at least i can't see...
2005-07-25 Derk-Jan Hartman* Change volume range to 0-400 % visually in the macosx...
2005-07-25 Olivier Teulière * skins2: Prevent invisible windows from anchoring...
2005-07-25 Felix Paul Kühne* AUTHORS: add a location to bigben's entry to prevent...
2005-07-24 Antoine Cellerierremove useless lines
2005-07-24 Antoine Cellerierchange some debug stuff
2005-07-24 Antoine CellerierVLC update checker in the wxWidgets interface (in help...
2005-07-24 Felix Paul Kühne* include wizard.h as well to make GCC happy
2005-07-24 Felix Paul Kühne* shut up some compiler warnings
2005-07-24 Benjamin PrachtAlso update the wizard playlist on item addition and...
2005-07-24 Felix Paul Kühne* added encap-formats information to the codec-info...
2005-07-24 Felix Paul Kühne* minor fixes to the OSX-wizard (refs #13)
2005-07-23 Benjamin Pracht* Implements selection of a playlist item in the wizard
2005-07-23 Olivier Teulière * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLU...
2005-07-23 Felix Paul Kühne* don't use tabs here as well
2005-07-23 Benjamin PrachtSome more coding style (empty lines filled with spaces...
2005-07-23 Benjamin PrachtWe use 4 space caracters instead of spaces in VLC's...
2005-07-23 Felix Paul Kühne* use NSInformationalAlertSheets instead of mis-using...
2005-07-23 Felix Paul KühneOSX:
next