projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Rename s_addr to src_addr to avoid a conflict on Solaris.
[wine]
/
dlls
/
user
/
2002-01-29
Bill Medland
Put the prefix-underline-drawing away into it's own...
tree
|
commitdiff
2002-01-18
Eric Pouech
Fixed initialisation messages for raw DDE.
tree
|
commitdiff
2002-01-18
Eric Pouech
Implemented interprocess DDE message posting.
tree
|
commitdiff
2002-01-18
Bill Medland
- Don't string copy from uninitialised stack memory...
tree
|
commitdiff
2002-01-15
Rein Klazes
Move the implementation of comctl32._TrackMouseEvent to
tree
|
commitdiff
2002-01-15
Bill Medland
First stage of DrawText upgrade.
tree
|
commitdiff
2002-01-12
Alexandre Julliard
Updated debug channels.
tree
|
commitdiff
2002-01-07
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-01-07
Mike McCormack
- Don't use event flags with ReadFileEx and WriteFileEx.
tree
|
commitdiff
2002-01-04
Sander van Leeuwen
Fixed DC leak.
tree
|
commitdiff
2002-01-04
Alexandre Julliard
Removed LoadOEMResource from USER driver.
tree
|
commitdiff
2002-01-03
Alexandre Julliard
Use DrawFrameControl instead of bitmaps in certain...
tree
|
commitdiff
2002-01-02
Alexandre Julliard
Moved the OEM bitmaps that don't depend on the Wine...
tree
|
commitdiff
2002-01-01
Alexandre Julliard
Removed some of the calls to HEAP_strdup* functions.
tree
|
commitdiff
2001-12-26
Andreas Mohr
Fixed, added or implemented stubs:
tree
|
commitdiff
2001-12-26
Michael Stefaniuc
Check the return value of *snprintf for C99 style overf...
tree
|
commitdiff
2001-12-26
Mike McCormack
Use alertable waits in PeekMessage16 and GetMessage16...
tree
|
commitdiff
2001-12-24
Alexandre Julliard
Use MapLS/UnMapLS instead of SEGPTR_* macros.
tree
|
commitdiff
2001-12-20
Alexandre Julliard
Use MapLS/UnMapLS instead of SEGPTR_* macros.
tree
|
commitdiff
2001-12-17
Alexandre Julliard
Export DestroyIcon32 from user32 and use GetProcAddress...
tree
|
commitdiff
2001-12-17
Alexandre Julliard
Changed 16-bit USER Enum* functions to not use thunks...
tree
|
commitdiff
2001-12-17
Alexandre Julliard
Got rid of dynamic thunk allocation in mouse/keyboard...
tree
|
commitdiff
2001-12-14
Alexandre Julliard
Changed 16->32 window procedure thunks to use winebuild...
tree
|
commitdiff
2001-12-13
Alexandre Julliard
Started rewrite of painting functions for multiple...
tree
|
commitdiff
2001-12-13
Mike McCormack
Only RTS_CONTROL_HANDSHAKE should set CRTSCTS.
tree
|
commitdiff
2001-12-06
Andriy Palamarchuk
Implemented processing for actions: SPI_GET/SETGRIDGRAN...
tree
|
commitdiff
2001-11-30
Andriy Palamarchuk
Removed Get/SetScreenSaveTimeout user driver functions...
tree
|
commitdiff
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
tree
|
commitdiff
2001-11-23
Mike McCormack
Check for completed overlappeds in ReadComm16 to solve...
tree
|
commitdiff
2001-11-14
Alexandre Julliard
Moved WIN_FindWinToRepaint functionality to the server.
tree
|
commitdiff
2001-11-12
Lawson Whitney
Cast id to unsigned in GetDlgItem16.
tree
|
commitdiff
2001-11-09
Joshua Thielen
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK1...
tree
|
commitdiff
2001-11-08
Mike McCormack
Find out how much data is available when calling ReadFi...
tree
|
commitdiff
2001-11-06
Francois Gouget
Don't prefix %p with 0x.
tree
|
commitdiff
2001-11-05
Guy Albertelli
Move SPY_EnterMessage call after all possible exits...
tree
|
commitdiff
2001-10-28
Jeremy Newman
Replaced Martini glass.
tree
|
commitdiff
2001-10-22
Alexandre Julliard
Store in the server all the window information accessib...
tree
|
commitdiff
2001-10-21
Mike McCormack
Return TRUE on success in COMM_BuildOldCommDCB.
tree
|
commitdiff
2001-10-18
Alexandre Julliard
Changed X11 mouse driver to use SendInput, and removed...
tree
|
commitdiff
2001-10-17
Alexandre Julliard
Added support for low-level mouse and keyboard hooks.
tree
|
commitdiff
2001-10-17
Alexandre Julliard
Make sure that GetMessagePos and GetMessageTime return...
tree
|
commitdiff
2001-10-16
Alexandre Julliard
Added internal Wine messages to perform SetWindowPos...
tree
|
commitdiff
2001-10-16
Alexandre Julliard
Moved scrollbar tracking code to scroll.c.
tree
|
commitdiff
2001-10-15
Alexandre Julliard
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
tree
|
commitdiff
2001-10-14
Francois Gouget
When including config.h, include it first.
tree
|
commitdiff
2001-10-14
Francois Gouget
Don't print NULL strings (crashes on Solaris).
tree
|
commitdiff
2001-10-12
Alexandre Julliard
Store window properties in the server. Moved property...
tree
|
commitdiff
2001-10-12
Alexandre Julliard
Moved MAKEINTATOM to winbase.h and added Unicode version.
tree
|
commitdiff
2001-10-08
Alexandre Julliard
Renamed USER_Init into UserClientDllInitialize.
tree
|
commitdiff
2001-10-05
Gerard Patel
Fix sign extension problem in map_wparam_WtoA.
tree
|
commitdiff
2001-10-03
Gerard Patel
Map a window if it is shown by a direct style change.
tree
|
commitdiff
2001-10-02
Alexandre Julliard
Merged mouse buttons states into the key state array.
tree
|
commitdiff
2001-09-24
Alexandre Julliard
A couple of optimizations to avoid some server calls...
tree
|
commitdiff
2001-09-20
Aric Stewart
The behavior for wsprintfA is different that for wsprin...
tree
|
commitdiff
2001-09-19
Alexandre Julliard
Made all 16<->32 HWND conversions use explicit function...
tree
|
commitdiff
2001-09-14
Alexandre Julliard
Make sure that HWND comparisons are always done with...
tree
|
commitdiff
2001-09-12
Alexandre Julliard
Make sure that functions returning an HWND always retur...
tree
|
commitdiff
2001-09-07
Guy L. Albertelli
Enhance SPY_GetMsgName to translate common control...
tree
|
commitdiff
2001-08-24
Alexandre Julliard
Implemented GetAncestor and removed WIN_GetTopParent.
tree
|
commitdiff
2001-08-22
Dmitry Timoshkov
Replaced PROFILE_ functions by RegQueryValueExA.
tree
|
commitdiff
2001-08-22
Eugene Mayevski
Fixed DT_RTLREADING flag interpretation.
tree
|
commitdiff
2001-08-21
Francois Gouget
Documentation updates (mainly thru vs. through).
tree
|
commitdiff
2001-08-18
Alexandre Julliard
Removed a number of direct accesses to the window struc...
tree
|
commitdiff
2001-08-18
Alexandre Julliard
Fixed internal inline function that was declared extern.
tree
|
commitdiff
2001-08-16
Alexandre Julliard
Added names to standard critical sections (suggested...
tree
|
commitdiff
2001-08-13
Alexandre Julliard
Added mappings for a few messages.
tree
|
commitdiff
2001-08-10
Alexandre Julliard
Removed a number of direct accesses to the WND structur...
tree
|
commitdiff
2001-08-09
Eric Pouech
- implemented correctly the HSZ as local atoms and...
tree
|
commitdiff
2001-08-08
Alexandre Julliard
Fixed DrawState16 callback support.
tree
|
commitdiff
2001-08-07
Alexandre Julliard
Rewrote most of SendMessage/PeekMessage.
tree
|
commitdiff
2001-07-26
Alexandre Julliard
Removed a few unnecessary Callouts.
tree
|
commitdiff
2001-07-26
Travis Michielsen
Fully implement DrawTextEx* functions.
tree
|
commitdiff
2001-07-25
Alexandre Julliard
Removed unnecessary inclusion of heap.h.
tree
|
commitdiff
2001-07-24
Alexandre Julliard
Removed HEAP_strdupA.
tree
|
commitdiff
2001-07-24
Mike McCormack
Move 16-bit COMM code to USER dll.
tree
|
commitdiff
2001-07-18
Patrik Stridvall
- Made sure that the files that contains the declarations
tree
|
commitdiff
2001-07-17
Andreas Mohr
Fixed some more overflowing string traces.
tree
|
commitdiff
2001-07-17
Gerard Patel
Fixed unicode warning.
tree
|
commitdiff
2001-07-11
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-07-02
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-06-29
Dmitry Timoshkov
Fix 'make depend' for out of the source tree build.
tree
|
commitdiff
2001-06-29
Alexandre Julliard
Moved ForceWindowRaise to the USER driver and removed...
tree
|
commitdiff
2001-06-25
Jau-Horng Chen
Added Traditional Chinese Support
tree
|
commitdiff
2001-06-25
Alexandre Julliard
Implemented SendInput().
tree
|
commitdiff
2001-06-22
Eric Pouech
Merge from Corel tree. Contributors are:
tree
|
commitdiff
2001-06-21
Ove Kaaven
Make GetCursorPos call XQueryPointer.
tree
|
commitdiff
2001-06-20
Alexandre Julliard
Moved queue paint count to the server. Removed a few...
tree
|
commitdiff
2001-06-20
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2001-06-19
Alexandre Julliard
Moved hardware message queue handling to the server.
tree
|
commitdiff
2001-06-19
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2001-06-14
Dmitry Timoshkov
Move IsCharAlphaA and IsCharAlphaNumericA to user32.
tree
|
commitdiff
2001-06-13
Patrik Stridvall
Documentation ordinal fixes (using winapi_fixup).
tree
|
commitdiff
2001-06-08
Andreas Mohr
Limit output for certain text functions.
tree
|
commitdiff
2001-06-06
Bobby Bingham
Stub implementation of AnimateWindow().
tree
|
commitdiff
2001-06-04
Alexandre Julliard
Create an X window for every window, including children.
tree
|
commitdiff
2001-05-31
Dmitry Timoshkov
List 16-bit resources separately as RC_SRCS16.
tree
|
commitdiff
2001-05-24
Andreas Mohr
Get rid of GetCurrentTime16().
tree
|
commitdiff
2001-05-18
Alexandre Julliard
Moved the major part of message queue and window timer...
tree
|
commitdiff
2001-05-16
Alexandre Julliard
Create an X connection for each thread, and process...
tree
|
commitdiff
2001-05-11
Alexandre Julliard
Create a new window for the top popup menu on every...
tree
|
commitdiff
next