goldendict-ng/mouseover_win32
2014-02-06 18:10:23 +04:00
..
GDDataTranfer.h Add interface for other programs to send to GD a word under cursor 2011-06-08 20:12:19 +04:00
GetWord.c Win-specific: ScanPopup: Fix console windows scanning under Windows 8.1 2014-02-06 18:10:23 +04:00
GetWord.h Win-specific: Scan Popup now worked with ConEmu console emulator (patch by ConEmu authors) 2012-04-12 16:43:09 +04:00
GetWordByIAccEx.c Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
GetWordByIAccEx.h Improvements in scan popup functionality. 2011-07-09 23:26:30 +04:00
guids.c Improvements in scan popup functionality. 2011-07-09 23:26:30 +04:00
HookImportFunction.c Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
HookImportFunction.h Win-specific: Fix some crashes in scan libraries 2011-12-17 01:15:33 +04:00
IAccEx.c Rewrite scan libraries on plain C completely instead of C++ in some modules. 2011-07-12 16:52:07 +04:00
IAccExInt.h Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
Makefile Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
readme.txt
TextOutHook.c Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
TextOutHook.h Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
TextOutSpy.c Win-specific: ScanPopup: Fix some invalid results while scanning in 64-bit applications 2014-01-27 17:56:16 +04:00
TextOutSpy.h
ThTypes.c Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
ThTypes.h Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
x64hooks.c Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00

These files were taken straight from StarDict 3.0.1. They didn't seem to
bear any copyright notices, and as such, no new initial notices were added.
Some global ids were changed to make sure that StarDict and GoldenDict
wouldn't interfere with each other when running simultaneously. Also,
Firefox 3 was made to work by implementing ETO_GLYPH_INDEX in ExtTextOutW()
function.

The Makefile is made for mingw32 compilation, and is completely separate
from the main program build.