File: ChangeLog

package info (click to toggle)
cellwriter 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,748 kB
  • sloc: ansic: 7,273; sh: 3,810; makefile: 59
file content (255 lines) | stat: -rw-r--r-- 12,483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
2017-05-22  Michael Levin  <risujin@gmail.com>

        * Instead of creating a temporary file and moving it into place, create
          a backup of the old profile and write directly to the final location.
          Attempt to load the backup if the primary profile load fails.
        * Revision 1.3.6

2011-10-08  Michael Levin  <risujin@gmail.com>

        Updates from SVN through r26:
        * Allow entering Unicode blocks greater than 0xFFFF.
        * Fixed multiple stroke inputs not working in the latest version of
          Ubuntu.
        * Updated email address.
        * Removed GNOME dependency in favor of gtk_show_uri(). Without GNOME or
          GTK 2.14 you just won't get the "help" button.
        * Turkish translation for Desktop file (thanks ozbekanil!).
        * Turn on window hints if struts are on, this seems to help people with
          certain window managers (thanks Ronald)
        * Fix for Korean languages
        * Key text is now always white
        * Window struts fix on 64-bit machines (thank you Huang Ying!)
        * Add explicit libx11 dependency for binutils-gold
        * Possible fix for profile not being saved correctly. Return code was
          not being correctly checked.
        * Added --ignore-fifo option to force starting a second instance.
        * Sticky keys (shifts) now activate when the mouse pointer is outside of
          the keyboard area so you can shift-click in GIMP etc.
        * Removed 1hz polling of fifo, now checks for input using a GLib watch
          (thanks to Thomas Jaeger for the patch!)
        * CellWriter will toggle the main window when a second instance is
          started instead of forcing the window to show. The --show-window and
          --hide-window arguments can be used to force the window to show or
          hide respectively. Thanks to Mattias Runge for the suggestion that
          this was needed.

        * Revision 1.3.5

2008-05-28  Michael Levin  <risujin@risujin.org>

        * stroke.c, averages.c: Fixed two memory leaks
        * Revision 1.3.4

2008-01-25  Michael Levin  <risujin@risujin.org>

        * main.c: The standard library rename() function can't handle moving
          across filesystems, this prevented the profile from being saved
          correctly -- created a new function, move_file(), to handle this
          case
        * Revision 1.3.3

2008-01-24  Michael Levin  <risujin@risujin.org>

        * cellwidget.c: Pango does not properly cleanup a FreeType Font Map
          object, this was causing a really nasty memory leak. CellWriter did
          not need to recreate the Font Map on every configure event, however,
          and removing this fixed the leak.
        * cellwidget.c, keywidget.c, options.c: Style colors are now available
          with GTK versions prior to 2.10. Should no longer get a black
          background for the keyboard.
        * main.c: Profiles are saved more carefully now -- a temporary file is
          written first and then moved in place of the old profile
        * Revision 1.3.2

2007-11-22  Michael Levin  <risujin@risujin.org>

        * cellwidget.c: Hold-click timeouts are no longer interrupted by other
          timeouts and do not restart when the pointer is moved
        * cellwidget.c: Timeouts are now half a second long
        * options.c: Grid width limit raised to 48
        * cellwidget.c, keywidget.c, keyevent.c: Keyboard mappings are now
          updated before any key events are sent to catch any changes

2007-10-30  Michael Levin  <risujin@risujin.org>

        * main.c: Fixed a crash bug in a logging function (how typical...)
        * main.c: Make sure the program folder exists before trying to create
          the FIFO
        * keywidget.c: Keyboard size now has a non-zero default
        * main.c, common.h: Replaced some g_debug() calls with the new trace()
          function that only prints at log level 8
        * window.c, cellwidget.c: Docked window now fills the entire width of
          the screen and leaves enough room for the scrollbar
        * Revision 1.3.1

2007-10-29  Michael Levin  <risujin@risujin.org>

        * statusicon.c: Left-click status icon menu no longer on by default
        * window.c, cellwidget.c: Added back buffer button to recall previously
          entered input
        * main.c: Include for errno.h was missing (probably was nested in
          libgnome.h)
        * window.c, keywidget.c, cellwidget.c, options.c: Disabled use of
          style colors in GTK 2.8 compilation
        * window.c, main.c: New option --xid allows CellWriter to embed within
          gnome-screensaver, see:
          http://live.gnome.org/GnomeScreensaver/FrequentlyAskedQuestions
          #head-5196776d04ed41242da63723d837fa188d57693a
        * window.c, options.c: The main window can now be docked to either the
          top or the bottom of the screen. A new setup window and command-
          line option (--dock-window=#) control this behavior.
        * window.c, main.c: Can't figure out how to move the window within
          its own struts with Metacity, going to leave it as an extra command-
          line switch (--window-struts)
        * main.c, singleinstance.c: CellWriter will now watch for input from
          its fifo and react accordingly (see README)
        * Unstable version 1.3.0

2007-10-14  Michael Levin  <risujin@risujin.org>

        * keyevent.c: Adding 1ms delay to XTestFakeKeyEvent() fixes mixed up
          order on AMD64 Gentoo (thanks Stefan Baur!)
        * window.c: Help label colors are taken from tooltip style
        * keywidget.c: Key text is now bold and shadowed
        * cellwidget.c, keywidget.c, options.c: A new option sets the colors
          scheme based on the theme colors
        * main.c: Added functions to manipulate colors in the HSL color space;
          The color highlight method has been changed to use HSL
        * Makefile.am, singleinstance.c, main.c: Added check to see if the
          program is already running and show the window if it is
        * README: Added recognition printout format from website
        * statusicon.c: Combined statusicon_gtk.c and statusicon_libegg.c into
          one source file.
        * statusicon.c, options.c: Added option to show status icon menu on
          left-click
        * statusicon.c: LibEgg status icon is now sized correctly
        * window.c, keywidget.c, cellwidget.c: Reduced the number of rendering
          calls related to configure events and color changes
        * window.c: Window is no longer allowed to initialize off-screen
        * main.c, window.c, cellwriter.1: Added --window-x, and --window-y
          command line arguments
        * main.c, cellwriter.1, ...: Standardized logging system and partitioned
          into GLib levels. Use --log-level=7 to enable full debug printouts.
          Optionally divert output to a log file with --log-file=PATH.
        * cellwidget.c: Sick of dealing with Xinput issues, disabling by
          default
        * main.c, keyevent.c, cellwriter.1: New command line argument
          --disable-overwrite will prevent modifications to the keymap
        * Revision 1.2.5

2007-10-05  Michael Levin  <risujin@risujin.org>

        * statusicon_*: Better error checking
        * main.c, window.c, cellwriter.1: New command line options
          --show-window, --hide-window, --keyboard-only, --profile, and
          --read-only
        * keyevent.c, keys.h, keywidget.c: Key event generation code now
          releases the same KeyCode it pressed regardless of KeySym. Modifier
          locking is now wholly internal. Real lock state and held keys are
          checked and reset before generating any key event.
        * keywidget.c: Lock keys change background color rather than icon.
          Icons are a little larger. 'PSc' key is now Print Screen instead of
          Sys Req. Meta ('Mta') key is now Super key ('Spr').
        * cellwidget.c: Scrollbar-related crash bug fixed
        * stroke.c: A memcpy should have been a memmove
        * window.c, keywidget.c, options.c: Keyboard size is now independent of
          cell size
        * cellwidget.c, keyevent.c: Using XSync() seems to prevent rapidly
          generated key events from interfering with each other. Replaced
          key event generating timeouts with a loop. Should fix Xorg 7.3
          problems as well.
        * Revision 1.2.4

2007-09-24  Michael Levin  <risujin@risujin.org>

        * main.c, key_event.c: Error message if Xtest is not supported
        * keyevent.c: Fixed keycode lookup bug related to shifting
        * keyevent.c: Reports keysym used for keycode overwrites
        * keyevent.c, keys.h: Removed KEY_EVENT_AUTO_SHIFT, we always
          auto-shift if we can now
        * keyevent.c: Fixed a nasty bug that prevented KeyCode black-listing
          from working
        * keyevent.c, keywidget.c: Num-lock shows toggle state, numpad keys
          shift properly
        * profile: Added bad KeyCode 245
        * Revision 1.2.3

2007-09-21  Michael Levin  <risujin@risujin.org>

        * cellwidget.c: Fixed an issue with potential inserts/hold that could
          cause the first point of a stroke to be invalid
        * Revision 1.2.1
        * configure.ac: Missing libgnome is no longer a fatal error, removed
          --disable-xinput (which did nothing anyway)
        * Revision 1.2.2

2007-09-19  Michael Levin  <risujin@risujin.org>

        * options.c: Spun off colors into a new tab, changed 'View' to
          'Interface'
        * configure.ac, cellwidget.c, options.c: Disabling Xinput is now a
          run-time option
        * cellwidget.c: Added hold-click context menu gesture
        * cellwidget.c: Added change case context menu item, new context menu
          arrangement
        * Stable version 1.2.0

2007-09-18  Michael Levin  <risujin@risujin.org>

        * keyevent.c: Added check for adding too many keys to a KeyWidget
        * cellwidget.c: Added full Xinput support back in
        * configure.ac, cellwidget.c: Added back in an option to disable Xinput
        * Revision 1.1.2

2007-09-16  Michael Levin  <risujin@risujin.org>

        * main.c, stroke.c, recognize.c, statusicon_*.c: Fixed some dangerous
          type mistakes that caused crashes on 64-bit systems (thanks
          Petr Ferschmann!)
        * keyevent.c: Fixed non-Unicode support code
        * Revision 1.1.1

2007-09-15  Michael Levin  <risujin@risujin.org>

        * cellwidget.c: Added cross-out gesture
        * cellwidget.c, options.c: Added Right-to-Left language support
        * AUTHORS: Credited EggTrayIcon author
        * cellwidget.c: Possible fix to "can't write after using eraser" bug
        * cellwidget.c: Changed default color scheme, untrained characters
          now appear with inactive background in training mode
        * Makefile.am, unix.c: Renamed unix.c to keyevent.c for clarity
        * main.c, cellwidget.c, common.h: Moved GdkColor functions to main.c
        * Makefile.am: Added keywidget.c, keys.h
        * cellwidget.c, keywidget.c, window.c: Added small and QWERTY on-screen
          keyboards
        * keys.h: Header for keyevent.c and keywidget.c
        * keyevent.c: Now supports sending a specific keysym
        * options.c: Reorganized and added keyboard options
        * window.c: Train and the new Keys buttons are now toggle buttons
        * Unstable version 1.1.0

2007-09-08  Michael Levin  <risujin@risujin.org>

        * libegg/*, statusicon_gtk.c, statusicon_libegg.c, Autotools' files:
          Created compatible tray icon using libegg to allow compilation using
          GTK 2.8 and earlier.
        * share/pixmaps/cellwriter.xpm: Debian menu file requires XPM format
          for the menu icon.
        * Revision 1.0.2
        * cellwidget.c, configure.ac: New flag --disable-xinput will compile
          CellWriter without extended input event support.
        * Revision 1.0.3
        * configure.ac: --disable-gnome changed to --without-gnome
        * configure.ac, cellwidget.c: Removed --disable-xinput, XInput events
          are now enabled only for eraser devices
        * Revision 1.0.4

2007-09-06  Michael Levin  <risujin@risujin.org>

        * Fixed warnings for the Debian package.
        * Revision 1.0.1

2007-08-22  Michael Levin  <risujin@risujin.org>

        * Initial release 1.0.0