2003-06-23 |
Mike McCormack | Record SetWorldTransform and ModifyWorldTransform in... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Alexandre Julliard | Added import libs dependency for make install. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Marcelo Duarte | - localization to the Portuguese of Brazil of "programs/*" |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Gregory M.... | - remove unused loop that always iterates once |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Michael Günnewig | - Fixed some signed/unsigned mismatches. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Eric Pouech | Created an empty oleacc DLL. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Jukka Heinonen | Add IRQ acknowledge handler for internal IRQs. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Kusanagi Kouichi | Added ListView_GetItemText macro. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Lionel Ulmer | - some TRACEing fixes |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Oleg Prokhorov | Fixed Russian commdlg localization. Some resource eleme... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Michael Günnewig | - added stubs for GetOpenFileNamePreview{A,W} |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Eric Pouech | Fixed a few bugs in network interface handling (code... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Alexandre Julliard | The server also needs to cope with IMAGE_SCN_CNT_UNINIT... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Eric Pouech | Fixed section mapping in PE loading when both |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Jason Edmeades | SHGetFileInfo should tolerate null pointers. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Kusanagi Kouichi | Store WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
David Hammerton | - implemented support for https protocol |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Alexandre Julliard | Added checks for ICU libraries (based on a patch by... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Alexandre Julliard | Added support for #include in IDL files (based on a... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Robert Shearman | Added typedef for COLORREF. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Lionel Ulmer | Do not use any typedefs in the GL thunks to prevent... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Raphael Junqueira | Added d3d9 headers. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jukka Heinonen | Add int31 VIF manipulation functions. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Eric Pouech | Added a section about using kgdb and ddd to debug wine. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Alexandre Julliard | Release 20030618. wine-20030618 |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Gerald Pfeifer | Include 2003 in the copyright years. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Gerald Pfeifer | #include <windows.h> instead of "windows.h". |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Robert Reif | Fixed a reference counting bug I introduced. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Sylvain Petreolle | Added French translation, finished English translation. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Tom Wickline | Tranlation of English README to Portuguese. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raphael Junqueira | - add IDirectMusicContainer support in |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raphael Junqueira | - dsound and d3d works better when x11drv locks/unlocks... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Mike Hearn | Implement a class factory for the Global Interface... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Gregory M.... | - move macros and constants into cabinet.h where they... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Christian Costa | Allocate necessary dsound buffers for standard audio... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Lionel Ulmer | - rewrote the buffer to buffer fast path using Texture... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Raphael Junqueira | - DInput WideChar classes support. This time all dinput... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Raphael Junqueira | Fix AddDirtyRect uncorrect behavior (crash in some... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Sylvain Petreolle | Display icons of executables in the OpenFile dialog... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Lionel Ulmer | - fix some regressions |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Steven Edwards | Split Win16/32 setupapi device installer support. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Mike Hearn | Stub out SetUrlCacheEntryInfoA/W. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Mike Hearn | - Unbreak vertical trackbars |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Mike Hearn | Add stubs for Control_FillCache_RunDLL ansi/unicode... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Gerald Pfeifer | Unbreak getTcpTable() on Linux-based systems and make... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Mike Hearn | Add the ID of the blocking thread to the error message. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Rok Mandeljc | Updated a bunch of translations for Slovenian language. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Eric Pouech | Implemented: |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Lionel Ulmer | - GL state change optimizations |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Juan Lang | Use iphlpapi to enumerate LAN adapters. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
<mirq@ziemniak... | Correct mode nr passed to X11DRV_XF86VM_SetCurrentMode. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Lionel Ulmer | Fix the FilterGraph CLSID declaration. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Steven Edwards | Split Win16/32 file dialogs. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jukka Heinonen | Remove SIGALRM handler. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jukka Heinonen | Migrate create/open file functions to winedos. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jukka Heinonen | Make DOSVM_Wait work in protected mode. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Lionel Ulmer | Make the header in-line with current ICOM naming conven... |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Alexandre Julliard | Fixed WCCURSES_InitBackend prototype in the no curses... |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Lionel Ulmer | - fixes the COLORFILL case for front-buffer |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Sylvain Petreolle | Trace which real mode interrupt is emulated. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Michael Günnewig | - Fixed end flags while encoding -- only EOI instead... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Gregory M.... | - most of FDICopy is now implemented, although the... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Alexandre Julliard | Removed ordinals that differ between Windows versions. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Jason Edmeades | Fix the texture operations to resolve glitches shown... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Raphael Junqueira | - always use IDirectMusicPerformance8Impl instead of |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Christian Costa | Make dinput8 behaviour more correct for mouse and keyboard. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Christian Costa | Fix matrix multiplication. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Gregory M.... | Fix some uglies. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Sylvain Petreolle | Added Euro and antiquote to the French keyboard layout. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Jason Edmeades | When emulating fullscreen it helps to not allocate... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Francois Gouget | Add stubs for RasDeleteSubEntry* (new in WinMe/WinXP). |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Jason Edmeades | Make the fixed function pipeline support multiple strea... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Steven Edwards | Split Win16/32 color dialog support. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Yorick Hardy | Include time.h instead of sys/time.h. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Lionel Ulmer | Stubbed some interfaces for the FilterGraph CLSID. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Jukka Heinonen | Move get current directory and set current directory... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Gregory M.... | - implement FDI{Create,Destroy,IsCabinet} |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Marcus Meissner | Fixed index handling for multi dimensional arrays. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Tom Wickline | - cosmetic fixes |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Sylvain Petreolle | Show that TCP/IP is installed to windows apps, like... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Eric Pouech | Added support for overlapped ioctl requests (and a... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Eric Pouech | If (n)curses wasn't available at compile time: |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Paul Bain | Put IID_IDirectInputDevice2A back in |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Lionel Ulmer | Be more stringent in the 'Lock' invalid RECT check. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Lionel Ulmer | Upgrade OpenGL thunks with latest version of OpenGL... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Robert Shearman | - Make button text centre correctly when dropdown arrow... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Francois Gouget | Add stubs for some new WinXP APIs. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Francois Gouget | Add a stub for CompareSecurityIds (new in WinXP). |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Lionel Ulmer | Fix the BLT COLOR_FILL case. |
commit | commitdiff | tree | snapshot |
next |