summaryrefslogtreecommitdiff
path: root/src/widget_type.h
AgeCommit message (Expand)Author
2009-05-04(svn r16226) -Codechange: Separating generation of a widget array from Window...alberth
2009-05-02(svn r16201) -Codechange: Add NWidgetBase::SetPadding method.alberth
2009-04-30(svn r16190) -Codechange: Allow stacking of nested widgets.alberth
2009-04-30(svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widge...alberth
2009-04-26(svn r16167) -Codechange: Added empty-ness test to nested widget containers.alberth
2009-04-25(svn r16140) -Codechange: Call a function while contructing a widget tree.alberth
2009-03-29(svn r15889) -Codechange: Add pre/inter/post space to nested background widgetsalberth
2009-03-28(svn r15872) -Codechange: add paddings for widgets, this makes writing new wi...yexo
2009-03-26(svn r15861) -Codechange: Add NWID_HORIZONTAL_LTR that forces the ordering fr...yexo
2009-03-23(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace i...yexo
2009-03-22(svn r15819) -Add: Nested widgets frameworkalberth
2009-03-22(svn r15817) -Codechange: Make room for additional widget types (Rubidium)alberth
2009-02-09(svn r15423) -Codechange: split widget related types to their own header and ...rubidium