root/ChangeLog @ 2744ad35198795859a7a7ff67378eec2c52d0d4d

Revision 2744ad35198795859a7a7ff67378eec2c52d0d4d, 6.3 KB (checked in by dsmith <dsmith@…>, 6 years ago)

Clarified wmdemo status, fixed Ticket #14

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@51 918edb2d-ff29-0410-9de2-eb38e7f22bc7

  • Property mode set to 100644
Line 
12007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>
2        lswm
3        * created app
4
5        wmdemo
6        * renamed main.c to wmdemo.c
7        * updated for wiimote_connect change
8        * clarified status output menu item, added status request
9
10        wmgui
11        * updated for wiimote_connect change
12
13        wminput
14        * updated for wiimote_connect change
15
16        wiimote
17        * created bluetooth.c
18        * moved wiimote_findfirst to bluetooth.c, renamed to wiimote_find_wiimote,
19          added timeout argument
20        * defined struct wiimote_info
21        * wrote wiimote_get_info_array
22        * wiimote_connect now takes a pointer to bdaddr_t
23
242007-03-27 L. Donnie Smith <cwiid@abstrakraft.org>
25        * Added DESTDIR variable to make system
26
272007-03-23 L. Donnie Smith <cwiid@abstrakraft.org>
28        * Corrected installation directory creation logic
29        * Added .NOTPARALLEL to top level Makefile
30
312007-03-19 L. Donnie Smith <cwiid@abstrakraft.org>
32        * Added --disable-ldconfig option to configure
33        * Makefiles - append to rather than set compiler options
34
352007-03-15 L. Donnie Smith <cwiid@abstrakraft.org>
36        wminput
37                * action_enum.awk - explicitly call awk rather than #! /usr/bin/awk
38
392007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>
40        wiimote
41                * audited error checking (coda and error handler sections)
42                * updated comments
43                * event.c - moved int_listen read/write code to process_read and
44                  process_write, reorganized file
45                * wiimote_read - changed to obey decode flag only for register read
46                * wiimote_connect - changed memcpy to bacmp
47
482007-03-08 L. Donnie Smith <cwiid@abstrakraft.org>
49        * added explicit creation of installation directories to prevent
50          installation errors
51
52        wiimote
53                * created wiimote_err_t function type
54                * created wiimote_set_err function
55                * added wiimote parameter to wiimote_err calls
56
57        wmdemo
58                * added implementation of wiimote_err_t, wiimote_set_err
59
602007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>
61        * Type audit - boolean ints, const strings where appropriate, stdint.h
62          wiimote types
63        * Changed email addresses to cwiid@abstrakraft.org
64        * Added file ChangeLogs
65        * Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in
66
672007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>
68        * configure.ac - check for stdint.h
69
702007-02-26 L. Donnie Smith <cwiid@abstrakraft.org>
71        * Changed installation directories to comply with FHS standard
72        * Added check for yypop_buffer_state in flex
73        * Various minor documentation changes
74        * Lowercased "cwiid" in filenames
75
76        wiimote
77        * added 'static' to local function declarations
78
79        wminput
80        * added filenames and correct location tracking to parser error messages
81        * added 'static' to local function declarations (plugins)
82
832007-02-21 Romain Beauxis <toots@rastageeks.org>
84        wminput
85        * fixed help message
86
872007-02-18 L. Donnie Smith <cwiid@abstrakraft.org>
88        wiimote
89        * fixed wiimote_status_mesg allocation size
90        * changed wiimote_log to wiimote_err with format string and args
91        * reworked event/callback system to pass arrays of (simultaneous) messages
92        * added extern "C" declaration to wiimote.h for c++ programs
93        * added wiimote_t * to wiimote_mesg_t callback prototype (to facilitate
94          using the same callback for multiple wiimotes)
95
96        wmdemo
97        * added
98
99        wmgui
100        * Added parent argument to message function
101
102        wminput
103        * rewrite: new configuration syntax, plugin architecture
104
1052007-01-25 L. Donnie Smith <cwiid@abstrakraft.org>
106        wiimote
107        * added rpt_mode_flag lock to prevent race condition
108        * extended write sequences to simplify multi-part operations
109
110        wmgui
111        * added status request at connect to populate status boxes
112
1132007-01-24 L. Donnie Smith <cwiid@abstrakraft.org>
114        Added uninstall make target
115
116        wiimote
117        * macros renamed (should be last rename of public macros)
118        * added status, nunchuk, and classic controller messages
119        * added intelligent report mode selection
120
121        wmgui
122        * changed button widgets
123        * added nunchuk and classic controller support
124
125        wminput
126        * fixed command-line bug
127        * updated for wiimote updates
128        * changes to plugin architecture - gives greater access to plugin
129        * added LED indicators to default (IR) tracking
130
1312007-01-16 L. Donnie Smith <cwiid@abstrakraft.org>
132        wminput
133        * fixed build error in plugins directory
134
1352007-01-15 L. Donnie Smith <cwiid@abstrakraft.org>
136        reworked build system, now using autoconf
137
138        wiimote
139        * fixed bug in IR report data extraction
140        * created acc_ir client message
141        * make install now installs library and header to /usr/local
142
143        wmif
144        * removed
145
146        wmgui
147        * reworked GUI
148        * added force, roll and pitch displays
149        * removed AutoMake
150        * split wiimote_callback into separate functions
151        * rewrote command-line parsing
152        * added WIIMOTE_BDADDR environment variable lookup
153
154        wminput
155        * split wiimote_callback into separate functions
156        * cleaned up cursor tracking
157        * renamed wminput.c to main.c
158        * rewrote command-line parsing
159        * added WIIMOTE_BDADDR environment variable lookup
160        * created plugin architecture and acc plugin
161
1622007-01-09 L. Donnie Smith <cwiid@abstrakraft.org>
163        reworked top-level Makefile
164        bins install to /usr/local/bin on make install
165        wiimote
166        * Changes to message dispatch thread to isolate main thread from dispatch
167          timing issues (especially GTK apps)
168
169        wmif
170        * fixed --help bug
171
172        wmgui
173        * fixed --help bug
174        * added g_thread_support test before g_thread_init
175
176        wminput
177        * fixed --help bug
178        * added #ifdef tests around KEY_ macros in key_enum.{c,awk}
179
1802007-01-04 L. Donnie Smith <cwiid@abstrakraft.org>
181        wiimote
182        * put mesg callback data in a union
183        * fixed write flood error (wait for ACK after each packet)
184        * added IR reporting (mode 0x33 only)
185        * moved internal definitions from wiimote.h into wiimote_internal.h
186          (struct wiimote is now opaque)
187        * wiimote_connect now returns a wiimote_t *
188        * sends button message only when button status changes
189
190        wmif
191        * updated for wiimote changes
192
193        wmgui
194        * updated for wiimote changes
195        * enabled IR widgets
196
197        wminput
198        * added to package
199
2002006-12-31 L. Donnie Smith <cwiid@abstrakraft.org>
201        wiimote
202        * changed various macro names and parameter types (mostly signed to unsigned)
203        * cleaned up LED & RUMBLE command logic
204        * added ACC reporting
205        * added data read/write
206        * created dispatch thread (isolates bluetooth read from app callbacks)
207        * reset report mode after receive status report
208
209        wmif
210        * updated for wiimote changes
211        * added EEPROM read menu option
212
213        wmgui
214        * updated for wiimote changes
215        * added ACC output
216        * added data read/write
217        * added IR data widgets (not yet enabled)
218
2192006-12-28 L. Donnie Smith <cwiid@abstrakraft.org>
220        Initial release
Note: See TracBrowser for help on using the browser.