2000-05-18 |
Alexandre Julliard | Francois Boisvert
|
commit | commitdiff | tree |
2000-05-15 |
Alexandre Julliard | Use the correct display for cached metrics file name.
|
commit | commitdiff | tree |
2000-05-15 |
Alexandre Julliard | Make sure all Wine processes share the same X display.
|
commit | commitdiff | tree |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the server...
|
commit | commitdiff | tree |
2000-05-11 |
Alexandre Julliard | Fixed buffer overflow.
|
commit | commitdiff | tree |
2000-05-11 |
Alexandre Julliard | Jean-Claude Batista
|
commit | commitdiff | tree |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us.
|
commit | commitdiff | tree |
2000-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the...
|
commit | commitdiff | tree |
2000-05-09 |
Alexandre Julliard | Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole...
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Do not send WM_SIZING to 16-bit windows.
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation.
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h.
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista (Macadamian/Corel)
|
commit | commitdiff | tree |
2000-05-05 |
Alexandre Julliard | Henning Hoffmann (of Macadamian for Corel)
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Generated again.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | PE_LoadImage: removed version parameter, set last error...
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Store process file name in startup info.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed typo.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Small optimization.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed default thread stack size.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed DrawTextW length handling.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Use exception handling to implement the IsBad* functions.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Setup the initial thread %fs from a constructor.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added DECL_GLOBAL_CONSTRUCTOR macro.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup...
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added ENOEXEC error code.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added atfork support.
|
commit | commitdiff | tree |
2000-04-30 |
Alexandre Julliard | Release 20000430.
|
commit | commitdiff | tree |
2000-04-29 |
Alexandre Julliard | Clear the remainder of the page when mapping a section...
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich...
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Changed imports of winspool to winspool.drv.
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Added libkeyboard.so creation.
|
commit | commitdiff | tree |
2000-04-24 |
Alexandre Julliard | Switched to the X11 license.
|
commit | commitdiff | tree |
2000-04-24 |
Alexandre Julliard | Patrick Yang (Corel)
|
commit | commitdiff | tree |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using...
|
commit | commitdiff | tree |
2000-04-23 |
Alexandre Julliard | Build wineclipsrv as part of the x11drv dll.
|
commit | commitdiff | tree |
2000-04-23 |
Alexandre Julliard | Removed a few inter-dll dependencies.
|
commit | commitdiff | tree |
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 |