2003-10-22 |
Dave Belanger | Fix EMF driver UpdateBBox routine. The EMF bounding... |
tree | commitdiff |
2003-10-21 |
Dave Belanger | Fix splitpath and wsplitpath for the file extension. |
tree | commitdiff |
2003-10-21 |
Gregory M. Turner | - Remove an erroneous check in NdrSendReceive. |
tree | commitdiff |
2003-10-21 |
Gerald Pfeifer | Remove unused variables EXE, BAT, CMD, and COM. |
tree | commitdiff |
2003-10-21 |
Gerald Pfeifer | Remove unused variable depths[]. |
tree | commitdiff |
2003-10-21 |
Steven Edwards | - Win16/32 cleanup. |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | RegCreateKeyEx{A,W}: state that class string is constant. |
tree | commitdiff |
2003-10-21 |
Maxime Bellengé | Fix TAB_DeleteItem and TAB_DeleteAllItems regressions... |
tree | commitdiff |
2003-10-21 |
Mike McCormack | Don't use free'd pointer in status control - found... |
tree | commitdiff |
2003-10-21 |
Ferenc Wagner | Account for unique NT4 behaviour. |
tree | commitdiff |
2003-10-21 |
Robert Reif | Only return the number of bytes requested. |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Replaced a few more 0xffffffff by the appropriate const... |
tree | commitdiff |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | The imported typelib name must be converted to Unicode. |
tree | commitdiff |
2003-10-16 |
Christian Costa | Add support for all Z buffer depths that are lower... |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Fixed handling of relay and snoop include/exclude lists... |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Print thread id in snoop traces. |
tree | commitdiff |
2003-10-16 |
Alex Pasadyn | - Added support for XRandR extension. |
tree | commitdiff |
2003-10-16 |
Steven Edwards | - Split Win16/32 file dialogs. |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Fixed cut&paste error. |
tree | commitdiff |
2003-10-15 |
Adam Gundy | Only send TVN_ITEMEXPANDING for items marked as having... |
tree | commitdiff |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Implemented FoldStringW. |
tree | commitdiff |
2003-10-15 |
Marcus Meissner | Specify fourcc codes for encodings directly, instead... |
tree | commitdiff |
2003-10-15 |
Dmitry Timoshkov | Fix an obvious typo in call_hook_AtoW. |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Add resources for boolean strings in several languages. |
tree | commitdiff |
2003-10-15 |
Dimitrie O. Paun | Merge win.ini/[mci extensions] into the registry. |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead. |
tree | commitdiff |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Rewrote splitpath and wsplitpath to avoid modifying... |
tree | commitdiff |
2003-10-15 |
Dave Belanger | Improved selection of freetype face charmap. |
tree | commitdiff |
2003-10-15 |
Dave Belanger | Implemented BitBlt, StretchBlt and SetDIBitsToDevice... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Moved the 16-bit storage interfaces out of the exported... |
tree | commitdiff |
2003-10-14 |
Maxime Bellengé | - Implemented HEADER_SetBitmapMargin and HEADER_GetBitm... |
tree | commitdiff |
2003-10-14 |
Maxime Bellengé | Only redraw the necessary area of the tab component... |
tree | commitdiff |
2003-10-14 |
Gerald Pfeifer | Remove unused variables mdays, months, days, and DateStyle. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fix Finnish keyboard layout to better match the XFree86... |
tree | commitdiff |
2003-10-14 |
Mike McCormack | Pass the correct lparam when calling PageDlgProcA's... |
tree | commitdiff |
2003-10-14 |
Michael Günnewig | Fixed usage of GlobaReAlloc. |
tree | commitdiff |
2003-10-14 |
Robert Reif | Free should not happen when still playing. |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Moved codepage functions to dlls/kernel. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-14 |
Jukka Heinonen | Remove races from DPMI async event handling. |
tree | commitdiff |
2003-10-14 |
Gerald Pfeifer | Fix function pointer variable declaration in __wine_pro... |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Small fix in sound flushing code. |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Added check for pthread.h (reported by Steven Edwards). |
tree | commitdiff |
2003-10-14 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fix some cases when 'keysym' might be left uninitialized. |
tree | commitdiff |
2003-10-14 |
Daniel Marmier | ALSA_WaveInit: repaired device name. |
tree | commitdiff |
2003-10-14 |
Christian Costa | Add necessary AddRef/Release stuff to {Set/Get}CurrentV... |
tree | commitdiff |
2003-10-14 |
Vitaliy Margolen | Fix setting size of tab control. |
tree | commitdiff |
2003-10-11 |
Alexandre Julliard | Update __wine_main_argc after option processing. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Fix some instances of memory allocation through HeapReA... |
tree | commitdiff |
2003-10-11 |
Dave Belanger | Implementation of underline and strikeout text in xrender. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-11 |
Alexandre Julliard | Define an LDDLL command to link dlls, instead of using... |
tree | commitdiff |
2003-10-11 |
Alexandre Julliard | We no longer need to link against ntdll in the Unix... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Moved the pthread emulation into the main binary so... |
tree | commitdiff |
2003-10-10 |
Jon Griffiths | Documentation update. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Fixed importing of dlls with no exports (reported by... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | The intermediate .tmp.o file is no longer needed. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Use the standard DllMain entry point. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | LDIMPORTS is no longer needed. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | We can now use the standard DllMain as entry point. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Link kernel32 as a normal dll. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
tree | commitdiff |
2003-10-10 |
Dave Belanger | Implementation of SetTextJustication EMF driver callback. |
tree | commitdiff |
2003-10-10 |
Dave Belanger | Improved font glyph transformation support in GetGlyphO... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Make sure we always use the same name for the semaphore... |
tree | commitdiff |
2003-10-10 |
Uwe Bonnes | Added test for %n. |
tree | commitdiff |
2003-10-10 |
Uwe Bonnes | %n returns the number of consumed characters. |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Use the Rtl bitmap functions to implement Tls allocation. |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | We need to initialize the relay debug lists for +snoop... |
tree | commitdiff |
2003-10-09 |
Oleg Prokhorov | Avoid HeapReAlloc of a NULL pointer. |
tree | commitdiff |
2003-10-09 |
Dimitrie O. Paun | Move useful information out of documentation/shell32. |
tree | commitdiff |
2003-10-09 |
Mike McCormack | Stub implementations for some functions related to... |
tree | commitdiff |
2003-10-09 |
Robert Reif | Fixed SMPTE time. |
tree | commitdiff |
2003-10-09 |
Steven Edwards | Bring imagehlp (mostly) inline with the PSDK and Mingw. |
tree | commitdiff |
2003-10-09 |
Dave Belanger | Improved the bounding box calculation for the EMF drive... |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Added a few missing exports. |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Moved the constructor for the initial TEB to ntdll... |
tree | commitdiff |
2003-10-09 |
Dave Belanger | Implementation of EMF driver OffsetViewportOrg and... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Duplicate parts of the relay debugging init code into... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Moved build_command_line back to kernel and make it... |
tree | commitdiff |
2003-10-08 |
Robert Reif | Make capture more reliable by submitting all buffers... |
tree | commitdiff |
2003-10-08 |
Pavel Roskin | Include ntdll_misc.h to get the GetCurrentProcess/Threa... |
tree | commitdiff |
2003-10-08 |
Dave Belanger | Implementation of SetPixel metarecord. |
tree | commitdiff |
2003-10-08 |
Dave Belanger | Avoid excessive heap memory reallocation when generatin... |
tree | commitdiff |
2003-10-08 |
Pavel Roskin | Include ntdll_misc.h to get the GetCurrentProcess/Threa... |
tree | commitdiff |
2003-10-08 |
Pavel Roskin | Eliminate dependency on SetLastError(). |
tree | commitdiff |
2003-10-08 |
Francois Gouget | Some spelling fixes. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Authors: Warren Baird <warren.baird@cimmetry.com>,... |
tree | commitdiff |
2003-10-08 |
Mike McCormack | Don't share some protected mode interrupts in winedos. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Moved a few more functions to the dlls/kernel directory. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Link all remaining files that contain kernel APIs into... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so... |
tree | commitdiff |
next |