Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sdgui: make Ctrl+click put hovered word in search | Přemysl Eric Janouch | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Build with AsciiDoc as well as Asciidoctor | Přemysl Eric Janouch | 2022-08-24 | 1 | -4/+7 |
| | | | | And bump copyright years. | ||||
* | Synchronize cross-compilation scripts | Přemysl Eric Janouch | 2022-08-11 | 1 | -1/+1 |
| | |||||
* | Update README | Přemysl Eric Janouch | 2022-08-05 | 1 | -2/+2 |
| | |||||
* | README: mention gettext utilities as a dependency | Přemysl Eric Janouch | 2022-07-24 | 1 | -2/+2 |
| | |||||
* | README: mention icoutils | Přemysl Eric Janouch | 2022-07-24 | 1 | -1/+2 |
| | |||||
* | sdtui: handle input field overflows reasonably | Přemysl Eric Janouch | 2021-11-04 | 1 | -4/+5 |
| | |||||
* | sdgui: rasterize some icons, including for Windows | Přemysl Eric Janouch | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | README: fix cross-building instructions | Přemysl Eric Janouch | 2021-10-22 | 1 | -1/+1 |
| | | | | Copy-pasting and mental exhaustion do not go well together. | ||||
* | sdgui: the firstclassing continues | Přemysl Eric Janouch | 2021-10-22 | 1 | -6/+6 |
| | |||||
* | sdgui: cross-compile for Windows | Přemysl Eric Janouch | 2021-10-22 | 1 | -4/+17 |
| | | | | | | No one bothered to ask whether it /should/ be done. The hamburger needs to be replaced with a file open dialog there. | ||||
* | README: make sdgui even more 1st-class | Přemysl Eric Janouch | 2021-10-20 | 1 | -10/+8 |
| | | | | It has reached a fairly high level of usability already. | ||||
* | README: make sdgui more of a first-class citizen | Přemysl Eric Janouch | 2021-10-17 | 1 | -2/+3 |
| | |||||
* | sdgtk -> sdgui, improve build, mention in README | Přemysl Eric Janouch | 2021-10-15 | 1 | -0/+5 |
| | | | | It's finally not horrible. | ||||
* | Update README | Přemysl Eric Janouch | 2021-10-11 | 1 | -12/+15 |
| | | | | We're not that all that far away from a stable version. | ||||
* | Improve documentation | Přemysl Eric Janouch | 2021-10-07 | 1 | -63/+29 |
| | |||||
* | Add sample dictionary downloaders/builders | Přemysl Eric Janouch | 2021-10-07 | 1 | -2/+3 |
| | |||||
* | GLib-related improvements | Přemysl Eric Janouch | 2021-10-06 | 1 | -2/+2 |
| | | | | | Now all error messages produced by tools should be in the right encoding, even if the system isn't in UTF-8. | ||||
* | Update README | Přemysl Eric Janouch | 2021-07-24 | 1 | -3/+4 |
| | | | | It turns out sdtui works in Sway out of the box (essentially). | ||||
* | Update README, add a screenshot | Přemysl Eric Janouch | 2021-07-23 | 1 | -9/+12 |
| | | | | | | I've given up on the idea of a "proper" TUI framework. I've also learnt that Wayland isn't a completely dead end. | ||||
* | Convert the manpage to AsciiDoc | Přemysl Eric Janouch | 2020-10-26 | 1 | -1/+1 |
| | | | | | | | | Writing DocBook XML by hand is an awful experience and the tools aren't much better. Asciidoctor does it well. There's no need to worry about semantics, man(1) just needs to be able to show something at all. This project's manpage is sadly almost useless right now. | ||||
* | Bump minimum CMake version to 3.0 | Přemysl Eric Janouch | 2020-10-26 | 1 | -3/+0 |
| | | | | A nice, round number. This allows us to remove some boilerplate. | ||||
* | Add a tool to transform dictionaries | Přemysl Eric Janouch | 2020-09-04 | 1 | -0/+5 |
| | |||||
* | Use XCB and SelectSelectionInput instead of GTK+ | Přemysl Janouch | 2018-09-23 | 1 | -4/+4 |
| | | | | | | | | | | | As it happens, there is no real need to constantly poll for changes, since XFixes can inform us of updates as they happen. With GTK+ gone we've got dependencies and error handling under control. XCB is a truly awful thing to learn, though. Our method will never work on Wayland or Windows, so we don't miss out on anything by abandoning the huge toolkit. | ||||
* | Update README | Přemysl Janouch | 2018-06-24 | 1 | -10/+6 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -7/+2 |
| | | | | | | | | | 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. | ||||
* | Update README | Přemysl Janouch | 2017-06-20 | 1 | -0/+2 |
| | |||||
* | Fix example configuration in README | Přemysl Janouch | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | Update README | Přemysl Janouch | 2016-09-28 | 1 | -2/+3 |
| | |||||
* | Move the -w switch to the configuration file | Přemysl Janouch | 2016-09-28 | 1 | -3/+15 |
| | | | | | | Update README accordingly. Woo, I get to remove code. | ||||
* | Update README | Přemysl Janouch | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Make it possible to disable prefix highlighting | Přemysl Janouch | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | Add a configuration file | Přemysl Janouch | 2016-09-26 | 1 | -1/+18 |
| | | | | | | | Now you can have pretty colors w/o having to hardcode them. The selection is rather limited for now, though. Search "centering" can now be disabled by default as well. | ||||
* | Update README, Travis CI, termo | Přemysl Janouch | 2016-03-14 | 1 | -1/+10 |
| | |||||
* | Convert README to AsciiDoc | Přemysl Janouch | 2015-09-27 | 1 | -0/+84 |