Removed a few dependencies on GDI internals from USER dll.
[wine] / scheduler /
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Ove KaavenDOS binary support has been restored.
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-07-15  Andreas MohrExtend the WSOCK32 warning in certain functions to...
2000-07-11  Andreas MohrBetter error message for really clueless newbies.
2000-07-10  Alexandre JulliardLazy initialisation of thread locale.
2000-07-10  Juergen SchmiedMoved setting the locale value to the right position.
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-14  Alexandre JulliardConvertToGlobalHandle: fixed handle leak.
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-08  Ulrich WeigandMake a better guess to find the top of the initial...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-04  Ulrich WeigandMoved stack switch handling (large stack) to sysdeps.c
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-01  Alexandre JulliardMake sure main_exe_name is a DOS filename (thanks to...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-23  Andreas MohrUse WARN() instead of TRACE() in DebugOutputA().
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-05-09  Ove KaavenFixed jump_alias for non-PIC, and disabled it for PIC...
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-03  Alexandre JulliardFixed default thread stack size.
2000-05-01  Alexandre JulliardSetup the initial thread %fs from a constructor.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-05-01  Alexandre JulliardAdded atfork support.
2000-04-29  Eric PouechEnhanced libc's pthread configuration detection.
2000-04-29  Ove KaavenMade pthread_kill_other_threads_np and pthread_atfork...
2000-04-28  Ove KaavenRemoved init_sect. Use Interlocked* functions instead.
2000-04-28  Ove KaavenOverride fork().
2000-04-23  Ove KaavenAdded some more pthread overrides.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-14  Ove KaavenPOSIX threads emulation, tricks glibc into being thread...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-08  Alexandre JulliardTemporary hack to share handles between processes shari...
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-30  Alexandre JulliardCommented out exit() call on ExitProcess for now.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardPut CLONE_FILES back in, it is still breaking too many...
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Andreas MohrAdded FIXME comment for entry point parameter.
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-01-30  Ulrich WeigandMark initial process as 32-bit for WineLib apps.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Alexandre JulliardUse a per-thread buffer and write(2) for debug traces.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-15  Juergen Schmied- added NT fields to TEB
2000-01-04  Alexandre JulliardMoved allocation of the socket pair for a new thread...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-25  Juergen SchmiedNT allocates one page as TEB. Some native NT-dlls are...
1999-12-13  Alexandre JulliardUse waitable timers to implement service thread timers.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-10  Ulrich WeigandBugfix: Show main window if CreateProcess was called...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-05  Ulrich WeigandCall 16-bit instead of 32-bit UserSignalProc entry...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-29  Alexandre JulliardFixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-24  Alexandre JulliardRaise an exception when a critical section wait failed.
1999-11-21  Alexandre JulliardAdded server_call_noerr function that avoids touching...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Alexandre JulliardFixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-13  Alexandre JulliardAdded support for WriteProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
next