ars_goldendict
715e510866
more dictionary icons
2009-04-21 20:09:02 +00:00
Konstantin Isakov
babde3d53d
*! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and
...
wchar_t. This changes nothing on Linux and most other systems, but on Win32
it causes to use normal UCS-4 strings instead of Win32's usual UTF-16.
2009-04-18 17:20:12 +00:00
Konstantin Isakov
b2ddf5f2b1
*! When replacing wiki links' underscores with spaces, don't replace them
...
in fragment ids (after the # in url).
2009-04-01 18:59:31 +00:00
Konstantin Isakov
594f4dd2d0
* Use a better regexp for matching and removing underscores from wiki links.
...
This one works for any written language.
2009-04-01 12:23:16 +00:00
Konstantin Isakov
31a06ade12
+ Paths can now be optionally set as recursive.
2009-03-28 22:37:03 +00:00
Konstantin Isakov
7859daaff6
* Major dictionary interface rework. Dictionaries now return Request objects
...
which can provide results asyncronously, be discarded prematurely etc. This
work touches just about every piece of exiting code.
+ On top of the new interface, MediaWiki (Wikipedia) support was added.
* Some other small fixes might went along.
2009-03-26 19:00:08 +00:00