- May 29, 2000
-
-
Alexandre Julliard authored
in separate address spaces. Run 16-bit tasks as Win32 threads, not processes.
-
- May 26, 2000
-
-
Alexandre Julliard authored
- Added handling of WM_MOUSEACTIVATE message - Added in_focus field to internal listbox's structure. This flag is set on receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to GetFocus function were replaced with checks of this flag. - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is clear
-
-
Move 16 bit api definitions out of commdlg.h to cdlg.h
-
Alexandre Julliard authored
Don't send EN_CHANGE after painting the edit. Send it wherever text is changed.
-
the notification is sent when an InvalidateRect is made after modifying the text.
-
Alexandre Julliard authored
Fixed the blank color palette tooltip bug by triggering a refresh of the tooltip with UpdateWindow function instead of calling directly the refresh function.
-
- May 25, 2000
-
-
Alexandre Julliard authored
-
Minor bug fixes.
-
calculation code, and corrected some bugs in how tics are drawn and how clicks are handled.
-
Alexandre Julliard authored
Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
-
toolbar is repainting. Reduces processing by approximately 85-95% in most cases.
-
currently edited.
-
- May 24, 2000
-
-
that flatSBs show up and behave properly, just not with flat properties.
-
source for every 4bytes of input, into the destination for the 24bit case.
-
Added some missing definitions related to file handling and virtual memory manipulation. Added IsTextUnicode.
-
-
only one tab was being justified to fill the whole tab space.
-
-
control is visible again in list views with report style.
-
Alexandre Julliard authored
-
- May 23, 2000
-
-
actual message was a non-client one.
-
-
- Better headers and prototype checking - Prototype checking now called --prototype instead of --headers - New options --headers-{duplicated,misplaced} for duplicated/misplaced functions checking of the headers. - Minor bug fixes.
-
-
Alexandre Julliard authored
When you open files with Embedded objects, they were not getting drawn correctly. When you paste OLE objects with presentation data, they were not getting drawn correctly.
-
code. This fixes the problem of a menu being orphaned when the parent window disappears, or if the parent loses focus.
-
-
the buddy has already been subclassed, eliminating the infinite loop that resulted.
-
-
paste, cut, copy.
-
- prevent HalfLife from crashing when it frees three times the same rendering context
-
changes). Added VGA_WriteChars() function.
-
-
coordinates previously offset by the invisible decorations.
-
-
-
TOOLBAR_MouseMove() only if hot effect applies to the current hot button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to restore hot effect properly.
-