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 |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Use the WOWHandle functions to convert between task... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed typo in EnumThreadWindows. |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
tree | commitdiff |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Remove no longer used PERQUEUEDATA structure and functions. |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Reimplemented GetLastActivePopup to get the information... |
tree | commitdiff |
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 |
next |