projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added function/enum/structs for power management API.
[wine]
/
windows
/
2005-04-11
Rein Klazes
In ScrollWindowEx, if the window already has an update...
tree
|
commitdiff
2005-03-31
Rein Klazes
If ScrollWindowEx do not use the DCX_USESTYLE to get...
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-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-28
Peter Berg Larsen
Janitorial: Get rid of strncpy/strncpyW.
tree
|
commitdiff
2005-03-27
Ulrich Czekalla
When computing nonclient area take into consideration...
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
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
2005-03-24
Alexandre Julliard
Avoid calling WIN_ListChildren from the graphics drivers.
tree
|
commitdiff
2005-03-24
Alexandre Julliard
Added support for xbuttons.
tree
|
commitdiff
2005-03-24
Alexandre Julliard
Don't maintain a client-side WND structure for the...
tree
|
commitdiff
2005-03-23
Alexandre Julliard
Get rid of the window lock suspend mechanism.
tree
|
commitdiff
2005-03-23
Robert Shearman
- Window styles passed to CreateWindowEx must the same...
tree
|
commitdiff
2005-03-22
Dimitrie O. Paun
Eliminate useless HeapAlloc() casts.
tree
|
commitdiff
2005-03-22
Ulrich Czekalla
Use GetAncestor instead of GetParent.
tree
|
commitdiff
2005-03-22
Dmitry Timoshkov
If an MDI child becomes active restore previously maxim...
tree
|
commitdiff
2005-03-14
Dmitry Timoshkov
Do not release capture before sending WM_NCDESTROY...
tree
|
commitdiff
2005-03-10
Marcus Meissner
Use 512 byte buffer for buffer of LB_GETTEXT and CB_GET...
tree
|
commitdiff
2005-03-10
Alexandre Julliard
Merge the rest of the messaging code into dlls/user...
tree
|
commitdiff
2005-03-10
Alexandre Julliard
Take message filtering into account when updating the...
tree
|
commitdiff
2005-03-09
Alexandre Julliard
Moved SendInput and related functions to the USER drive...
tree
|
commitdiff
2005-03-09
Alexandre Julliard
Remove a trace that's causing too much output.
tree
|
commitdiff
2005-03-09
Krzysztof Foltman
WM_CANCELMODE resets menu flag in the default window...
tree
|
commitdiff
2005-03-09
Alexandre Julliard
Make the SwapMouseButton function and the SPI_SETMOUSEB...
tree
|
commitdiff
2005-03-09
Robert Shearman
Add message spy support for RichEdit20W control.
tree
|
commitdiff
2005-03-08
Alexandre Julliard
Make sure to always pass valid QS_* flags to
tree
|
commitdiff
2005-03-07
Alexandre Julliard
Moved TranslateMessage and DispatchMessage to dlls...
tree
|
commitdiff
2005-03-07
Dmitry Timoshkov
- Call SetCursorPos for an injected mouse message only...
tree
|
commitdiff
2005-03-07
Dmitry Timoshkov
Call ReleaseDC() with correct window handle.
tree
|
commitdiff
2005-03-05
Robert Shearman
WM_USER messages should be dumped in the format "WM_USE...
tree
|
commitdiff
2005-03-02
Dmitry Timoshkov
Ask for an MDI child id in all cases.
tree
|
commitdiff
2005-03-02
Alexandre Julliard
Beginnings of inter-process GetDC support.
tree
|
commitdiff
2005-03-02
Dmitry Timoshkov
Protect SetParent from creating circular window depende...
tree
|
commitdiff
2005-02-26
Jason Edmeades
Make LR_LOADTRANSPARENT work and give transparent images.
tree
|
commitdiff
2005-02-25
Jon Griffiths
Documentation spelling fixes.
tree
|
commitdiff
2005-02-24
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Dmitry...
tree
|
commitdiff
2005-02-22
Rein Klazes
DefWindowProc's WM_NCCALC handler must not subtract...
tree
|
commitdiff
2005-02-22
Alexandre Julliard
DispatchMessage needs to repaint the non-client area...
tree
|
commitdiff
2005-02-22
Jason Edmeades
Make RegisterClassExA check that reserved bytes is...
tree
|
commitdiff
2005-02-18
Dmitry Timoshkov
- Always unlink children before sending WM_NCDESTROY...
tree
|
commitdiff
2005-02-15
Dmitry Timoshkov
- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
tree
|
commitdiff
2005-02-14
Marcus Meissner
Check for overflows with ClrUsed.
tree
|
commitdiff
2005-02-08
Rein Klazes
ScrollWindowEx when called with the SW_ERASE flag does...
tree
|
commitdiff
2005-02-03
Dmitry Timoshkov
Add support for winevent hooks.
tree
|
commitdiff
2005-02-02
Dmitry Timoshkov
Use the idFirstChild specified in the MDIClient's CLIEN...
tree
|
commitdiff
2005-02-01
Alexandre Julliard
Removed the no longer used WIN_SetExStyle function.
tree
|
commitdiff
2005-02-01
Alexandre Julliard
Store the "managed" flag as a window property instead...
tree
|
commitdiff
2005-01-31
Alexandre Julliard
WIN_ListParents no longer needs to be exported, make...
tree
|
commitdiff
2005-01-31
Dimitrie O. Paun
Replace a DPRINTF with TRACE.
tree
|
commitdiff
2005-01-27
Alexandre Julliard
Avoid a few more uses of WIN_FindWndPtr.
tree
|
commitdiff
2005-01-21
Alexandre Julliard
Max tracking size in WM_GETMINMAXINFO should take into...
tree
|
commitdiff
2005-01-21
Alexandre Julliard
Make WIN_SetStyle more thread-safe by specifying the...
tree
|
commitdiff
2005-01-20
Alexandre Julliard
Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
tree
|
commitdiff
2005-01-19
Ulrich Czekalla
Handle case when only height is set to CW_USEDEFAULT.
tree
|
commitdiff
2005-01-19
Vitaly Lipatov
Add FIXME for file with broken counters.
tree
|
commitdiff
2005-01-19
Alexandre Julliard
Removed no longer used WIN_InternalShowOwnedPopups...
tree
|
commitdiff
2005-01-18
Alexandre Julliard
Moved DefWindowProc16 to msg16.c and cleaned up a few...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Get rid of nonclient.h and of the corresponding exporte...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Avoid most references to the internals of the WND struc...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Small optimization in WINPOS_GetWinOffset.
tree
|
commitdiff
2005-01-14
Dmitry Timoshkov
Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREAT...
tree
|
commitdiff
2005-01-12
Alexandre Julliard
Use the exported functions SaveDC/RestoreDC instead...
tree
|
commitdiff
2005-01-11
Jacek Caban
Get rid of W->A calls.
tree
|
commitdiff
2005-01-11
Dmitry Timoshkov
Add more tests for keyboard/menu activation behaviour...
tree
|
commitdiff
2005-01-09
Jacek Caban
Get rid of HEAP_strdupWtoA calls.
tree
|
commitdiff
2005-01-04
Huw Davies
Don't touch the rect if hwnd is invalid.
tree
|
commitdiff
2005-01-04
Alexandre Julliard
Remove the no longer needed DCE_ExcludeRgn function and
tree
|
commitdiff
2005-01-04
Ulrich Czekalla
When loading a bitmap into a dibsection the result...
tree
|
commitdiff
2005-01-04
Aric Stewart
Handle IME messages in the default unicode window proce...
tree
|
commitdiff
2005-01-03
Alexandre Julliard
Use ExitProcess to terminate the process in ExitWindows...
tree
|
commitdiff
2005-01-03
Francois Gouget
- If given the EWX_FORCE flag, ExitWindowsEx() should...
tree
|
commitdiff
2005-01-03
Ulrich Czekalla
Add comment about CLIPBOARD_SetClipboardOwner.
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-22
Russ Andersson
The WM_MOUSEWHEEL message is specified to have absolute...
tree
|
commitdiff
2004-12-21
Ulrich Czekalla
If a dialog with the DS_CONTROL style is not visible...
tree
|
commitdiff
2004-12-14
Thomas Weidenmueller
MessageBoxIndirectA() should check whether the MB_USERI...
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Janitorial: C booleans must not be compared against...
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Merged system metrics support into sysparams.c, and...
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Remove a few no longer needed 16-bit exports from gdi32.
tree
|
commitdiff
2004-12-08
Alexandre Julliard
Moved private USER definitions to a new user_private...
tree
|
commitdiff
2004-12-08
Alexandre Julliard
Moved some more 16-bit USER functions to the correspond...
tree
|
commitdiff
2004-12-08
Alexandre Julliard
Moved palette functions to user_main.c and removed
tree
|
commitdiff
2004-12-07
Alexandre Julliard
Moved update region handling to the server.
tree
|
commitdiff
2004-12-06
Eric Pouech
Another round of const correctness fixes.
tree
|
commitdiff
2004-12-06
Filip Navara
Don't call SetScrollInfo with SB_BOTH bar type.
tree
|
commitdiff
2004-11-30
Ivan Leo Puoti
Implement task modal message boxes.
tree
|
commitdiff
2004-11-30
Jon Griffiths
GetModuleHandleA->GetModuleHandleW.
tree
|
commitdiff
2004-11-29
Alexandre Julliard
Get rid of the client-side window timer structures.
tree
|
commitdiff
2004-11-28
Alexandre Julliard
Take advantage of the new winproc handling to move...
tree
|
commitdiff
2004-11-28
Alexandre Julliard
Fixed is_valid_winproc to avoid being optimized out...
tree
|
commitdiff
2004-11-24
Alexandre Julliard
Changed winproc allocation to be based only on the...
tree
|
commitdiff
2004-11-22
Eric Frias
Fixed KEYLP structure for big endian.
tree
|
commitdiff
2004-11-21
Stefan Leichter
Removed W->A from DEFWND_ImmIsUIMessageW.
tree
|
commitdiff
2004-11-21
Eric Frias
Fixed dialogex resource loading on sparc.
tree
|
commitdiff
2004-11-09
Dmitry Timoshkov
- do not move updown control and buddy if an alignment...
tree
|
commitdiff
next