1998-11-01 |
Alexandre Julliard | Fixed crashes with WM_GETDLGCODE translation. |
tree | commitdiff |
1998-11-01 |
Patrik Stridvall | Started moving some X11 window management code to windo... |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Fixed IsDialogMessage16. |
tree | commitdiff |
1998-11-01 |
Huw D M Davies | A couple of small fixes to my bitmap patch. |
tree | commitdiff |
1998-11-01 |
Uwe Bonnes | Allow the user to put a mark in the debug log by adding... |
tree | commitdiff |
1998-11-01 |
Rein Klazes | CreateWindowEx32[AW] now creates an MDI chils when... |
tree | commitdiff |
1998-11-01 |
Marcus Meissner | Added stubs for user32,advapi32 functions. |
tree | commitdiff |
1998-11-01 |
Andreas Mohr | Added stub for CheckCursor(). |
tree | commitdiff |
1998-11-01 |
Tim Newsome | Fix for non-modal dialog closing. |
tree | commitdiff |
1998-11-01 |
David Faure | Rewrote the two routines using the vkey->scancode array... |
tree | commitdiff |
1998-11-01 |
David Faure | Deleted the vkey->sancode array, because QWERTY specific. |
tree | commitdiff |
1998-10-31 |
Marcus Meissner | Small fixes. |
tree | commitdiff |
1998-10-31 |
Marcus Meissner | Lots of stubs to get winlogon.exe from nt3.51 and other... |
tree | commitdiff |
1998-10-31 |
Rein Klazes | MDIchild created when the MDI client has the MDIS_ALLCH... |
tree | commitdiff |
1998-10-31 |
Rein Klazes | Delay linking newly created window in linked list until... |
tree | commitdiff |
1998-10-28 |
Juergen Schmied | A dest buffer was printed out as string. |
tree | commitdiff |
1998-10-28 |
Huw D M Davies | Added pBitmapBits and pCreateBitmap to the GDI function... |
tree | commitdiff |
1998-10-27 |
Marcus Meissner | EnumDisplayModes* returns a static list of modes with... |
tree | commitdiff |
1998-10-26 |
NF Stevens | A couple of TRACE messages are missing a newline at... |
tree | commitdiff |
1998-10-26 |
Pascal Cuoq | 32-bit clipboard support. |
tree | commitdiff |
1998-10-26 |
Ulrich Weigand | Bugfix for QUEUE_Signal: Always use PostEvent if no... |
tree | commitdiff |
1998-10-26 |
NF Stevens | Fixed a minor problem with the menus for mdi child... |
tree | commitdiff |
1998-10-25 |
David Faure | Replaced 0x00 with 0x01 in the vkey->sancode array... |
tree | commitdiff |
1998-10-25 |
Douglas Ridgway | API Documentation for SendMessage, GetTickCount, PostQu... |
tree | commitdiff |
1998-10-24 |
Kai Morich | Added Drag&Drop from KDE app to 16/32 bit Windoze app. |
tree | commitdiff |
1998-10-24 |
Kai Morich | Added FIXME message in PostMessage32x if parameters... |
tree | commitdiff |
1998-10-24 |
Lionel Ulmer | Beginning of mouse support in DirectInput (only "standa... |
tree | commitdiff |
1998-10-24 |
Eric Kohl | Fixed DrawCaption16() and DrawCaptionTemp16(). |
tree | commitdiff |
1998-10-24 |
David Faure | Fixed warning. |
tree | commitdiff |
1998-10-23 |
Juergen Schmied | New stub RegisterTaskList. |
tree | commitdiff |
1998-10-23 |
Juergen Schmied | More message mapping 32A<-->32W for EM_, CB_, LB_ for... |
tree | commitdiff |
1998-10-22 |
NF Stevens | Fixed moving and sizing of child windows. |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors... |
tree | commitdiff |
1998-10-18 |
Turchanov Sergey | Moved Multimonitor API declarations to windows.h. |
tree | commitdiff |
1998-10-18 |
Turchanov Sergey | Implemented DefDriverProc32 from winmm.dll. |
tree | commitdiff |
1998-10-18 |
Alex Korobka | Got rid of flickering scrollbar arrows. MDI scrolling... |
tree | commitdiff |
1998-10-17 |
Patrik Stridvall | Compile fix for Solaris. |
tree | commitdiff |
1998-10-17 |
Marcus Meissner | Fixed some more missing WINAPIs (hopefully correct). |
tree | commitdiff |
1998-10-15 |
Rein Klazes | Fixed an error when an owned window activates its owner... |
tree | commitdiff |
1998-10-15 |
Rein Klazes | Closing a dialog using the menu bar ("x" or "-" button... |
tree | commitdiff |
1998-10-15 |
Juergen Schmied | New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW, |
tree | commitdiff |
1998-10-14 |
Alex Korobka | Better QUEUE_FlushMessages(). |
tree | commitdiff |
1998-10-12 |
Norman Stevens | Improving keyboard handling, including accelerator... |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | MOUSE.DRV routines moved to event.c. Call mouse event... |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip... |
tree | commitdiff |
1998-10-11 |
Juergen Schmied | Stub CreateDialogIndirectParamAorW. |
tree | commitdiff |
1998-10-11 |
Rein Klazes | Added window text to the output generated by walk wnd... |
tree | commitdiff |
1998-10-11 |
Rein Klazes | GetTickCounts() has a granularity in windows of 25... |
tree | commitdiff |
1998-10-11 |
Eric Kohl | Added DrawCaption[16/32] and DrawCaptionTemp[16/32A... |
tree | commitdiff |
1998-10-11 |
David Faure | Added KEYBOARD_UpdateState, to read the modifiers when... |
tree | commitdiff |
1998-10-10 |
Dave Pickles | Implemented DS_CENTER dialog style. |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
tree | commitdiff |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
tree | commitdiff |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
tree | commitdiff |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
tree | commitdiff |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
tree | commitdiff |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
tree | commitdiff |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
tree | commitdiff |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
tree | commitdiff |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
tree | commitdiff |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
tree | commitdiff |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
tree | commitdiff |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
tree | commitdiff |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
tree | commitdiff |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
tree | commitdiff |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
tree | commitdiff |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
tree | commitdiff |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
tree | commitdiff |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
tree | commitdiff |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
tree | commitdiff |
1997-10-12 |
Alexandre Julliard | Release 971012 wine-971012 |
tree | commitdiff |
1997-09-28 |
Alexandre Julliard | Release 970928 wine-970928 |
tree | commitdiff |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
tree | commitdiff |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
tree | commitdiff |
1997-08-04 |
Alexandre Julliard | Release 970804 wine-970804 |
tree | commitdiff |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
tree | commitdiff |
1997-06-29 |
Alexandre Julliard | Release 970629 wine-970629 |
tree | commitdiff |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
tree | commitdiff |
1997-05-25 |
Alexandre Julliard | Release 970525 wine-970525 |
tree | commitdiff |
1997-05-09 |
Alexandre Julliard | Release 970509 wine-970509 |
tree | commitdiff |
1997-04-15 |
Alexandre Julliard | Release 970415 wine-970415 |
tree | commitdiff |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
tree | commitdiff |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
tree | commitdiff |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
tree | commitdiff |
1997-02-02 |
Alexandre Julliard | Release 970202 wine-970202 |
tree | commitdiff |
1997-01-20 |
Alexandre Julliard | Release 970120 wine-970120 |
tree | commitdiff |
1997-01-12 |
Alexandre Julliard | Release 970112 wine-970112 |
tree | commitdiff |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
tree | commitdiff |
1996-12-22 |
Alexandre Julliard | Release 961222 wine-961222 |
tree | commitdiff |
1996-12-15 |
Alexandre Julliard | Release 961215 wine-961215 |
tree | commitdiff |
1996-12-08 |
Alexandre Julliard | Release 961208 wine-961208 |
tree | commitdiff |
1996-12-01 |
Alexandre Julliard | Release 961201 wine-961201 |
tree | commitdiff |
1996-11-17 |
Alexandre Julliard | Release 961117 wine-961117 |
tree | commitdiff |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
tree | commitdiff |
1996-10-23 |
Alexandre Julliard | Release 961023 wine-961023 |
tree | commitdiff |
next |