2004-02-13 |
Alexandre Julliard | Get rid of a few more references to the DC structure.
|
commit | commitdiff | tree |
2004-02-13 |
Alex Pasadyn | Update the desktop window size and send WM_DISPLAYCHANGE...
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | We don't really need subdirectories in dlls/dinput.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Moved remaining files from graphics/ to dlls/gdi.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Added version scripts for libwine and libwine_unicode.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | A 0.9 release in 2003 seems unlikely at this point...
|
commit | commitdiff | tree |
2004-02-12 |
Justin Chevrier | Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
|
commit | commitdiff | tree |
2004-02-12 |
Steven Edwards | Windows porting fix - Define O_NONBLOCK if not defined.
|
commit | commitdiff | tree |
2004-02-12 |
Huw Davies | Fix a TRACE.
|
commit | commitdiff | tree |
2004-02-12 |
Huw Davies | GetCharABCWidths returns the widths of unrotated glyphs...
|
commit | commitdiff | tree |
2004-02-12 |
Huw Davies | Bracket code inserted by the PASSTHROUGH escapes by
|
commit | commitdiff | tree |
2004-02-12 |
Huw Davies | Make sure that the font ppem is always positive. Thanks...
|
commit | commitdiff | tree |
2004-02-12 |
Dmitry Timoshkov | Do not leave not initialized fields in the structure...
|
commit | commitdiff | tree |
2004-02-12 |
Dmitry Timoshkov | Translate the returned hInstApp from the unicode worker...
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Authors: David Hammerton <david@transgaming.com>, Mike...
|
commit | commitdiff | tree |
2004-02-12 |
Robert Shearman | - Added My Computer.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Moved some code out of the graphics/ directory into...
|
commit | commitdiff | tree |
2004-02-12 |
Bill Medland | Added the automatic tabbing in IsDialogMessage.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Get rid of the flatthunk.h header.
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls.
|
commit | commitdiff | tree |
2004-02-12 |
Ove Kaaven | Don't add imported constructs to any typelib output...
|
commit | commitdiff | tree |
2004-02-12 |
Alexandre Julliard | Store the kernel32 module handle globally to avoid...
|
commit | commitdiff | tree |
2004-02-11 |
Alexandre Julliard | Better fix for the thread exit race on pthreads.
|
commit | commitdiff | tree |
2004-02-11 |
Dimitrie O. Paun | Document four new dlls: dswave, iccvid, msvcrt40, and...
|
commit | commitdiff | tree |
2004-02-11 |
Ove Kaaven | Parse the [input_sync] attribute.
|
commit | commitdiff | tree |
2004-02-11 |
Dmitry Timoshkov | There is no point in specifying both MEM_RESERVE and...
|
commit | commitdiff | tree |
2004-02-11 |
Dmitry Timoshkov | AFMT_AC3 might be not defined in the system headers.
|
commit | commitdiff | tree |
2004-02-11 |
Dmitry Timoshkov | Avoid double checking free type flags in NtFreeVirtualMemory.
|
commit | commitdiff | tree |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a structure...
|
commit | commitdiff | tree |
2004-02-11 |
Alexandre Julliard | Don't request PROT_EXEC permissions when mapping an...
|
commit | commitdiff | tree |
2004-02-11 |
Alexandre Julliard | Moved some more definitions out of undocshell.h into...
|
commit | commitdiff | tree |
2004-02-11 |
Huw Davies | Only redraw button in PressButton and Indeterminate...
|
commit | commitdiff | tree |
2004-02-11 |
Alexandre Julliard | Don't depend on the name of the main binary, always...
|
commit | commitdiff | tree |
2004-02-11 |
Martin Fuchs | - move some PIDL function declarations from undocshell...
|
commit | commitdiff | tree |
2004-02-11 |
Huw Davies | Honour TB_SETMAXTEXTROWS.
|
commit | commitdiff | tree |
2004-02-10 |
Steven Edwards | Porting Fixes for Mingw/MSVC.
|
commit | commitdiff | tree |
2004-02-10 |
Francois Gouget | Remove the winetest_ok() hack that adds a trailing...
|
commit | commitdiff | tree |
2004-02-10 |
Ge van Geldorp | Set upper-left corner of destination to (0, 0), using
|
commit | commitdiff | tree |
2004-02-10 |
Ulrich Czekalla | Add support for BTNS_WHOLEDROPDOWN.
|
commit | commitdiff | tree |
2004-02-10 |
Huw Davies | Add the F_NOTIFY defines if we're compiling with linux...
|
commit | commitdiff | tree |
2004-02-10 |
Dmitry Timoshkov | Add GetProcessHeaps() prototype.
|
commit | commitdiff | tree |
2004-02-10 |
Dmitry Timoshkov | Fix a couple of copy/paste errors.
|
commit | commitdiff | tree |
2004-02-10 |
Mike McCormack | Use GetFullPathName to convert unix path names to DOS...
|
commit | commitdiff | tree |
2004-02-10 |
Alastair Bridgewater | Support for a small handful more return value/argument...
|
commit | commitdiff | tree |
2004-02-10 |
Alexandre Julliard | Dynamically retrieve the metrics that depend on the...
|
commit | commitdiff | tree |
2004-02-10 |
Alastair Bridgewater | Fixes and support for TypeInfo alignment values.
|
commit | commitdiff | tree |
2004-02-10 |
Jon Griffiths | Test StrRetToBSTR.
|
commit | commitdiff | tree |
2004-02-10 |
Jon Griffiths | Add some missing prototypes, fix AssocIsDangerous.
|
commit | commitdiff | tree |
2004-02-10 |
Jon Griffiths | Tests for StrRetToStrAW.
|
commit | commitdiff | tree |
2004-02-10 |
Jon Griffiths | StrRetToStrN returns BOOL and shouldn't crash on NULL...
|
commit | commitdiff | tree |
2004-02-10 |
Robert Shearman | - CoSetState info should be thread local.
|
commit | commitdiff | tree |
2004-02-10 |
Leonardo Quijano... | Fixed Latin American keyboard.
|
commit | commitdiff | tree |
2004-02-10 |
Alastair Bridgewater | Stubbed-out implementation of the ITypeLib interface.
|
commit | commitdiff | tree |
2004-02-10 |
Dmitry Timoshkov | Add partial support for some undocumented toolbar messages.
|
commit | commitdiff | tree |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes.
|
commit | commitdiff | tree |
2004-02-09 |
Alexandre Julliard | Fixed TrackPopupMenu return value (based on a patch...
|
commit | commitdiff | tree |
2004-02-09 |
Lionel Ulmer | Better TRACEing in some functions.
|
commit | commitdiff | tree |
2004-02-09 |
Alastair Bridgewater | Preliminary support for ICreateTypeInfo::AddImplType().
|
commit | commitdiff | tree |
2004-02-09 |
Huw Davies | TB_ADDBUTTONS can pass a string ptr instead of an index.
|
commit | commitdiff | tree |
2004-02-09 |
Lionel Ulmer | Implemented proper asynchronous InternetOpenUrl handling.
|
commit | commitdiff | tree |
2004-02-09 |
Alastair Bridgewater | Preliminary support for recording custom data in a...
|
commit | commitdiff | tree |
2004-02-09 |
Alexandre Julliard | libwine_uuid has been renamed to libuuid.
|
commit | commitdiff | tree |
2004-02-09 |
Pofis | Don't print FIXME for FILE_ATTRIBUTE_TEMPORARY.
|
commit | commitdiff | tree |
2004-02-09 |
Alexandre Julliard | Workaround for broken artsc-config script (based on...
|
commit | commitdiff | tree |
2004-02-09 |
Huw Davies | Use the BTNS_* toolbar button style defines rather...
|
commit | commitdiff | tree |
2004-02-09 |
Robert Shearman | Fix proc name reported in delay load failure.
|
commit | commitdiff | tree |
2004-02-09 |
Dmitry Timoshkov | Add a test case for Virtual* APIs, fix a few bugs discovered...
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | Declare some SetupDi functions and related constants.
|
commit | commitdiff | tree |
2004-02-09 |
Hannu Valtonen | Remove some useless comments and rearrange the GUI...
|
commit | commitdiff | tree |
2004-02-09 |
Mike McCormack | Fix the bounds checking in SHGetPathFromIDListA/W.
|
commit | commitdiff | tree |
2004-02-09 |
Lionel Ulmer | Report real handles to the application, not Wine internal...
|
commit | commitdiff | tree |
2004-02-09 |
Robert Reif | Fixed a problem on BSD.
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | Remove dead comment.
|
commit | commitdiff | tree |
2004-02-09 |
Alfons Hoogervorst | Fix infinite loop in _flushall.
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | #ifdef guard the declaration of type IID to be compatible...
|
commit | commitdiff | tree |
2004-02-09 |
Alastair Bridgewater | Support for recording the SYSKIND of the type library.
|
commit | commitdiff | tree |
2004-02-09 |
Dmitry Timoshkov | Allow compilation with MSVC.
|
commit | commitdiff | tree |
2004-02-09 |
Jon Griffiths | Documentation fixes.
|
commit | commitdiff | tree |
2004-02-09 |
Jon Griffiths | Thai language translation.
|
commit | commitdiff | tree |
2004-02-09 |
Jon Griffiths | Use Unicode calls instead of ASCII where applicable.
|
commit | commitdiff | tree |
2004-02-09 |
Jon Griffiths | Allow API-doc generation for non WINAPI calls (e.g...
|
commit | commitdiff | tree |
2004-02-09 |
Jon Griffiths | Define empty rules for documentation generation.
|
commit | commitdiff | tree |
2004-02-07 |
Alexandre Julliard | Added memchrW and memrchrW to the exported Unicode...
|
commit | commitdiff | tree |
2004-02-07 |
Alexandre Julliard | Added missing parameter check in SetLocaleInfoA revealed...
|
commit | commitdiff | tree |
2004-02-07 |
Robert Shearman | - Use Win32 instead of Unix file functions.
|
commit | commitdiff | tree |
2004-02-07 |
Lionel Ulmer | Beginning of infrastructure to support WGL extensions.
|
commit | commitdiff | tree |
2004-02-07 |
Michael Stefaniuc | Update doc about cross-compiling of the Wine tests.
|
commit | commitdiff | tree |
2004-02-07 |
Bill Medland | Correct GetNumberFormat for negative numbers with e...
|
commit | commitdiff | tree |
2004-02-07 |
Alex Pasadyn | Report the mouse wheel as present in the system metrics.
|
commit | commitdiff | tree |
2004-02-07 |
Huw Davies | Add a missing return.
|
commit | commitdiff | tree |
2004-02-07 |
Troy Rollo | Added documentation for DocFiles, based on the CorVu...
|
commit | commitdiff | tree |
2004-02-07 |
Alexandre Julliard | Get pointer to CreateFileW earlier on during startup.
|
commit | commitdiff | tree |
2004-02-07 |
Leonardo Quijano... | Added check for unhide option.
|
commit | commitdiff | tree |
2004-02-07 |
Mike McCormack | Implement proper HINTERNET handles.
|
commit | commitdiff | tree |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls.
|
commit | commitdiff | tree |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls.
|
commit | commitdiff | tree |
2004-02-07 |
Kevin Koltzau | Process color metrics for themes.
|
commit | commitdiff | tree |
2004-02-07 |
Vitaliy Margolen | - Fix handling of TCS_RAGGEDRIGHT style.
|
commit | commitdiff | tree |
2004-02-07 |
Chris Morgan | Rename 'General tab' to 'About', move to the last position.
|
commit | commitdiff | tree |
2004-02-06 |
Alexandre Julliard | Trace register contents on exception.
|
commit | commitdiff | tree |