]> git.sesse.net Git - vlc/history - modules/gui/ncurses.c
Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
[vlc] / modules / gui / ncurses.c
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-13 Rafaël Carréncurses: fallback on libncurses if libncursesw isn...
2007-09-13 Rafaël Carréncurses: Use ncursesw to correctly display wide charact...
2007-09-12 Rafaël CarréRemembers verbosity level when closing ncurses intf
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-27 Laurent AimarCompilation warning fixes.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-11-26 Clément StenacPwet pwet
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacCompile fix
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-10-21 Felix Paul Kühne* minor update to the current playlist API
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-04 Damien Fouilleulfixed typo
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-17 Yoann Peronneau* gui/ncurses.c: first attempt to fix ncurses with...
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-02-14 Rémi Denis-Courmont- Partial fix for reading characters with multibyte...
2006-02-13 Rémi Denis-Courmont- Unicode fixes for ncurses on non-UTF8 consoles (close...
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-09-14 Yoann Peronneau* modules/gui/ncurses.c: Filebrowser enhancements:
2005-09-13 Yoann Peronneau * modules/gui/ncurses.c: use <space> in the filebrowse...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-30 Yoann Peronneausvn merge -r 11182:11183 branches/0.8.2 trunk
2005-05-06 Felix Paul Kühne* playlist.m: use stringWithUTF8String instead of strin...
2005-04-13 Clément Stenac* Playlist :
2005-03-03 Clément StenacCompile fix
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-01-21 Yoann Peronneau* modules/gui/ncurses.c: incremental search works now...
2005-01-14 Yoann Peronneau* modules/access/directory.c: fix a segfault when readi...
2005-01-14 Yoann Peronneau* modules/gui/ncurses.c: support for tree playlist...
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-11 Clément StenacImprovements to preferences
2004-09-05 Felix Paul Kühne* string review
2004-07-15 Derk-Jan Hartman* spelling error
2004-06-23 Gildas Bazin* modules/gui/ncurses.c, modules/gui/wxwindows/wizard...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-05-31 Laurent Aimar * ncurses: fixed the error that was making the browser...
2004-05-31 Derk-Jan Hartman* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
2004-05-30 Derk-Jan Hartman* Added a filebrowser (B)
2004-05-29 Yoann Peronneau * modules/gui/ncurses.c: Fixed a bug due to the new...
2004-05-28 Derk-Jan Hartman* ncurses intf