Doxyfile.in: Raise limited of maximum number of dot graphs
Doxyfile.in: Remove unsuppported font
Logger: Also accept correct spelling "verbose" as argument.
The string "verbous" is wrong, but changing it to the correct spellingwould make the current version of gwen incompatible with previous versions.
However, the function GWEN_Logger_Name2Level() is an interface to the user,...
Prepared release 5.9.10.
Added more tests for GWEN_DATE.
GWEN_DATE: Added more checks for invalid dates.
Fixes a bug accepting invalid DAY components of a gregorian date(e.g. 29th Feb in non-leap years or 31st Apr of any year).
DEBUG macros: Fix compiler warnings.
We use snprintf() exactly because it truncates too long text...Anyway: These changes remove the gcc warnings about truncation.Also improved readabilty.
Added TODO entry.
Makefile: Remove GTK2 from target "mp".
src/base/funcs: Uppercase macros.
Add shortcuts to GWEN_Func_Entry macros
Convert some GWEN_FUNC_... macros to real functions
gct-tool: Added help strings for some functions.
Make output a bit more compact.
Adjusted style.
Cleaned up header.
Fixes of some compiler warnings, added missing includes.
Refactor gcttool to use GWEN_Funcs_xxx functions
Refactor gwentest to use GWEN_Funcs_xxx functions
Add GWEN_Funcs_xxx functions
These functions provide a common way to add tests and commandsfor command line applications.
Since available commands/tests have to be included in thecorresponding structure, it is guaranteed that they arealso available in the help and one can immediately see...
Fix warning "dialog.c:695: Widget [storePasswordCheck] not found"
The mentioned widget is only available if it has not been removed inGWEN_DlgInput_new() has been removed. To check this state, a new inputdialog attribute `storePasswordCheckEnabled` has been added and used...
GUI: Changed color of info text in progress dialog to "darkgreen".
"green" is hardly readable...
gwentest: add missing test 'pw5'
gwentest: display of all available tests corrected
Fixes bug #254
Merge branch 'rel-5.9.0'
Auch abrufbar als: Atom