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 |
2004-09-01 |
Alexandre Julliard | Moved some window painting functions to uitools.c. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Get rid of the WINE_UNUSED macro. |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Get rid of the non-standard CONV_POINT and CONV_RECT... |
tree | commitdiff |
2004-08-30 |
Alexandre Julliard | Removed struct32.[ch]. |
tree | commitdiff |
2004-08-30 |
Alexandre Julliard | Moved a couple of 16-bit functions to user16.c. |
tree | commitdiff |
2004-08-26 |
Alexandre Julliard | GetUpdateRgn should clip the returned region to the... |
tree | commitdiff |
2004-08-26 |
Alexandre Julliard | Print the Window caption using Unicode calls. |
tree | commitdiff |
2004-08-24 |
Rein Klazes | When there are no pixels to scroll, ScrollWindowEx... |
tree | commitdiff |
2004-08-24 |
Ulrich Czekalla | Set WS_EX_CONTROLPARENT when dialog has DS_CONTROL. |
tree | commitdiff |
2004-08-19 |
Zach Gorman | When searching for the DEFPUSHBUTTON in a dialog, recur... |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Define new propsheet messages. |
tree | commitdiff |
2004-08-14 |
Alexandre Julliard | WM_NEXTDLGCTL should not change the default button... |
tree | commitdiff |
2004-08-13 |
Marcus Meissner | If the current menu handle is already set, do not set... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Get rid of window region on the client side. |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-14 |
Alexandre Julliard | Allocate the dialog info in DIALOG_CreateIndirect if... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | Fixed switch (unsigned int) { case -1 / -2: } problems. |
tree | commitdiff |
2004-07-06 |
Marcus Meissner | Replace lvalue casts of post increments for newer compiler. |
tree | commitdiff |
2004-06-30 |
Dmitry Timoshkov | Do not do SetWindowPos(SWP_FRAMECHANGED) in the |
tree | commitdiff |
2004-06-30 |
Dimitrie O. Paun | Small documentation cleanup. |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-25 |
Dmitry Timoshkov | Add a test case for clipboard functionality and fix... |
tree | commitdiff |
2004-06-23 |
Dmitry Timoshkov | Make sure that both deactivated and activated MDI child... |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Fixed wrong Unicode string syntax in GetMonitorInfoW. |
tree | commitdiff |
2004-06-21 |
Vincent Béron | Replace some more -debugmsg references for WINEDEBUG. |
tree | commitdiff |
2004-06-18 |
Mike Hearn | Add a dedicated debug channel for message boxes which... |
tree | commitdiff |
2004-06-15 |
Ulrich Czekalla | ScrollDC should take into account overlapped windows... |
tree | commitdiff |
2004-06-14 |
Dmitry Timoshkov | Added 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE... |
tree | commitdiff |
2004-06-04 |
Dmitry Timoshkov | Print meaningful message values instead of vague names... |
tree | commitdiff |
2004-06-03 |
Ulrich Czekalla | EnableWindow should not remove the focus of child windows. |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Only allocate even-numbered window handles, MS Project... |
tree | commitdiff |
2004-05-28 |
Dmitry Timoshkov | Add some new message names to the message spy. |
tree | commitdiff |
2004-05-28 |
Dmitry Timoshkov | Add a test for accessing classes from another thread. |
tree | commitdiff |
2004-05-25 |
Dmitry Timoshkov | Do not activate an MDI child if the child is invisible. |
tree | commitdiff |
2004-05-18 |
Alexandre Julliard | Activate another window when the dialog gets hidden... |
tree | commitdiff |
2004-05-18 |
Dmitry Timoshkov | Only child windows receive WM_SHOWWINDOW in DestroyWind... |
tree | commitdiff |
2004-05-11 |
Dmitry Timoshkov | - Add a test for GetWindowInfo, it should not check... |
tree | commitdiff |
2004-05-11 |
Jake Hamby | Several of the registry keys for system colors and... |
tree | commitdiff |
2004-05-10 |
Ulrich Czekalla | Fix clipboard regression. |
tree | commitdiff |
2004-05-07 |
Dmitry Timoshkov | Make WM_GETMINMAXINFO default behaviour more like the... |
tree | commitdiff |
2004-05-06 |
Ulrich Czekalla | Allow applications, under certain conditions, to set... |
tree | commitdiff |
2004-04-27 |
Dmitry Timoshkov | Before removing menu items in the MDI Window menu check... |
tree | commitdiff |
2004-04-26 |
Duane Clark | Add tracing messages to MDI. |
tree | commitdiff |
2004-04-20 |
Santosh Siddheshwar | Allocate DIALOGINFO structure in DefDlgProc instead... |
tree | commitdiff |
2004-04-02 |
Dmitry Timoshkov | Setting WS_VISIBLE style does not require any special... |
tree | commitdiff |
2004-04-02 |
Dmitry Timoshkov | WM_PARENTNOTIFY should not be sent to WS_POPUP windows. |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
tree | commitdiff |
2004-03-26 |
Dmitry Timoshkov | Make DestroyWindow() not mess with a window focus,... |
tree | commitdiff |
2004-03-22 |
Rein Klazes | Correctly size the spi_loaded array prevents overwritin... |
tree | commitdiff |
2004-03-20 |
Dmitry Timoshkov | Change order of EnableWindow/DestroyWindow in the case... |
tree | commitdiff |
2004-03-19 |
Justin Chevrier | Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET... |
tree | commitdiff |
2004-03-17 |
Richard Cohen | FIXME_(win) -> FIXME. |
tree | commitdiff |
2004-03-09 |
Huw Davies | We need to at least refresh the window menu in ChildAct... |
tree | commitdiff |
2004-03-09 |
Huw Davies | Windows always adds a separator to the bottom of the... |
tree | commitdiff |
2004-03-05 |
Robert Shearman | Stub for RegisterDeviceNotificationW. |
tree | commitdiff |
2004-03-04 |
Justin Chevrier | Move implementation of SysParametersInfo from Ascii... |
tree | commitdiff |
2004-02-26 |
Dimitrie O. Paun | Remove the win32 debug channel, misc cleanup of debuggi... |
tree | commitdiff |
2004-02-26 |
Mike Hearn | Add a comment to explain the LockWindowUpdate situation. |
tree | commitdiff |
2004-02-20 |
Dmitry Timoshkov | First step in using faster approach for A<->W message... |
tree | commitdiff |
2004-02-17 |
Huw Davies | SetMenu should always call SetWindowPos whether the... |
tree | commitdiff |
next |