2003-08-05 |
Dmitry Timoshkov | Protect CallWindowProcA/W from NULL pointers. |
tree | commitdiff |
2003-08-05 |
Dmitry Timoshkov | Make GetWindowInfo() work for all windows and return... |
tree | commitdiff |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
tree | commitdiff |
2003-07-18 |
Mike McCormack | Strip WS_CAPTION and WS_SYSMENU for child dialogs. |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Store window procedures in a static array instead of... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Only compute dialog base units once we need them. |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-23 |
Aric Stewart | Simple optimization in EnableWindow. |
tree | commitdiff |
2003-06-23 |
Dmitry Timoshkov | Dump RDW_ flags in RedrawWindow. |
tree | commitdiff |
2003-05-19 |
Huw Davies | We can't use RtlCreateUnicodeStringFromAsciiz for WM_SE... |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | GetClassInfo returns class atom on success. |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | Restore MDI window in the case of disabled maximize... |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | Initialize hbmColor only for color icons in GetIconInfo. |
tree | commitdiff |
2003-05-19 |
Alexandre Julliard | Catch broadcast window handles in functions that are... |
tree | commitdiff |
2003-05-19 |
Mike McCormack | Implemented BroadcastSystemMessageW. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Avoid using the MapHModule functions. |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
tree | commitdiff |
2003-05-13 |
Mike McCormack | Implemented SetMessageExtraInfo. |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Poll X events in GetInputState the same way as in GetQu... |
tree | commitdiff |
2003-05-11 |
Ulrich Czekalla | We should pass the callers client-area rect and clip... |
tree | commitdiff |
2003-05-11 |
Alexandre Julliard | Added A<->W mappings for WM_IME_CHAR. |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Ignore high word of wParam when handling WM_COMMAND... |
tree | commitdiff |
2003-05-11 |
Dusan Lacko | Fix ALT context bit for WM_KEYDOWN/UP. |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Windows treats dialog control class ids 0-5 same way... |
tree | commitdiff |
2003-04-29 |
Maxime Bellengé | - Fix some indentation. |
tree | commitdiff |
2003-04-22 |
Alex Pasadyn | Implemented EnumDisplaySettings* and ChangeDisplaySetti... |
tree | commitdiff |
2003-03-30 |
Alexandre Julliard | Use the right buffer size in SYSPARAMS_Load instead... |
tree | commitdiff |
2003-03-30 |
Adam Gundy | Initialize lpLogFont->lfQuality to the default. |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Moved 16-bit dialog routines to a separate dialog16... |
tree | commitdiff |
2003-03-26 |
Stephan BEUZE | Implemented a default behavior for SPI_GETGRADIENTCAPTI... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-14 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-26 |
Eric Pouech | Only print 4 hexdigits for tid. |
tree | commitdiff |
2003-02-19 |
Andreas Mohr | Convert Twips values from the registry. |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-18 |
Duane Clark | Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. |
tree | commitdiff |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added dead keys support using X input methods (based... |
tree | commitdiff |
2003-01-20 |
Francois Gouget | Extend the code to set both the Win9x and the NT regist... |
tree | commitdiff |
2003-01-14 |
Alberto Massari | Handle the WS_EX_LEFTSCROLLBAR style (that is, draw... |
tree | commitdiff |
2003-01-14 |
Duane Clark | Check for pending X events before getting queue status. |
tree | commitdiff |
2003-01-14 |
Dmitry Timoshkov | Post correct notification code on WM_CLOSE for dialogs. |
tree | commitdiff |
2003-01-13 |
Francois Gouget | Update the registry keys of SPI_ICONHORIZONTALSPACING, |
tree | commitdiff |
2003-01-13 |
Robert Shearman | SPI_GETMINIMIZEDMETRICS implemented. |
tree | commitdiff |
2003-01-11 |
Alexandre Julliard | Print the message name for registered messages. |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the keyboard state in the thread input structure... |
tree | commitdiff |
2003-01-08 |
Duane Clark | WS_CAPTION is a two bit field, so test appropriately. |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the hardware messages in the thread input structu... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-07 |
Duane Clark | A window with a WS_EX_APPWINDOW extended style can... |
tree | commitdiff |
2002-12-19 |
Dimitrie O. Paun | UpdateWindow returns a BOOLean. |
tree | commitdiff |
2002-12-16 |
Rein Klazes | Fix an A/W structure size bug in DrawCaptionTempW(). |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-10 |
Mike Hearn | Make WM_MOUSEHOVER coordinates client relative. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-25 |
Alexandre Julliard | Added CS_DBLCLKS style to dialog window class. |
tree | commitdiff |
2002-11-24 |
Matthew Davison | Fix some unicode->ascii calls. |
tree | commitdiff |
2002-11-23 |
Mike Hearn | Altered WM_MOUSEHOVER so the lParam and wParam fields... |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
tree | commitdiff |
2002-11-21 |
Stefan Leichter | Moved implementation of Get/SetClassLong from ascii... |
tree | commitdiff |
2002-11-21 |
Stefan Leichter | Replaced CreateDCA by CreateDCW in LoadImageW. |
tree | commitdiff |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
tree | commitdiff |
2002-11-18 |
Stefan Leichter | Moved implementation of LoadKeyboardLayout from ASCII... |
tree | commitdiff |
2002-11-18 |
Stefan Leichter | Moved implementation of EnumDisplaySettings from ASCII... |
tree | commitdiff |
2002-11-18 |
Ryan Cumming | Make LookupIconIdFromDirectoryEx16 call LookupIconIdFro... |
tree | commitdiff |
2002-11-15 |
Tony Lambregts | Fix SM_CYVTHUMB, SM_CXSMSIZE, SM_CXMENUCHECK and SM_CYM... |
tree | commitdiff |
2002-11-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
tree | commitdiff |
2002-11-13 |
Alexandre Julliard | Fixed sign problem in GetWindowWord/Long check for... |
tree | commitdiff |
2002-11-13 |
Mike McCormack | Fix a few GDI memory leaks. |
tree | commitdiff |
2002-11-11 |
Eric Pouech | Implemented a Wine-only scheme for interprocess WinHelp... |
tree | commitdiff |
2002-11-11 |
Dmitry Timoshkov | Fix copy/paste bug. Make MessageBox without an icon... |
tree | commitdiff |
2002-11-06 |
Francois Gouget | Compute SM_CYMAXIMIZED purely based on the screen heigh... |
tree | commitdiff |
2002-11-04 |
Greg Turner | - noop redefinition of SPI_[GET/SET]MENUUNDERLINES |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Moved 16-bit definitions out of mmddk.h into mmsystem16.h. |
tree | commitdiff |
2002-10-31 |
Uwe Bonnes | MSGBOX_DlgProc: break out of WM_COMMAND. |
tree | commitdiff |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
tree | commitdiff |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Fixed ShowWindowAsync. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Removed a couple of no longer used queue functions. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
tree | commitdiff |
2002-10-28 |
Andreas Mohr | - Make int09 update the BIOS data segment's keyboard... |
tree | commitdiff |
2002-10-28 |
Andreas Mohr | Make GetFreeSystemResources16 print its values on TRACE. |
tree | commitdiff |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with... |
tree | commitdiff |
2002-10-28 |
Alexandre Julliard | Moved a few remaining 16-bit window functions to wnd16... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Store thread id instead of queue handle in timer structure. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
tree | commitdiff |
2002-10-23 |
Rein Klazes | MessageBoxIndirectW: call FindResourceEx with arguments... |
tree | commitdiff |
2002-10-22 |
Dmitry Timoshkov | Restore setting of caption "Error". |
tree | commitdiff |
2002-10-21 |
Dmitry Timoshkov | Actually use language identifier. |
tree | commitdiff |
2002-10-19 |
Dmitry Timoshkov | Convert MessageBox family functions to unicode. |
tree | commitdiff |
2002-10-19 |
Alexandre Julliard | Changed the USER_HEAP_* macros to use HANDLEs instead... |
tree | commitdiff |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer... |
tree | commitdiff |
next |