1 |
673 |
markom |
obsolete MWMODE_SET, MWROP_SRCCOPY, change MWMODE_SETTO1 before 0.89 final
|
2 |
|
|
write X11 stretchblit driver entry point
|
3 |
|
|
check for HAVE_STRETCHBLIT before calling it...
|
4 |
|
|
add psi->fbdriver, psi->rmask, psi->portrait in all drivers/scr*.c
|
5 |
|
|
ability to link in only specified fb Xbpp drivers
|
6 |
|
|
|
7 |
|
|
send recursive UPDATE_MOVE events to child windows, correct wp->x, wp->y sent
|
8 |
|
|
add WM_KEYDOWN/KEYUP bits to win32
|
9 |
|
|
fix GR_EVENT_TYPE_BUTTON_UP doesn't include correct buttons entry for up button
|
10 |
|
|
client/server gets screwed up on GsError delivery (GrCloseWindow for instance)
|
11 |
|
|
NanoWM should decorate top level windows only
|
12 |
|
|
rewrite nanowm to be table-driven
|
13 |
|
|
change NewWindow to allow style bits
|
14 |
|
|
MAXREQSIZE is statically compiled into each client, should be server only
|
15 |
|
|
fix MAXREQSIZE of 10000 in nxproto.h for images...
|
16 |
|
|
fix nxterm to take x,y,w,h fg,bg on startup
|
17 |
|
|
fix nxterm to redisplay properly
|
18 |
|
|
fix potential sibling window clip bug with move2.sh and nanowm
|
19 |
|
|
allow nano-x wm to run linked with server
|
20 |
|
|
|
21 |
|
|
add memmove mods to fblin16, 8 drivers for src in dst rectangle
|
22 |
|
|
|
23 |
|
|
fix GrBitmap bit orders? (reversed from X11?)
|
24 |
|
|
clear loaded images in server on app exit
|
25 |
|
|
fix strlen(const "") (bug in nxkbd.c for #define TITLE)
|
26 |
|
|
free props.title is required in client/server but must not in link-into-server
|
27 |
|
|
|
28 |
|
|
change VTech Helio kernel to return proper visual for scr_fb.c (TPHELIO)
|
29 |
|
|
|
30 |
|
|
automatically create correct MWPIXEL_FORMAT in exported mwtypes.h
|
31 |
|
|
fix Polygon auto-complete outline
|
32 |
|
|
|
33 |
|
|
GdHideCursor/ShowCursor still interferes with GdFixCursor
|
34 |
|
|
for X11 Enter/LeaveNotify auto-hiding of cursor
|
35 |
|
|
add startup options: -portrait, -landscape
|
36 |
|
|
t1lib UCS2->8859 conversion
|
37 |
|
|
fix fonts/convbdf for > 126 chars, check for constant widths, omit width table
|
38 |
|
|
auto swap x/y for autoportrait mode if y>x unless -portrait
|
39 |
|
|
|
40 |
|
|
hwnd->update should be an HRGN, make things easier
|
41 |
|
|
hwnd->update should be cleared in BeginPaint, except for OWNDC
|
42 |
|
|
BeginPaint requires DCX_EXCLUDEUPDATE, may be buggy
|
43 |
|
|
Add drawarea driver entry point to all scr*.c!
|
44 |
|
|
add blitting to svgalib driver
|
45 |
|
|
|
46 |
|
|
handle WS_POPUP owner vs parent for GetParent call
|
47 |
|
|
handle lost focus on disable window call, check disabled when setfocus
|
48 |
|
|
change kbd driver to return ESC, exit check in upper level GsCheckKbd
|
49 |
|
|
slim down devfont.c for small systems
|
50 |
|
|
add showcursor flag on return from mousedev open
|
51 |
|
|
remove sinfo struct
|
52 |
|
|
cursor isn't clipped from blit source rectangle (mterm cursor bug)
|
53 |
|
|
share clipping code winclip.c with nanox/srvutil.c
|
54 |
|
|
implement client and window rects in nanox
|
55 |
|
|
support CopyArea for offscreen drawing
|
56 |
|
|
rewrite GdArea to use bitblit
|
57 |
|
|
build window mgr api
|
58 |
|
|
implement CopyArea to perform BitBlit
|
59 |
|
|
change printf's to GsError returns in srvnet.c
|
60 |
|
|
X11 still has flush problems with demo.c
|
61 |
|
|
add length fields to replies
|
62 |
|
|
nomalloc returns are bad in wrapper functions
|
63 |
|
|
fix GrRetNoMem to be GsError()
|
64 |
|
|
fix DeliverEvent in client lib
|
65 |
|
|
move to Xlib api compatibility
|
66 |
|
|
warn if bad color args are passed?
|
67 |
|
|
|
68 |
|
|
put fixed bcc allowing // comments on ftp site
|
69 |
|
|
|
70 |
|
|
have GrGetNextEvent work with timeout returns, for nclock.c etc
|
71 |
|
|
fix GrRegisterInput for multiple fd's
|
72 |
|
|
fix GrRegisterInput to work with GrCheckNextEvent
|
73 |
|
|
|
74 |
|
|
eliminate any timeout in select() loop
|
75 |
|
|
no duplicate /dev/tty0 open
|
76 |
|
|
fix -O3 framebuffer compile requirement
|
77 |
|
|
remove gen_ routines from screen drivers into library, create fb library
|
78 |
|
|
tag bitmap drawing palette conversion table to bitmap ID for speed
|
79 |
|
|
fix DOS driver for stdpal4bpp for static pseudocolor
|
80 |
|
|
rotate 2bpp Everex driver for normal display viewing
|
81 |
|
|
|
82 |
|
|
convert all drivers to blit
|
83 |
|
|
get fast inline memcpy, memcpyw, memcpyl for bitblt
|
84 |
|
|
turn on NDEBUG for speed
|
85 |
|
|
bitblt src screen clipping not implemented
|
86 |
|
|
bitblt src mem clipping (copy BLACK?) not implemented
|
87 |
|
|
bitblt assumes src and dest bitmap are same bpp
|
88 |
|
|
vgaplan4 still needs vga_to_mempl4 blit
|
89 |
|
|
fix asmplan4.s: don't draw last point, add psd struct, write ega_init
|
90 |
|
|
|
91 |
|
|
allow more than one WndRegisterFdInput, run multiple mterm's
|
92 |
|
|
dynamically load fonts, replace existing ones
|
93 |
|
|
error check gdi structures, check for magic word
|