2000-06-03 |
Alexandre Julliard | Removed MSG_WineStartTicks (does not work for multiple... |
tree | commitdiff |
2000-06-03 |
Juergen Schmied | Fixed crash. |
tree | commitdiff |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
tree | commitdiff |
2000-05-30 |
Zoran Dzelajlija | Basic Croatian language support. |
tree | commitdiff |
2000-05-30 |
Alexandre Julliard | Make child processes inherit command-line options throu... |
tree | commitdiff |
2000-05-30 |
Gerald Pfeifer | Fixed warning. |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-26 |
James Juran | DEBUG_ExternalDebugger() needs to be a part of wine... |
tree | commitdiff |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_test. |
tree | commitdiff |
2000-05-14 |
Dimitrie O. Paun | Moved DDEML into dlls/user. |
tree | commitdiff |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the serve... |
tree | commitdiff |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us. |
tree | commitdiff |
2000-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the... |
tree | commitdiff |
2000-05-05 |
Huw D M Davies | Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWA... |
tree | commitdiff |
2000-05-03 |
Bertho Stultiens | Mmap does not fail on zero-length files. |
tree | commitdiff |
2000-04-29 |
Patrik Stridvall | Fixed issues reported by winapi_check. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Small fixes, removed asserts. |
tree | commitdiff |
2000-04-28 |
Rein Klazes | Implement mark and space parity generation. Accept... |
tree | commitdiff |
2000-04-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-04-24 |
Dimitrie O. Paun | Removed the last xmalloc calls. |
tree | commitdiff |
2000-04-23 |
Gerard Patel | Do not initialize dcb in BuildCommDCB[AndTimeouts]. |
tree | commitdiff |
2000-04-16 |
Alexandre Julliard | Implemented thread and (partial) module snapshots,... |
tree | commitdiff |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client interve... |
tree | commitdiff |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
tree | commitdiff |
2000-04-14 |
Marcus Meissner | Do not dereference a ptr we just checked being NULL. |
tree | commitdiff |
2000-04-14 |
Ove Kaaven | Follow symlinks when saving registry. |
tree | commitdiff |
2000-04-13 |
Eric Pouech | Got rid of -debug wine's option (wine now requires... |
tree | commitdiff |
2000-04-06 |
Alexandre Julliard | Moved SaveOnlyUpdatedKeys to wine.ini. |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-04 |
Alexandre Julliard | Added a per-drive FailReadOnly flag, and removed the... |
tree | commitdiff |
2000-04-04 |
Alexandre Julliard | Call PROFILE_GetWineIniBool before starting to fill... |
tree | commitdiff |
2000-04-04 |
Alexandre Julliard | Michael Abd-El-Malek (Corel) |
tree | commitdiff |
2000-03-30 |
Rein Klazes | Added CTS, DSR and RingIndicator states to Window's... |
tree | commitdiff |
2000-03-28 |
Ron Gage | Fixed bug reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-26 |
Uwe Bonnes | Use strerror in debug output. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Store monitor size and depth in the generic structure. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved FatalAppExit functions to win32/except.c. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Misc small cleanups. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside... |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Made MPR a separate dll. |
tree | commitdiff |
2000-03-08 |
Simen Zamecnik | Added Slovak language support. |
tree | commitdiff |
2000-03-08 |
Junichi Kuchinishi | Added some Japanese resources. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-08 |
Hidenori Takeshima | Added a few messages for IME. |
tree | commitdiff |
2000-03-07 |
Huw D M Davies | Implement SPI_GETICONMETRICS. |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Fixed error checking in registry saving. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-25 |
Alexandre Julliard | Release unused space in debug strings to avoid too... |
tree | commitdiff |
2000-02-25 |
Hidenori Takeshima | Fixed CharNextA/CharNextExA for DBCS. |
tree | commitdiff |
2000-02-25 |
James Abbatiello | Misc. fixes for compiler warnings. |
tree | commitdiff |
2000-02-20 |
Alexandre Julliard | Avoid crash on usage message. |
tree | commitdiff |
2000-02-19 |
Alexandre Julliard | Store config file contents in the registry so we only... |
tree | commitdiff |
2000-02-18 |
Hidenori Takeshima | The maximum size of the buffer is 1024 bytes in Win32. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-16 |
Alastair McKinstry | Added support for the following celtic languages: Irish... |
tree | commitdiff |
2000-02-13 |
Juergen Lock | Fixed CDROM_Audio_Seek for non-linux systems. |
tree | commitdiff |
2000-02-13 |
Juergen Lock | VERSION_GetSystemDLLVersion crashed when being called... |
tree | commitdiff |
2000-02-13 |
Juergen Schmied | Reading of ri blocks. |
tree | commitdiff |
2000-02-10 |
Marcus Meissner | Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn... |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Andreas Mohr | - implemented serial numbers for audio CDs and data CDs |
tree | commitdiff |
2000-01-30 |
Juergen Schmied | - fixes, loading of settings per user |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - support for reading labels and serial nums from device |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Bug fix: added temp structure to cope with debug traces... |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Use a per-thread buffer and write(2) for debug traces. |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
tree | commitdiff |
2000-01-23 |
Ove Kaaven | Added -dxgrab command line option, which confines curso... |
tree | commitdiff |
2000-01-23 |
Alexandre Julliard | Moved winsock implementation to dlls/winsock. |
tree | commitdiff |
2000-01-18 |
Alexandre Julliard | Added debugstr_guid function and used it to replace |
tree | commitdiff |
2000-01-17 |
Juergen Schmied | Better error handling, less keys held open. |
tree | commitdiff |
2000-01-15 |
Juergen Schmied | New implementation of the win95 registry loader. |
tree | commitdiff |
2000-01-09 |
Juergen Schmied | - removed copying of HKEY_USERS to HKEY_CURRENT_USER |
tree | commitdiff |
2000-01-09 |
Erez Volk | Added stubs for some BiDi API functions. |
tree | commitdiff |
2000-01-05 |
Marcus Meissner | Some comm clean up, much more error messages, only... |
tree | commitdiff |
2000-01-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-01-01 |
Alexandre Julliard | Fixed potential buffer overflows (spotted by Francois... |
tree | commitdiff |
1999-12-27 |
Alexandre Julliard | Cosmetics. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-26 |
Francois Gouget | debugstr_w now returns something looking like 'L"xxxx... |
tree | commitdiff |
1999-12-25 |
Eric Pouech | Fixed first/last playable frame referencing. |
tree | commitdiff |
1999-12-20 |
Juergen Schmied | NT loader: don't stop loading a hive when an error... |
tree | commitdiff |
1999-12-12 |
Marcus Meissner | Removed 2 useless include winversion.h |
tree | commitdiff |
1999-12-11 |
Juergen Schmied | Added loader for NT registry files. |
tree | commitdiff |
1999-12-11 |
Marcus Meissner | Do not confuse the 0 fill magic of wsprintf with the... |
tree | commitdiff |
1999-12-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-12-05 |
Andreas Mohr | - the OLE version returned was too low |
tree | commitdiff |
next |