]> git.tdb.fi Git - libs/gltk.git/shortlog
libs/gltk.git
2011-02-27 Mikko RasaImplement autosize() method for most widgets
2011-02-03 Mikko RasaLoader improvements
2011-02-03 Mikko Rasatypedef tweaks
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaUpdate helloworld to compile again
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-11-12 Mikko RasaImplement autosize for List and use it from Dropdown
2010-11-12 Mikko RasaAdd method to get a Part by name
2010-11-04 Mikko RasaAdd a constructor to Resources that loads a datafile
2010-10-15 Mikko RasaMake sure that at least one line of text is always...
2010-10-11 Mikko RasaAdd Image widget
2010-10-06 Mikko RasaAdd a VSlider to multiline Entries
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-04-24 Mikko RasaSupport multiline text editing
2010-04-20 Mikko RasaMake the Text class interface more obvious by not using...
2010-04-12 Mikko RasaUpdate text information when widget style changes
2010-03-12 Mikko RasaAdd Dialog class
2010-02-28 Mikko RasaDerive Root from Graphics::EventSource
2010-02-28 Mikko RasaAdd Widget::focusable flag
2010-02-26 Mikko RasaAllow custom tooltips at empty areas of a Root
2009-12-25 Mikko RasaHandle line data when inserting/erasing text
2009-12-04 Mikko RasaFix compilation on 64-bit systems
2009-10-31 Mikko RasaRemove unused code
2009-10-07 Mikko RasaBump version to 1.1 1.1
2009-09-20 Mikko RasaAdd Text class with multiline support
2009-09-16 Mikko RasaAdd Container class
2009-08-03 Mikko RasaPrevent problems if a button press handler throws
2009-07-26 Mikko RasaInherit Root from sigc::trackable so it's safe to delete it
2009-07-05 Mikko RasaAdd icon support to Button
2008-10-14 Mikko RasaAdd Changelog.txt 1.0
2008-10-13 Mikko RasaMake the List in Dropdown a normal member instead of...
2008-10-11 Mikko RasaRename the basic skin to encourage reusability
2008-10-11 Mikko RasaJump 10 steps when slider trough is clicked
2008-10-09 Mikko RasaSupport exclusive Toggles for implementing option buttons
2008-09-03 Mikko RasaSet correct mime types for images
2008-09-03 Mikko RasaAdd a simple Hello World application to demonstrate...
2008-08-20 Mikko RasaClear input focus when the focused widget is hidden
2008-08-19 Mikko RasaAdd version and description fields to Build 0.9
2008-08-16 Mikko RasaAdd Widget::set_focus
2008-07-23 Mikko RasaFix incorrect usage of DataFile::load
2008-07-22 Mikko RasaRender text in Dropdown directly from the List
2008-07-20 Mikko RasaAdd UserInterface class
2008-07-20 Mikko RasaMigrate from msppath to mspfs
2008-06-25 Mikko RasaAdd a missing #include
2008-06-08 Mikko RasaFix Alignment to not fail when geom is larger han parent
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2008-04-28 Mikko RasaAdd Table widget
2008-03-10 Mikko RasaAdd List::set_selected_index
2008-03-06 Mikko RasaFix HSlider
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2008-02-27 Mikko RasaEnable loading dropdown items from datafile
2008-01-12 Mikko RasaAllow embedded textures in resource datafiles
2007-12-29 Mikko RasaAdd missing dependency to msppath
2007-12-29 Mikko RasaAdd Dropdown widget
2007-12-26 Mikko RasaAdd Toggle widget
2007-12-26 Mikko RasaAdd ConnSignal action for Connector
2007-12-25 Mikko RasaPass coordinates relative to the receiving widget's...
2007-12-14 Mikko RasaRefactor filling from Part to Alignment
2007-12-13 Mikko Rasaclass Window from mspgbase is now inside namespace...
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-12-11 Mikko RasaMake widgets aware of their parents
2007-11-27 Mikko RasaAdd a missing colon to button.h
2007-11-27 Mikko RasaReorder class members
2007-11-23 Mikko RasaSupport loading Buttons from datafiles
2007-11-22 Mikko RasaSupport loading Panels from datafiles
2007-11-02 Mikko RasaAdapt to DataFile changes
2007-10-17 Mikko RasaEnable loading of widgets from datafiles (not implement...
2007-10-16 Mikko RasaFix automatic font creation
2007-10-16 Mikko RasaDerive Resources from DataFile::Collection
2007-08-28 Mikko RasaChange mspparser -> mspdatafile
2007-07-18 Mikko RasaMore code for Window
2007-07-15 Mikko RasaAdd key events
2007-07-10 Mikko RasaImplement set_range and set_step for Slider
2007-06-20 Mikko RasaRework event passing system to allow for pointer grabs
2007-06-12 Mikko RasaInitial revision
2007-06-12 Mikko RasaCreate trunk