projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- don't include winreg.h
[wine]
/
dlls
/
user
/
2005-06-20
Rein Klazes
In SCROLL_DrawScrollbar allocate the internal info...
tree
|
commitdiff
2005-06-17
Vitaliy Margolen
Deactivate active window in ShowWindow(,SW_HIDE).
tree
|
commitdiff
2005-06-17
Vitaliy Margolen
ShowOwnedPopups and WM_SHOWWINDOW should handle non...
tree
|
commitdiff
2005-06-17
Dmitry Timoshkov
DdeCreateStringHandleA/W takes a pointer to a const...
tree
|
commitdiff
2005-06-17
Stefan Huehner
Remove some -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-15
Dmitry Timoshkov
Add a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
tree
|
commitdiff
2005-06-15
Robert Shearman
Implement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
tree
|
commitdiff
2005-06-15
Mike McCormack
Fix declarations.
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Moved debugging config options to HKCU\Software\Wine...
tree
|
commitdiff
2005-06-14
Stefan Huehner
Remove include "cursoricon.h" from nonclient.c and...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Use a better location than HKCU\Wine for saving the...
tree
|
commitdiff
2005-06-14
Lauri Tulmin
- EM_CHARFROMPOS should return the closest char (clicki...
tree
|
commitdiff
2005-06-13
Alexandre Julliard
Added magic comments to all Wine-specific registry...
tree
|
commitdiff
2005-06-13
Huw Davies
When loading a bitmap we should stretch the image to...
tree
|
commitdiff
2005-06-09
Lauri Tulmin
Bottom edge of the update region should be relative...
tree
|
commitdiff
2005-06-09
Lauri Tulmin
Add more tests for text placement in single and multili...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
Added a close_handle method to the object operations...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
The desktop of a new thread should be set from the...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
Moved dde files to the main directory and got rid of...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
Moved monitor functions to dlls/user/misc.c and finally...
tree
|
commitdiff
2005-06-09
Alexandre Julliard
Moved windows/driver.c to dlls/user/driver16.c.
tree
|
commitdiff
2005-06-09
Dmitry Timoshkov
Added a couple of CloseHandle calls.
tree
|
commitdiff
2005-06-08
Alexandre Julliard
Beginnings of support for window stations and desktops.
tree
|
commitdiff
2005-06-08
Huw Davies
Read the entire logfont from the registry if it exists.
tree
|
commitdiff
2005-06-07
Dmitry Timoshkov
Add a test for window state when a window receives...
tree
|
commitdiff
2005-06-07
Alexandre Julliard
Still send a message in SetWindowText for the inter...
tree
|
commitdiff
2005-06-05
Lauri Tulmin
Don't truncate text on WM_SETTEXT and send EN_MAXTEXT.
tree
|
commitdiff
2005-06-02
Dmitry Timoshkov
Update internal state only if the message is being...
tree
|
commitdiff
2005-05-31
Jason Edmeades
Added test case for infinite loops on RDW_REDRAWNOW.
tree
|
commitdiff
2005-05-31
Alexandre Julliard
Added a from_child parameter to the get_update_region...
tree
|
commitdiff
2005-05-30
Kouji Sasaki
Corrected the determination of capturing inside EDIT_WM...
tree
|
commitdiff
2005-05-27
Richard Cohen
Fix some obsolete comments
tree
|
commitdiff
2005-05-26
Alexandre Julliard
Don't fetch the window class name if it's not needed...
tree
|
commitdiff
2005-05-25
Alexandre Julliard
Moved functions from windows/user.c to more appropriate...
tree
|
commitdiff
2005-05-25
Alexandre Julliard
Moved a couple of 16-bit functions to dlls/user/user16.c.
tree
|
commitdiff
2005-05-25
Rein Klazes
Use the screen resolution to convert from twips (1440...
tree
|
commitdiff
2005-05-25
Alexandre Julliard
Moved the syscolor functions to dlls/user/sysparams.c.
tree
|
commitdiff
2005-05-24
Vitaly Lipatov
Add BUTTON_NOTIFY_PARENT macro (as in edit.c).
tree
|
commitdiff
2005-05-24
Richard Cohen
Fix off-by-one in menu height calculation (& therefore
tree
|
commitdiff
2005-05-23
Alexandre Julliard
Comment out stub WEP entry points so that we can call...
tree
|
commitdiff
2005-05-19
Dimi Paun
Remove LOCAL_*() calls from USER, use Local*16() instead.
tree
|
commitdiff
2005-05-18
Alexandre Julliard
Removed implementation of LoadDIBIconHandler16 and
tree
|
commitdiff
2005-05-17
Dimi Paun
Use standard Local*16() functions instead of LOCAL_...
tree
|
commitdiff
2005-05-16
Alexandre Julliard
Removed the special casing of kernel32 and ntdll for...
tree
|
commitdiff
2005-05-16
Alexandre Julliard
Avoid referencing stackframe.h from outside kernel32.
tree
|
commitdiff
2005-05-16
Michael Stefaniuc
Add some SystemParametersInfo SPI_* defines.
tree
|
commitdiff
2005-05-14
Paul Vriens
Check for a NULL pointer in GetWindowTextA/W.
tree
|
commitdiff
2005-05-14
Alexandre Julliard
Store the 16-bit stack pointer in the WOW32Reserved...
tree
|
commitdiff
2005-05-13
Alexandre Julliard
Process the pending expose events on RDW_UPDATENOW...
tree
|
commitdiff
2005-05-13
Dmitry Timoshkov
Avoid a crash in free_window_handle() on an invalid...
tree
|
commitdiff
2005-05-11
Alexandre Julliard
Allow passing a string to the window property server...
tree
|
commitdiff
2005-05-11
Alexandre Julliard
Store a bitmap of active hooks on the client side to...
tree
|
commitdiff
2005-05-10
Rein Klazes
Multi column popup menus have 4 pixel space between...
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Treat 0xffff the same as 0 for the handle generation...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-06
Alexandre Julliard
Renamed ttydrv and x11drv to winetty.drv and winex11...
tree
|
commitdiff
2005-05-05
Alexandre Julliard
Don't retrieve a window DC in GetUpdateRect if there...
tree
|
commitdiff
2005-05-05
Rein Klazes
Add 16<->32 bit message mappings for WM_COPYDATA messages.
tree
|
commitdiff
2005-05-04
Ulrich Czekalla
Let the default winproc handle WM_MOUSEACTIVATE.
tree
|
commitdiff
2005-04-28
Mike McCormack
Implemented GetLastInputInfo.
tree
|
commitdiff
2005-04-27
Alexandre Julliard
Moved the USER syslevel to dlls/user/user_main.c.
tree
|
commitdiff
2005-04-27
Alexandre Julliard
Moved remaining messaging definitions to user_private...
tree
|
commitdiff
2005-04-27
Alexandre Julliard
Removed the MESSAGEQUEUE structure, and store the corre...
tree
|
commitdiff
2005-04-26
Alexandre Julliard
Moved some messaging and input functions to message...
tree
|
commitdiff
2005-04-26
Ulrich Czekalla
SetParent should not remove menu from non-child windows.
tree
|
commitdiff
2005-04-26
Huw Davies
The ansi version of CB_ADDSTRING shouldn't overwrite...
tree
|
commitdiff
2005-04-25
Alexandre Julliard
Moved the ScrollWindow and ScrollDC functions to dlls...
tree
|
commitdiff
2005-04-25
Alexandre Julliard
Moved most files from the windows directory to dlls...
tree
|
commitdiff
2005-04-20
Alexandre Julliard
Handle posted internal messages directly in PeekMessage...
tree
|
commitdiff
2005-04-20
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-20
Alexandre Julliard
Allow nested hardware message processing by storing...
tree
|
commitdiff
2005-04-19
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2005-04-19
Jose Alonso
Change the order of DispatchMessage and message removal.
tree
|
commitdiff
2005-04-18
Peter Berg Larsen
Eliminate strncpy. Correct a \0 assingment to the modst...
tree
|
commitdiff
2005-04-18
Peter Berg Larsen
Replace strncpy with memcpy or lstrcpyn.
tree
|
commitdiff
2005-04-14
Robert Shearman
Add a test for a menu problem I found.
tree
|
commitdiff
2005-04-14
Robert Shearman
Recalculate the menu on calling ModifyMenu so that...
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Moved handling of the 55AA pattern brush to syscolor...
tree
|
commitdiff
2005-04-11
Rein Klazes
In ScrollWindowEx, if the window already has an update...
tree
|
commitdiff
2005-03-31
Rein Klazes
Fix some incorrect uses of the ok macro where the resul...
tree
|
commitdiff
2005-03-31
Rein Klazes
If ScrollWindowEx do not use the DCX_USESTYLE to get...
tree
|
commitdiff
2005-03-31
Paul Vriens
Use textlen instead of len.
tree
|
commitdiff
2005-03-30
Dmitry Timoshkov
- Make GetSystemMenu respect CS_NOCLOSE.
tree
|
commitdiff
2005-03-30
Alexandre Julliard
The update region passed in WM_NCPAINT and the clipping...
tree
|
commitdiff
2005-03-30
Alexandre Julliard
Only reset the clip region in GetDC() if a new region...
tree
|
commitdiff
2005-03-30
Uwe Bonnes
Zero out return string in GetMenuStringA/W.
tree
|
commitdiff
2005-03-29
Peter Berg Larsen
Janitorial: Get rid of strncpy/strncpyW.
tree
|
commitdiff
2005-03-29
Alexandre Julliard
Only restore the DC attributes on the next GetDC, and...
tree
|
commitdiff
2005-03-29
Alexandre Julliard
Moved 16-bit string functions to user16.c and kbd16.c.
tree
|
commitdiff
2005-03-29
Alexandre Julliard
Moved rectangle functions to uitools.c and removed...
tree
|
commitdiff
2005-03-29
Rein Klazes
ScrollWindow should call ScrollWindowEx with the SW_ERA...
tree
|
commitdiff
2005-03-29
Alexandre Julliard
Moved 16-bit rectangle functions to user16.c.
tree
|
commitdiff
2005-03-29
Rein Klazes
- GetScrollRange should return an empty range, both...
tree
|
commitdiff
2005-03-25
Ulrich Czekalla
Child windows with the WS_POPUP style are allowed to...
tree
|
commitdiff
2005-03-25
Rein Klazes
ScrollDC and X11DRV_SCROLLDC should scroll only pixels...
tree
|
commitdiff
2005-03-25
Alexandre Julliard
Moved DCE support to the X11 driver.
tree
|
commitdiff
2005-03-25
Ulrich Czekalla
Don't map point to parent's client window because the...
tree
|
commitdiff
2005-03-25
Alexandre Julliard
Replace the link_window request by a set_parent request...
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
next