Konstantin Isakov
|
626934c0cc
|
Initial support for mouseover feature in Windows added.
|
2009-02-02 20:28:53 +00:00 |
|
Konstantin Isakov
|
3f245cb58a
|
Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes
Firefox 3 work.
|
2009-02-02 20:24:25 +00:00 |
|
Konstantin Isakov
|
18b355cda3
|
Win32-specific mouseover dll sources added, taken directly from StarDict
codebase with minimal modifications.
|
2009-02-02 19:26:39 +00:00 |
|
Konstantin Isakov
|
1a5a4daa52
|
When searching for resource files, allow them to be not only in the dictionary
directory, but also in the dictionary-name.files/ subdirectory.
|
2009-02-02 15:02:57 +00:00 |
|
Konstantin Isakov
|
e9799ba248
|
FsEncoding has got a basename() function. The Lsa module now uses it instead
of the system/local one. The implementation of FsEncoding::dirname() was also
changed to stop relying on the system version.
|
2009-02-02 15:01:48 +00:00 |
|
Konstantin Isakov
|
4c29464c09
|
Windows-specific build directives added.
|
2009-02-02 01:35:19 +00:00 |
|
Konstantin Isakov
|
b675289f68
|
Provide local implementation of the GNU variant of basename() under Windows.
|
2009-02-02 01:18:21 +00:00 |
|
Konstantin Isakov
|
13d0637357
|
Provide local implementation of wcscasecmp() under Windows, where it's non-
existent.
|
2009-02-02 01:10:16 +00:00 |
|
Konstantin Isakov
|
9f41c3304a
|
Adopt to a different prototype of the iconv() function under Windows.
|
2009-02-02 01:04:39 +00:00 |
|
Konstantin Isakov
|
8c71d4e4a1
|
Convert Qt's paths to native separators. This ensures normal work of native
file access functions under Windows.
|
2009-02-02 01:01:28 +00:00 |
|
Konstantin Isakov
|
49abfcbb10
|
Fix compilation under Win32.
|
2009-02-02 00:59:14 +00:00 |
|
Konstantin Isakov
|
33a2c8f705
|
Our own local, locale-independent version of isspace() is introduced and is
now used to handle utf8 strings. This fixes problems where the stock function
was mangling some utf8 strings under Windows.
|
2009-02-02 00:56:58 +00:00 |
|
Konstantin Isakov
|
c8406798af
|
Add missing "b" flag to read the resource files under Windows correctly.
|
2009-02-02 00:52:54 +00:00 |
|
Konstantin Isakov
|
360a1001c0
|
Win32 support added.
|
2009-02-02 00:44:38 +00:00 |
|
Konstantin Isakov
|
89c2e3318d
|
Saner choice for the frameless window type; no more window activating which
used to unnecessarily steal focus.
|
2009-02-01 05:15:25 +00:00 |
|
Konstantin Isakov
|
f31693dac9
|
Ctrl was not the best choice -- use Win instead.
|
2009-02-01 04:47:34 +00:00 |
|
Konstantin Isakov
|
2be1c2b375
|
Scan popup functionality implemented, among with other small improvements.
For now, the modifier key is hardcoded to be Ctrl.
|
2009-02-01 00:08:08 +00:00 |
|
Konstantin Isakov
|
2e8cb955c8
|
Applied a patch from Heinz van Saanen to fix several missing #includes.
|
2009-01-30 01:20:37 +00:00 |
|
Konstantin Isakov
|
faeacaff3e
|
Implement asyncronous word finding.
|
2009-01-29 19:16:25 +00:00 |
|
Konstantin Isakov
|
17b90a3cca
|
Typos fixed.
|
2009-01-29 16:37:29 +00:00 |
|
Konstantin Isakov
|
eb3cb3656d
|
Disable the noisy unfinished popup window.
|
2009-01-29 01:17:59 +00:00 |
|
Konstantin Isakov
|
c05781368b
|
Created /trunk/src and moved everything there.
|
2009-01-28 20:55:45 +00:00 |
|