- May 10, 2000
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Store the export table inside the data section so that sections can be properly aligned. Build the relay function table directly in the .spec.c file. Moved relay debugging functions to relay386.c.
-
been freed.
-
while running. This fix corrects drawing and text setting problems that result from this behavior.
-
- May 09, 2000
-
-
Various optimizations.
-
Added preliminary support for loops in WAVEHDRs. Fixed issues when mixing open and getCaps calls.
-
address of a pointer instead of its value. This probably slipped in during the merge of my tree into the winetree. Lesson learned: always double check. - Verified most resources so that win16 compile also generates correct output for reversed endian. - Implemented byte-ordering for resources. All resources can be forced to be little-, big- or native endian with command-line option -B. - Reading resources from .res-files are only accepted in native byte- ordering so that no additional semantic analysis is required. - Resource directory is still written in native-only format, including the strings. - Wrc is now installed through the makefile with 'make install' and also uninstalled with 'make uninstall'. - Wrote a man-page for better reference. The manpage also gets installed and uninstalled. - Cleaned up the namespace a bit by more agressive use of static.
-
-
reference counting.
-
running regapi, and set correct winedbg path in the registry.
-
doesn't work for PIC right now. This fixes current crashing sigaction calls.
-
-
~/.wine).
-
- May 07, 2000
-
-
-
Alexandre Julliard authored
Wraps some RichEdit control functionality on an Edit control. It uses a free implementation of an RTF parser written by Paul DuBois http://www.primate.wisc.edu/software/RTF/ which I modified a bit to work with the control.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
- Minor bug fixes
-
Alexandre Julliard authored
Top-down images have a negative biHeight, the scanlines of theses images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I simply changed the sign of lines, the scanlines were correctly handled afterwards
-
-
-
status part painted.
-
-
-
-
support for the LVS_EX_TRACKSELECT flag. Added code to delete items in LISTVIEW_SetItemCount().
-
- May 05, 2000
-
-
-
-
-
-
-
-
just (primary lang) before using the default.
-
-
-
Alexandre Julliard authored
Implemented SetLocaleInfo(). It required a change to GetLocaleInfo() as well, because GetLocaleInfo() has to get any values saved by SetLocaleInfo() in the registry.
-
Made stab parsing more robust (now ignores C++ stabs). Display correct backtrace at first when invoked on unhandled exception. Loads stabs from .so files when those are loaded.
-
- May 03, 2000
-
-
Alexandre Julliard authored
-