aboutsummaryrefslogtreecommitdiff
path: root/src/sdgui.c
Commit message (Expand)AuthorAgeFilesLines
* Add a missing gtk_drag_finish() callPřemysl Eric Janouch2022-02-171-4/+4
* sdgui: avoid focusing tab headers by mousePřemysl Eric Janouch2022-02-111-0/+21
* sdgui: make M-Tab go to the last chosen dictionaryPřemysl Eric Janouch2021-10-301-4/+11
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-301-1/+0
* sdgui: fix M-0 going one item beyond our intentPřemysl Eric Janouch2021-10-281-1/+1
* sdgui: set the window title explicitlyPřemysl Eric Janouch2021-10-271-0/+1
* sdgui: create and install a program iconPřemysl Eric Janouch2021-10-271-0/+5
* sdgui: let the view act as a drop target for filesPřemysl Eric Janouch2021-10-251-5/+46
* sdgui: fix popup menu alignmentPřemysl Eric Janouch2021-10-231-3/+4
* sdgui: add a file open dialog to the menuPřemysl Eric Janouch2021-10-231-14/+88
* sdgui: make C-Page Up/Down wrap aroundPřemysl Eric Janouch2021-10-231-4/+6
* sdgui: cross-compile for WindowsPřemysl Eric Janouch2021-10-221-0/+1
* sdgui: bind Up/Down to view scrollingPřemysl Eric Janouch2021-10-201-0/+4
* sdgui: improve styling of the text entryPřemysl Eric Janouch2021-10-201-9/+5
* sdgui: trim selection textPřemysl Eric Janouch2021-10-201-1/+3
* sdgui: decrease source code line countPřemysl Eric Janouch2021-10-201-16/+4
* sdgui: make Page Up/Down scroll the viewPřemysl Eric Janouch2021-10-201-2/+14
* sdgui: ignore Caps Lock for acceleratorsPřemysl Eric Janouch2021-10-201-3/+6
* sdgui: accelerate the hamburgerPřemysl Eric Janouch2021-10-201-6/+35
* sdgui: make even rows a bit darker by defaultPřemysl Eric Janouch2021-10-171-2/+2
* sdgui: bind ^W as in ReadlinePřemysl Eric Janouch2021-10-171-3/+6
* sdgui: stop hardcoding cell side paddingPřemysl Eric Janouch2021-10-171-0/+1
* sdgui: stop hardcoding coloursPřemysl Eric Janouch2021-10-171-2/+17
* sdgui: load dictionaries in parallel, as sdtui didPřemysl Eric Janouch2021-10-161-50/+26
* sdgui: load dictionaries from sdtui configurationPřemysl Eric Janouch2021-10-161-12/+55
* sdgui: clean-upPřemysl Eric Janouch2021-10-161-4/+2
* sdgtk -> sdgui, improve build, mention in READMEPřemysl Eric Janouch2021-10-151-0/+311