d1cde9116aAdded dump of RGB value when dumping palette data. Fixed a part of the data dump part.
v2.1
Hiroaki Sakai
2001-01-13 12:00:00 +09:00
d3f3c6903dCorresponding to colorization. Added XColorGC class for GC management. (It diverted from XFireworks)
v2.0
Hiroaki Sakai
2001-01-03 12:00:00 +09:00
c0b964b4f4Added dummy function of _asm_*(). Set FP_OFF (), FP_SEG() for the callback function at interrupt setting in WonderWitch Adjust appropriately according to the setting method. (Fit to wwterm)
v1.1
Hiroaki Sakai
2000-12-28 12:00:00 +09:00
f25d7235fbChanged official name from Wonx to WonX.
v1.0
Hiroaki Sakai
2000-11-23 17:00:00 +09:00
7630141b26In serial communication, input \n from standard input is converted to \r and passed Fix comm_input() in comm.c. (See the e-mail of [WitchFan 00462])
v0.5-beta
Hiroaki Sakai
2000-11-23 12:00:00 +09:00
96b108c909In UNIXTimer.c, callback function is called every time the callback function is called Fix to reconfigure. (Add signal () in UNIXTimer_ON ()) (In IRIX, coping with the fact that the callback function is cleared for each call)
v0.4-beta
Hiroaki Sakai
2000-11-18 12:00:00 +09:00
5e1a9795b7Create your own header file. It became compilable with only Wonx. Since there is a possibility that the Error () function will collide with libwonx.a when linking, It changed to Wonx_Error (). Added bios_exit (). sprite_set_char, sprite_get_char, palette number minus 8 Fixed bug that was not specified. font_set_monodata (), font_set_colordata (), font_get_data (), disp.c, The arguments of screen_set_char (), screen_get_char (), sprite_set_data () Changed from void * to appropriate type. Sample program and attached SpeedMac. I added a document.
v0.3-beta
Hiroaki Sakai
2000-11-03 12:00:00 +09:00
0f43e6d6eeAdded interrupt handling. Timer interrupt support. (UNIXTimer, WWInterrupt, WWTimer, WonxSystem addition) According to interrupt support, compatibility functions are replaced with UNIXTimer_Pause (), UNIXTimer_Unpause () It hung around. UNIXTimer, WWTimer, WonxSystem's callback functions, It is necessary to check finely whether there are bugs peculiar to interrupts. (The setting of the interrupt in the callback function may change, or from the callback function It is necessary to check whether the callback function is called or not)
v0.2-beta
Hiroaki Sakai
2000-11-03 12:00:00 +09:00
eb06f7f4f8Added text display function. (Only 0 to 127 ASCII characters, kanji is not supported)
v0.1-beta
Hiroaki Sakai
2000-10-09 12:00:00 +09:00
95d1135996WWLCDPanel has two bitmap data, and the bitmap once drawn is Fixed not to draw. Reduced the load on the X server. (Improvements related to WWLCDPanel and XDisplay_DrawLCDWindow () of XDisplay.c) (XDisplay_DrawLCDWindow () in XDisplay.c has useless malloc () Improvement is necessary of that)
v0.0.7-alpha
Hiroaki Sakai
2000-10-05 12:00:00 +09:00
3547ae13a1Significantly modified WWDisplay_DrawScreen () algorithm. It did not get much faster. When the X server drawing is a hot spot Since it seems, efforts to reduce drawing amount are necessary.
v0.0.6-alpha
Hiroaki Sakai
2000-10-04 12:00:00 +09:00
0cc1bd45aeFix XDisplay_DrawLCDWindow (). I put useless calculations out of the loop.
v0.0.5-alpha
Hiroaki Sakai
2000-10-03 12:00:00 +09:00
aa38e7adabImproved the display routines in XDisplay.c and rendered somewhat faster.
v0.0.4-alpha
Hiroaki Sakai
2000-09-30 12:00:00 +09:00
9c414a9117Fixed the display range of screen2_set_window (). In the explanation of screen 2 _ set _ window () of the manual, "width and height of the display area" Although it is written, in fact it operates with "horizontal width of display area + 1 and vertical width + 1" want to see? (Unconfirmed), do not you have to do -1? Or, in actual operation in WonderWitch, ex = sx + WWScreen_GetDrawWidth (screen); Not ex = WWScreen_GetDrawWidth (screen); It may be.
v0.0.3-alpha
Hiroaki Sakai
2000-09-28 12:00:00 +09:00
1d5ebf4867When executing a function related to text display, (although characters are not displayed as usual) At the very least I output the character string to the terminal.
v0.0.2-alpha
Hiroaki Sakai
2000-09-27 12:00:00 +09:00