Benedek Dévényi

Results 446 comments of Benedek Dévényi

50 at most, and maybe save it to disk?

Actually, I would be happy with a simple label in the status bar that shows the current branch.

I also noticed that selecting text is way less laggier when the statusbar is disabled. `Statusbar.update_labels` does too much thing.

And while we are here, shouldn't we replace the uses of `kwargs.pop` with individual keyword arguments, and default values? After all, ttkwidgets needs Python 3, so it's not a big...

@Moosems I think I'll merge this as-is, and then we can add the others and review them in separate PRs.

Windows toast notifications: https://github.com/mohabouje/WinToast

The source for the `Notebook` is in this C file: https://github.com/tcltk/tk/blob/main/generic/ttk/ttkNotebook.c. The Tcl files in Tk usually only add some class-level bindings.

I've added a bunch of test in the [new `main` branch](https://github.com/tukaan/tukaan/tree/main/tests), but all of them feel like an afterthought. Maybe we should move to TDD.

After all, I might drop Gtk theme support. At least in the Tukaan core. Gtk 2 is not reached its end of life, and while Gtk 2 themes still exist,...