- 11 May, 2000 7 commits
-
-
Bernd Herd authored
value.
-
Alexandre Julliard authored
PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
-
Aric Stewart authored
the new label is shorter that the old label fragments of the old label were left drawn.
-
Guy Albertelli authored
-
Guy Albertelli authored
-
Bernd Herd authored
-
Alexander Frink authored
-
- 10 May, 2000 12 commits
-
-
Aric Stewart authored
drawn menubars. - When doing MENU_CalcItemSize for the menu bar we were not properly padding the returned rect.
-
Aric Stewart authored
-
Ken Thomases authored
-
Aric Stewart authored
application in a treeview when the label is a callback. - Because windows applications assume they get a new edit control every time they often subclass that edit box willy-nilly and do not clean up. So it is necessary to actually give them a new edit control each time.
-
Aric Stewart authored
avoiding trying to draw invalid bitmaps. - Avoid directly calling drawing functions instead invalidating rects and relying on WM_PAINT. - For the dropdown event check the button style as opposed to the toolbar style.
-
Eric Pouech authored
-
Guy L. Albertelli authored
-
Ken Thomases authored
Fixed positioning of submenus relative to parent menus.
-
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.
-
Gerard Patel authored
been freed.
-
Aric Stewart authored
while running. This fix corrects drawing and text setting problems that result from this behavior.
-
- 09 May, 2000 9 commits
-
-
Alexandre Julliard authored
Various optimizations.
-
Eric Pouech authored
Added preliminary support for loops in WAVEHDRs. Fixed issues when mixing open and getCaps calls.
-
Bertho Stultiens authored
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.
-
Aric Stewart authored
-
Marcus Meissner authored
reference counting.
-
Ove Kaaven authored
running regapi, and set correct winedbg path in the registry.
-
Ove Kaaven authored
doesn't work for PIC right now. This fixes current crashing sigaction calls.
-
Eric Pouech authored
-
Andreas Mohr authored
~/.wine).
-
- 07 May, 2000 12 commits
-
-
Marcus Meissner authored
-
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
-
Dimitrie O. Paun authored
-
Patrik Stridvall 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
-
Marcus Meissner authored
-
Gerard Patel authored
-
Gerard Patel authored
status part painted.
-
Gerard Patel authored
-