wine
2003-10-11  Dave BelangerImplementation of underline and strikeout text in xrender.
2003-10-11  Dave BelangerImprovement on the code that deals with setting the...
2003-10-11  Dimitrie O... Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-11  Alexandre JulliardDefine an LDDLL command to link dlls, instead of using...
2003-10-11  Alexandre JulliardWe no longer need to link against ntdll in the Unix...
2003-10-10  Alexandre JulliardMoved the pthread emulation into the main binary so...
2003-10-10  Jon GriffithsDocumentation update.
2003-10-10  Dimitrie O... Have the wrapper load the used DLLs in case the main...
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardFixed importing of dlls with no exports (reported by...
2003-10-10  Alexandre JulliardThe intermediate .tmp.o file is no longer needed.
2003-10-10  Alexandre JulliardUse the standard DllMain entry point.
2003-10-10  Alexandre JulliardLDIMPORTS is no longer needed.
2003-10-10  Alexandre JulliardWe can now use the standard DllMain as entry point.
2003-10-10  Alexandre JulliardLink kernel32 as a normal dll.
2003-10-10  Alexandre JulliardAdded placeholders for wine_pthread_init_process and
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-10  Dave BelangerImplementation of SetTextJustication EMF driver callback.
2003-10-10  Dave BelangerImproved font glyph transformation support in GetGlyphO...
2003-10-10  Alexandre JulliardMake sure we always use the same name for the semaphore...
2003-10-10  Peter Berg... Changed debug channel to "curses" to seperate it from...
2003-10-10  Uwe BonnesAdded test for %n.
2003-10-10  Uwe Bonnes%n returns the number of consumed characters.
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardWe need to initialize the relay debug lists for +snoop...
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-09  Dimitrie O... Remove inexistent dir, add a doc reference from shell32.
2003-10-09  Dimitrie O... Move useful information out of documentation/shell32.
2003-10-09  Mike McCormackStub implementations for some functions related to...
2003-10-09  Mike McCormackHandle quoting on the command line in uninstaller.
2003-10-09  Robert ReifFixed SMPTE time.
2003-10-09  Steven EdwardsBring imagehlp (mostly) inline with the PSDK and Mingw.
2003-10-09  Dave BelangerImproved the bounding box calculation for the EMF drive...
2003-10-09  Alexandre JulliardAdded a few missing exports.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-09  Dave BelangerImplementation of EMF driver OffsetViewportOrg and...
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-09  Dimitrie O... Use docbook2txt to generate the text output instead...
2003-10-09  Peter Berg... Use CONSOLE_RENDERER_NONE_EVENT to compress an event...
2003-10-09  Peter Berg... The Tab key was considered a ctrl-key and Shift-Tab...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Dave BelangerImplementation of SetPixel metarecord.
2003-10-08  Dave BelangerAvoid excessive heap memory reallocation when generatin...
2003-10-08  Alexandre JulliardRemoved useless WINE_TRACE_ON tests.
2003-10-08  Peter Berg... Moved debug output up before calling the backend.
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Pavel RoskinEliminate dependency on SetLastError().
2003-10-08  Francois GougetSome spelling fixes.
2003-10-08  Francois GougetRemove irrelevant (and incomplete) documentation in...
2003-10-08  Alexandre JulliardAuthors: Warren Baird <warren.baird@cimmetry.com>,...
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-08  Alexandre JulliardRemoved creation of loader/ne and win32 directories.
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardRemoved dependency on ntdll_misc.h.
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-08  Warren BairdChanged InternetSetStatusCallback declaration to
2003-10-08  Warren BairdHandle cases where XGetImage or X11DRV_DIB_CreateXImage...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-07  Warren BairdAdded extern "C".
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-10-07  Mike McCormackWhen registering a dll, search the dll's directory...
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-10-07  Uwe Bonnesfget(w)s(): Don't drop characters when buffer is not...
2003-10-07  Uwe Bonnes_write(): Don't fragment WriteFile() for TEXT mode...
2003-10-07  Alexandre JulliardRewrite of the dll file search algorithm to better...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-07  Uwe Bonnes_read(): In _O_TEXT mode make Readfile calls in chunks...
2003-10-07  Dave BelangerSpit out EMR_RESTOREDC metarecords with -1 as argument...
2003-10-07  Jukka HeinonenUse correct pointer when accessing real mode interrupt...
2003-10-07  Jason EdmeadesDXTn stride is to the next block, which is the equivale...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-06  Vincent BéronChange resources from last language file used to LANG_N...
2003-10-06  Uwe BonnesMSVCRT___RTDynamicCast: Reject a NULL cppobj.
2003-10-06  Jon GriffithsImplemented GetCPInfoExA/W.
2003-10-06  Pavel RoskinRead and write binary files in binary mode on Windows.
2003-10-06  Kevin KoltzauAdded missing defines and fixed a few typos.
2003-10-06  Alex PasadynFix buffer length error code for NtQueryInformationToken.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-06  Vincent BéronGet rid of useless comment (empty function header).
2003-10-04  Pavel RoskinConvert resources to standard format without embedded...
2003-10-04  Dave BelangerImproved generation of font signature from freetype...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Dave BelangerFace families are in the top 4 bits of lfPitchAndFamily...
2003-10-04  Dimitrie O... Merge all binary resources for user32 in one file.
2003-10-04  Kevin KoltzauInitial implementation of uxtheme.dll, mostly stubbed...
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-10-04  Pavel RoskinUse a better icon. Comment out the binary resource.
next