- 08 Jun, 2000 17 commits
-
-
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 23 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.
-
Serge Ivanov authored
- When user clicks outside of dropped listbox, original selection must be restored. - ComboLBox has caret_on = FALSE on creation, that's why combobox sends LB_CARETON message before dropping listbox down (but only for CBS_DROPDOWNLIST - I don't now why).
-
Serge Ivanov authored
window ID. In fact it also must preserve window styles, destroy X counterpart if parent of popup or overlapped window is set to someting different from Desktop, and lot of other stuff that it must and mustn't do. But preserving ID is good enough for now.
-
Serge Ivanov authored
-
Peter Hunnisett authored
- More player/group interface implementation (not tested)
-
Ulrich Weigand authored
-
Alexandre Julliard authored
Sheri Steeves Haithem Hmida - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting the size in both cases. - When the caret index change, items repainting need tp be in this order a) Paint old caret item without the focus b) Paint old caret item without the selection c) Paint new caret item with the selection d) Paint new caret item with the focus. - When repainting the listbox, we should paint all items regarding if they are slected or not and then paint after the focus item. So focus item will end out being painted twice. (That's what Windows does).
-
Stas Sergeev authored
-
Uwe Bonnes authored
-
Aric Stewart authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
- Turned on calling convention checking for Win32 functions by default.
-
Uwe Bonnes authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
WM_GETMINMAXINFO message.
-
Ulrich Weigand authored
-
Ulrich Weigand authored
-
Uwe Bonnes authored
-