Martín Lucas Golini 9fdffcabea Renamed cImage::Size() to cImage::MemSize(), since it was confusing.
cImage::Size() now returns the image dimensions.
Changed how cUIControl::SetSkin works, it was confusing, now just spects a Skin const reference and make a copy from it.
Fixed DoAfterSetTheme to be virtual, now SetSkin works for all the controls.
Restructured cPrimitives.
Removed some Draw* calls, since it was a little bit bloated, sometimes less is more.
Also added fill mode, blend mode and line width as members of the instance of the primitives class, this way i reduced the number of parameters in almost all the functions, and, it's cleaner.
2013-01-03 02:24:28 -03:00
2012-12-28 18:13:40 -03:00
2012-12-28 18:13:40 -03:00
2012-12-02 23:34:32 -03:00
2012-12-28 18:13:40 -03:00
2012-12-28 18:49:15 -03:00
2012-12-28 18:49:15 -03:00
Description
eepp is an open source cross-platform game and application development framework heavily focused on the development of rich graphical user interfaces.
MIT 110 MiB
Languages
C++ 89.8%
HTML 5.3%
Java 1.5%
CSS 1.2%
Lua 1%
Other 1%