netsurf/framebuffer/fbtk
Michael Drake 31def6a338 Add rudimentary support for resizing.
- Currently only libnsfb's SDL surface supports resizing.
- Flickers like crazy while resizing.  Possibly because the SDL
  surface is not set to use double buffering.
- The internal widget library, fbtk, was never intended for this,
  as such it has no knowledge of how a widget should be positioned
  with respect to its parent.
  This means the top level window has to track everything and move
  them itself.
2014-07-26 22:12:55 +01:00
..
bitmap.c
event.c Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
fbtk.c Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
fill.c
osk.c Add OSK icon. 2012-09-28 19:52:21 +01:00
scroll.c Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
text.c Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
user.c
widget.h When setting fbtk caret, register callback for redrawing caret removal. 2012-07-31 20:40:14 +01:00
window.c