aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tabfile: fix mismatching popen/fclosePřemysl Eric Janouch2022-07-241-1/+1
* sdgui: use smooth scrollingPřemysl Eric Janouch2022-07-241-5/+9
* 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
* sdtui: handle input field overflows reasonablyPřemysl Eric Janouch2021-11-041-28/+122
* Fix various macOS-related/found issuesPřemysl Eric Janouch2021-11-022-9/+7
* sdgui: make M-Tab go to the last chosen dictionaryPřemysl Eric Janouch2021-10-301-4/+11
* sdtui: make M-Tab go to the last chosen dictionaryPřemysl Eric Janouch2021-10-301-3/+22
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-302-2/+1
* 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-232-16/+90
* sdgui: make C-Page Up/Down wrap aroundPřemysl Eric Janouch2021-10-231-4/+6
* sdgui: cross-compile for WindowsPřemysl Eric Janouch2021-10-222-1/+9
* 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: avoid Pango markup for keywordsPřemysl Eric Janouch2021-10-201-23/+22
* sdgui: make an attempt at smooth scrollingPřemysl Eric Janouch2021-10-201-5/+7
* 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-203-2/+37
* 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-172-20/+41
* sdgui: stop hardcoding coloursPřemysl Eric Janouch2021-10-172-15/+46
* sdgui: load dictionaries in parallel, as sdtui didPřemysl Eric Janouch2021-10-164-172/+175
* sdgui: load dictionaries from sdtui configurationPřemysl Eric Janouch2021-10-164-126/+190
* sdgui: clean-upPřemysl Eric Janouch2021-10-161-4/+2
* sdgui: clean up scrolling codePřemysl Eric Janouch2021-10-151-61/+52
* sdgui: scroll by three rowsPřemysl Eric Janouch2021-10-151-14/+18
* sdgtk -> sdgui, improve build, mention in READMEPřemysl Eric Janouch2021-10-154-31/+27
* sdgtk: add and use a custom listview widgetPřemysl Eric Janouch2021-10-155-129/+582
* Fix g_option_context_get_help() usagePřemysl Eric Janouch2021-10-123-3/+3
* query-tool: support more field typesPřemysl Eric Janouch2021-10-125-59/+207
* sdtui: fix introductory message centringPřemysl Eric Janouch2021-10-111-8/+5
* sdtui: minor rendering clean-upPřemysl Eric Janouch2021-10-111-53/+60
* sdtui: further improve the XML manglerPřemysl Eric Janouch2021-10-111-1/+3
* sdtui: skip keywords in XDXFPřemysl Eric Janouch2021-10-111-1/+2
* sdtui: implement elementary XDXF displayPřemysl Eric Janouch2021-10-111-0/+23
* sdtui: support <b>/<i>/<u> in Pango entriesPřemysl Eric Janouch2021-10-101-14/+64
* sdtui: lay the groundwork for formatted entriesPřemysl Eric Janouch2021-10-101-16/+54
* sdtui: keep the per-ViewEntry GPtrArraysPřemysl Eric Janouch2021-10-101-35/+35
* tabfile: fix file format version downgradePřemysl Eric Janouch2021-10-101-2/+1
* tabfile: add support for writing Pango markupPřemysl Eric Janouch2021-10-101-4/+15
* tabfile: make it possible to set metadataPřemysl Eric Janouch2021-10-075-55/+80