File: TODO

package info (click to toggle)
libstroke 0.5.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 3,728 kB
  • ctags: 213
  • sloc: sh: 9,760; ansic: 1,080; java: 286; makefile: 76; tcl: 4
file content (22 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

fix autoconfig stuff to actually find the gtk headers and only build gnome
version of library if gnome is detected.

in general, grokking and redo of autoconf

General things I have planned to do:
   make trailing XOR line/erase line
   make the home page prettier
   move development to sourceforge.net
   add an FVWM module to display the stroke bindings (ie, a 'help' function)
   write/test the C++,Perl, bindings or translations
   make a GNOMEified version of the library, get it in glibc
   write a GNOME control app for configuring strokes in GNOME

Bug list:

This may still be outstanding, I dunno:
Jeremie Petit <Jeremie.Petit@Digital.com>
>       I had a problem though, because the lib was not linked with the math
>library (I had to add "-lm" in the libtool file, after "-lc").