Benedek Dévényi

Results 108 issues of Benedek Dévényi

1. With libadwaita, Cozy now automatically adapts to the global dark mode 2. Generally, apps shouldn't provide their own dark mode switcher, unless they are heavily text-based, or are in...

### Bug/Feature description When changing application volume through MPRIS, the current volume isn't updated on the volume slider, and opening and moving it manually makes the volume jump back to...

bug

Glade is basically dead. Cozy will soon be using GTK 4, and we're left with these XML files that we have to edit manually. Personally, I find this still easier...

UI

Folks on `#cozy:gnome.org` mentioned that the current icon looks a bit "boxy"/heavy and skeumorphic, so it would benefit from a minor facelift for the GTK 4 release. I made this...

Currently the chapter list has a very GTK 3-ish design: ![Cozy with current GtkBox + CSS styling](https://github.com/geigi/cozy/assets/77941087/a7f6dbff-2996-4812-8043-c08e26c5ed45) It could use libadwaita's list row widgets instead, for a more contemporary look:...

It seems that a lot of feature requests (#795, #740, #656, #628, #452, #434, #427, #350, #233) come down to three things: sorting, better filtering and some way of managing...

With the Tcl/Tk team we're working on including this theme in a following release of Tk. That requires porting the theme to use SVG images of PNGs, which would also...

help wanted
good first issue
high priority

Many people say that sv-ttk is really slow on their system. I'm not experiencing any lag, but it might be a good idea to use gif for _some_ widget images.

From Akuli/porcupine: ```py # TODO: the next 3 lines are a hack? # If they are really needed, why it isn't in sv-ttk by default? main_window.option_add("*Text.highlightThickness", "0") main_window.option_add("*Text.borderWidth", "2") main_window.option_add("*Text.relief",...