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.
2007-09-20 Ross Burton <[email protected]>
* src/matchbox-keyboard.h: * src/matchbox-keyboard-remote.c: Change mb_kbd_remote_process_xevents to return MBKeyboardRemoteOperation instead of performing the operation. Also Declare mb_kbd_ui_limit_orientation. * src/matchbox-keyboard-ui.c: Action the operation reutrned returned by process_xevents, and if we receive a Hide command wait for 100ms before hiding the keyboard, so that if we immediately receive a Show the keyboard doesn't flicker. Based on a patch by Daniel Willmann <[email protected]>. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1687 b067294f-1dea-0310-9683-c47a78595994
- Loading branch information
ross
committed
Sep 20, 2007
1 parent
1ec67e8
commit 59787a3
Showing
4 changed files
with
70 additions
and
8 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,19 @@ | ||
2007-09-20 Ross Burton <[email protected]> | ||
|
||
* src/matchbox-keyboard.h: | ||
* src/matchbox-keyboard-remote.c: | ||
Change mb_kbd_remote_process_xevents to return | ||
MBKeyboardRemoteOperation instead of performing the operation. | ||
Also Declare mb_kbd_ui_limit_orientation. | ||
|
||
* src/matchbox-keyboard-ui.c: | ||
Action the operation reutrned returned by process_xevents, and if | ||
we receive a Hide command wait for 100ms before hiding the | ||
keyboard, so that if we immediately receive a Show the keyboard | ||
doesn't flicker. | ||
|
||
Based on a patch by Daniel Willmann <[email protected]>. | ||
|
||
2007-09-17 Matthew Allum <[email protected]> | ||
|
||
* src/matchbox-keyboard-key.c: | ||
|
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
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