]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/services/gfx/mw/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / services / gfx / mw / v2_0 / ChangeLog
1 2004-06-08  Chris Garry <cgarry@sweeneydesign.co.uk>
2
3         * src/ecos/ecos_app.c:  Remove 'strdup' definition.
4         Now provided in string.h.
5
6 2003-10-24  Gary Thomas  <gary@mlbassoc.com>
7
8         * src/drivers/scr_vnc_ecos.c: Support true color (32 bit) 0888 format.
9
10         * src/demos/nanox/ntetris.c (main): Start with a good known
11         state (by zeroing) - otherwise, the results are unpredictable
12         and often crash.
13
14 2003-09-03  Gary Thomas  <gary@mlbassoc.com>
15
16         * src/ecos/nanox_thread.c (nanox_thread): Fill in program
17         name - also from Eric Doenges.
18
19         * src/drivers/kbd_vnc_ecos.c (vnc_GetModifierInfo): 
20         Protect against null [curmodifiers] pointer.  Reported
21         by Eric Doenges <Eric.Doenges@DynaPel.com>
22
23 2003-09-01  Chris Garry <cgarry@sweeneydesign.co.uk>
24
25         * src/ecos/ecos_app.c:
26         * src/ecos/ecos_init.c:
27         Do not use ARM display hardware setup routines when VNC server
28         drivers are used.
29
30 2003-09-01  Gary Thomas  <gary@mlbassoc.com>
31
32         * src/nanox/client.c: 
33         * src/mwin/wingdi.c: 
34         * src/engine/devopen.c: 
35         * src/engine/devfont.caching.c: 
36         * src/engine/devfont.c: 
37         * src/engine/devdraw.c: 
38         * src/drivers/scr_vnc_ecos.c: 
39         * src/demos/nanox/ntetris.c: 
40         * src/Configs/config.ecos: 
41         * include/microwin/mwtypes.h: 
42         * include/microwin/device.h: Support BGR233 mode which is used by
43         the VNC server.
44
45 2003-08-30  Gary Thomas  <gary@mlbassoc.com>
46
47         * src/ecos/world_thread.c: 
48         * src/ecos/ntetris_thread.c: 
49         * src/ecos/nanox_thread.c: 
50         * src/ecos/nanowm_thread.c: 
51         * src/ecos/ecos_app.c: Use tables to define threads within
52         the actual application.
53
54         * src/demos/nanox/ntetris.h: 
55         * src/demos/nanox/ntetris.c: Adapt to eCos threaded environment.
56
57         * include/microwin/ecos_mw_app.h: New file - define table
58         driven API for plug-in MicroWindows applications under eCos.
59
60         * cdl/microwindows.cdl: Add support for building complete
61         application via CDL.  Also better selection of demos to run.
62
63 2003-08-22  Chris Garry <cgarry@sweeneydesign.co.uk>
64
65         * cdl/microwindows.cdl
66         Added support for VNC server.
67         
68         * src/include/device.h:
69         Remove COLOR2PIXEL555 hack for strongarm lcd when VNC server screen
70         driver is used.
71         
72         * src/nanox/clientfb.c:
73         Removed assumption that CYGPKG_HAL_ARM means target is a strongarm
74         lcd when VNC server is used.
75         
76         * src/drivers/kbd_vnc_ecos.c:
77         * src/drivers/mou_vnc_ecos.c:
78         * src/drivers/scr_vnc_ecos.c:
79         New keyboard, mouse and screen drivers for VNC server.
80
81 2003-07-21  Chris Garry <cgarry@sweeneydesign.co.uk>
82
83         * src/nanox/client.c
84         Set the length field in the sockaddr_in structure name before
85         trying to connect to the server.
86
87 2003-06-13  Jonathan Larmour  <jifl@eCosCentric.com>
88
89         * cdl/microwindows.cdl: eCos Microwindows requires an IPv4 stack.
90
91 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
92
93         * cdl/microwindows.cdl: There's no docs so don't supply CDL.
94
95 2002-04-30  Bart Veer  <bartv@redhat.com>
96
97         * cdl/microwindows.cdl:
98         Replace description properties with display properties.
99
100 2002-04-26  Bart Veer  <bartv@redhat.com>
101
102         * src/drivers/scr_ecospcsvga.c:
103         New screen driver for PC hardware.
104
105         * src/nanox/srvmain.c:
106         Change #ifdef's for new PC screen driver
107
108         * src/nanox/clientfb.c:
109         Get a framebuffer address for x86 hardware
110
111         * src/ecos/ecos_app.c:
112         Only build keyboard widget when needed. PC hardware has a real
113         keyboard. 
114
115         * cdl/microwindows.cdl:
116         Add configuration options for PC graphics. Automatically
117         build the files which instantiate eCos threads for the various
118         microwindows applications.
119
120 2002-04-15  Jesper Skov  <jskov@redhat.com>
121
122         * src/demos/nanox/world.c (MAPFILE): Load from current directory.
123
124 2002-04-12  Bart Veer  <bartv@redhat.com>
125
126         * src/nanox/srvmain.c:
127         Use a new main loop for PC/VGA. The default loop with
128         networking enabled assumes you can select() on the
129         mouse and keyboard, which is not currently implemented.
130
131         * src/ecos/ecos_init.c:
132         Add some conditional compilation. Only check for
133         a logo file when there is a file system. Don't bother
134         with touchscreen calibration on a PC without a
135         touch-sensitive screen.
136
137         * cdl/microwindows.cdl:
138         Add configury for building on a PC.
139
140         * src/drivers/ps2kbdmou_ecos.c:
141         Driver for PC PS/2 keyboard and mouse. Only tested against
142         a Japanese Dell Inspiron laptop.
143
144 2002-04-12  Jesper Skov  <jskov@redhat.com>
145
146         * src/drivers/scr_ecos.c (gen_getscreeninfo): Return proper
147         fbdriver ptr.
148         (set_portrait_mode): Update psd->portrait variable.
149
150         * src/demos/nanox/world.c: Removed load hack. Problem was due to
151         truncated jffs2 fs.
152
153 2002-04-10  Jesper Skov  <jskov@redhat.com>
154
155         * include/microwin/nano-X.h: Silence warning by including kapi.h
156
157 2002-04-08  Jesper Skov  <jskov@redhat.com>
158
159         * cdl/microwindows.cdl: Build Map demo if required. Require it for
160         the ARM targets.
161
162         * src/demos/nanox/world.c (load): Hacked to do nothing.
163         (main): renamed to app_main.
164
165 2002-03-27  Jesper Skov  <jskov@redhat.com>
166
167         * src/drivers/scr_ecos.c (gen_getscreeninfo): Fill in correct
168         color layout based on pixel format. Now the animation renders
169         correctly.
170
171         * drivers/scr_ecos.c (gen_getscreeninfo): Fill in all
172         parameters. At least the missing potrait mode cause
173         problems. fbdriver parameter is probably wrong, but needs to be
174         non-zero.
175
176 2002-03-26  Jesper Skov  <jskov@redhat.com>
177
178         * cdl/microwindows.cdl: Renamed CYGBLD_MICROWINDOWS_ARM9_DRIVERS
179         to CYGBLD_MICROWINDOWS_ARM_DRIVERS and added ipaq/aaed hacks.
180
181         * Moved sources to services/gfx/mw with help from Gary. Moved
182         src/include directory to include/microwin.
183
184         * cdl/microwindows.cdl: Added CDL build support.
185         * src/demos/nanowm/nanowm.c: Rename main() for eCos builds.
186         * src/demos/nxkbd/nxkbd.c: Same.
187         * src/nanox/srvmain.c: Same.
188
189         * src/ecos/ecos_init.c: Fix some warnings, use redhat.logo for IO
190         testing.
191         
192 2002-03-22  Bart Veer  <bartv@redhat.com>
193
194         * Configs/config.ecosvga:
195         New config file for eCos on a PC using the VGA driver.
196
197         * Arc.rules, makefile.rules, config, */Makefile */*/Makefile
198         Add build support for x86 eCos, and allow builds outside the
199         source tree.
200         
201         * nanox/clientfb.c:
202         Only assume LCD display when compiling for ARM.
203         <cyg/hal/lcd_support.h> etc. do not exist when building for PC.
204
205         * ecos/ecos_app.c:
206         Add missing #include's
207         Fix type ecos_nx_setup() vs. ecos_nx_init()
208
209         * drivers/vgaplan4.h:
210         Define the appropriate out?() macros for eCos
211
212         * drivers/vgainit.c:
213         Set up to access hardware directly. 
214         Use HAL macro to peek I/O port
215         Fix one of the initial values for the VGA registers, which I
216         believe was leaving all planes disabled.
217         
218         * drivers/scr_ecos.c:
219         This is not used by all eCos targets, e.g. PC using the
220         microwindows VGA driver. For now conditionalize on CYGPKG_HAL_ARM. 
221
222         * drivers/memplan4.c, drivers/scr_bios.c, 
223         Set up to access hardware directly under eCos.
224
225         * drivers/kbd_null.c:
226         Declaration of NUL_Read() did not match definition.
227
228 2002-03-14  Jesper Skov  <jskov@redhat.com>
229
230         * Makefile: Fix typo.
231
232         * nanox/Makefile: Build clientfb.c
233         * nanox/clientfb.c: Hacked for eCos.
234
235         * nanox/client.c (nxErrorStrings): Define for eCos.
236         * nanox/srvevent.c (nxErrorStrings): Don't define for eCos.
237
238 2002-03-13  Jesper Skov  <jskov@redhat.com>
239
240         * ecos/Makefile: Require 'DEMO=Y' and 'AGDEMO=Y' to build old or
241         agdemo respectively.
242         * ecos/ecos_app.c: Wrap img_demo stuff in USE_IMG_DEMO.
243
244         * ecos/img_demo.c: Added. (older version)
245
246         * Makefile.rules (clean): Don't blow away everything if there's no
247         bin directory.
248
249         * Makefile: Added ecos build rule. Create bin and lib.
250
251         * Makefile.rules (CPPFLAGS): Include $(INCLUDEDIRS) for proper
252         dependencies on ecos headers.
253
254         * ecos/ecos_init.c (ecos_nx_init): Use portrait_right mode for
255         IPAQ.
256         * drivers/scr_ecos.c (set_portrait_mode): Added. Cleaned up
257         portrait switch handling.
258
259         * ChangeLog.MW: Moved the original ChangeLog to ChangeLog.MW
260
261         Changes made by Gary Thomas <gthomas@redhat.com>. Diff against
262         branch MW_0_89_pre8:
263         * src/Arch.rules: Updated for building ag_demo.
264         * src/Configs/config.ecos: Changed tools prefix to arm-elf- and
265         screen pixel type. Also added JPEG support and disabled potrait
266         mode.
267         * src/config: copy of Configs/config.ecos
268         * src/drivers/Makefile: Added portrait files to the eCos build
269         rule.
270         * src/drivers/kbd_ipaq.c: various tweaks.
271         * src/drivers/scr_ecos.c: hacks to get portrait mode working on
272         iPAQ.
273         * src/ecos/Makefile: Build tweaks for ag_demo.
274         * src/ecos/ecos_app.c: mount jffs2, include image demo.
275         * src/ecos/ecos_init.c: ag_demo tweaks.
276         * src/engine/devimage.c: build tweak for HAVE_MMAP
277         * src/include/device.h: COLOR2PIXEL555 hack for strongarm lcd.
278         * src/include/nano-X.h: Fix regfdset typo.
279         * src/include/swap.h: __ECOS hacks.
280         * src/jpeg-6b: imported jpeg support.
281         * src/nanox/Makefile: eCos build tweaks.
282         * src/nanox/client.c: eCos ACCESS_PER_THREAD_DATA tweak.
283         * src/nanox/serv.h: additional Gr->SVR_Gr definitions.
284         * src/nanox/srvnet.c: __ECOS hack (print error string instead of
285         value).