2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
tree | commitdiff |
2002-05-01 |
Johan Gill | DirectSoundEnumerateA() now passes a GUID to the callba... |
tree | commitdiff |
2002-05-01 |
Jukka Heinonen | When DOS program executes another DOS program, command... |
tree | commitdiff |
2002-04-30 |
Alexandre Julliard | Moved remaining files in windows/x11drv to dlls/x11drv. |
tree | commitdiff |
2002-04-29 |
Hidenori Takeshima | Removed some code because of MS EULA concerns. |
tree | commitdiff |
2002-04-29 |
Marco Bizzarri | Implemented the TB_REPLACEBITMAP message. |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Stub implementation of SNMPAPI.DLL. |
tree | commitdiff |
2002-04-29 |
Hidenori Takeshima | Reimplemented the asynchronous source filter. |
tree | commitdiff |
2002-04-29 |
Jakob Eriksson | Added unit tests for file functions. |
tree | commitdiff |
2002-04-29 |
Jukka Heinonen | When freeing XMS memory block, return an error if block... |
tree | commitdiff |
2002-04-29 |
Marcus Meissner | Make twain compile again. |
tree | commitdiff |
2002-04-29 |
Marcus Meissner | Fixed StatusBar SetText again, added some comments. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-04-27 |
Martin Wilck | Added unit test for winsock. |
tree | commitdiff |
2002-04-27 |
Martin Wilck | SO_OPENTYPE has to be a per-thread setting. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Added some shdocvw ordinals and stubs. |
tree | commitdiff |
2002-04-27 |
Robert O'Callahan | Fixed bug in TEXT_WordBreak that was variously throwing... |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
tree | commitdiff |
2002-04-25 |
Paul Millar | Fixed minor typo. |
tree | commitdiff |
2002-04-25 |
Mike McCormack | Added support for TransmitCommChar. |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
tree | commitdiff |
2002-04-24 |
Alexandre Julliard | Never activate the window on SW_SHOWNOACTIVATE. |
tree | commitdiff |
2002-04-24 |
Huw D M Davies | Don't check hwndInsertAfter if SWP_NOZORDER is set. |
tree | commitdiff |
2002-04-24 |
Alexandre Julliard | Added support for installing an error callback when... |
tree | commitdiff |
2002-04-24 |
Guy L. Albertelli | - Improve I_IMAGECALLBACK handling and support I_IMAGENONE. |
tree | commitdiff |
2002-04-24 |
Marcelo Welter | Fix to old DCB format parsing. |
tree | commitdiff |
2002-04-24 |
Bill Medland | First regression test for wsprintf. |
tree | commitdiff |
2002-04-23 |
Alexandre Julliard | Load libXrender at run-time with dlopen (based on a... |
tree | commitdiff |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
tree | commitdiff |
2002-04-23 |
Dimitrie O. Paun | Fix WM_NOTIFYFORMAT handling. |
tree | commitdiff |
2002-04-23 |
Dimitrie O. Paun | - implement WM_NOTIFYFORMAT |
tree | commitdiff |
2002-04-22 |
Chuck Crayne | - Recognize "\n" as an alternative soft line break... |
tree | commitdiff |
2002-04-22 |
Eric Pouech | A bit more robust against wave???Open failures. |
tree | commitdiff |
2002-04-22 |
Eric Pouech | Fixed multi-thread access to local variables (mainly... |
tree | commitdiff |
2002-04-22 |
Eric Pouech | Fixed a mismatch in wavein 16/32 mapping. |
tree | commitdiff |
2002-04-22 |
Alexandre Julliard | Removed constants that aren't defined in Windows. |
tree | commitdiff |
2002-04-21 |
Eric Pouech | Added a framework for testing CreateProcess and a few... |
tree | commitdiff |
2002-04-21 |
<wine@gc2.kloepfe... | Faster serial speed cases for non Linux systems. |
tree | commitdiff |
2002-04-21 |
Mike McCormack | Added a simple test set for window classes. |
tree | commitdiff |
2002-04-21 |
Bill Medland | The extension should not be removed from the display... |
tree | commitdiff |
2002-04-20 |
Hidenori Takeshima | Implemented OleIconToCursor. |
tree | commitdiff |
2002-04-20 |
Bill Medland | Correct handling of zero-padded negative numbers; trans... |
tree | commitdiff |
2002-04-20 |
Bill Medland | Get the folder browser to work as well with W notificat... |
tree | commitdiff |
2002-04-20 |
Christian Costa | GET FUNCTIONALITY/STATE INFORMATION: The input paramete... |
tree | commitdiff |
2002-04-19 |
Christian Costa | VGA_ioport_in: Fake the occurrence of the vertical... |
tree | commitdiff |
2002-04-19 |
Hidenori Takeshima | Implemented MJPG handler. |
tree | commitdiff |
2002-04-19 |
Leo van den Berg | Added stubs for AbortSystemShutdown[AW] and PrivilegeCheck. |
tree | commitdiff |
2002-04-19 |
Mehmet Yasar | Now, we are really erasing WS_CAPTION style. |
tree | commitdiff |
2002-04-17 |
Alexandre Julliard | Export a few more 16-bit GDI functions. Finished wineps... |
tree | commitdiff |
2002-04-17 |
Christian Costa | Implement SET INDIVIDUAL DAC REGISTER and SET BLOCK... |
tree | commitdiff |
2002-04-17 |
Mehmet Yasar | Add more check inside SB_SETTEXT and SB_GETTEXT. |
tree | commitdiff |
2002-04-17 |
Dimitrie O. Paun | Complete implementation for DrawStatusText{A,W}. |
tree | commitdiff |
2002-04-17 |
Martin Wilck | _get_sock_fd_type: New function, retrieve fd type and... |
tree | commitdiff |
2002-04-14 |
Alexandre Julliard | Pass a PHYSDEV to EnumDeviceFont and release the GDI... |
tree | commitdiff |
2002-04-14 |
Martin Wilck | - Need a "cleanup" method. |
tree | commitdiff |
2002-04-14 |
Mehmet Yasar | - Clear WS_CAPTION style. |
tree | commitdiff |
2002-04-14 |
Hidenori Takeshima | Fixed some bugs. |
tree | commitdiff |
2002-04-14 |
Guy L. Albertelli | Implement NM_CUSTOMDRAW notification. |
tree | commitdiff |
2002-04-11 |
Hidenori Takeshima | Return error codes in some 16bit ole stubs, returning... |
tree | commitdiff |
2002-04-11 |
Alexandre Julliard | Removed obsolete console driver. |
tree | commitdiff |
2002-04-11 |
Geoffrey Hausheer | Added test for GetFullPathNamesA, GetLongPathNamesA, |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | SIC_GetIconIndex: start DPA_Search from index 0. |
tree | commitdiff |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
tree | commitdiff |
2002-04-11 |
Dimitrie O. Paun | - implement LPSTR_TEXTCALLBACK |
tree | commitdiff |
2002-04-11 |
Jukka Heinonen | Removed obsolete text mode color and attribute code. |
tree | commitdiff |
2002-04-11 |
Marcus Meissner | Implemented PrintDlgW and PageSetupDlgW. |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | LISTVIEW_GetColumnT: care for the format of the string. |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | MCIWndCreateA: check for NULL filename. |
tree | commitdiff |
2002-04-08 |
Mike McCormack | Created a stubbed version of MSISYS.OCX. |
tree | commitdiff |
2002-04-08 |
Dusan Lacko | If we can't extract the icon, defer link creation to... |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Added some stubs. |
tree | commitdiff |
2002-04-08 |
Dimitrie O. Paun | - get rid of parent handle from info struct |
tree | commitdiff |
2002-04-08 |
Dimitrie O. Paun | - fix indentation |
tree | commitdiff |
2002-04-08 |
Gerald Pfeifer | Also #include <sys/uio.h>. |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Added some stubs. |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Added resources for Japanese. |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Fixed crashing in stopping parser. |
tree | commitdiff |
2002-04-08 |
Jukka Heinonen | Converted "read standard input with echo" interrupt... |
tree | commitdiff |
2002-04-08 |
Jukka Heinonen | Writes to stdout and VGA_WriteChars routine now update... |
tree | commitdiff |
2002-04-08 |
Hidenori Takeshima | Fixed an overflow in calculating times. |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps. |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Changed default paper size to letter. |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Added support for ResetDC. |
tree | commitdiff |
2002-04-05 |
Huw D M Davies | Make ExtDeviceMode dialog use unicode property sheet... |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-05 |
Martin Wilck | Make the recv() and send() family of functions use... |
tree | commitdiff |
2002-04-05 |
Stefan Leichter | Check for NULL pointer in DrawTextExA. |
tree | commitdiff |
2002-04-05 |
Dimitrie O. Paun | - fix edit box placement |
tree | commitdiff |
2002-04-05 |
Guy L. Albertelli | - Use the new comctl32 color array for the colors.... |
tree | commitdiff |
2002-04-05 |
Guy L. Albertelli | - Keep track of all system colors used by comctl32... |
tree | commitdiff |
2002-04-05 |
Guy L. Albertelli | Adjust the child offset x value based on band style... |
tree | commitdiff |
2002-04-05 |
Guy L. Albertelli | - Try to match the native control for the SetBkColor... |
tree | commitdiff |
2002-04-04 |
Alexandre Julliard | Fixed compile without freetype. |
tree | commitdiff |
2002-04-03 |
Charles Loep | Support for hiding file extensions in IShellFolder_GetD... |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Check for failure of IShellFolder_GetDisplayNameOf. |
tree | commitdiff |
2002-04-03 |
Francois Gouget | Forward C++ functions to the msvcrt library. |
tree | commitdiff |
2002-04-03 |
Aric Stewart | Use rect only if there are flags. |
tree | commitdiff |
next |