Mercurial > flash_v2
view packages/services/gfx/mw/current/src/BUGS @ 1777:c16341b1bac6 default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Mon, 12 Oct 2009 02:26:09 +0100 |
| parents | e0c0827131d1 |
| children |
line wrap: on
line source
GrReparentWindow mapping bug in demo2 app when wm running (temp fixed) blit slow when moving windows in portrait mode down portrait mode is not correct add offscreen pixmap rotates when portrait changes (remove assert in GdBlit) remove FIXME kluge in fb.c mapmem, fix offscreen rotation orientation for blits add subdrivers above driver level for x11 add portrait switch layer above driver so it works with X11 any offscreen blit code will fail when in portrait mode stretchblit code needs recalc when src offset != 0 (precalc y/x) put back in DrawArea driver in GdArea There's still bugs with apps after closebox pressed GrReparentWindow must have parent mapped before call or children of window being reparented get bad unmap counts... Check out if (height == 0 || ... ) code in engine/devfont.c: bad select There's still some bugs in the Arc/Pie code - see FLTK valuators demo fblin16 DrawArea driver is commented out for font display currently X11 runs out of colors on t1demo.sh SetWindowPos is broken for resize of child windows should BeginPaint incorporate the update region with current DC? WM_MOUSEMOVE shouldn't send hittest code like WM_NCMOUSEMOVE ATI cards in 16bpp mode: palette not setup properly PF_PALETTE emulation doesn't work well on X11 (use PF_TRUECOLOR0888) alpha blending is broken on X11 cursor disappears with much blitting Non-client title bar not repainted properly on repaint repaint on VT switch doesn't work with client/server library Sleep api isn't accurate switch palette's on the fly from framebuffer identification BitBlt clips blit rectangle to source screen/memimage size Terminal emulator doesn't clip text on right side for some reason If closing last window, GetMessage/microwindows hangs if not exiting The ELKS microwin demo draws mouse droppings on screen
