]> git.tdb.fi Git - libs/gltk.git/shortlog
libs/gltk.git
2013-06-27 Mikko RasaFix some alignment issues in LinearArrangement
2013-06-27 Mikko RasaThe slack column counter needs to be outside the slot...
2013-06-26 Mikko RasaAdd a function to find the index of an item in ListData...
2013-06-26 Mikko RasaAdd DragHandle widget
2013-06-26 Mikko RasaDon't trigger widget rebuild if only its position changes
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-26 Mikko RasaAdd a persistent view size attribute to List
2013-06-25 Mikko RasaImprove widget part caching
2013-06-25 Mikko RasaAutosize all items in a List
2013-06-16 Mikko RasaSome fixes to the Build file
2013-06-16 Mikko RasaAvoid autosizing widgets with no style
2013-06-16 Mikko RasaDon't divide by zero when autosizing a List with no...
2013-06-16 Mikko RasaAdd a Stack arrangement
2013-06-16 Mikko RasaAdd a packing attribute to consider a widget even if...
2013-06-16 Mikko RasaAllow loading generic layout properties from datafiles
2013-06-16 Mikko RasaSupport widget expansion in linear layouts
2013-06-16 Mikko RasaCombine common parts of Column and Row into LinearArran...
2013-06-16 Mikko RasaAdd some sanity checks to arrangements
2013-06-15 Mikko RasaSupport specifying layouts in datafiles
2013-06-15 Mikko RasaSupport loading dialog action buttons
2013-06-14 Mikko RasaReplace the derived layout classes with a more flexible...
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2013-06-14 Mikko RasaRemove the Table widget
2013-06-12 Mikko RasaAdd constraint types that allow flexible spacing betwee...
2013-06-12 Mikko RasaSmarter way of complementing constraint types
2013-06-12 Mikko RasaProperly filter out duplicate constraints
2013-06-11 Mikko RasaTurn List items into widgets
2013-06-11 Mikko RasaRefactor pointer event handling in Container
2013-06-10 Mikko RasaMore flexible storage for Lsit and Dropdown items
2013-06-09 Mikko RasaAdd keywords to specify horizontal / vertical sides...
2013-06-09 Mikko RasaAdd properties to Entry for specifying autosize dimensions
2013-06-09 Mikko RasaConsider part margins when autosizing
2013-06-09 Mikko RasaDon't accept characters in Entry if there hasn't been...
2013-06-04 Mikko RasaSet expand flag in Row and Column layouts on all widgets
2013-06-04 Mikko RasaAvoid putting tooltip label in layout
2013-05-29 Mikko RasaComment and style updates
2013-05-29 Mikko RasaImplement set_size and set_position in terms of set_geo...
2013-05-29 Mikko RasaRestore parent to 0 if an exception occurs while settin...
2013-05-29 Mikko RasaRemove deprecated alias from Style loader
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
next