Skip to content

Releases: openSUSE/Customize-IBus

Customize IBus v15

20 Apr 05:25
8aa6cbe

Choose a tag to compare

Modify theme load logic so that now we don't need to reload GNOME-Shell to change IBus themes.

Signed-off-by: Hollow Man hollowman@hollowman.ml

Customize IBus v14

18 Apr 12:12
4a9ca46

Choose a tag to compare

I Wrongly choose the main branch instead of 3.38, sorry. This is the right commit for v14: 85834b0

v14: Strip the current function of extracting IBus style from Gnome shell theme

Implement using CSS parser libraries in Python instead of regular expression.
Additional IBus style sheets are generated for users to modify and test.

Modify this extension to accept IBus style sheets provided by users for
style application.

Signed-off-by: Hollow Man hollowman@hollowman.ml

Customize IBus v13

17 Apr 07:04
4ad03af

Choose a tag to compare

Fix previous v13 release of infinite loop when select same stylesheet in extension: 6c2a9b3

Fix bugs in previous v13 release: 279ed7c

Strip the current function of extracting IBus style from Gnome shell theme

Implement using CSS parser libraries in Python instead of regular expression.
Additional IBus style sheets are generated for users to modify and test.

Modify this extension to accept IBus style sheets provided by users for
style application.

Signed-off-by: Hollow Man hollowman@hollowman.ml

Customize IBus v12

15 Apr 12:58
83c4bc0

Choose a tag to compare

v12: Fix bugs, make it suitable for RPM installation

Customize IBus v11

07 Apr 15:45
461726a

Choose a tag to compare

v11: Fix background picture showing style to fit current user style

By adding candidate-box style

Customize IBus v10

07 Apr 15:45
14e8990

Choose a tag to compare

v10: Fix background picture showing style to fit current user style

By adding candidate-box style

Customize IBus v9

07 Apr 01:28
0b43b9a

Choose a tag to compare

For GNOME Shell 3.38, V9: Add functionality to modify IBus Background picture

During fixing Unity8-Wood theme and add support for IBus Backgound, I found that if I add the following style for class .candidate-popup-content

  background: url("assets/bg.png");
  background-repeat:no-repeat;
  background-size:cover;

I can modify the background picture.

Further combining ibus-font-setting and background-logo, referring to GNOME-Shell's source code, I found the corresponding widget for class candidate-popup-content, and modified the style to realize modifying IBus background picture without restarting GNOME-Shell.

Signed-off-by: Hollow Man hollowman@hollowman.ml

Customize IBus v8

06 Apr 16:08
1e00e3e

Choose a tag to compare

For GNOME Shell 40, V8: Add functionality to modify IBus Background picture; Font set Bug Fix

During fixing Unity8-Wood theme and add support for IBus Backgound, I found that if I add the following style for class .candidate-popup-content

  background: url("assets/bg.png");
  background-repeat:no-repeat;
  background-size:cover;

I can modify the background picture.

Further combining ibus-font-setting and background-logo, referring to GNOME-Shell's source code, I found the corresponding widget for class candidate-popup-content, and modified the style to realize modifying IBus background picture without restarting GNOME-Shell.

Signed-off-by: Hollow Man hollowman@hollowman.ml

Customize IBus v5

05 Apr 09:24
84abfc9

Choose a tag to compare

v5: Fix to avoid affecting other UI styles for GNOME 3.38

Remove unwanted style if the IBus related style classes (.candidate-*) style block is shared with other styles that has nothing to do with IBus style

Customize IBus v4

02 Apr 14:43
5cb147f

Choose a tag to compare

V4: 从GTK3升级到GTK4来适配GNOME40。
V4: Update from GTK3 to GTK4 to adapt for GNOME40.