1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00
ironbar/src
Jake Stanger dea66415c2
feat: module-level name and class options
BREAKING CHANGE: To allow for the `name` property, any widgets that were previously targeted by name should be targeted by class instead. This affects **all modules and all popups**, as well as several widgets inside modules. **This will break a lot of rules in your stylesheet**. To attempt to mitigate the damage, a migration script can be found [here](https://raw.githubusercontent.com/JakeStanger/ironbar/master/scripts/migrate-styles.sh) that should get you most of the way.

Resolves #75.
2023-05-06 13:22:35 +01:00
..
clients fix(clipboard): copying large images filling write pipe 2023-05-05 22:30:16 +01:00
config feat: module-level name and class options 2023-05-06 13:22:35 +01:00
image feat: module-level name and class options 2023-05-06 13:22:35 +01:00
modules feat: module-level name and class options 2023-05-06 13:22:35 +01:00
bar.rs feat: module-level name and class options 2023-05-06 13:22:35 +01:00
bridge_channel.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00
desktop_file.rs refactor: fix a few pedantic clippy warnings 2023-05-04 20:07:46 +01:00
dynamic_string.rs refactor: fix a few pedantic clippy warnings 2023-05-04 20:07:46 +01:00
error.rs refactor(wayland): update to 0.30.0 2023-05-04 20:07:42 +01:00
gtk_helpers.rs feat: module-level name and class options 2023-05-06 13:22:35 +01:00
logging.rs feat(logging): include line numbers 2023-05-04 20:07:46 +01:00
macros.rs chore: add trace logging for mutex locks 2023-05-04 20:07:46 +01:00
main.rs feat: module-level name and class options 2023-05-06 13:22:35 +01:00
popup.rs feat(custom): slider widget 2023-04-10 00:17:09 +01:00
script.rs refactor: fix a few new clippy warnings 2023-04-22 13:45:44 +01:00
style.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00