]> git.sesse.net Git - vlc/history - src/misc/variables.c
Add var_InheritAddress()
[vlc] / src / misc / variables.c
2010-07-10 Rémi Denis-CourmontAdd var_InheritAddress()
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-02-23 Rémi Duraffortvariables: print a warning if doing var_Set on a void...
2010-02-13 Rémi Denis-CourmontAdd coordinates (VLC_VAR_COORDS) variable type
2010-02-13 Rémi Denis-Courmontvar_GetChecked and var_SetChecked object auto-cast
2010-02-13 Rémi Denis-CourmontCosmetics
2010-02-09 Rémi Denis-Courmontvar_GetAndSet: implement OR and NAND, return new value
2010-02-09 Rémi Denis-CourmontFix warning (and maybe fix a bug too)
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-05 Rémi Duraffortvariables: print an error message when a variable is...
2010-01-28 Rémi Denis-CourmontWarn inheriting a value from an object outside of the...
2010-01-06 Rémi Denis-Courmontvariables: use a binary search tree instead of a table
2010-01-05 Erwan Tuloucore: correct memory leak
2010-01-03 Rémi Denis-CourmontNo, Insert() does not need to be recursive
2010-01-03 Rémi Denis-CourmontTake variable Lookup() out of GetUnused()
2010-01-03 Rémi Denis-CourmontVariable lookup: small code factorization
2010-01-03 Rémi Denis-CourmontTriggerCallback: factor condition
2010-01-03 Rémi Denis-Courmontvariable lookup: missing const
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-30 Rémi Denis-CourmontUnused variable
2009-12-30 Rémi Denis-CourmontDead code
2009-12-30 Rémi Denis-CourmontGetUnused: remove invalidated comment
2009-12-30 Rémi Denis-CourmontFactor variable destruction code (out of the variable...
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-30 Pierre d'Herbemontvariables: Fix two typos in InheritValue().
2009-12-29 Rémi Denis-CourmontInheritValue: fix type given to var_GetChecked()
2009-12-29 Rémi Denis-CourmontInheritValue: simplify and render thread-safe
2009-12-29 Rémi Denis-CourmontAllocate variable and inherit value before the variable...
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-12-29 Rémi Denis-CourmontInherit from parent only, not from LibVLC
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-14 Rémi Duraffortvariables: add a warning when adding a callback to...
2009-08-31 Rémi Duraffortvariables: assert if the callback is not found.
2009-08-30 Rafaël Carréassert the vlc object exists in var_* functions, before...
2009-08-30 Rémi Duraffortvariables: print a warning if the callback isn't found...
2009-08-27 Rémi Duraffortvariables: checking the class is enough to ensure the...
2009-08-03 Rémi Duraffortvariables: use a more restrictive assert as all variabl...
2009-07-31 Rémi Duraffortvariables:
2009-07-31 Rémi Duraffortvariables:
2009-07-30 Rémi Duraffortvariables: var_IncInteger and var_DecInteger are now...
2009-07-29 Rémi Duraffortvariables: fix a segfault and memory leak when TriggerC...
2009-07-28 Rémi Duraffortvariables: Remove uneeded parameter to TriggerCallback...
2009-07-27 Rémi Duraffortvariables: add a Get and Set function. This function...
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-18 Antoine CellerierCosmetics.
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 DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi DuraffortFix previous commit.
2009-05-19 Rémi Duraffortvariables: fix a potential crash/double free.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-03-17 Laurent AimarMake sure that var_Get on a string will return a non...
2009-02-11 Rémi Denis-CourmontStop spamming the debug logs
2009-02-02 basos GVariable inheritance hints
2009-01-05 Rémi Denis-CourmontUse a proper condition variable for variable callback...
2009-01-05 Rémi Denis-CourmontRemove duplicated variable callback code
2009-01-05 Rémi Denis-CourmontDo not reinvent the wheel^W^Wbsearch
2008-12-29 Rémi Denis-CourmontMove variable type assertions into the core
2008-10-29 Rémi DuraffortUse asprintf and check for the return value. (better...
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#181)
2008-09-28 Rémi Denis-CourmontRemove vlc_global()
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-26 Rémi DuraffortFix memleak when parsing VLC_VAR_LIST.
2008-09-24 Rémi DuraffortAvoid potential memleak.
2008-09-20 Derk-Jan Hartmanvariables: don't use p_liblvc when we ARE p_libvlc
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-19 Derk-Jan Hartmanvariables: Set void_ops by default.
2008-09-19 Derk-Jan HartmanRevert "variables: Inherit path is now parent->libvlc...
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Derk-Jan Hartmanvariables: VAR_CLASS != VAR_TYPE
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-07 Rémi Denis-Courmontvar_AcquireMutex: enforce constant mutex name
2008-08-30 Rémi Denis-CourmontRemove the broken reference checker
2008-08-15 Pierre d'Herbemontvariables: Print the name of the maybe deadlocking...
2008-07-23 Pierre d'Herbemontvariables: Don't sort the choice list here. Because...
2008-06-09 Antoine CellerierAdd new var_Change action: VLC_VAR_SETISCOMMAND. Previo...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-05 Rafaël CarréDo not leak 1 byte per variable created
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontvariables: use vlc_internals()
next