2000-04-23 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
2000-04-19 |
Alexandre Julliard | Added some missing import directives.
|
commit | commitdiff | tree |
2000-04-19 |
Alexandre Julliard | Removed winmm from import list.
|
commit | commitdiff | tree |
2000-04-19 |
Alexandre Julliard | Use GetProcAddress for mmio* functions to avoid importing...
|
commit | commitdiff | tree |
2000-04-19 |
Alexandre Julliard | Fixed resource loading.
|
commit | commitdiff | tree |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong.
|
commit | commitdiff | tree |
2000-04-16 |
Alexandre Julliard | Removed permission checks in create_key and delete_key...
|
commit | commitdiff | tree |
2000-04-16 |
Alexandre Julliard | Implemented 'walk process' and 'walk threads' commands...
|
commit | commitdiff | tree |
2000-04-16 |
Alexandre Julliard | Implemented thread and (partial) module snapshots,...
|
commit | commitdiff | tree |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client intervention.
|
commit | commitdiff | tree |
2000-04-15 |
Alexandre Julliard | Rewrote command-line parsing of CreateProcessA to be...
|
commit | commitdiff | tree |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer...
|
commit | commitdiff | tree |
2000-04-14 |
Alexandre Julliard | Made server launching somewhat cleaner and faster.
|
commit | commitdiff | tree |
2000-04-14 |
Alexandre Julliard | Added missing winestub dependency.
|
commit | commitdiff | tree |
2000-04-14 |
Alexandre Julliard | Load done event now created by the server.
|
commit | commitdiff | tree |
2000-04-13 |
Alexandre Julliard | Fixed signal stack handling on Linux when sigaltstack...
|
commit | commitdiff | tree |
2000-04-13 |
Alexandre Julliard | Implemented guard pages and stack overflow exceptions.
|
commit | commitdiff | tree |
2000-04-13 |
Alexandre Julliard | Cleanup thread stack allocation. Use a single VirtualAlloc...
|
commit | commitdiff | tree |
2000-04-13 |
Alexandre Julliard | Make sure HKLM\Software\Wine\Wine is a non-volatile...
|
commit | commitdiff | tree |
2000-04-11 |
Alexandre Julliard | Ignore all output files.
|
commit | commitdiff | tree |
2000-04-11 |
Alexandre Julliard | Merged urlmon.dll and wininet.dll from the Corel tree...
|
commit | commitdiff | tree |
2000-04-11 |
Alexandre Julliard | Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThre...
|
commit | commitdiff | tree |
2000-04-09 |
Alexandre Julliard | Removed old resource compiler.
|
commit | commitdiff | tree |
2000-04-09 |
Alexandre Julliard | Create directories that don't contain a Makefile.
|
commit | commitdiff | tree |
2000-04-09 |
Alexandre Julliard | Improved support for Makefiles that need to recurse...
|
commit | commitdiff | tree |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and critical...
|
commit | commitdiff | tree |
2000-04-08 |
Alexandre Julliard | Temporary hack to share handles between processes sharing...
|
commit | commitdiff | tree |
2000-04-08 |
Alexandre Julliard | Added lazy initialization of critical sections, based...
|
commit | commitdiff | tree |
2000-04-06 |
Alexandre Julliard | Do not send a debug event for a thread until the previous...
|
commit | commitdiff | tree |
2000-04-06 |
Alexandre Julliard | Moved SaveOnlyUpdatedKeys to wine.ini.
|
commit | commitdiff | tree |
2000-04-06 |
Alexandre Julliard | Added support for WINEPREFIX environment variable.
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Added a per-drive FailReadOnly flag, and removed the...
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Fixed file descriptor leaks.
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Call PROFILE_GetWineIniBool before starting to fill...
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Increment suspend count before attempting attach in...
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Made request tracing more robust against bogus lengths.
|
commit | commitdiff | tree |
2000-04-04 |
Alexandre Julliard | Michael Abd-El-Malek (Corel)
|
commit | commitdiff | tree |
2000-03-30 |
Alexandre Julliard | Commented out exit() call on ExitProcess for now.
|
commit | commitdiff | tree |
2000-03-30 |
Alexandre Julliard | Set thread start address to 0 on events generated by
|
commit | commitdiff | tree |
2000-03-30 |
Alexandre Julliard | Fixed ttydrv compile when using curses. Cleaned up...
|
commit | commitdiff | tree |
2000-03-28 |
Alexandre Julliard | Fixed memory allocations.
|
commit | commitdiff | tree |
2000-03-28 |
Alexandre Julliard | Put CLONE_FILES back in, it is still breaking too many...
|
commit | commitdiff | tree |
2000-03-28 |
Alexandre Julliard | Merged DDBitmap and physBitmap into the generic bitmap...
|
commit | commitdiff | tree |
2000-03-28 |
Alexandre Julliard | Ignore trailing spaces in DOSFS_ToDosFCBFormat.
|
commit | commitdiff | tree |
2000-03-28 |
Alexandre Julliard | Fixed small bug in WSOCK32_accept
|
commit | commitdiff | tree |
2000-03-26 |
Alexandre Julliard | Release 20000326.
|
commit | commitdiff | tree |
2000-03-26 |
Alexandre Julliard | Fixed error checking in registry saving.
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks.
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | Do not erase local files on uninstall if install dir...
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | Store monitor size and depth in the generic structure.
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | A few simplifications and optimizations in the x11...
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | Link ttydrv and x11drv objects into their respective...
|
commit | commitdiff | tree |
2000-03-25 |
Alexandre Julliard | Added missing keyboard.spec.
|
commit | commitdiff | tree |
2000-03-24 |
Alexandre Julliard | Moved FatalAppExit functions to win32/except.c.
|
commit | commitdiff | tree |
2000-03-24 |
Alexandre Julliard | Moved LoadImage and related functions to cursoricon.c.
|
commit | commitdiff | tree |
2000-03-24 |
Alexandre Julliard | Moved gdi/user thunking functions into their respective...
|
commit | commitdiff | tree |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv...
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Added missing debugtools.h include.
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Hack: always try builtin module before elf or elfdll...
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Moved font resource functions out of the X11 driver.
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Added support for source files stored in subdirectories.
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Added GetDCOrgEx in graphics device interface and removed...
|
commit | commitdiff | tree |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv.
|
commit | commitdiff | tree |
2000-03-18 |
Alexandre Julliard | Misc small cleanups.
|
commit | commitdiff | tree |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside...
|
commit | commitdiff | tree |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver.
|
commit | commitdiff | tree |
2000-03-17 |
Alexandre Julliard | Made ddraw and dinput separate dlls.
|
commit | commitdiff | tree |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever...
|
commit | commitdiff | tree |
2000-03-17 |
Alexandre Julliard | Include space for resources in the module header instead...
|
commit | commitdiff | tree |
2000-03-17 |
Alexandre Julliard | Made MPR a separate dll.
|
commit | commitdiff | tree |
2000-03-15 |
Alexandre Julliard | Michael Abd-El-Malek (on behalf of Corel)
|
commit | commitdiff | tree |
2000-03-15 |
Alexandre Julliard | Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
|
commit | commitdiff | tree |
2000-03-15 |
Alexandre Julliard | Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
|
commit | commitdiff | tree |
2000-03-15 |
Alexandre Julliard | Fixed bug in generate_startup_debug_events().
|
commit | commitdiff | tree |
2000-03-10 |
Alexandre Julliard | Fixed OUTPUT_DEBUG_STRING pointer handling.
|
commit | commitdiff | tree |
2000-03-10 |
Alexandre Julliard | Removed PROCESS_IsCurrent().
|
commit | commitdiff | tree |
2000-03-10 |
Alexandre Julliard | Added specific routines for OUTPUT_DEBUG_STRING and...
|
commit | commitdiff | tree |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and generate...
|
commit | commitdiff | tree |
2000-03-08 |
Alexandre Julliard | Added server protocol version check.
|
commit | commitdiff | tree |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events...
|
commit | commitdiff | tree |
2000-03-08 |
Alexandre Julliard | Generate CREATE_PROCESS/THREAD debug events internally...
|
commit | commitdiff | tree |
2000-03-07 |
Alexandre Julliard | Better implementation of inline functions SetLastError and
|
commit | commitdiff | tree |
2000-03-07 |
Alexandre Julliard | Added DbgBreakPoint. Fixed exception record contents...
|
commit | commitdiff | tree |
2000-03-05 |
Alexandre Julliard | Added support for creating extra symlinks for .so files...
|
commit | commitdiff | tree |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll...
|
commit | commitdiff | tree |
2000-03-04 |
Alexandre Julliard | Fixed error checking in registry saving.
|
commit | commitdiff | tree |
2000-03-04 |
Alexandre Julliard | Lilia Roumiantseva
|
commit | commitdiff | tree |
2000-03-04 |
Alexandre Julliard | Vahid Pourlotfali
|
commit | commitdiff | tree |
2000-02-29 |
Alexandre Julliard | Make profile key a global handle.
|
commit | commitdiff | tree |
2000-02-29 |
Alexandre Julliard | Renamed libwin32s to use the proper dll name (libw32skrnl).
|
commit | commitdiff | tree |
2000-02-29 |
Alexandre Julliard | Murali Pattathe
|
commit | commitdiff | tree |
2000-02-27 |
Alexandre Julliard | Release 20000227.
|
commit | commitdiff | tree |
2000-02-27 |
Alexandre Julliard | oleaut32 should not import functions from olepro32.
|
commit | commitdiff | tree |
2000-02-26 |
Alexandre Julliard | ErrorInfo functions need to be in ole32, not oleaut32.
|
commit | commitdiff | tree |
2000-02-26 |
Alexandre Julliard | More portable CRTDLL_iswctype.
|
commit | commitdiff | tree |
2000-02-26 |
Alexandre Julliard | Don Kelly
|
commit | commitdiff | tree |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions.
|
commit | commitdiff | tree |
2000-02-26 |
Alexandre Julliard | Made winmm a separate shared library.
|
commit | commitdiff | tree |
2000-02-25 |
Alexandre Julliard | Release unused space in debug strings to avoid too...
|
commit | commitdiff | tree |
2000-02-25 |
Alexandre Julliard | Added import of olepro32.
|
commit | commitdiff | tree |