]> git.sesse.net Git - vlc/history - src/osd
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / osd /
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-10 Laurent AimarNo functionnal changes.
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-05-01 Laurent AimarDo not reuse "osd" variable in osd menu.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
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-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP DingerCosmetics: Remove need to (char*)"..." by making the...
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 Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarFixed osd_* functions when the OSD was not loaded.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
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-12-15 Rémi DuraffortUse const char* when needed (easier to understand if...
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-08-13 Rémi DuraffortWe don't need size here to check asprintf value.
2008-08-12 Jean-Baptiste Kempfosd_text: Fix a bad vasprintf usage.
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-23 Jean-Paul Samanfix osdmenu-file-path option
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-Courmontsize_t / int confusion
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-06 Jean-Paul SamanOSDMenu improvements
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-30 Jean-Paul SamanRemove dead code.
2007-05-19 Rémi Denis-CourmontMove OSD and TLS to instance.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-20 Jean-Paul Samanuse memset
2006-04-06 Antoine CellerierFix OSD display when vout crop is used (so that every...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-07 Rémi Denis-CourmontAll CRLF fixes
2006-01-12 Antoine CellerierFSF address change.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-09-29 Jean-Paul Samanremove trailing whitespace
next