]> git.sesse.net Git - vlc/history - src/osd/osd.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / osd / osd.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-05-01 Laurent AimarDo not reuse "osd" variable in osd menu.
2010-02-07 Rémi Denis-CourmontOSD: remoev leading underscores
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2009-12-28 Rémi Duraffortosd: fix return value.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP DingerCosmetics: Remove need to (char*)"..." by making the...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarFixed osd_* functions when the OSD was not loaded.
2009-01-26 Laurent AimarFixed returned value in osd_FindButton.
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontOSD: fix some thread-unsafe constructs, and avoid vlc_o...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-10 Jean-Paul SamanFix resource deadlock in OSDmenu code.
2008-08-10 Jean-Paul SamanFix crash on exit with osdmenu fixes #1796
2008-08-10 Jean-Paul SamanFix crash when osdmenu failed loading.
2008-07-12 Pierre d'Herbemontosd: Remove a number of unneeded cast.
2008-07-12 Pierre d'Herbemontosd: Make sure we release properly in __osd_Volume.
2008-07-12 Pierre d'Herbemontosd: Remove a yield() that doesn't make sense.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-03 Rémi Denis-CourmontOSD: use vlc_internals()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-29 Rémi Denis-CourmontCreate OSD menu as a custom object
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carréremoves unused parameter
2008-01-27 Rafaël Carrécast to (char*) , remove unused code
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-24 Jean-Baptiste KempfRemove unused variable in OSD. Revert if needed :D
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanFix double vlc_object_attach().
2007-11-14 Jean-Paul SamanDetach osdmenu object before destroying.
2007-11-14 Jean-Paul SamanCleanup osd_ParserLoad()/osdParserUnload().
2007-11-14 Jean-Paul SamanReturn pointer to osdmenu object and use that iso NULL...
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-09-30 Rémi Denis-CourmontFix tiny race condition
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-06 Jean-Paul SamanRemove excess whitespace
2007-06-06 Jean-Paul Samancleanup
2007-05-30 Jean-Paul SamanFix memleaks and some cleanup.
2007-05-19 Rémi Denis-CourmontMove OSD and TLS to instance.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-07 Rémi Denis-CourmontAll CRLF fixes
2006-01-12 Antoine CellerierFSF address change.
2005-09-29 Jean-Paul Samanremove trailing whitespace
2005-09-18 Jean-Paul SamanForward port of revision 12566: Ignore menu select...
2005-08-23 Jean-Paul SamanFix segmentation fault
2005-08-22 Jean-Paul SamanCosmetics
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-08-13 Jean-Paul SamanReworked OSD Volume handling and display of volumebar...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...