|
Re-implement ibus panel in gtk3 and vala
Handle hotkey in ibus panel
Remove preload_engines from ibus-daemon, and move it to ibus panel
Implement a new IME popup switching UI
Integrate xkb anb IMEs
Deprecate the ibus python library
Port setup ui from ibus python library to gobject-introspect
Port setup ui from gtk2 to gtk3
Refine some build scripts and rpm build script
BUG=None
TEST=Manually
Total comments: 3
Total comments: 3
Total comments: 71
Total comments: 2
Total comments: 1
Total comments: 7
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+12284 lines, -8948 lines) |
Patch |
 |
M |
Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+25 lines, -38 lines |
0 comments
|
Download
|
 |
M |
autogen.sh
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
bus/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+92 lines, -73 lines |
0 comments
|
Download
|
 |
M |
bus/component.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
bus/connection.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
bus/dbusimpl.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+17 lines, -22 lines |
0 comments
|
Download
|
 |
M |
bus/engineproxy.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
bus/factoryproxy.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
bus/global.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
bus/global.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
bus/ibusimpl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
bus/ibusimpl.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
32 chunks |
+69 lines, -1059 lines |
0 comments
|
Download
|
 |
M |
bus/inputcontext.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
bus/inputcontext.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
45 chunks |
+41 lines, -259 lines |
0 comments
|
Download
|
 |
M |
bus/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+10 lines, -18 lines |
0 comments
|
Download
|
 |
M |
bus/matchrule.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
bus/matchrule.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
D |
bus/option.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
bus/panelproxy.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
bus/registry.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
bus/server.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
bus/test-client.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+45 lines, -46 lines |
0 comments
|
Download
|
 |
M |
bus/test-matchrule.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+53 lines, -34 lines |
0 comments
|
Download
|
 |
M |
bus/test-stress.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/gtk2/ibusimcontext.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
14 chunks |
+27 lines, -81 lines |
0 comments
|
Download
|
 |
A + |
conf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+21 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
conf/dconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/dconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/dconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/dconf/dconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/dconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/gconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/gconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/gconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/gconf/gconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/gconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/memconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/memconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/memconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/memconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
conf/memconf/memconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
configure.ac
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+37 lines, -25 lines |
0 comments
|
Download
|
 |
D |
dconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
D |
dconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
dconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -429 lines |
0 comments
|
Download
|
 |
D |
dconf/dconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
dconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
 |
A + |
engine/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+40 lines, -16 lines |
0 comments
|
Download
|
 |
A |
engine/gensimple.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
A |
engine/main.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
engine/simple.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+540 lines, -0 lines |
0 comments
|
Download
|
 |
D |
gconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
gconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
gconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -346 lines |
0 comments
|
Download
|
 |
D |
gconf/gconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
gconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
M |
ibus.spec.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+26 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ibus/__init__.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ibus/bus.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ibus/inputcontext.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
ibus/interface/iibus.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ibus/interface/iinputcontext.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
D |
memconf/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
memconf/config.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
D |
memconf/config.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -202 lines |
0 comments
|
Download
|
 |
D |
memconf/main.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
D |
memconf/memconf.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
|
setup/engineabout.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
setup/engineabout.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
setup/enginecombobox.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+56 lines, -38 lines |
0 comments
|
Download
|
 |
M |
setup/enginetreeview.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+93 lines, -72 lines |
0 comments
|
Download
|
 |
M |
setup/i18n.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
setup/icon.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
setup/keyboardshortcut.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
10 chunks |
+77 lines, -70 lines |
0 comments
|
Download
|
 |
M |
setup/main.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
17 chunks |
+165 lines, -158 lines |
0 comments
|
Download
|
 |
M |
setup/setup.ui
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
A |
src/gtkimcontextsimpleseqs.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4486 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ibus.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ibusattrlist.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/ibusbus.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+13 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/ibusbus.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+38 lines, -2 lines |
4 comments
|
Download
|
 |
M |
src/ibuscomponent.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/ibusengine.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
A |
src/ibusenginesimple.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/ibusenginesimple.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+910 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ibusfactory.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/ibushotkey.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
src/ibusinputcontext.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
M |
src/ibusinputcontext.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
M |
src/ibuskeymap.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/ibuskeynames.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+80 lines, -79 lines |
0 comments
|
Download
|
 |
M |
src/ibuskeysyms.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2092 lines, -2069 lines |
0 comments
|
Download
|
 |
A + |
src/ibuskeysyms-compat.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/ibuskeysyms-update.pl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/ibusproplist.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -1 line |
2 comments
|
Download
|
 |
M |
src/ibusutil.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/ibusxml.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/tests/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-bus.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+31 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/tests/ibus-inputcontext.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
src/tests/ibus-keynames.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
src/tests/ibus-util.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+32 lines, -36 lines |
0 comments
|
Download
|
 |
A |
tools/ibus.bash
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/main.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+159 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/candidatepanel.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -525 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/engineabout.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/gtkpanel.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/handle.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -121 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/i18n.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/ibus-ui-gtk.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/icon.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/languagebar.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -411 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/main.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -132 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/menu.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -278 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/notifications.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -125 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/panel.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -544 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/propitem.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
ui/gtk/toolitem.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -181 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/candidatepanel.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
ui/gtk2/engineabout.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/gtkpanel.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/handle.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/i18n.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/ibus-ui-gtk.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/icon.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/languagebar.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ui/gtk2/main.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/menu.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/notifications.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/panel.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/propitem.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk2/toolitem.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk3/Makefile.am
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+64 lines, -34 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/application.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+134 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/candidatearea.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+252 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/candidatepanel.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+243 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/grabkeycode.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/gtk3/gtkpanel.xml.in.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ui/gtk3/handle.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/iconwidget.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/keybindingmanager.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+241 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/panel.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+422 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/pango.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/property.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+201 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/separator.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gtk3/switcher.vala
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+235 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
xinput-ibus
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
xinput-ibus.in
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
Total messages: 52
|