-
src/lib/storage.cpp has no #include , so gives error when compiling. Also there is no new path for utils.cpp and utils.h in stardict.dev - so there are a lot of errors while linking the StarDict.exe. This patch fixes that.
2010-01-07 16:31:08 UTC by alexandr_gr
-
Firefox 3.x (tested in 3.0.10 and 3.5.3) gives incorrect symbols when using mouseover scanning feature (only in windows), this patch tryes to detect firefox window by it's window-title (it always has "Mozilla Firefox" string in it), and if it was detected - repairs bytes in the string, cathed from the firefox's window.
2010-01-07 16:27:16 UTC by alexandr_gr
-
Fine then, I close the patch.
2010-01-06 11:30:42 UTC by kubtek
-
Yes it works fine, thanks!
2010-01-06 10:51:04 UTC by nijel
-
instead of adding new includes
was replaced with
with
and so on
Please, try to compile the current version.
2010-01-06 08:21:19 UTC by kubtek
-
Hurd does not have MAP_NORESERVE and one tool fails to compile because of it. Attached patch fixes it.
2010-01-05 13:28:53 UTC by nijel
-
There is a little typo in one tool, attached patch fixes it.
2010-01-05 13:26:42 UTC by nijel
-
There are various c++ includes missing in stardict-tools, attached patch fixes this.
2010-01-05 13:26:08 UTC by nijel
-
stardict-tools fail to compile with newer gcc because of some char/const char mixups. Attached patch fixes it.
2010-01-05 13:25:22 UTC by nijel
-
kubtek committed revision 290 to the StarDict SVN repository, changing 2 files.
2010-01-01 11:56:07 UTC by kubtek