]> git.sesse.net Git - vlc/history - modules/gui
* removed instability warning, which was introduced for the 0.8.5 betas
[vlc] / modules / gui /
2006-04-16 Felix Paul Kühne* removed instability warning, which was introduced...
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-15 Damien Fouilleul- the resurected mozilla plugin for Safari/Firefox...
2006-04-14 Rémi Denis-CourmontSame as previous commit (refs #581)
2006-04-14 Derk-Jan Hartman* Fix a crash in the MacOS X vout if p_real_vout isn...
2006-04-14 Clément StenacStrings
2006-04-13 Felix Paul Kühne* implemented showintf-support. Thanks to ipkiss for...
2006-04-13 Clément StenacString stuff
2006-04-12 Felix Paul Kühne* fix streaming. This section and a few others need...
2006-04-11 Felix Paul Kühneintf.m: * we can't localise empty strings, so don't...
2006-04-09 Cyril Deguet* all: new skin text variable "$B" to get the stream...
2006-04-07 Felix Paul Kühne* don't free a vlc-object. Thanks to Meuuh for pointing...
2006-04-05 Felix Paul Kühne* don't alloc more capacity than necessary
2006-04-05 Felix Paul Kühne* fixed a bug which prevented the display of Input...
2006-04-04 Felix Paul Kühne* I should get some sleep now
2006-04-04 Felix Paul Kühne* remove commented ifs o_O
2006-04-04 Felix Paul Kühne* store the value of 'macosx-black' as one of VLCWindow...
2006-04-04 Benjamin Pracht* Reading APIs before starting to code can allow to...
2006-04-04 Jean-Paul SamanFix time update and slider movement on PDA interface...
2006-04-04 Benjamin Pracht* Implement Aspect ratio change in the QT vout
2006-04-02 Felix Paul Kühne* merge most corrections by Steven Sheehy (taken from...
2006-04-02 Clément StenacWX Strings review by Steven Sheehy (Refs:#438)
2006-04-01 Clément StenacString fixes to extrapanel. Thanks to Steven on IRC
2006-04-01 Christophe Mutricygui/macos/*: 2nd String Review (refs #438)
2006-04-01 Felix Paul Kühne* remove the extension of the input file before adding...
2006-03-31 Olivier Teulière skins2/src/ft2_font.*: s/initalize/initialize/
2006-03-31 Felix Paul Kühne* do only show the destination of the first item on...
2006-03-31 Clément StenacSkins strings (Refs:#438)
2006-03-31 Clément StenacwxWidgets strings (Refs:#438)
2006-03-30 Benjamin Pracht* Implement Crop in the ogl vout
2006-03-29 Benjamin Pracht* vout.m : comment the NSLog call in windowContainsEmbe...
2006-03-29 Antoine Cellerierfix #578. patch by Steven Sheehy. thanks.
2006-03-28 Antoine CellerierFix update dialog layout in Windows
2006-03-26 Felix Paul Kühne* accept %H:%M:%S and %M:%S as valid syntax as well...
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-25 Felix Paul Kühne* playlistinfo.m: update the stats faster after a p_ite...
2006-03-25 Felix Paul Kühne* update the info panel when switching the currently...
2006-03-25 Cyril Deguet* added a new skin variable "vlc.hasVout", true when...
2006-03-25 Cyril Deguet* generic_window.cpp: register window visibility variab...
2006-03-25 Cyril Deguet* attribute "nbFrames" of element Bitmap is now "nbfram...
2006-03-24 Christophe Mutricywxwidgets.c: missing from [14902] commit
2006-03-23 Christophe Mutricywx/interfaces.cpp: Add an option to display tool bar...
2006-03-23 Benjamin Pracht* Do not make a vlc_object_find to find the playlist...
2006-03-23 Benjamin Pracht* Use the correct limit when looping
2006-03-21 Benjamin Pracht* There is no reason not to allow to open the informati...
2006-03-21 Benjamin Pracht* Only enable "Jump To Time" when the stream is seekable
2006-03-21 Rémi Denis-CourmontI knew I was foolish to expect wxWidgets to work properly.
2006-03-21 Rémi Denis-CourmontAttempt to use wc_str() even if wxWidgets is not built...
2006-03-21 Rémi Denis-CourmontAttempt to fix Unicode wxWidgets interface on Win32
2006-03-21 Rémi Denis-CourmontA bit explanation of the wxWidgets string conversion...
2006-03-21 Rémi Denis-CourmontFix G++ 4.1 compilation problem
2006-03-19 Benjamin PrachtForgot that one
2006-03-19 Benjamin Pracht* fix compilation
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-18 Clément StenacDon't expand WX Tree root - Patch by Alexander Gall...
2006-03-18 Clément StenacApparently fix WX playlist crash (Closes:#205)
2006-03-18 Clément StenacDon't abort windows position remembering if small playl...
2006-03-17 Felix Paul Kühne* don't overwrite existing files
2006-03-16 Antoine Cellerierhum, forgot to set the default value
2006-03-16 Antoine CellerierAdd attribute flat="true/false" to Playtree. When flat...
2006-03-13 Clément StenacAdd a tristate for WX playlist mode (normal/embedded...
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-03-12 Clément StenacDisable update checker in Win32 until it's fixed
2006-03-12 Clément StenacRevert [14732]
2006-03-12 Clément StenacMight fix a bit update layout in win32
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-11 Clément StenacWork around what looks like a ...
2006-03-11 Clément StenacChange some button orders
2006-03-09 Derk-Jan Hartman* Use the proper parent object to do var_Get macosx...
2006-03-09 Rémi Denis-CourmontUse the fine stack as we can
2006-03-09 Felix Paul Kühne* put a warning to prevent users from reporting known...
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-03-08 Damien Fouilleulall: reworked gui layout of dialog boxes to get rid...
2006-03-08 Clément StenacFix wizard matrix on win32. Closes:#531
2006-03-07 Derk-Jan Hartman* Fix the issue where sometimes the Menubar wouldn...
2006-03-07 Rémi Denis-Courmont- Undo [14667]
2006-03-07 Antoine CellerierFix wx DnD once more.
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Felix Paul Kühne* make sure that the timer which is updating the stats...
2006-03-05 Antoine CellerierSelect item after deleting items from the playlist...
2006-03-05 Felix Paul Kühne* don't show the statistics-tab if the stats aren't...
2006-03-05 Antoine Cellerierctrl_tree.cpp: fix selection bug (when pressing KEY_DOW...
2006-03-05 Rémi Denis-CourmontFix some warnings
2006-03-05 Antoine CellerierWe can now DnD a file everywhere on the playlist dialog...
2006-03-05 Antoine CellerierRemove uneeded include (since playlist DnD is now diffe...
2006-03-05 Rémi Denis-CourmontFix compilation AGAIN
2006-03-04 Christophe Mutricyfileinfo.*: I should lean C++
2006-03-04 Antoine Cellerierplaylist.cpp, playlist.hpp: fix segfault when destroyin...
2006-03-04 Antoine CellerierFix node insertion. Thanks to zorglub.
2006-03-04 Rémi Denis-CourmontFix off by one bugs
2006-03-04 Antoine Cellerierdialogs/playlist.*: Add File Drop in playlist handling...
2006-03-04 Rémi Denis-Courmontcloses #579
2006-03-04 Antoine Celleriermodules/gui/wxwidgets/dialogs/playlist.cpp: add some...
2006-03-04 Christophe Mutricyfileinfo.hpp: we need to use b_stats in Update()
2006-03-04 Christophe Mutricyfileinfo.*: Don't show stats when they qre disable.
2006-03-04 Antoine Cellerieradd "Add node" function to node contextual menu
2006-03-04 Antoine CellerierDrag and Drop support in wx playlist.
2006-03-04 Felix Paul Kühne* fix the table on the second tab and added an extra...
2006-03-04 Clément StenacDon't prepend :sout= to sout string in VLM dialog ...
2006-03-04 Clément StenacFix ordering of widgets in sout panel (Closes:#469)
next