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 |
2004-02-12 |
Justin Chevrier | Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING, |
tree | commitdiff |
2004-02-12 |
Bill Medland | Added the automatic tabbing in IsDialogMessage. |
tree | commitdiff |
2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls. |
tree | commitdiff |
2004-02-10 |
Alexandre Julliard | Dynamically retrieve the metrics that depend on the... |
tree | commitdiff |
2004-02-07 |
Alex Pasadyn | Report the mouse wheel as present in the system metrics. |
tree | commitdiff |
2004-02-06 |
Dmitry Timoshkov | Add a test case and a fix for the window styles state... |
tree | commitdiff |
2004-02-05 |
Rein Klazes | Change return code from ExitWindowsEx() (and with that... |
tree | commitdiff |
2004-02-03 |
Dmitry Timoshkov | Make the MDI Window menu refreshing Windows compatible. |
tree | commitdiff |
2004-02-02 |
Dmitry Timoshkov | Test whether an active maximized MDI child is visible. |
tree | commitdiff |
2004-01-28 |
Alexandre Julliard | Fixed 16-bit MDI support (based on a patch by Dmitry... |
tree | commitdiff |
2004-01-28 |
Alexandre Julliard | lpCreateParams should be a SEGPTR in 16-bit code. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Properly translate the message result for WM_GETTEXT... |
tree | commitdiff |
2004-01-27 |
Dmitry Timoshkov | - Add the same protection to MDI_AugmentFrameMenu as... |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-26 |
Yoshiro Takeno | In Windows, the leading byte for multibyte characters... |
tree | commitdiff |
2004-01-26 |
Dmitry Timoshkov | In the WM_MDISETMENU handler use an existing frame... |
tree | commitdiff |
2004-01-23 |
Alexandre Julliard | Moved a few remaining 16-bit definitions out of the... |
tree | commitdiff |
2004-01-21 |
Huw Davies | Add correct treeview structs to message spy. |
tree | commitdiff |
2004-01-21 |
Rein Klazes | In RDW_UpdateRgn(), if hRgn is zero, clear the windows... |
tree | commitdiff |
2004-01-20 |
Dmitry Timoshkov | Merge the MDI and common window creation code. Change... |
tree | commitdiff |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
tree | commitdiff |
2004-01-13 |
Alexandre Julliard | Moved some code around to avoid exporting DIB functions... |
tree | commitdiff |
2004-01-12 |
Alexandre Julliard | ScrollDC doesn't need to be in the graphics driver. |
tree | commitdiff |
2004-01-06 |
Alexandre Julliard | Converted DlgDirList to Unicode. |
tree | commitdiff |
2004-01-06 |
Robert Shearman | Add missing \n on error message. |
tree | commitdiff |
2004-01-02 |
Steven Edwards | Split up the Win16/32 MDI support a bit. |
tree | commitdiff |
2004-01-02 |
Chris Morgan | Make the debug mark printing unconditional instead... |
tree | commitdiff |
2003-12-31 |
Alexandre Julliard | Store window icons in the window structure so that... |
tree | commitdiff |
2003-12-30 |
Dmitry Timoshkov | Add MDI child creation tests. |
tree | commitdiff |
2003-12-30 |
Mike Hearn | Prevent false matches in WIN_FindWindow. |
tree | commitdiff |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | System classes must not have the CS_GLOBALCLASS style. |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
tree | commitdiff |
2003-12-10 |
Andreas Rosenberg | Point size in DLG_TEMPLATE may be negative. |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Made all the RegisterClass and GetClassInfo variants... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added support for inter-process GetWindowWord. |
tree | commitdiff |
2003-12-08 |
Kevin Koltzau | Implemented GetTitleBarInfo. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Get rid of clipboard.h. |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | In RDW_ValidateParent, get rid of the parent update... |
tree | commitdiff |
2003-11-26 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Added support for inter-process GetWindowLong on the... |
tree | commitdiff |
2003-11-26 |
Dmitry Timoshkov | Make Alt+[national key] menu shortcuts work. |
tree | commitdiff |
2003-11-26 |
Kevin Koltzau | Implement the TME_NONCLIENT flag in TrackMouseEvent... |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Fixed declarations of BroadcastSystemMessage and Transl... |
tree | commitdiff |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs. |
tree | commitdiff |
2003-11-09 |
Rein Klazes | If GetNextDlgTabItem() cannot find any next control... |
tree | commitdiff |
2003-11-05 |
Alexandre Julliard | Set %fs and %gs in the register context to their curren... |
tree | commitdiff |
2003-11-03 |
Dmitry Timoshkov | Add common dialog notification messages and WM_SIZE. |
tree | commitdiff |
2003-10-31 |
Alexandre Julliard | Use a timeout when sending broadcast messages. |
tree | commitdiff |
2003-10-28 |
Rein Klazes | Correct the logic that decides whether a WM_SYSKEYUP... |
tree | commitdiff |
2003-10-24 |
Dmitry Timoshkov | Initialize MinMax.ptReserved, use better defaults for... |
tree | commitdiff |
2003-10-21 |
Rein Klazes | Use the extended window style for the previous style... |
tree | commitdiff |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
tree | commitdiff |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-09-27 |
Dmitry Timoshkov | Implemented RealGetWindowClass. |
tree | commitdiff |
2003-09-23 |
Rein Klazes | Fix MDISetMenu in the case it is called before a Window... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
tree | commitdiff |
2003-09-12 |
Kevin Groeneveld | Modify CheckRadioButton function to be more consistent... |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Avoid including stackframe.h if it's not needed. |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
tree | commitdiff |
2003-08-22 |
Dmitry Timoshkov | Protect SystemParametersInfoA(SPI_GETxxx) from NULL... |
tree | commitdiff |
2003-08-20 |
Alexandre Julliard | winnls.h must not include winbase.h. |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-08-12 |
Mike McCormack | Stub implementation of FlashWindowEx. |
tree | commitdiff |
2003-08-05 |
Dmitry Timoshkov | Protect CallWindowProcA/W from NULL pointers. |
tree | commitdiff |
2003-08-05 |
Dmitry Timoshkov | Make GetWindowInfo() work for all windows and return... |
tree | commitdiff |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
tree | commitdiff |
2003-07-18 |
Mike McCormack | Strip WS_CAPTION and WS_SYSMENU for child dialogs. |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Store window procedures in a static array instead of... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Only compute dialog base units once we need them. |
tree | commitdiff |
next |