]> git.tdb.fi Git - libs/gltk.git/history - source
Minor style fixes
[libs/gltk.git] / source /
2013-10-16 Mikko RasaMinor style fixes
2013-10-16 Mikko RasaMake widgets non-copyable
2013-10-16 Mikko RasaRemove obsolete inside checks
2013-10-16 Mikko RasaMake the DISABLED state actually do something
2013-10-16 Mikko RasaMake List::set_selected_index a no-op if that item...
2013-09-22 Mikko RasaSupport different font colors in different states
2013-09-22 Mikko RasaAdd a shortcut for defining normal graphic
2013-08-08 Mikko RasaAdd some utility functions for dealing with widget...
2013-07-30 Mikko RasaAdd datafile statement for image widgets
2013-07-14 Mikko RasaEnsure that list items are autosized properly in all...
2013-07-14 Mikko RasaRetain position when autosizing widget
2013-07-05 Mikko RasaFix an uninitialized variable
2013-06-30 Mikko RasaUse a different approach for custom item widgets
2013-06-30 Mikko RasaFix a comparison that let an off-by-one error in
2013-06-30 Mikko RasaRefresh list items one at a time
2013-06-30 Mikko RasaRecreate list items when setting data
2013-06-28 Mikko RasaSome new datafile keywords
2013-06-27 Mikko RasaUnify the behavior of value change signals
2013-06-27 Mikko RasaAdd getter for Panel::layout
2013-06-27 Mikko RasaProperly set expand flags in LinearArrangement
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 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-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 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 RasaStrip copyright messages and id tags from individual...
2011-03-04 Mikko RasaAdd some classes for automatically creating basic layouts
next