2003-06-30 |
Christian Costa | Added some stubs.
|
commit | commitdiff | tree |
2003-06-30 |
Jukka Heinonen | Make timer IRQ handler regular builtin interrupt handler...
|
commit | commitdiff | tree |
2003-06-27 |
Alexandre Julliard | Removed Wine-specific definition from exported header...
|
commit | commitdiff | tree |
2003-06-27 |
Robert Reif | 3D buffer and listener reference counts should be fixed.
|
commit | commitdiff | tree |
2003-06-27 |
Mike Hearn | Store PrintStructures in a window property instead...
|
commit | commitdiff | tree |
2003-06-27 |
Raphael Junqueira | - currently always use sloaw path as fast path have...
|
commit | commitdiff | tree |
2003-06-27 |
Shachar Shemesh | Implementation of the reordering algorithm by calling...
|
commit | commitdiff | tree |
2003-06-27 |
Raphael Junqueira | - huge COM cleanup: only keep dmusic8 version of interfaces...
|
commit | commitdiff | tree |
2003-06-27 |
Gerald Pfeifer | Enable all of DllMain(), even if if not MZ_SUPPORTED.
|
commit | commitdiff | tree |
2003-06-27 |
Stefan Leichter | Added line wrapping for a FIXME.
|
commit | commitdiff | tree |
2003-06-27 |
Sylvain Petreolle | Display the interrupt number in hexadecimal.
|
commit | commitdiff | tree |
2003-06-27 |
Robert Shearman | - Silence the FIXME about constructor/destructor since...
|
commit | commitdiff | tree |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables.
|
commit | commitdiff | tree |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel.
|
commit | commitdiff | tree |
2003-06-27 |
Alexandre Julliard | Make sure to return an error if load_dll fails because...
|
commit | commitdiff | tree |
2003-06-27 |
Troy Rollo | Removed FIXME when loading second exe file.
|
commit | commitdiff | tree |
2003-06-27 |
Alexandre Julliard | Added generation of table of collation keys (based...
|
commit | commitdiff | tree |
2003-06-27 |
Dmitry Timoshkov | Add inclusion of <sys/time.h> needed for struct timeval...
|
commit | commitdiff | tree |
2003-06-27 |
Troy Rollo | Implemented OleDraw.
|
commit | commitdiff | tree |
2003-06-26 |
Alexandre Julliard | Updated to the latest Unicode standard.
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all...
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | Added dbghelp.h header.
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | Added a small test for process exit code retrieval.
|
commit | commitdiff | tree |
2003-06-26 |
Steven Edwards | Remove unneeded calls to LoadLibrary16 and FreeLibrary16.
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
|
commit | commitdiff | tree |
2003-06-24 |
Alexandre Julliard | Map top-level windows when WS_VISIBLE is set, but don...
|
commit | commitdiff | tree |
2003-06-24 |
Alexandre Julliard | Another make install dependency fix.
|
commit | commitdiff | tree |
2003-06-24 |
Eric Pouech | - started implementing ntdll.NtDeviceIoControlFile...
|
commit | commitdiff | tree |
2003-06-24 |
Raphael Junqueira | d3d9 headers are better when they build.
|
commit | commitdiff | tree |
2003-06-24 |
Steven Edwards | More splitting of the Win16/32 internal filedlgproc...
|
commit | commitdiff | tree |
2003-06-24 |
Bill Medland | A little SMB preparatory work:
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | OleCreateFontIndirect(NULL,...) uses the OLE StdFont.
|
commit | commitdiff | tree |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel.
|
commit | commitdiff | tree |
2003-06-24 |
Mike McCormack | Handle CreateMetaFileW(NULL) correctly.
|
commit | commitdiff | tree |
2003-06-24 |
Aric Stewart | ISvItemCm_fnInvokeCommand: added support for "delete...
|
commit | commitdiff | tree |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files...
|
commit | commitdiff | tree |
2003-06-24 |
Rok Mandeljc | Added framework for file loading.
|
commit | commitdiff | tree |
2003-06-24 |
Gerald Pfeifer | Expose part of DOSVM_SendQueuedEvents() also for platforms...
|
commit | commitdiff | tree |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids
|
commit | commitdiff | tree |
2003-06-23 |
Huw Davies | Make sure we update dc->bitsPerPixel.
|
commit | commitdiff | tree |
2003-06-23 |
Alexandre Julliard | Added special case for "display" in DRIVER_GetDriverName...
|
commit | commitdiff | tree |
2003-06-23 |
Huw Davies | Don't enable client side fonts unless we have at least...
|
commit | commitdiff | tree |
2003-06-23 |
Aric Stewart | Simple optimization in EnableWindow.
|
commit | commitdiff | tree |
2003-06-23 |
Dmitry Timoshkov | Dump RDW_ flags in RedrawWindow.
|
commit | commitdiff | tree |
2003-06-23 |
Dmitry Timoshkov | Along with AltGr state save also all possible modifier...
|
commit | commitdiff | tree |
2003-06-23 |
Huw Davies | For PostScript versions < 2.015 we need to explicitly...
|
commit | commitdiff | tree |
2003-06-23 |
Huw Davies | It seems cupsGetDefault returns the system default...
|
commit | commitdiff | tree |
2003-06-23 |
Francois Gouget | Make sure to return an error if the file generation...
|
commit | commitdiff | tree |
2003-06-23 |
Francois Gouget | O_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDevice...
|
commit | commitdiff | tree |
2003-06-23 |
Mike McCormack | Change notification fixes.
|
commit | commitdiff | tree |
2003-06-23 |
Mike McCormack | Record SetWorldTransform and ModifyWorldTransform in...
|
commit | commitdiff | tree |
2003-06-23 |
Alexandre Julliard | Added import libs dependency for make install.
|
commit | commitdiff | tree |
2003-06-23 |
Marcelo Duarte | - localization to the Portuguese of Brazil of "programs/*"
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSection...
|
commit | commitdiff | tree |
2003-06-23 |
Gregory M. Turner | - remove unused loop that always iterates once
|
commit | commitdiff | tree |
2003-06-23 |
Michael Günnewig | - Fixed some signed/unsigned mismatches.
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | Created an empty oleacc DLL.
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with...
|
commit | commitdiff | tree |
2003-06-23 |
Jukka Heinonen | Add IRQ acknowledge handler for internal IRQs.
|
commit | commitdiff | tree |
2003-06-23 |
Kusanagi Kouichi | Added ListView_GetItemText macro.
|
commit | commitdiff | tree |
2003-06-23 |
Lionel Ulmer | - some TRACEing fixes
|
commit | commitdiff | tree |
2003-06-23 |
Oleg Prokhorov | Fixed Russian commdlg localization. Some resource elements...
|
commit | commitdiff | tree |
2003-06-23 |
Michael Günnewig | - added stubs for GetOpenFileNamePreview{A,W}
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | Fixed a few bugs in network interface handling (code...
|
commit | commitdiff | tree |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)...
|
commit | commitdiff | tree |
2003-06-21 |
Alexandre Julliard | The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZ...
|
commit | commitdiff | tree |
2003-06-21 |
Eric Pouech | Fixed section mapping in PE loading when both
|
commit | commitdiff | tree |
2003-06-21 |
Jason Edmeades | SHGetFileInfo should tolerate null pointers.
|
commit | commitdiff | tree |
2003-06-20 |
Kusanagi Kouichi | Store WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format.
|
commit | commitdiff | tree |
2003-06-20 |
David Hammerton | - implemented support for https protocol
|
commit | commitdiff | tree |
2003-06-20 |
Alexandre Julliard | Added checks for ICU libraries (based on a patch by...
|
commit | commitdiff | tree |
2003-06-20 |
Alexandre Julliard | Added support for #include in IDL files (based on a...
|
commit | commitdiff | tree |
2003-06-20 |
Robert Shearman | Added typedef for COLORREF.
|
commit | commitdiff | tree |
2003-06-20 |
Lionel Ulmer | Do not use any typedefs in the GL thunks to prevent...
|
commit | commitdiff | tree |
2003-06-20 |
Raphael Junqueira | Added d3d9 headers.
|
commit | commitdiff | tree |
2003-06-20 |
Jukka Heinonen | Add int31 VIF manipulation functions.
|
commit | commitdiff | tree |
2003-06-20 |
Eric Pouech | Added a section about using kgdb and ddd to debug wine.
|
commit | commitdiff | tree |
2003-06-18 |
Alexandre Julliard | Release 20030618.
|
commit | commitdiff | tree |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compile...
|
commit | commitdiff | tree |
2003-06-18 |
Gerald Pfeifer | Include 2003 in the copyright years.
|
commit | commitdiff | tree |
2003-06-18 |
Gerald Pfeifer | #include <windows.h> instead of "windows.h".
|
commit | commitdiff | tree |
2003-06-18 |
Robert Reif | Fixed a reference counting bug I introduced.
|
commit | commitdiff | tree |
2003-06-18 |
Francois Gouget | Typos/spelling fixes.
|
commit | commitdiff | tree |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now...
|
commit | commitdiff | tree |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions...
|
commit | commitdiff | tree |
2003-06-18 |
Sylvain Petreolle | Added French translation, finished English translation.
|
commit | commitdiff | tree |
2003-06-18 |
Tom Wickline | Tranlation of English README to Portuguese.
|
commit | commitdiff | tree |
2003-06-18 |
Raphael Junqueira | - add IDirectMusicContainer support in
|
commit | commitdiff | tree |
2003-06-18 |
Raphael Junqueira | - dsound and d3d works better when x11drv locks/unlocks...
|
commit | commitdiff | tree |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer...
|
commit | commitdiff | tree |
2003-06-17 |
Mike Hearn | Implement a class factory for the Global Interface...
|
commit | commitdiff | tree |
2003-06-17 |
Gregory M. Turner | - move macros and constants into cabinet.h where they...
|
commit | commitdiff | tree |
2003-06-16 |
Christian Costa | Allocate necessary dsound buffers for standard audio...
|
commit | commitdiff | tree |
2003-06-16 |
Lionel Ulmer | - rewrote the buffer to buffer fast path using Texture...
|
commit | commitdiff | tree |
2003-06-16 |
Raphael Junqueira | - DInput WideChar classes support. This time all dinput...
|
commit | commitdiff | tree |
2003-06-16 |
Raphael Junqueira | Fix AddDirtyRect uncorrect behavior (crash in some...
|
commit | commitdiff | tree |
2003-06-16 |
Sylvain Petreolle | Display icons of executables in the OpenFile dialog...
|
commit | commitdiff | tree |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInfo...
|
commit | commitdiff | tree |
2003-06-16 |
Lionel Ulmer | - fix some regressions
|
commit | commitdiff | tree |
2003-06-16 |
Steven Edwards | Split Win16/32 setupapi device installer support.
|
commit | commitdiff | tree |