2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-09 |
Andrew M. Johnston | Removed reference to SCROLL_SetNCSbState. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Fixed GDI heap selector handling broken by previous... |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | Fix Validate{Rect,Rgn} prototypes. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
tree | commitdiff |
2002-09-30 |
Guy L. Albertelli | - The TTM_ message needed to be in correct order. |
tree | commitdiff |
2002-09-27 |
Michael Stefaniuc | Moved some 16-bit functions from windows/cursoricon... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Added missing WIN_ReleasePtr (spotted by Dmitry Timoshkov). |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Remove export of DRAG_QueryUpdate from USER. |
tree | commitdiff |
2002-09-20 |
Dimitrie O. Paun | Have USER deal with the caret when scrolling a window. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-16 |
Michael Stefaniuc | Convert HRSRC to a void*. |
tree | commitdiff |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-29 |
Per Nystrom | Set the flag in GetCursorInfo. |
tree | commitdiff |
2002-08-29 |
Alexandre Julliard | Create the scratch region before copying if necessary. |
tree | commitdiff |
2002-08-29 |
Juergen Schmied | Support for HWND_MESSAGE. |
tree | commitdiff |
2002-08-28 |
Per Nystrom | Implemented GetCursorInfo. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Tweak position of system menu small icon. |
tree | commitdiff |
2002-08-28 |
Dmitry Timoshkov | Correct some of the system metrics to more closely... |
tree | commitdiff |
2002-08-27 |
Ulrich Czekalla | - Add a max wait time for selection notifies. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Dump SetWindowPos flags. |
tree | commitdiff |
2002-08-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Aric Stewart | Very partial implementation of BroadcastSystemMessageA. |
tree | commitdiff |
2002-08-16 |
Michael Stefaniuc | Convert HKL to a void*. |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-28 |
Michael Stefaniuc | - Converted HHOOK to a void*. |
tree | commitdiff |
2002-07-26 |
Alexandre Julliard | RDW_FRAME should be RDW_NOFRAME when validating (spotte... |
tree | commitdiff |
2002-07-24 |
Andreas Mohr | Misc spelling fixes. |
tree | commitdiff |
2002-07-20 |
Andreas Mohr | - Add message mapping for tooltips. |
tree | commitdiff |
2002-07-10 |
Jon Griffiths | Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven... |
tree | commitdiff |
2002-07-09 |
Ryan Cumming | Make LockWindowUpdate return more Windows-like values. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Moved MsgWaitForMultipleObjects call out of the window... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Tried to make IsDialogMessageW more compatible. Changed |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | Release the Win16 lock before waiting in MsgWaitForMult... |
tree | commitdiff |
2002-06-28 |
Alexandre Julliard | Check for valid dialog info before using it. |
tree | commitdiff |
2002-06-28 |
Philipp Wollermann | Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD... |
tree | commitdiff |
2002-06-28 |
Guy L. Albertelli | - Add support for UpDown control messages. |
tree | commitdiff |
2002-06-14 |
Guy L. Albertelli | - Dump out the TCITEM structure for appropriate messages. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Store the current cursor in the thread queue instead... |
tree | commitdiff |
2002-06-13 |
Dmitry Timoshkov | Avoid crashes if window belongs to another process. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Authors: David Hammerton <david@transgaming.com>, Peter... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-28 |
Andreas Mohr | Fixed a memory leak in find_child_from_point(). |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
tree | commitdiff |
2002-05-24 |
James Juran | Add missing \n to output messages. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-21 |
Eric Pouech | Added 16/32 DDE message conversion. |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
tree | commitdiff |
2002-05-19 |
Francois Gouget | Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-14 |
Guy L. Albertelli | Fix memory dump where length is not a multiple of 4. |
tree | commitdiff |
2002-05-07 |
Stefan Leichter | Added NULL pointer check in CallWindowProc16. |
tree | commitdiff |
2002-05-06 |
David Hammerton | Added implementation of GetWindowInfo. |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Cleaned up some inter-dll dependencies in palette manag... |
tree | commitdiff |
2002-04-30 |
Alexandre Julliard | Moved remaining files in windows/x11drv to dlls/x11drv. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Update the queue key state even if no window has the... |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-22 |
Alexandre Julliard | Clear the DC dirty flag before calling SetDCState to... |
tree | commitdiff |
2002-04-17 |
Raul Metsma | Added Estonian keyboard layout. |
tree | commitdiff |
2002-04-17 |
Guy L. Albertelli | Put the MCN_ and DTN_ in correct order. |
tree | commitdiff |
2002-04-14 |
Guy L. Albertelli | - When dumping NMCUSTOMDRAW, use correct size for a... |
tree | commitdiff |
2002-04-11 |
Alexandre Julliard | Updated configure to take advantage of new autoconf... |
tree | commitdiff |
2002-04-09 |
Dmitry Timoshkov | Fixed problem with mouse cursors in Word. |
tree | commitdiff |
2002-04-08 |
Alexandre Julliard | Need to check for focus and capture also on the childre... |
tree | commitdiff |
2002-04-08 |
Guy Albertelli | Some additional traces. |
tree | commitdiff |
2002-04-08 |
Paul Rupe | Added keymap tables for US dvorak layout. |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Use default GUI font instead of hard-coded 'MS Sans... |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Don't hang around for a minute if we can't exec the... |
tree | commitdiff |
2002-04-06 |
François Gouget | Replace some SendMessage with SendNotifyMessage in... |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | The horizontal dialog base unit is calculated as the... |
tree | commitdiff |
2002-04-02 |
Dmitry Timoshkov | Fix sign extension in message mapping routines. |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | We cannot ignore NotifyNonlinear focus events. |
tree | commitdiff |
2002-03-20 |
Duane Clark | On WM_GETTEXT, terminate the lparam buffer even if... |
tree | commitdiff |
2002-03-20 |
Matthias Fechner | Added German 105 keys keyboard. |
tree | commitdiff |
2002-03-11 |
Mehmet Yasar | Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FI... |
tree | commitdiff |
2002-03-11 |
Jason Phillips | Make wineclipsrv run as a daemon (close stdout/stderr... |
tree | commitdiff |
2002-03-11 |
Axel Schmidt | Added keyboard layout for Logitech Cordless Desktop... |
tree | commitdiff |
2002-03-11 |
Andriy Palamarchuk | Added FIXMEs for actions with id>=115. These actions... |
tree | commitdiff |
2002-03-11 |
Guy L. Albertelli | Trace undocumented toolbar messages. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-28 |
Dave Hawkes | Fixed winproc memory leak. |
tree | commitdiff |
2002-02-27 |
Guy L. Albertelli | Fix the strange case in WIN_FixCoordinates where x... |
tree | commitdiff |
2002-02-26 |
Guy L. Albertelli | Add additional CCM_ message names. |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
next |