]> git.tdb.fi Git - libs/gltk.git/log
libs/gltk.git
16 years agoAdapt to DataFile changes
Mikko Rasa [Fri, 2 Nov 2007 20:22:42 +0000 (20:22 +0000)]
Adapt to DataFile changes

16 years agoEnable loading of widgets from datafiles (not implemented for all widgets yet)
Mikko Rasa [Wed, 17 Oct 2007 06:57:31 +0000 (06:57 +0000)]
Enable loading of widgets from datafiles (not implemented for all widgets yet)

16 years agoFix automatic font creation
Mikko Rasa [Tue, 16 Oct 2007 17:28:56 +0000 (17:28 +0000)]
Fix automatic font creation
Add a default_font keyword

16 years agoDerive Resources from DataFile::Collection
Mikko Rasa [Tue, 16 Oct 2007 13:57:32 +0000 (13:57 +0000)]
Derive Resources from DataFile::Collection
Make fonts embeddable in datafiles
Make fonts and textures automatically loadable
Use GL::Color instead of a private Color class
Use GL::Immediate for rendering Graphics
Use a single hyphen-separated string as style name
Remove the obsolete instantiation of DataFile::TypeResolver<GLtk::State>

16 years agoChange mspparser -> mspdatafile
Mikko Rasa [Tue, 28 Aug 2007 20:18:12 +0000 (20:18 +0000)]
Change mspparser -> mspdatafile
Window is now in gbase
Add Root widget

16 years agoMore code for Window
Mikko Rasa [Wed, 18 Jul 2007 09:26:44 +0000 (09:26 +0000)]
More code for Window

16 years agoAdd key events
Mikko Rasa [Sun, 15 Jul 2007 10:31:16 +0000 (10:31 +0000)]
Add key events
Add Entry widget
Fix HSlider clicks

16 years agoImplement set_range and set_step for Slider
Mikko Rasa [Tue, 10 Jul 2007 19:23:35 +0000 (19:23 +0000)]
Implement set_range and set_step for Slider
Only emit signal_value_changed from Slider when it actually changed
Use font ascent instead of size to align horizontally

16 years agoRework event passing system to allow for pointer grabs
Mikko Rasa [Wed, 20 Jun 2007 20:30:07 +0000 (20:30 +0000)]
Rework event passing system to allow for pointer grabs
Add Window class (incomplete)
Add width and height properties for Parts
move class Sides to geometry.h
Implement HSlider
Various improvements to the code

16 years agoInitial revision
Mikko Rasa [Tue, 12 Jun 2007 18:54:27 +0000 (18:54 +0000)]
Initial revision

16 years agoCreate trunk
Mikko Rasa [Tue, 12 Jun 2007 18:53:03 +0000 (18:53 +0000)]
Create trunk