10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ The ability to press scan popup modifiers shortly after the selection was made added. More... about 15 years ago
*! Use binary mode for reading dictd index files under Windows. More... about 15 years ago
*! Properly escape all ampersands in tab names. More... about 15 years ago
* Rework the Preferences UI to use tabbed interface. More... about 15 years ago
+ Ability to play the first audio reference by clicking on the 'Pronounce word' button in main window or in scan popup added. It is also possible to configure the program to do that automatically. + It is now possible to specify which program to use for audio file playback. More... about 15 years ago
* Clean up scanpopup a bit by removing diacritic and prefix matches lists, replacing them by a simple list of matches, limited to 20 first items. More... about 15 years ago
+ Introduce a delay before hiding the window after the mouse had left the window for the scan popup, allowing the mouse to come back shortly. More... about 15 years ago
* Give groups numerical ids and switch to use them everywhere instead of names to identify them. More... about 15 years ago
* For popup, trim both whitespace and punctuation for the input word. More... about 15 years ago
*! Better regexp for stem selection from the analysis results. More... about 15 years ago
+ Add add/close/next/prev tab keyboard shortcuts (Ctrl-T, Ctrl-W, Ctrl-PageDn, Ctrl-PageUp). More... about 15 years ago
+ Sort prefix matches by their lengths, the smaller the better. More... about 15 years ago
+! Add a space between the language and its dialect names. More... about 15 years ago
+ On Linux, add standard dictd path to the default config if it exists. More... about 15 years ago
* Switch to Html::preformat() from the use of the <pre> tag for 'm'- and l'- typed StarDict articles. This makes those articles wrap. More... about 15 years ago
+ Support for dictd files (.index/.dict(.dz)) added, among with other small accompanying changes. More... about 15 years ago
+ If a word is known by a spellchecker, it now shows up in the word search results. To signify that it's merely a morphological match, it is shown in italic, unless it was also returned by other dictionaries. More... about 15 years ago
+ Hunspell-based morphology added. More... about 15 years ago
+! Require "word" parameter to be passed to gdlookup:// requests, thus skipping some erroneous empty requests from underparsed wikipedia articles. More... about 15 years ago
+ Pressing Esc clears the translation line and gives it keyboard focus. More... about 15 years ago
+ Add fullcase folding phase when ranking words in wordFinder. + Add Folding::trimWhitespaceOrPunct() function, which will be used later. More... about 15 years ago
+ Folding algoritms now incorporate punctuation and whitespace folding. + When headwords contain multiple words, each of them is indexed now. + Wordfinder now employs an intelligent, rank-based sorting algoritm. More... about 15 years ago
*! A quick fix for 'duplicate case value' due to short wchar under Windows. More... about 15 years ago
*! Another missing include added for Fedora build to succeed. More... about 15 years ago
* Make 'Sound Dirs' description arguably more simple. More... about 15 years ago
+! #include <stdint.h>, should fix build problems on some systems. More... about 15 years ago
+ When making the default config file, try the usual places for StarDict's WyabdcRealPeopleTTS and add it as a SoundDir if it's there. More... about 15 years ago
*! Fixed a bug where leading blanks in a filename would hang the program while determining the corresponding file type. More... about 15 years ago
+ Support for Sound Dirs (arbitrary dirs full of audio files) added. More... about 15 years ago
*! Spelling fix: Russain->Russian Wiktionary. Sorry dudes. More... about 15 years ago