Commit Graph

16 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 89580f2113
sdgui: cross-compile for Windows
No one bothered to ask whether it /should/ be done.

The hamburger needs to be replaced with a file open dialog there.
2021-10-22 01:59:09 +02:00
Přemysl Eric Janouch 519d6bd108
sdgui: bind Up/Down to view scrolling 2021-10-20 11:51:38 +02:00
Přemysl Eric Janouch b721e26557
sdgui: improve styling of the text entry 2021-10-20 11:46:52 +02:00
Přemysl Eric Janouch ec89870a32
sdgui: trim selection text
Just like sdtui does.
2021-10-20 11:19:47 +02:00
Přemysl Eric Janouch aa3ad12d44
sdgui: decrease source code line count 2021-10-20 09:17:53 +02:00
Přemysl Eric Janouch 82accaf200
sdgui: make Page Up/Down scroll the view 2021-10-20 09:15:06 +02:00
Přemysl Eric Janouch e461189f0e
sdgui: ignore Caps Lock for accelerators 2021-10-20 08:58:53 +02:00
Přemysl Eric Janouch 85a30d20c3
sdgui: accelerate the hamburger
The hamburger initially resisted being accelerated.
2021-10-20 08:35:00 +02:00
Přemysl Eric Janouch 54ef836eec
sdgui: make even rows a bit darker by default 2021-10-17 12:46:06 +02:00
Přemysl Eric Janouch 26a3c0c825
sdgui: bind ^W as in Readline 2021-10-17 11:58:06 +02:00
Přemysl Eric Janouch c364ec3b81
sdgui: stop hardcoding cell side padding 2021-10-17 11:18:29 +02:00
Přemysl Eric Janouch a31d329754
sdgui: stop hardcoding colours
Reusing colours from sdtui configuration would be awkward
and complicated, e.g. with font attributes, so abandon that idea.
2021-10-17 09:37:32 +02:00
Přemysl Eric Janouch c0a094e473
sdgui: load dictionaries in parallel, as sdtui did
Also, resolve some use-after-frees in GTK+.
2021-10-16 08:34:37 +02:00
Přemysl Eric Janouch f147b54393
sdgui: load dictionaries from sdtui configuration 2021-10-16 06:46:44 +02:00
Přemysl Eric Janouch 10c05a2422
sdgui: clean-up
It doesn't seem like we'll want to remember the position.
2021-10-16 03:45:38 +02:00
Přemysl Eric Janouch 573554b9de
sdgtk -> sdgui, improve build, mention in README
It's finally not horrible.
2021-10-15 12:09:37 +02:00