aboutsummaryrefslogtreecommitdiff
path: root/src/stardict.h
Commit message (Collapse)AuthorAgeFilesLines
* sdgtk: add and use a custom listview widgetPřemysl Eric Janouch2021-10-151-2/+2
| | | | | | | | | | | | | | | | Nothing in GTK+ appears to be suited for what are virtually infinite lists. Our workaround with GtkLabel and GtkScrolledWindow has been heavily suboptimal and needs to be replaced. Use Pango directly to handle our relatively simple needs. Upgrades: - the widget can be scrolled, - keywords are repeated for each definition line, - definition lines are now wrapped, and support 'g' and 'x' fields. Downgrades: - text can no longer be selected, so far.
* Fix a typoPřemysl Eric Janouch2020-09-031-1/+1
|
* Name changePřemysl Eric Janouch2020-09-021-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+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.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+0
|
* Update more copyright yearsPřemysl Janouch2016-09-281-1/+1
|
* Highlight the longest matching prefix of entriesPřemysl Janouch2016-09-261-0/+3
|
* FormattingPřemysl Janouch2015-02-261-27/+27
|
* Move private data into StardictDictPrivatePřemysl Janouch2013-07-181-8/+4
|
* Move sources into their own directoryPřemysl Janouch2013-05-081-0/+215