forked from xlab/matchbox-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2005-10-21 Matthew Allum <[email protected]>
* configure.ac: * src/Makefile.am: * src/matchbox-keyboard-ui-cairo-backend.c: * src/matchbox-keyboard-ui-cairo-backend.h: * src/matchbox-keyboard-ui-xft-backend.c: * src/matchbox-keyboard-ui-xft-backend.h: * src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create): * src/matchbox-keyboard.h: Break out rendering backend and add optional initial cairo based rendering backend ( based on patch from Tuukka Pasanen ) * layouts/Makefile.am: * layouts/keyboard-fi.xml: Add finish layout via Tuukka Pasanen git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1265 b067294f-1dea-0310-9683-c47a78595994
- Loading branch information
mallum
committed
Oct 20, 2005
1 parent
74587ec
commit 5be8f19
Showing
11 changed files
with
1,237 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2005-10-21 Matthew Allum <[email protected]> | ||
|
||
* configure.ac: | ||
* src/Makefile.am: | ||
* src/matchbox-keyboard-ui-cairo-backend.c: | ||
* src/matchbox-keyboard-ui-cairo-backend.h: | ||
* src/matchbox-keyboard-ui-xft-backend.c: | ||
* src/matchbox-keyboard-ui-xft-backend.h: | ||
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create): | ||
* src/matchbox-keyboard.h: | ||
Break out rendering backend and add optional initial cairo | ||
based rendering backend ( based on patch from Tuukka Pasanen ) | ||
|
||
* layouts/Makefile.am: | ||
* layouts/keyboard-fi.xml: | ||
Add finish layout via Tuukka Pasanen | ||
|
||
2005-10-10 Matthew Allum <[email protected]> | ||
|
||
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_event_loop): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
keyboardsdir = $(datadir)/matchbox-keyboard | ||
keyboards_DATA = keyboard.xml keyboard-extended.xml keyboard-dvorak.xml \ | ||
keyboard-ru.xml | ||
keyboard-ru.xml keyboard-fi.xml |
Oops, something went wrong.