summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14added sizeHint method, hopefully (dont really think so) fixes size problemibotty1-0/+6
VS: ----------------------------------------------------------------------
2002-10-13added additional functionality (dont really know what anymore....)ibotty1-4/+4
2002-10-13key presses should be now visible.ibotty1-0/+5
2002-10-13compilation fixeswazlaf1-11/+0
2002-10-13does not work... but committed to get things startedibotty1-0/+79
2002-10-11added missing line and an extern keywordibotty1-0/+2
2002-10-11added vt100 character translation tableibotty1-0/+11
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.