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
|
2009-05-28 Charles Clément <caratorn@gmail.com>
* 0.5 release
* Add Support fot user defined colors for letters, background and grid
* Add redundant letters in unused spot instead of ? (Thanks to Richard Kralovic)
* Fix bug issuing a 5 when releasing a shift gesture in center region (Thanks to Richard Kralovic)
* Update libconfig support to latest 1.3.2 version
* Remove gnome-common dependency
* Remove imlib2-config call in configure.ac
* Remove deprecated Encoding key in desktop file
* Remove double header inclusion
2009-02-07 Charles Clément <caratorn@gmail.com>
* 0.4 release
* The window size can be changed
* The window can be resized dynamically
* Added Paste
* Man page generation using help2man (Thanks Yaroslav Halchenko)
* Added Version and help messages
* Generates the .desktop and qwo_control files using autoconf
* Support to display the window at a specific position (Thanks Christian M. Amsüss)
* Added Alt key, Page up, down, home and end plus others
* Invert position for characters f and g
* The gesture to print help image is now middle left region to bottom left one
* Fix bug number 5
* Fix input focus in metacity/matchbox (Thanks Christian M. Amsüss and Erik
Andresen)
2008-10-12 Charles Clément <caratorn@gmail.com>
* 0.3 release
* Load character set images instead of drawing text
* Use pixmaps to display the background
* Extend default charset
* Add help screen
2008-09-21 Charles Clément <caratorn@gmail.com>
* 0.2 release
* Integrate into the Freeruner's window manager
* Handle gestures from any region
* Restore display after blank and suspend
* Transmit keys using XTestFakeKeyEvent
* Transmit keys using XKeyEvent on focused window
* Remove Gtk dependencies
* Add WM input method hints
* Add configuration file support to add custom internationalized characters
* Add French configuration file example
* Add long stay on particular regions
* Simplify charset manipulation, changed charset layout
* Free window names
2008-05-28 Charles Clément <caratorn@gmail.com>
* 0.1 release
* Compromise for the numbers to fit in reasonable place
* Change charset to alphabet layout thanks to Julien Blanchard
* Turn the grid to orange
2008-04-22 Charles Clément <caratorn@gmail.com>
* Initial import
|