summaryrefslogtreecommitdiff
path: root/libui.sh
AgeCommit message (Collapse)Author
2010-08-18clarify default options for libui_sh_init2010.08.19Dieter Plaetinck
2010-08-18libui_sh_init: validate requested UI typeDieter Plaetinck
2010-08-18automatically call libui_sh_init at the end of the fileDieter Plaetinck
automatically call libui_sh_init at the end of the file with default options, this way applications using libui-sh are not forced to call libui_sh_init themselves, which was a bit a cumbersome requirement, especially if default options were fine.
2010-05-08make init function name compatible with posix shDieter Plaetinck
2010-04-16add unfinished ask_string_multiple function2010.04.18Dieter Plaetinck
2010-04-16rename infofy functions to inform. what was i smoking to come up with such a ↵Dieter Plaetinck
weird name anyway
2010-04-04you can only pass one array as argument to a function, and even that is a ↵Dieter Plaetinck
littly bit dirty. so logfiles must be passed as normal string now. +simplify check_is_in
2010-04-04fix argument checking in debug()Dieter Plaetinck
2010-03-25error out when asked to use a UI type which cannot be foundDieter Plaetinck
2010-03-24support logging to more then one file, fixes for debugging and logging ↵Dieter Plaetinck
functions, add needed check_is_in function
2010-03-24bash syntax fixesDieter Plaetinck
2010-03-24remove old aif debug categories and support setting debug categories through ↵Dieter Plaetinck
init function
2010-03-24rename lib-ui to libuiDieter Plaetinck