- 11 Jun, 2000 9 commits
-
-
Patrik Stridvall authored
-
Patrik Stridvall authored
- Use output prefix instead of high order functions that, for some reason, leaks memory. The memory usage of winapi_check is now greatly reduced. :-) - Turned on argument kind checking of doubles by default
-
Huw D M Davies authored
-
Huw D M Davies authored
-
Huw D M Davies authored
Thanks to Bernd Herd.
-
John Elliot authored
-
James Abbatiello authored
-
James Abbatiello authored
variable, not an input variable.
-
James Abbatiello authored
X11DRV_DIB_GetImageBits.
-
- 10 Jun, 2000 6 commits
-
-
Alexandre Julliard authored
Improved handling of undefined codepage characters.
-
Alexandre Julliard authored
is not valid (thanks to Andreas Mohr).
-
Dmitry Timoshkov authored
text to display.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
cp_wcstombs. Minor cosmetic fixes.
-
Ove Kaaven authored
-
- 09 Jun, 2000 1 commit
-
-
Alexandre Julliard authored
conversions (with the help of Dmitry Timoshkov).
-
- 08 Jun, 2000 19 commits
-
-
Dmitry Timoshkov authored
case conversion tables. Replace all direct calls to towupper/towlower either to NTDLL for core or to CRTDLL if latter already used in the non core dll.
-
Alexandre Julliard authored
The implementation of StretchBlt in WINE does not use the foreground and background color when a bitmap is copied from mono to mono. This is not the case in the actual implementation under Windows but MSDN did not document it.
-
Aric Stewart authored
instead of relying on WM_SIZE.
-
Aric Stewart authored
these like a TVI_LAST.
-
Turchanov Sergei authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
the debugger CREATE_PROCESS event handling.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ulrich Weigand authored
Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
-
Alexandre Julliard authored
Search for already loaded CursorIcon was done with the wrong handle, so it was leaking icons. Fixed.
-
Bertho Stultiens authored
- Usertype resources that cause a type-clash with defined resources are now detected and a warning is generated. Some types should be rerouted through other code so that they will be (re-)interpreted. - Bugfix: Line-continuation in strings in resources include a newline. This `feature' got deleted with the builtin preprocessor, but has been put back into place (see last changes comment from version 1.1.0). - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line- continuation. - Bugfix: Assemblers on some platforms do not use 16bit quantities for `.word'. This directive is now changed into `.short'. - All types that accept inline data definitions (a la RCDATA) now also accept a file specification. This unifies the structure a bit.
-
- 07 Jun, 2000 5 commits
-
-
Ove Kaaven authored
-
Wilbur N. Dale authored
-
Alexandre Julliard authored
has been sent, to avoid deadlocking the debugger.
-
Serge Ivanov authored
other than CBS_SIMPLE, parent of listbox is set to desktop. - In CBDropDown. ComboBox uses only first item to calculate height of dropped listbox. Also if listbox is empty its height is unmodified (previously it was set to 0). - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages. - General clean-up. Message order is now more precise (at least notifications to client); listbox - combobox interaction has slight differences comparing to Windows.
-
Serge Ivanov authored
- Edit control uses undocumented window style 0x0200 to detect is it a part of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox window handle (see comments for combo.c below). - EDIT_CheckCombo - modified for correct handling of keyboard messages. - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE depends on whether listbox is dropped down. This prevents closing of dialog if listbox is dropped down and allows combobox to process these keyboard messages properly.
-