]> git.tdb.fi Git - libs/gltk.git/shortlog
libs/gltk.git
2013-05-29 Mikko RasaCheck the return value of open_from_sources since it...
2013-05-29 Mikko RasaIgnore hidden widgets when solving a layout
2013-05-29 Mikko RasaThe entire row should be divided when initially making...
2013-03-24 Mikko RasaTake a Window pointer along with custom input devices
2013-03-24 Mikko RasaGuard against null pointers
2013-03-24 Mikko RasaDon't let input events that are passed to widgets go...
2013-01-16 Mikko RasaFix a 64-bit compilation problem
2013-01-16 Mikko RasaReintroduce the Resources constructor that immediately...
2013-01-16 Mikko RasaRestore ability to handle raw image files
2012-12-26 Mikko RasaFix some problems with List and Dropdown
2012-12-15 Mikko RasaMiscellaneous improvements for handling graphics
2012-12-15 Mikko RasaAllow specifying a custom spacing for a constraint
2012-12-15 Mikko RasaInitial implementation of middle gravity
2012-12-09 Mikko RasaBump version
2012-12-08 Mikko RasaUpdate loaders to use ObjectLoader as base class
2012-12-08 Mikko RasaFont size loading fixes
2012-12-07 Mikko RasaAllow Root widgets to be created with custom input...
2012-12-07 Mikko RasaImplement the Layout::set_spacing function and friends
2012-12-02 Mikko RasaChange Style so it doesn't need a special loading function
2012-12-02 Mikko RasaRemove file lookup from Resources since a better mechan...
2012-12-02 Mikko RasaMove all child widget handling into Container
2012-12-02 Mikko RasaRemove dead code from Panel::Child
2012-11-30 Mikko RasaRemove the extraneous and deprecated header component...
2012-11-30 Mikko RasaReplace default_size -> native_size in the example...
2012-11-30 Mikko RasaUse a GL::Renderer to render widgets
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-30 Mikko RasaAdd protected functions for manipulating widget state
2012-11-28 Mikko RasaReturn a reference from Style::get_font
2012-11-28 Mikko RasaMake font size a property of Style
2012-11-28 Mikko RasaBind the font texture in Text::render
2012-11-27 Mikko RasaAdd autosizing for panels
2012-11-27 Mikko RasaDon't try to solve if container is smaller than its...
2012-11-27 Mikko RasaMake LinearProgram robust against degenerate solutions
2012-11-27 Mikko RasaReport non-basic variables in Layout::LinearProgram...
2012-11-27 Mikko RasaUpdate layout when panel's geometry changes
2012-11-27 Mikko RasaFix a crash if the linear program contains an empty...
2012-11-27 Mikko RasaStore autosized geom in Layout::Slot
2012-11-26 Mikko RasaSome cleanup in Layout
2012-11-26 Mikko RasaImprove comments of the Layout class
2012-11-21 Mikko RasaMiscellaneous other fixes
2012-11-21 Mikko RasaAdapt to Collection API changes
2012-11-21 Mikko RasaAdjust event handling to match changes in mspgui
2012-11-21 Mikko RasaRework exceptions and use maputils
2012-11-21 Mikko RasaUpdate Build file with new library names and new features
2012-11-21 Mikko RasaAdd .gitignore file, loosely based on svn:ignore
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-03-04 Mikko RasaAdd some classes for automatically creating basic layouts
2011-02-28 Mikko RasaAdd a Layout class to automatically position widgets...
2011-02-28 Mikko RasaAdd a render method to Root that takes care of proper...
2011-02-28 Mikko RasaAdd various constructors to Sides (semantics inspired...
2011-02-28 Mikko RasaAvoid generating events during destruction of a widget
2011-02-28 Mikko RasaAdd child_added/removed events to Container
2011-02-28 Mikko RasaAdd a signal to notify when the automatic size of a...
2011-02-28 Mikko RasaAdjust some slider checks
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
next