- 30 May, 2000 11 commits
-
-
Lionel Ulmer authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
directly.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
WINEOPTIONS environment variable.
-
Alexandre Julliard authored
SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
-
Dimitrie O. Paun authored
-
David Grant authored
- Edit text must be selected only if CB is in focus. - If CB has edit control we have to call CBUpdateEdit to update its contents. Invalidating textRect will not force updating of child edit control, obviously. - We have to protect ourselves from changing selection in listbox when we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit -> EN_CHANGE will not reselect item in the lisbox.
-
Alexandre Julliard authored
-
Gerald Pfeifer authored
-
Alexandre Julliard authored
When you click on an icon to open a combo box, you would expect it to be enabled so you can choose something in it. In Wine this was not guaranteed since your default flags could get lost in the process-heap of the application.
-
- 29 May, 2000 1 commit
-
-
Alexandre Julliard authored
in separate address spaces. Run 16-bit tasks as Win32 threads, not processes.
-
- 26 May, 2000 8 commits
-
-
Alexandre Julliard authored
-
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
-
Peter Hunnisett authored
-
Huw D M Davies authored
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.
-
Ulrich Czekalla authored
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.
-
James Juran authored
-
- 25 May, 2000 6 commits
-
-
Alexandre Julliard authored
-
Huw D M Davies authored
Minor bug fixes.
-
Aric Stewart authored
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).
-
Chris Morgan authored
toolbar is repainting. Reduces processing by approximately 85-95% in most cases.
-
Gerard Patel authored
currently edited.
-
- 24 May, 2000 8 commits
-
-
Susan Farley authored
that flatSBs show up and behave properly, just not with flat properties.
-
Rob Farnum authored
source for every 4bytes of input, into the destination for the 24bit case.
-
Francois Gouget authored
Added some missing definitions related to file handling and virtual memory manipulation. Added IsTextUnicode.
-
Aric Stewart authored
-
Aric Stewart authored
only one tab was being justified to fill the whole tab space.
-
Marcus Meissner authored
-
Martin Fuchs authored
control is visible again in list views with report style.
-
Alexandre Julliard authored
-
- 23 May, 2000 6 commits
-
-
Alexandre Julliard authored
actual message was a non-client one.
-
Patrik Stridvall authored
-
Patrik Stridvall authored
- 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.
-
Hidenori Takeshima authored
-
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.
-
Rob Farnum authored
code. This fixes the problem of a menu being orphaned when the parent window disappears, or if the parent loses focus.
-