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 |
2003-09-27 |
Alexandre Julliard | Renamed comm.dll, display.dll, keyboard.dll and mouse... |
tree | commitdiff |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
tree | commitdiff |
2003-09-22 |
Vincent Béron | Yet another batch of French resources updates. |
tree | commitdiff |
2003-09-22 |
Mike McCormack | Always initialize send_message_info.flags. |
tree | commitdiff |
2003-09-15 |
Eric Pouech | - Implemented IsHungAppWindow. |
tree | commitdiff |
2003-09-11 |
Francois Gouget | Modify winetest_ok to only add a trailing '\n' if there... |
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 | Added varargs support for 16-bit entry points. |
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-07 |
Richard Cohen | SystemParametersInfo returning a value for Wallpaper... |
tree | commitdiff |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
tree | commitdiff |
2003-07-24 |
Steven Edwards | Move comm16.c to the 16-bit sources. |
tree | commitdiff |
2003-07-18 |
Mike McCormack | wvsnprint accepts %p too (on win2k). |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context... |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
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 |
2003-07-08 |
Alexandre Julliard | Lookup COM/LPT devices in the registry when they are... |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-06-30 |
Marcelo Duarte | - Localization to Portuguese of Brazil |
tree | commitdiff |
2003-06-30 |
Alexandre Julliard | Replace calls to WaitForMultipleObjects with a 0 count... |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-16 |
Rok Mandeljc | Updated a bunch of translations for Slovenian language. |
tree | commitdiff |
2003-06-07 |
Mike Hearn | Protect WDML_GetConv against null handles. |
tree | commitdiff |
2003-06-04 |
Vitaliy Margolen | DrawTextEx: honor clipping for underscores. |
tree | commitdiff |
2003-06-04 |
Dmitry Timoshkov | Revert some really unwanted changes to the DDE code. |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | Expect multiple DNS_ flags. |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | GetClassInfo returns class atom on success. |
tree | commitdiff |
2003-05-19 |
Alexandre Julliard | Catch broadcast window handles in functions that are... |
tree | commitdiff |
2003-05-19 |
Mike McCormack | Implemented BroadcastSystemMessageW. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Avoid using the MapHModule functions. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
tree | commitdiff |
2003-05-13 |
Robert Shearman | PrivateExtractIcon* should search the path for the... |
tree | commitdiff |
2003-05-13 |
Mike McCormack | Implemented SetMessageExtraInfo. |
tree | commitdiff |
2003-05-13 |
Mike McCormack | Fixed packing/unpacking of WM_WININICHANGE. |
tree | commitdiff |
2003-05-12 |
Alexandre Julliard | Commented out the new win98 exports, they are causing... |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Fix the logic for setting the lps->fErase flag in Begin... |
tree | commitdiff |
2003-05-11 |
Alexandre Julliard | Added A<->W mappings for WM_IME_CHAR. |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Do not abort dialog creation if DS_NOFAILCREATE allows... |
tree | commitdiff |
2003-05-06 |
Dimitrie O. Paun | Make it easy to use something other than wrc to compile... |
tree | commitdiff |
2003-05-04 |
Igor Stepin | Added a lot of Russian translations. |
tree | commitdiff |
2003-05-02 |
Andreas Mohr | Added some stubs. |
tree | commitdiff |
2003-05-02 |
Andreas Mohr | Added missing Win98 user32.dll function exports entries. |
tree | commitdiff |
2003-04-30 |
Dmitry Timoshkov | Protect BeginPaint and EndPaint from lps being NULL. |
tree | commitdiff |
2003-04-26 |
Ferenc Wagner | Added listbox test. |
tree | commitdiff |
2003-04-22 |
Alex Pasadyn | Implemented EnumDisplaySettings* and ChangeDisplaySetti... |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Removed no longer needed uses of LDPATH. |
tree | commitdiff |
2003-04-14 |
Alexandre Julliard | Allow overriding CFLAGS when running configure. Other... |
tree | commitdiff |
2003-04-08 |
Alexandre Julliard | Avoid warning. |
tree | commitdiff |
2003-04-03 |
Vitaliy Margolen | Remove bogus initialization in SetKeyboardState. |
tree | commitdiff |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Added support for specifying an stdcall dll entry point. |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Moved 16-bit dialog routines to a separate dialog16... |
tree | commitdiff |
2003-03-27 |
Dimitrie O. Paun | Remove unused options -a and -C. |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | List 16-bit spec files explicitly to avoid problems... |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | Converted winebuild option parsing to use getopt_long... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
tree | commitdiff |
2003-03-10 |
Vitaliy Margolen | Fixed typo in PrivateExtractIconExW function. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-01-31 |
Bill Medland | Better handling of bad data in TabbedTextOut/TabbedText... |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-21 |
Marcus Meissner | Changed MONITORINFOEXA,W definition to the one in MSDN... |
tree | commitdiff |
2003-01-20 |
Francois Gouget | Check for sysparams keys in either the Win9x or NT... |
tree | commitdiff |
2003-01-16 |
Francois Gouget | Don't use old_spacing-1 if old_spacing already has... |
tree | commitdiff |
2003-01-13 |
Francois Gouget | Update the registry keys of SPI_ICONHORIZONTALSPACING, |
tree | commitdiff |
2003-01-13 |
Robert Shearman | AlignRects stub. |
tree | commitdiff |
2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option. |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the keyboard state in the thread input structure... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the hardware messages in the thread input structu... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-05 |
Francois Gouget | Fix signed/unsigned compilation warnings. |
tree | commitdiff |
2003-01-03 |
Francois Gouget | Win9x does not support {Get,Set}WindowLongW. Use the... |
tree | commitdiff |
2003-01-02 |
Dmitry Timoshkov | Added ctl3d, ctl3dv2 and ctl3d32 API implementations. |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | LPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitr... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | wsprintfW is not supported on Win9x platforms. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Fix a possible memory leak when extracting from an... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests (effectively all tests currently... |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Pass the -J option to wrc to avoid including installed... |
tree | commitdiff |
2002-12-10 |
Rolf Kalbermatter | - Modify ICO_ExtractIconExW to: |
tree | commitdiff |
next |