-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
136 lines (90 loc) · 3.99 KB
/
Copy pathChangeLog
File metadata and controls
136 lines (90 loc) · 3.99 KB
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
2008-03-26 Thomas Wood <thomas@openedhand.com>
* configure.ac: Fix --enable-applet switch
* src/multitap-pad-main.c: (main): Add a name to the top level window
for theming purposes
2008-03-26 Thomas Wood <thomas@openedhand.com>
* Makefile.am:
* configure.ac:
Make matchbox-panel applet optional
2008-03-26 Thomas Wood <thomas@openedhand.com>
* gtk-im/Makefile.in:
* src/Makefile.in:
Delete auto-generated files from SVN
2008-01-28 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (lookup_characters),
(vfunc_filter_keypress):
Ignore shift keys. Also match against translated utf8 character
instead of keysym.
* src/multitap-pad-main.c: (main):
Send XK_X instead of shift + XK_x (makes no odds, but code is shorter)
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
Give up, will work around this at the key-faking level
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
Hopefully really fix shift keys
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
And again...
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
Another try (quite close before)
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
Unbreak modifier key handling, hopefully handle in the correct way
2008-01-25 Chris Lord <chris@openedhand.com>
* data/im-multipress.conf:
Fix '0' key
* gtk-im/gtkimcontextmultipress.c: (vfunc_filter_keypress):
Hopefully fix capital letters (ignore modifier key presses)
* src/multitap-pad-main.c: (main):
Use shift + key to enter capital letters
2008-01-25 Chris Lord <chris@openedhand.com>
* gtk-im/immultipress.c:
Don't conflict with matchbox-im-invoker/multipress
* src/multitap-pad-main.c: (main):
Fix '5' key, various unimportant bits
2008-01-25 Chris Lord <chris@openedhand.com>
* data/im-multipress.conf:
Add keys for capital letters
2008-01-25 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (hide_window_idle), (hide_window),
(show_window), (invoke_cb), (main):
Add button 1 to the buttons list, delay hiding the keypad slightly so
that quick hide/shows won't cause flickering
2008-01-24 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (change_mode), (alt_keypress_timeout),
(button_press_event_cb), (button_release_event_cb), (new_button),
(main):
Replace the non-working caps toggle key with a working mode-switcher
key, implement three modes (normal, caps, alt), change button text
when switching modes, don't use g_timeout_add_seconds (what was I
thinking?!)
2007-11-06 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (main):
Change layout slightly, add a 'forward' key
2007-11-06 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (new_button):
Use an image packed into a button instead of the stock button
2007-11-06 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (screen_size_changed_cb), (main):
Fix landscape orientation, add non-working --position option, change
--plug option to --xembed
2007-11-06 Chris Lord <chris@openedhand.com>
* src/multitap-pad-main.c: (screen_size_changed_cb), (main):
Add arguments --daemon, --orientation and --plug, set default
orientation to portrait
2007-11-06 Chris Lord <chris@openedhand.com>
* gtk-im/Makefile.am:
* gtk-im/Makefile.in:
* gtk-im/gtkimcontextmultipress.c: (mb_im_context_focus_in),
(mb_im_context_focus_out), (gtk_im_context_multipress_class_init):
* gtk-im/im-context.c:
* gtk-im/im-context.h:
Add focus-in/out to the multi-press input method, remove unused
im-context.[ch]
2007-11-06 Chris Lord <chris@openedhand.com>
* applet/applet.c: (mb_panel_applet_create):
Fix applet name
* src/multitap-pad-main.c: (new_button), (invoke_cb), (main):
Fix remote command event filtering and add backspace/return keys