]> git.sesse.net Git - vlc/history - modules/gui/ncurses.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / gui / ncurses.c
2010-07-14 Ilkka Ollakkastatistics to 64bit
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-30 Rafaël Carréncurses: use const, silence a warning
2010-06-17 Rémi Denis-Courmontsn?printf -> strl?cpy
2010-04-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-03-03 Rémi Denis-CourmontUse KiB instead of kB for input statistics
2010-02-20 Rémi Denis-CourmontRemove msecstotimestr
2010-02-10 Antoine CellerierFix ncurses compilation. (testing compilation before...
2010-02-10 Rémi Denis-CourmontKeep the authoritative fullscreen status on the playlist
2010-02-10 Rémi Denis-CourmontUse input_GetVout
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-Courmontncurses compile fix
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-01-23 Rémi Denis-Courmontncurses: always use vcd
2010-01-23 Rémi Denis-CourmontHAVE_CDDAX is never defined (anymore)
2010-01-23 Rémi Denis-Courmontncurses: typo
2010-01-07 Rafaël Carréncurses: fix build broken by [9a00da44]
2009-09-20 Rémi Denis-CourmontAllow setting the name of an object at any time...
2009-09-05 Rémi Denis-CourmontUse vlc_object_get_name()
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-19 Rémi Denis-Courmontncurses: wild access to psz_object_name
2009-08-19 Pierre d'Herbemontncurses: Remove unused variables.
2009-08-18 Rafaël Carréncurses: make file browser open files
2009-08-03 Rafaël Carréncurses: lock playlist in open box
2009-07-31 Rafaël Carréncurses: check playlist_CurrentPlayingItem() return...
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-24 Rémi Duraffortncurses: factorize (no need to use a macro here).
2009-07-15 Rémi DuraffortFix dead assignement.
2009-07-09 Rémi Denis-CourmontWide nCurses: set volume on playlist
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-01 Rafaël Carréncurses : various fixes (runtime / display)
2009-03-20 Rémi Duraffortncurses: fix object leak and use pl_Release instead...
2009-03-17 Rémi Denis-Courmont(prev|next)-(chapter|title) is a void variable. Fix...
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-23 Rémi Duraffortncurses: repare some of the locking problem
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-15 Rémi Duraffortncurses: fix a segfault when launching the interface...
2009-02-14 Rémi Duraffortncurses: don't lock to times (no need to lock here).
2009-02-10 Rémi Denis-Courmontncurses: redirect standard error to /dev/null
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-10-31 Rémi DuraffortClean up (and use var_CreateGetString)
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Jean-Baptiste KempfMessage deactivation in Interface due to new API. Not...
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Pierre d'Herbemontncurses: object_id is gone.
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-07-27 Rémi DuraffortFix a memleak in ncurses interface.
2008-07-21 Rémi DuraffortMissing #undef
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-15 Rémi DuraffortAsk the playlist to lock itself as it isn't done before.
2008-07-03 Rémi DuraffortFix potential segfault.
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Pierre d'Herbemontncurses: Properly update on item-change variable callback.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontvlc_list_children: fix memory leaks
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-18 Antoine CellerierFix blinking on redraw in ncurses interface... if anyon...
2008-05-16 Rémi Denis-Courmontncurses: use vlc_list_children
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-09 Rafaël CarréFix another memleak in ncurses
2008-05-09 Rafaël CarréFix memory leaks in ncurses intf
2008-05-08 Rafaël Carréncurses: restore hierarchical view
2008-05-08 Rafaël CarréDon't use multiple lines macros in if conditions
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Felix Paul KühneDon't mix 2 implementation approaches
2008-05-07 Felix Paul KühneRemove any pl_Get usage
2008-05-07 Rémi Denis-CourmontDon't reregister the same callbacks over and over again
2008-05-05 Rafaël Carréncurses: use --color option
2008-05-04 Rémi Denis-CourmontDon't use libvlc->b_color
2008-04-23 Rafaël Carrémeta-data handling cleanup
next