Releases: openSUSE/Customize-IBus
Customize IBus v15
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
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
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
v12: Fix bugs, make it suitable for RPM installation
Customize IBus v11
v11: Fix background picture showing style to fit current user style
By adding candidate-box style
Customize IBus v10
v10: Fix background picture showing style to fit current user style
By adding candidate-box style
Customize IBus v9
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
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
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
V4: 从GTK3升级到GTK4来适配GNOME40。
V4: Update from GTK3 to GTK4 to adapt for GNOME40.