]> git.llucax.com Git - software/bife/bife++.git/log
software/bife/bife++.git
21 years agoAdded a basic string widget.
Leandro Lucarella [Fri, 15 Aug 2003 05:40:01 +0000 (05:40 +0000)]
Added a basic string widget.

21 years agoCleaned up the code:
Leandro Lucarella [Fri, 15 Aug 2003 05:35:47 +0000 (05:35 +0000)]
Cleaned up the code:
- Now (mostly string) arguments are passed as constant references.
- Removed some useless pure virtual method overrides.

21 years agoAdded namespace bife.
Leandro Lucarella [Wed, 13 Aug 2003 22:46:34 +0000 (22:46 +0000)]
Added namespace bife.

21 years agoAdded initial Widget, Container and Fallback implementation.
Leandro Lucarella [Wed, 13 Aug 2003 06:52:06 +0000 (06:52 +0000)]
Added initial Widget, Container and Fallback implementation.

21 years agoCleaned up the code:
Leandro Lucarella [Wed, 13 Aug 2003 06:50:44 +0000 (06:50 +0000)]
Cleaned up the code:
- Better usage of namespaces.
- Added some new, class specific, types.
- Added (virtual) destructors.
- Added new constructor.
- Better constructor implementation (calling parent's constructor properly).
- Fixed a bug in HIT::getFileContent().
- Added (optional) debug info to constructors and destructors.

21 years agoAdded an initial experimental implementation of BIFE in C++.
Leandro Lucarella [Mon, 11 Aug 2003 16:23:00 +0000 (16:23 +0000)]
Added an initial experimental implementation of BIFE in C++.