17 Commits (master)

Author SHA1 Message Date
Přemysl Eric Janouch 5a9a446b9c
Fix build on OpenIndiana 2 months ago
Přemysl Eric Janouch 27dcf87a64
sdgui: load dictionaries asynchronously
This is a must when loading huge dictionaries,
where not even parallelization helps much.
1 year ago
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.
2 years ago
Přemysl Eric Janouch c0a094e473
sdgui: load dictionaries in parallel, as sdtui did
Also, resolve some use-after-frees in GTK+.
2 years ago
Přemysl Eric Janouch f147b54393
sdgui: load dictionaries from sdtui configuration 2 years ago
Přemysl Eric Janouch 573554b9de
sdgtk -> sdgui, improve build, mention in README
It's finally not horrible.
2 years ago
Přemysl Eric Janouch 627c296057
query-tool: support more field types
Add options to format the output for the terminal, or IRC messages.

Changed the output format to separate dictionary name with a tab,
so it's now rather similar to tabfiles.
2 years ago
Přemysl Eric Janouch 03f2123447
GLib-related improvements
Now all error messages produced by tools should be in the right
encoding, even if the system isn't in UTF-8.
2 years ago
Přemysl Eric Janouch 695f71d946
tools: clean up error message printing 3 years ago
Přemysl Eric Janouch 37bf8ee648
Name change 3 years ago
Přemysl Eric Janouch e5faed57c2
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
5 years ago
Přemysl Eric Janouch 3067e15929
Fix and update LICENSE 7 years ago
Přemysl Eric Janouch 10240c716a Formatting 9 years ago
Přemysl Eric Janouch 61ad99b611 Make more use of xstrtoul() 9 years ago
Přemysl Eric Janouch bb9802f83d resize_term -> resizeterm
Apparently we do need to call the "outer-level" function.
9 years ago
Přemysl Eric Janouch b8dc6bb3cc Avoid flicker while resizing 9 years ago
Přemysl Eric Janouch 15f62b7054 Add a class to handle dictzip files
Provides pseudo-random access to dictionary files compressed using dictzip.

It doesn't implement a cache, it just loads missing chunks until it has the
whole file.  I'm not sure if discarding not recently used chunks is really
a useful feature.  If there _was_ a way to get noticed when system memory
is low, I think the best way to handle that event would be to simply release
it all.

All in all, this is pretty useless.  But it was interesting to write.

This has yet to be integrated into the application proper.
10 years ago