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 |
2004-11-08 |
William Poetra Yoga H | Fix the size and position of the system menu icon on... |
tree | commitdiff |
2004-11-03 |
Ivan Leo Puoti | Proper implementation of sysmodal message boxes. |
tree | commitdiff |
2004-11-01 |
Mike McCormack | Start the reboot process in ExitWindowsEx. |
tree | commitdiff |
2004-11-01 |
William Poetra Yoga H | Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system... |
tree | commitdiff |
2004-10-30 |
Alexandre Julliard | Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will... |
tree | commitdiff |
2004-10-29 |
Mike McCormack | Kill all wine processes when doing ExitWindowsEx. |
tree | commitdiff |
2004-10-22 |
Alexandre Julliard | Removed wrong FIXME for MB_APPLMODAL (reported by Ivan... |
tree | commitdiff |
2004-10-19 |
Robert Shearman | Windows with WS_EX_TOOLWINDOW style should not have... |
tree | commitdiff |
2004-10-18 |
Dmitry Timoshkov | Protect USER32 against early graphics driver unloading. |
tree | commitdiff |
2004-10-14 |
Ivan Leo Puoti | Implement action 83 in SystemParametersInfo(). |
tree | commitdiff |
2004-10-11 |
Dmitry Timoshkov | - WM_MDISETMENU handler should update new frame menu... |
tree | commitdiff |
2004-10-11 |
Dimitrie O. Paun | Unicodify DIALOG_DlgDirSelect. Use SendMessageW wheneve... |
tree | commitdiff |
2004-10-08 |
Dmitry Timoshkov | Properly handle the case when last MDI child is being... |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Only send WM_PAINTICON and WM_ICONERASEBKGND to 16... |
tree | commitdiff |
2004-10-06 |
Dmitry Timoshkov | Make message spy thread safe. |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Add a test case for accelerators, make the test pass... |
tree | commitdiff |
2004-10-05 |
Alexandre Julliard | Prevent DispatchMessage from dispatching a message... |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | If there no MDI child to activate set hwndActiveChild... |
tree | commitdiff |
2004-09-28 |
Michael Kaufmann | DIB_FixColorsToLoadflags: Support bitmaps with a BITMAP... |
tree | commitdiff |
2004-09-25 |
Robert Shearman | Check in client area before caption area, because the... |
tree | commitdiff |
2004-09-24 |
Hajime Segawa | Added StatusFontSize and MessageFontSize entries in... |
tree | commitdiff |
2004-09-22 |
Robert Shearman | GetWindowLong -> GetWindowLongPtr. |
tree | commitdiff |
2004-09-21 |
Dmitry Timoshkov | Fix WM_MDIREFRESHMENU for the case when separator is... |
tree | commitdiff |
2004-09-21 |
Dmitry Timoshkov | Make message flow for MDI creation/activation/destructi... |
tree | commitdiff |
2004-09-20 |
Dmitry Timoshkov | Make menu code cope with WM_SYSKEY*/WM_SYSCHAR messages. |
tree | commitdiff |
2004-09-20 |
Michael Kaufmann | Fix a regression caused by an earlier patch for CreateD... |
tree | commitdiff |
2004-09-17 |
Alexandre Julliard | Don't bother to return partial region data in get_windo... |
tree | commitdiff |
2004-09-15 |
Dimitrie O. Paun | Use the W version of the function were we can. |
tree | commitdiff |
2004-09-14 |
Steven Edwards | Added stub for SwitchDesktop. |
tree | commitdiff |
2004-09-13 |
Jon Griffiths | CreateDCA -> CreateDCW |
tree | commitdiff |
2004-09-13 |
Alexandre Julliard | Authors: Michael Kaufmann <hallo@michael-kaufmann.ch... |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Add support for HCBT_SYSCOMMAND hook, add logging for... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | The initial dialog focus should be established by the... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | Modal dialogs should not be shown via ShowWindow until... |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Get rid of the WIN_SetRectangles export from user32. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Moved keyboard.c to dlls/user/kbd16.c. |
tree | commitdiff |
next |