1 |
673 |
markom |
GrReparentWindow mapping bug in demo2 app when wm running (temp fixed)
|
2 |
|
|
blit slow when moving windows in portrait mode
|
3 |
|
|
down portrait mode is not correct
|
4 |
|
|
|
5 |
|
|
add offscreen pixmap rotates when portrait changes (remove assert in GdBlit)
|
6 |
|
|
remove FIXME kluge in fb.c mapmem, fix offscreen rotation orientation for blits
|
7 |
|
|
add subdrivers above driver level for x11
|
8 |
|
|
add portrait switch layer above driver so it works with X11
|
9 |
|
|
any offscreen blit code will fail when in portrait mode
|
10 |
|
|
|
11 |
|
|
stretchblit code needs recalc when src offset != 0 (precalc y/x)
|
12 |
|
|
put back in DrawArea driver in GdArea
|
13 |
|
|
There's still bugs with apps after closebox pressed
|
14 |
|
|
|
15 |
|
|
GrReparentWindow must have parent mapped before call
|
16 |
|
|
or children of window being reparented get bad unmap counts...
|
17 |
|
|
Check out if (height == 0 || ... ) code in engine/devfont.c: bad select
|
18 |
|
|
There's still some bugs in the Arc/Pie code - see FLTK valuators demo
|
19 |
|
|
|
20 |
|
|
fblin16 DrawArea driver is commented out for font display currently
|
21 |
|
|
X11 runs out of colors on t1demo.sh
|
22 |
|
|
|
23 |
|
|
SetWindowPos is broken for resize of child windows
|
24 |
|
|
|
25 |
|
|
should BeginPaint incorporate the update region with current DC?
|
26 |
|
|
WM_MOUSEMOVE shouldn't send hittest code like WM_NCMOUSEMOVE
|
27 |
|
|
ATI cards in 16bpp mode: palette not setup properly
|
28 |
|
|
PF_PALETTE emulation doesn't work well on X11 (use PF_TRUECOLOR0888)
|
29 |
|
|
alpha blending is broken on X11
|
30 |
|
|
cursor disappears with much blitting
|
31 |
|
|
|
32 |
|
|
Non-client title bar not repainted properly on repaint
|
33 |
|
|
|
34 |
|
|
repaint on VT switch doesn't work with client/server library
|
35 |
|
|
Sleep api isn't accurate
|
36 |
|
|
switch palette's on the fly from framebuffer identification
|
37 |
|
|
|
38 |
|
|
BitBlt clips blit rectangle to source screen/memimage size
|
39 |
|
|
Terminal emulator doesn't clip text on right side for some reason
|
40 |
|
|
If closing last window, GetMessage/microwindows hangs if not exiting
|
41 |
|
|
|
42 |
|
|
The ELKS microwin demo draws mouse droppings on screen
|