2004-04-29 |
Dmitry Timoshkov | Add a test for creation of a maximized child window. |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Added test for setting focus to an invisible window. |
tree | commitdiff |
2004-04-26 |
Ilya Korniyko | Added Ukrainian translations. |
tree | commitdiff |
2004-04-26 |
Dmitry Timoshkov | Fix the DDE PFNCALLBACK prototype. |
tree | commitdiff |
2004-04-26 |
Dmitry Timoshkov | Call appropriate DefWindowProc in DDE client/server... |
tree | commitdiff |
2004-04-23 |
Dmitry Timoshkov | Fix a bug in ShellExecute which called DdeCreateStringH... |
tree | commitdiff |
2004-04-22 |
Dmitry Timoshkov | Unicode version of DdeCreateStringHandle should ignore... |
tree | commitdiff |
2004-04-21 |
Alexandre Julliard | Preload keyboard.drv when Windows version is Win9x. |
tree | commitdiff |
2004-04-20 |
Dmitry Timoshkov | Add a message test for custom dialog initialization. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-13 |
Dmitry Timoshkov | Add a test for GW_HWNDLAST. |
tree | commitdiff |
2004-04-12 |
Dmitry Timoshkov | Add WM_QUERYNEWPALETTE in appropriate places of the... |
tree | commitdiff |
2004-04-12 |
Dmitry Timoshkov | Add a test case for children Z ordering at window creat... |
tree | commitdiff |
2004-04-08 |
Dmitry Timoshkov | Add WM_SETREDRAW test. |
tree | commitdiff |
2004-04-07 |
Sami Aario | Stubs to prevent taskmgr.exe from crashing or aborting... |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Fixed a couple of header files ordering issues. |
tree | commitdiff |
2004-04-06 |
Dmitry Timoshkov | Make use of the 'defwinproc' flag in the message test. |
tree | commitdiff |
2004-04-06 |
José Manuel Ferrer... | Updated Spanish translations. |
tree | commitdiff |
2004-04-06 |
Sami Aario | Fix return types of GetThreadDesktop and OpenDesktopA. |
tree | commitdiff |
2004-04-02 |
Dmitry Timoshkov | Add new tests for various window creation/positioning... |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the rest of the Tweak look hack. |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
tree | commitdiff |
2004-04-01 |
Raphael Junqueira | Added some stubs. |
tree | commitdiff |
2004-03-27 |
Dmitry Timoshkov | Workaround a msvcrt.realloc bug under Win9x by using... |
tree | commitdiff |
2004-03-26 |
Dmitry Timoshkov | Add a procedure for logging WM_PARENTNOTIFY messages. |
tree | commitdiff |
2004-03-26 |
Dmitry Timoshkov | Make DestroyWindow() not mess with a window focus,... |
tree | commitdiff |
2004-03-26 |
Dmitry Timoshkov | Add 'hook' flag for messages. Add a test for CBT hook... |
tree | commitdiff |
2004-03-25 |
Dmitry Timoshkov | Add 'optional' flag for messages, make the test run... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-19 |
Dmitry Timoshkov | Add a test case which confirms that SetMenu implementat... |
tree | commitdiff |
2004-03-19 |
Alexandre Julliard | Get rid of the registry lookups, rely entirely on the... |
tree | commitdiff |
2004-03-19 |
Justin Chevrier | Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET... |
tree | commitdiff |
2004-03-11 |
Dmitry Timoshkov | Windows truncates windows coordinates at 16 bits when... |
tree | commitdiff |
2004-03-09 |
Bobby Bingham | Stub EnumDesktopsW for now. |
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-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-02-20 |
Dmitry Timoshkov | First step in using faster approach for A<->W message... |
tree | commitdiff |
2004-02-17 |
Alexandre Julliard | Added support for building a dll from a .def file for... |
tree | commitdiff |
2004-02-17 |
Huw Davies | SetMenu should always call SetWindowPos whether the... |
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-06 |
Dmitry Timoshkov | Add a test case and a fix for the window styles state... |
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 | MSDN is wrong: WM_NCACTIVATE takes the same lParam... |
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 |
Uwe Bonnes | Small fix for the WPR_SIGNED case (count the sign). |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-20 |
Dmitry Timoshkov | Merge the MDI and common window creation code. Change... |
tree | commitdiff |
2004-01-18 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-16 |
Francois Gouget | The MSVC headers won't give a name to the nameless... |
tree | commitdiff |
2004-01-16 |
Francois Gouget | We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD... |
tree | commitdiff |
2004-01-12 |
Alexandre Julliard | ScrollDC doesn't need to be in the graphics driver. |
tree | commitdiff |
2004-01-09 |
Ferenc Wagner | Pin down LoadStringA behaviour on different buffer... |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-02 |
Steven Edwards | Split up the Win16/32 MDI support a bit. |
tree | commitdiff |
2004-01-02 |
Ivan Leo Murray... | Completed Italian language support. |
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-31 |
Rein Klazes | IsdialogMessage16 must not process messages that are... |
tree | commitdiff |
2003-12-30 |
Dmitry Timoshkov | Add MDI child creation tests. |
tree | commitdiff |
2003-12-30 |
Vik Kumar | Fixed MS UI Gothic font names. |
tree | commitdiff |
2003-12-13 |
Ge van Geldorp | Pass dtp parameter on from DrawTextExA to DrawTextExW. |
tree | commitdiff |
2003-12-12 |
Alexandre Julliard | Make Char{Lower,Upper}A call Char{Lower,Upper}BuffA. |
tree | commitdiff |
2003-12-12 |
Vik Kumar | Font changes from MS P Gothic to MS UI Gothic. |
tree | commitdiff |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added tests for class style and instance handling. |
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-08 |
Kevin Koltzau | Implemented GetTitleBarInfo. |
tree | commitdiff |
2003-12-08 |
Dimitrie O. Paun | Move content of global.h into the appropriate private... |
tree | commitdiff |
2003-11-26 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2003-11-26 |
Jeff Miller | Mask off bit 0x80 in the accelerator table entry field... |
tree | commitdiff |
2003-11-26 |
Dmitry Timoshkov | Make Alt+[national key] menu shortcuts work. |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Fixed declarations of BroadcastSystemMessage and Transl... |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Removed task.h. |
tree | commitdiff |
2003-11-20 |
Ivan Leo Murray... | Added/updated Italian resources. |
tree | commitdiff |
2003-11-18 |
Dmitry Timoshkov | Make national (hot)keys work in menus. Make menu code... |
tree | commitdiff |
2003-11-18 |
Martin Fuchs | - Move shell window into the background. |
tree | commitdiff |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs. |
tree | commitdiff |
2003-10-31 |
Alexandre Julliard | Use a timeout when sending broadcast messages. |
tree | commitdiff |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
tree | commitdiff |
2003-10-28 |
Rein Klazes | Test WM_KEY* and WM_SYSKEY* messages generated by vario... |
tree | commitdiff |
2003-10-24 |
Alexandre Julliard | Updated some of the generated tests. |
tree | commitdiff |
2003-10-24 |
Dmitry Timoshkov | More tests for window creation parameters. |
tree | commitdiff |
2003-10-15 |
Dmitry Timoshkov | Fix an obvious typo in call_hook_AtoW. |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Use the standard DllMain entry point. |
tree | commitdiff |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
tree | commitdiff |
2003-10-06 |
Vincent Béron | Change resources from last language file used to LANG_N... |
tree | commitdiff |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-04 |
Dimitrie O. Paun | Merge all binary resources for user32 in one file. |
tree | commitdiff |
2003-10-03 |
Dimitrie O. Paun | Extract binary resources to files, to fit the standard. |
tree | commitdiff |
2003-10-02 |
Dimitrie O. Paun | Move the message sequences documented in documentation... |
tree | commitdiff |
2003-10-02 |
Dimitrie O. Paun | Removed obsolete TODO file. |
tree | commitdiff |
2003-09-27 |
Dmitry Timoshkov | Implemented RealGetWindowClass. |
tree | commitdiff |
next |