aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up cross-compilationPřemysl Eric Janouch2022-08-102-19/+23
* Update READMEPřemysl Eric Janouch2022-08-051-2/+2
* sdgui: support text selection in the viewPřemysl Eric Janouch2022-08-043-36/+408
* czech-wordnet.pl: improve portabilityPřemysl Eric Janouch2022-08-011-1/+1
* sdgui: support touch screen dragging for the viewPřemysl Eric Janouch2022-07-241-0/+42
* sdgui: fix up the smooth scrolling commitPřemysl Eric Janouch2022-07-241-1/+2
* tabfile: fix mismatching popen/fclosePřemysl Eric Janouch2022-07-241-1/+1
* README: mention gettext utilities as a dependencyPřemysl Eric Janouch2022-07-241-2/+2
* sdgui: use smooth scrollingPřemysl Eric Janouch2022-07-241-5/+9
* README: mention icoutilsPřemysl Eric Janouch2022-07-241-1/+2
* 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
* Bump termoPřemysl Eric Janouch2021-11-041-0/+0
* sdtui: handle input field overflows reasonablyPřemysl Eric Janouch2021-11-042-32/+127
* czech-wordnet.pl: fix to work on non-GNU systemsPřemysl Eric Janouch2021-11-041-1/+4
* Fix various macOS-related/found issuesPřemysl Eric Janouch2021-11-024-13/+16
* Win64Depends.sh: describe a more precise fixPřemysl Eric Janouch2021-11-011-1/+1
* CMakeLists.txt: update icon cache after cleanupPřemysl Eric Janouch2021-11-011-0/+9
* Win32CleanupAdwaita.sh: make note of a corner casePřemysl Eric Janouch2021-11-011-0/+1
* 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-303-2/+33
* sdgui: fix M-0 going one item beyond our intentPřemysl Eric Janouch2021-10-281-1/+1
* CMakeLists.txt: configure NSISPřemysl Eric Janouch2021-10-271-1/+19
* CMakeLists.txt: think of older versionsPřemysl Eric Janouch2021-10-271-2/+6
* CMakeLists.txt: refactor icon generationPřemysl Eric Janouch2021-10-271-20/+28
* sdgui: rasterize some icons, including for WindowsPřemysl Eric Janouch2021-10-272-3/+47
* sdgui: set the window title explicitlyPřemysl Eric Janouch2021-10-271-0/+1
* sdgui: create and install a program iconPřemysl Eric Janouch2021-10-274-0/+59
* Fix the test target and unargumented ctestPřemysl Eric Janouch2021-10-271-2/+4
* Test the project's XMLs for well-formednessPřemysl Eric Janouch2021-10-261-0/+13
* Trim down the Windows build a bitPřemysl Eric Janouch2021-10-262-0/+22
* sdgui: let the view act as a drop target for filesPřemysl Eric Janouch2021-10-251-5/+46
* Improve GLib deprecation disablingPřemysl Eric Janouch2021-10-241-1/+1
* sdgui: fix popup menu alignmentPřemysl Eric Janouch2021-10-231-3/+4
* Remove unnecessary DLLs from Windows buildsPřemysl Eric Janouch2021-10-232-2/+40
* 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
* make-template.sh: minor improvementsPřemysl Eric Janouch2021-10-221-1/+3
* README: fix cross-building instructionsPřemysl Eric Janouch2021-10-221-1/+1
* sdgui: the firstclassing continuesPřemysl Eric Janouch2021-10-222-7/+7
* sdgui: cross-compile for WindowsPřemysl Eric Janouch2021-10-227-30/+203
* README: make sdgui even more 1st-classPřemysl Eric Janouch2021-10-201-10/+8
* 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