summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08forgot to #include profileibotty1-1/+1
and forgot to commit updated widget_layer.cpp (WARNING: api change (altered constructor))
2002-10-07changed WidgetLayer to a new (well partial) image storageibotty1-12/+14
WidgetLayer is now to be considered stable. there wont be any api removals. newwidget.{h,cpp} will inherit WidgetLayer, soon. i will try to be logic compatible with current widget.{h,cpp}, but will NOT guarantee api compatibility.
2002-10-06wrote first incarnation of widget_layer.cpp.ibotty1-0/+155
edited widget_layer.h accordingly.