]> git.tdb.fi Git - libs/gltk.git/commit
Enable loading of entry widgets from datafiles
authorMikko Rasa <tdb@tdb.fi>
Tue, 11 Dec 2007 13:30:49 +0000 (13:30 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 11 Dec 2007 13:30:49 +0000 (13:30 +0000)
commited9873ba7ee862ad76937f579fe371c1a27d5715
treeb3d2eb46742cc7806060b6c7841459987fb7c64c
parent2f1c7d6861c801e24a003ee5f6132032e04c9bbe
Enable loading of entry widgets from datafiles
Fix focus control logic
Refactor part specification and rendering
Change Alignment to use floats and move it to geometry.*
Add margins for parts
Add cursor to entry widget
Require full filenames of external resources to avoid name conflicts
23 files changed:
source/alignment.cpp [deleted file]
source/alignment.h [deleted file]
source/button.cpp
source/button.h
source/entry.cpp
source/entry.h
source/geometry.cpp
source/geometry.h
source/hslider.cpp
source/hslider.h
source/label.cpp
source/label.h
source/panel.cpp
source/panel.h
source/part.cpp
source/part.h
source/resources.cpp
source/resources.h
source/root.cpp
source/style.cpp
source/style.h
source/widget.cpp
source/widget.h