2005-10-21 |
Troy Rollo | Detect when the notification callback has destroyed... |
tree | commitdiff |
2005-10-21 |
Krzysztof Foltman | Separators with group style set don't separate toolbar... |
tree | commitdiff |
2005-10-21 |
Richard Cohen | Handle NULL string lparam when translating messages... |
tree | commitdiff |
2005-10-20 |
Alexandre Julliard | Fixed a handle leak. |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Allow file:/// protocol to be used to download the... |
tree | commitdiff |
2005-10-20 |
Vijay Kiran Kamuju | Fix msvcrt symbol demangling for non MS symbols. |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Remove tempfile used to download Mozilla ActiveX contro... |
tree | commitdiff |
2005-10-20 |
Vitaliy Margolen | Restore focus to the current control without selecting... |
tree | commitdiff |
2005-10-20 |
Rein Klazes | In GetDiskFreeSpace: |
tree | commitdiff |
2005-10-20 |
Aric Stewart | Move the peek_msg buffers for SSL connections into the |
tree | commitdiff |
2005-10-20 |
Huw Davies | Proxies and stubs for GetTypeInfoCont, GetLibAttr and... |
tree | commitdiff |
2005-10-19 |
Krzysztof Foltman | - Bugfix in EM_GETTEXTEX |
tree | commitdiff |
2005-10-19 |
Robert Reif | Change secondary buffer variable name to secondary. |
tree | commitdiff |
2005-10-19 |
Alexandre Julliard | Don't register classes is no theme is active to avoid... |
tree | commitdiff |
2005-10-19 |
Mike McCormack | Set the http port before figuring out whether we're... |
tree | commitdiff |
2005-10-19 |
Pierre d'Herbemont | Allow compilation on non-i386. |
tree | commitdiff |
2005-10-19 |
Vitaliy Margolen | Fix a number of tests failing on windows. |
tree | commitdiff |
2005-10-19 |
Markus Gömmel | Misplacement of checkboxes with empty label fixed. |
tree | commitdiff |
2005-10-19 |
Jacek Caban | Try using mozctlx's path if there is no registered... |
tree | commitdiff |
2005-10-19 |
Krzysztof Foltman | Fix CB_GETLBTEXT ANSI-Unicode calls when return value... |
tree | commitdiff |
2005-10-19 |
Aric Stewart | Use debugstr_a to prevent a buffer overflow when debugging. |
tree | commitdiff |
2005-10-19 |
Dmitry Timoshkov | Add a test for SetMetaFileBitsEx, make it pass under... |
tree | commitdiff |
2005-10-18 |
James Hawkins | Set the file_part for \\?\ long file names too. |
tree | commitdiff |
2005-10-18 |
Dmitry Timoshkov | Use appropriate DDE APIs (ANSI or unicode) for ShellExe... |
tree | commitdiff |
2005-10-18 |
Vitaliy Margolen | LoadLibrary should ignore trailing spaces in the librar... |
tree | commitdiff |
2005-10-18 |
Huw Davies | Implement GetContainingTypelib_{Proxy,Stub}. |
tree | commitdiff |
2005-10-18 |
Huw Davies | When a dispinterface isn't dual, we should return |
tree | commitdiff |
2005-10-18 |
Vitaliy Margolen | Return 0 length line as 0 length line for EM_GETLINE. |
tree | commitdiff |
2005-10-18 |
Paul Vriens | Wine's behavior is correct now. |
tree | commitdiff |
2005-10-18 |
Frank Richter | When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind... |
tree | commitdiff |
2005-10-18 |
Alexandre Julliard | Revert previous change, OF_EXIST really returns HFILE_E... |
tree | commitdiff |
2005-10-18 |
Mike McCormack | Use ShellLink_QueryInterface to return the right interf... |
tree | commitdiff |
2005-10-18 |
Dmitry Timoshkov | Add a test for CopyMetaFile, make it pass under Wine. |
tree | commitdiff |
2005-10-18 |
Vincent Béron | Correct AtlModuleAddTermFunc prototype. |
tree | commitdiff |
2005-10-17 |
Robert Reif | Include winuser.h so the code compiles cleanly on windo... |
tree | commitdiff |
2005-10-17 |
Uwe Bonnes | Remove unspecific FIXME. |
tree | commitdiff |
2005-10-17 |
Vitaliy Margolen | Fix one test failing on all windows versions. |
tree | commitdiff |
2005-10-17 |
Alexandre Julliard | Ignore empty environment strings. |
tree | commitdiff |
2005-10-17 |
Christian Costa | Enumerate only requested modes by taking into account... |
tree | commitdiff |
2005-10-17 |
Christian Costa | Fix installable driver removal. |
tree | commitdiff |
2005-10-17 |
Aric Stewart | MSDN states that the pszDisplayName member of BROWSEINF... |
tree | commitdiff |
2005-10-17 |
Eric Pouech | ioctl 440F only returns non mapped drives (for now). |
tree | commitdiff |
2005-10-13 |
Alexandre Julliard | In parse_mount_entries return the loop device instead... |
tree | commitdiff |
2005-10-13 |
Krzysztof Foltman | Fix unnecessary (and harmful) repeated statement. |
tree | commitdiff |
2005-10-13 |
Oliver Stieber | Allow cube textures to be updated. |
tree | commitdiff |
2005-10-12 |
Oliver Stieber | Changed the way that 24bit and 32bit Adapter and Buffer... |
tree | commitdiff |
2005-10-12 |
Huw Davies | Initialize a bunch of dc values to their default before... |
tree | commitdiff |
2005-10-12 |
Krzysztof Foltman | - Style trace information is written to different debug... |
tree | commitdiff |
2005-10-12 |
Christian Costa | Disable depth test when there is no Z buffer attached. |
tree | commitdiff |
2005-10-11 |
Oliver Stieber | Add checks for ARB_vertex_program before allowing verte... |
tree | commitdiff |
2005-10-11 |
Stefan Leichter | Make user test loadable on NT4. |
tree | commitdiff |
2005-10-11 |
Detlef Riekenberg | NT3.51 returns ERROR_MORE_DATA. |
tree | commitdiff |
2005-10-11 |
Mike O'Regan | Tests commented out and FIXME-ed long ago now pass. |
tree | commitdiff |
2005-10-11 |
Phil Krylov | Fixed encoding of non-ASCII chars. |
tree | commitdiff |
2005-10-11 |
Dmitry Timoshkov | Add a safety check for number of control points in... |
tree | commitdiff |
2005-10-11 |
Huw Davies | If the meta/clip intersection (Rao) region doesn't... |
tree | commitdiff |
2005-10-11 |
Dmitry Timoshkov | Update German and Hungarian keyboard layouts to better... |
tree | commitdiff |
2005-10-11 |
Mike McCormack | Make sure not to strcpy from a NULL default value pointer. |
tree | commitdiff |
2005-10-11 |
James Hawkins | Test that the FO_COPY action creates output directories... |
tree | commitdiff |
2005-10-11 |
Robert Reif | Fix PrimaryBufferImpl pointer to deleted DirectSoundImpl. |
tree | commitdiff |
2005-10-11 |
Lionel Ulmer | - fix first two arguments to 'FindExecutableA' (input... |
tree | commitdiff |
2005-10-10 |
Lionel Ulmer | Add an assert if both arguments to DD_STRUCT_COPY_BYSIZ... |
tree | commitdiff |
2005-10-10 |
Huw Davies | GetRandomRgn only returns the SYSRGN in screen coordinates. |
tree | commitdiff |
2005-10-10 |
Krzysztof Foltman | Removed buffer overrun error (incrementing output point... |
tree | commitdiff |
2005-10-10 |
Oliver Stieber | Report unrecognized opcodes as FIXMEs instead of TRACEs... |
tree | commitdiff |
2005-10-10 |
Vijay Kiran Kamuju | Added PHT time zone. |
tree | commitdiff |
2005-10-10 |
Krzysztof Foltman | The previous implementation was a workaround for off... |
tree | commitdiff |
2005-10-10 |
Vitaliy Margolen | Fix _ismbblead test to pass on windows. |
tree | commitdiff |
2005-10-10 |
Maxime Bellengé | In case of failure and OF_EXIST is specified, return... |
tree | commitdiff |
2005-10-10 |
Krzysztof Foltman | Fixed EOL detection in ME_RunOfsFromCharOfs in 1.0... |
tree | commitdiff |
2005-10-10 |
Christian Costa | Make window uses black brush for background. |
tree | commitdiff |
2005-10-10 |
Christian Costa | Add trace to DefineDosDevice. |
tree | commitdiff |
2005-10-10 |
Lionel Ulmer | - do not pass private data to the application but a... |
tree | commitdiff |
2005-10-10 |
Krzysztof Foltman | Fix a bug in 1.0 emulation mode in EM_LINELENGTH (which... |
tree | commitdiff |
2005-10-10 |
Krzysztof Foltman | Fix 1.0 emulation mode in ME_GetTextW. |
tree | commitdiff |
2005-10-10 |
Richard Cohen | Don't hardcode "windows" directory. |
tree | commitdiff |
2005-10-10 |
Richard Cohen | Fix an error message. |
tree | commitdiff |
2005-10-10 |
Robert Reif | DirectSoundDevice reference count cleanup. |
tree | commitdiff |
2005-10-10 |
Marcus Meissner | Pass characters to get_file_name() helper, not bytes. |
tree | commitdiff |
2005-10-10 |
Lionel Ulmer | - pass a copy of the surface description to the application |
tree | commitdiff |
2005-10-10 |
Robert Reif | Fix dsound8 test to deal with an installed but unregistered |
tree | commitdiff |
2005-10-10 |
Eric Pouech | Fixed mmioOpenW flags for playback. |
tree | commitdiff |
2005-10-08 |
Alexandre Julliard | In DIALOG_FixChildrenOnChangeFocus make sure the button... |
tree | commitdiff |
2005-10-08 |
Vitaliy Margolen | Add a few tests that fail under wine. |
tree | commitdiff |
2005-10-08 |
Stefan Leichter | Forward the functions DllRegisterServer and DllUnregist... |
tree | commitdiff |
2005-10-08 |
Krzysztof Foltman | Send verbose info to different debug channels (richedit... |
tree | commitdiff |
2005-10-07 |
Jonathan Ernst | First creation of registry entries missed AppData. |
tree | commitdiff |
2005-10-07 |
Vitaliy Margolen | Fix initial position for files opened with O_APPEND... |
tree | commitdiff |
2005-10-07 |
Raphael Junqueira | Don't crash if pDDSD is NULL on DirectDrawSurface:... |
tree | commitdiff |
2005-10-06 |
Alexandre Julliard | Added a critical section around the fd cache until... |
tree | commitdiff |
2005-10-06 |
Jacek Caban | Added AtlModuleAddTermFunc implementation. |
tree | commitdiff |
2005-10-06 |
Huw Davies | Ignore the gasp table when we have no hinter. |
tree | commitdiff |
2005-10-06 |
Huw Davies | Add a Wine specific flag to GetRasterizeCaps that repor... |
tree | commitdiff |
2005-10-06 |
Stefan Dösinger | - Add handling for DDSCL_SETFOCUSWINDOW in SetCooperati... |
tree | commitdiff |
2005-10-06 |
Francois Gouget | Use "static const" rather than "const static" as gcc... |
tree | commitdiff |
2005-10-06 |
Vitaliy Margolen | Fix atom tests on win9x. |
tree | commitdiff |
2005-10-06 |
Joshua Davies | Windows is returning the length of the string, plus... |
tree | commitdiff |
2005-10-06 |
Juan Lang | When just a public key is imported, its ALG_ID should... |
tree | commitdiff |
2005-10-06 |
Huw Davies | Don't try to release the node if we haven't loaded... |
tree | commitdiff |
2005-10-06 |
Vitaliy Margolen | Add brackets around (a)?b:c construct. |
tree | commitdiff |
next |