|
From: <alk...@us...> - 2023-11-24 07:43:54
|
Revision: 3390
http://sourceforge.net/p/hwgui/code/3390
Author: alkresin
Date: 2023-11-24 07:43:51 +0000 (Fri, 24 Nov 2023)
Log Message:
-----------
2023-11-24 10:44 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/drawwidg.prg
* source/winapi/drawwidg.prg
* Two methods added to HFont class: :SaveToStr(), :LoadFromStr(s) - to make it easy
to keep fonts in ini files
- source/gtk/hlistbox.prg
+ test/hlistbox.prg
- source/gtk/listbox.c
+ test/listbox.c
* hlistbox.prg and listbox.c moved from gtk to test, because they are not compileable.
Source directories must contain working code only!
* utils/hwbuild/hwbuild.ini
* utils/hwbuild/hwbuild.prg
* Added support for msvc and many other enhancements
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/drawwidg.prg
trunk/hwgui/source/winapi/drawwidg.prg
trunk/hwgui/utils/hwbuild/hwbuild.ini
trunk/hwgui/utils/hwbuild/hwbuild.prg
Added Paths:
-----------
trunk/hwgui/test/hlistbox.prg
trunk/hwgui/test/listbox.c
Removed Paths:
-------------
trunk/hwgui/source/gtk/hlistbox.prg
trunk/hwgui/source/gtk/listbox.c
|