Fixed #274 (on Windows it's _MAX_PATH, not MAX_PATH).
typemaker2: Only add "/* end headers */ if there are any headers to add.
typemaker2: Fixed a bug.
need to use the flags from the current member type not from the struct type.
Added a TODO to README.
typemaker2: Fixed a bug in _buildMemberInlines()
We need to make sure member type is not the same type as the struct type,otherwise the inlines will be generated multiple times (once for the mainstruct and once for every member type which is of the same type)....
GUI: Fixed a bug in GWEN_Dialog_ListWriteColumnSettings()
Copy'n'paste error :-/
Refactor gsa tool to use GWEN_Funcs_xxx functions
Fix bug not hiding passwort in command line
The bug is fixed by adding an initial replacement for the unix variant ofGWEN_Gui_CGui__input(), instead of patching the present function, whichdid not work.
Fix #235
Fix variadic marco usage
Released '5.10.1'
Prepared release 5.10.1
gcttool: restore showing global options when using --help
gcttool: use GWEN_FUNCS shortcuts
Updated de.po (only line numbers changed).
Add missing german translation for gcttool
Add command tool 'msghack', which is not packaged at least on openSUSE
Attempt to fix creating translations
Generate Qt help file if --enable-full-doc is specified and qhelpgenerator(-qt5) is present
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.
Auch abrufbar als: Atom