2002-04-02 |
Andreas Mohr | Add return traces to GlobalMemoryStatus, GetSystemInfo... |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Load classes.dat too. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Create threads to manage timers instead of using the... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
tree | commitdiff |
2002-02-14 |
Alexandre Julliard | version.h is now in include/wine directory. |
tree | commitdiff |
2002-01-21 |
Francois Gouget | Make the Wine trace facilities accessible from Winelib... |
tree | commitdiff |
2002-01-13 |
Eric Pouech | Changed the Wine internal cdrom interface to the NT... |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-31 |
Chris Green | Get the correct label on iso9660 mixed-mode cds. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Store the 16-bit callback in the timer structure instea... |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Add versions for WinME and WinXP. |
tree | commitdiff |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
tree | commitdiff |
2001-10-23 |
Marcus Meissner | Revert 16bit win95 version back to original value.... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Move WINDEBUGINFO from winbase.h to winbase16.h and... |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Move the ERR_XXX macros from winbase.h to error.c. |
tree | commitdiff |
2001-10-01 |
Andreas Mohr | Speed optimization. |
tree | commitdiff |
2001-08-09 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-07-27 |
Bob Goodwin | Fix the 16bit win95 version. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-27 |
Andreas Mohr | Fix misleading P4 warning message appearing even in... |
tree | commitdiff |
2001-06-22 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-06-22 |
Andreas Mohr | GetSystemInfo() Pentium 4 support. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-14 |
Dmitry Timoshkov | Move IsCharAlphaA and IsCharAlphaNumericA to user32. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-05-24 |
James Juran | Only fail with ERROR_INSUFFICIENT_BUFFER if the structu... |
tree | commitdiff |
2001-05-22 |
Francois Gouget | Use memset rather than bzero. |
tree | commitdiff |
2001-05-09 |
James Juran | Add missing newline to WARN messages. |
tree | commitdiff |
2001-03-23 |
Alexandre Julliard | Cleanup properly on x11drv unloading. |
tree | commitdiff |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-02-13 |
James Abbatiello | Use the Pentium's rdtsc instruction (if available)... |
tree | commitdiff |
2001-02-12 |
Rein Klazes | Added support for the Malayan language. |
tree | commitdiff |
2001-01-26 |
Martin Pilka | Fixed typo which caused the WritetoHomeRegistryFiles... |
tree | commitdiff |
2001-01-25 |
Alexandre Julliard | Fixed typo in HKEY_USERS/.Default creation. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
tree | commitdiff |
2001-01-10 |
Alexandre Julliard | Removed all traces of the --config option. |
tree | commitdiff |
2001-01-09 |
Ryan Cumming | Make CDROM_GetLabel return 0 in the event of failure... |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2001-01-04 |
Alexandre Julliard | Removed obsolete code. |
tree | commitdiff |
2001-01-04 |
Guy L. Albertelli | Reimplemented "relay=" and "snoop=" suboptions. |
tree | commitdiff |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
tree | commitdiff |
2000-12-18 |
Morten Welinder | (parse_options): Allow GNU-like option arguments like |
tree | commitdiff |
2000-12-15 |
Andreas Mohr | Improved usage message. |
tree | commitdiff |
2000-12-15 |
Huw D M Davies | Status of CDROM_AUDIO_INVALID seems to mean the disk... |
tree | commitdiff |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
tree | commitdiff |
2000-12-15 |
Martin Pilka | - registry loading speed up (reduced client <-> server... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Use getpagesize() instead of VIRTUAL_GetPageSize(). |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Got rid of main.h. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-09 |
Andreas Mohr | - README update |
tree | commitdiff |
2000-12-06 |
Michael Veksler | Add basic NLS information needed for Hebrew. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Build the debugger as a .so. |
tree | commitdiff |
2000-12-02 |
Eric Pouech | Fixed bugs when tray was open. |
tree | commitdiff |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of advapi32. |
tree | commitdiff |
2000-11-30 |
Andreas Mohr | Added alias capability to --winver. |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
tree | commitdiff |
2000-11-28 |
Marcus Meissner | linux-2.4.0-test10 now calls 'flags' as 'features'. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Andreas Mohr | Add FloatingPointProcessor empty entry to the registry. |
tree | commitdiff |
2000-11-27 |
Andreas Mohr | - added winver settings nt2k, win30 and win20 (yes... |
tree | commitdiff |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
tree | commitdiff |
2000-11-15 |
Marcus Meissner | RegSetValueEx16 might get passed 0 as count of databyte... |
tree | commitdiff |
2000-11-09 |
Alexandre Julliard | Added __wine_get_main_args to retrieve command-line... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Added new library.h header for libwine definitions. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-31 |
David Elliott | _nt_parse_nk() should not close keys that it does not... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Build ntdll as a real dll, including everything that... |
tree | commitdiff |
2000-10-28 |
Francois Gouget | Return a more plausible value for MinimumApplicationAdd... |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
tree | commitdiff |
2000-10-23 |
Andreas Mohr | Always open/close the CD-ROM device for every Windows... |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
tree | commitdiff |
2000-10-13 |
Mike McCormack | Moved comm.c into kernel32. |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | fixed the win95 registry loader to have somewhat strict... |
tree | commitdiff |
2000-09-18 |
Mike McCormack | - removed redundant functions COMM_Get(Read/Write)Fd |
tree | commitdiff |
2000-09-16 |
Mike McCormack | Implemented SetCommMask, SetCommTimeouts, GetCommMask... |
tree | commitdiff |
next |