2004-03-30 |
Mike McCormack | Unicodify the cookie handling code. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Mike McCormack | Fix the HttpQueryInfoA function buffer size. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Mike McCormack | Fix builtin NE module refcounting of 32bit parent. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Raphael Junqueira | - more Extensions work (begin to detect ATI extensions) |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Jon Griffiths | RegisterDragDrop: fail on NULL drop target. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Alexandre Julliard | Fixed rounding bug in the stack info calculation when... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Mike McCormack | Convert the wininet HTTP functions to Unicode. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Morgan | Invalid "Desktop" values would crash winecfg, use the... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Marcelo Duarte | Minor updates in resource for Portuguese. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Ivan Leo Murray... | Improved version resource info. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Ivan Leo Murray... | In resource info allow OriginalFilename and InternalNam... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Ferenc Wagner | Don't expect stdout be usable after exchanging file... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Morgan | Remove references to winecheck from the documentation... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Ivan Leo Murray... | Enable Italian translations. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Alexandre Julliard | Fixed language declarations. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Ivan Leo Murray... | WINE_FILEDESCRIPTION_STR is already defined in wine_com... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Mike McCormack | Stub implementations for LresultFromObject and |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Mike McCormack | Write EMRPOLYLINE16 if points fit into a SHORT. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Mike McCormack | Move EMR*16 definitions to wingdi.h, as they're part... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Dmitry Timoshkov | Fix Slovenian keyboard layout to better match the XFree... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Dmitry Timoshkov | Scrollbar should also react on WM_LBUTTONDBLCLK. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Dmitry Timoshkov | Add Traditional Chinese Big5 and Simplified Chinese... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Sylvain Petreolle | Fixed error reporting. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Christian Costa | Added stub for WINNLS32EnableIME. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Lionel Ulmer | Add some TRACEing to the edit control. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Warren Turkal | Fixed the implementation of CoTreatAsClass. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Kevin Koltzau | Implement loading and saving to a stream, and a few... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Huw Davies | Honour DIB_PAL_COLORS when the bitmap depths match. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Robert Reif | Print out sound card info for playback, capture and... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Mike McCormack | Unicodify CreateMetaFile. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Mike McCormack | Use CreateEventW in preference to CreateEventA. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Sami Nopanen | Implemented invisibleghost, deckx and decko drawing... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Alexandre Julliard | Check file sharing permissions based on the file inode... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Alexandre Julliard | Fixed copy/paste error in previous patch (spotted by... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dmitry Timoshkov | Add a few missing __ASM_NAME macros. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Robert Reif | Clean up white spaces. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Ivan Leo Murray... | Use WINEDEBUG instead of --debugmsg. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Raphael Junqueira | - support of D3DTSS_MAXMIPLEVEL |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dmitry Timoshkov | Workaround a msvcrt.realloc bug under Win9x by using... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Martin Fuchs | Call IShellExecuteHook interface for ShellExecute(... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Martin Fuchs | Implementation of the control panel folder in shell... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Mike Hearn | Allow configuration of output devices to use and change... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Ulrich Czekalla | Implement FixSlashesAndColonW and add stub for SHGetApp... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Alexandre Julliard | Avoid crash in X11DRV_IsSolidColor for TrueColor displays. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Huw Davies | Build the correct colour map when the mode is DIB_PAL_C... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Huw Davies | When using DIB_PAL_COLORS select the current palette... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
James Perry | Fix handling of D3DBLEND_BOTH* blend modes. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Alexandre Julliard | Fixed GetDriveType16 return value for non-existent... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Martin Fuchs | - Fix handling of %2, %3, ... and lower case format... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dmitry Timoshkov | Add a procedure for logging WM_PARENTNOTIFY messages. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Alexandre Julliard | Store the windows and system directories as long path... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dmitry Timoshkov | Make DestroyWindow() not mess with a window focus,... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dmitry Timoshkov | Add 'hook' flag for messages. Add a test for CBT hook... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Reimplemented SearchPathW using ntdll functions. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Martin Fuchs | Implementation of IPersistFile::IsDirty(). |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Felix Nawothnig | Define ip_mreq. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Felix Nawothnig | Define (L)DBL_* and FLT_*. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dmitry Timoshkov | Add 'optional' flag for messages, make the test run... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Split OpenFile implementation in separate 16- and 32... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Changed LoadLibraryEx32W16 to use OpenFile16 to look... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Mike McCormack | Convert WININETAPPINFOA structure to unicode. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Mike McCormack | Define flags for GetUserObjectInformation. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Florian Goth | Added stubs for a few functions. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Removed check for -lm, winegcc takes care of that. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Replaced the --mode winebuild option by a --subsystem... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Alexandre Julliard | Take EXEEXT into account for PE builds. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Uwe Bonnes | Correct errors with move to kernel time functions. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Felix Nawothnig | Define stat in msvcrt/wchar.h. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Ferenc Wagner | - Extract revision info from CVS/Entries. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Sami Nopanen | Implemented card drawing mode flag for rounding card... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Rein Klazes | The name is _longjmpex (with the underscore). |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Christoph Frick | - Added missing break statement. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Alexandre Julliard | Removed the Unicode exe modes, and instead detect autom... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Alexandre Julliard | Build the dlls with winegcc. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Ofir Petruska | Keep the checkGLcall glActiveTexture/glActiveTextureARB... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Robert Shearman | - Add cursor resource. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Dimitrie O... | Add a default .dll extension only when no extension... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Francois Gouget | Compute dwLen after passing the string through |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Christian Costa | Do not return an error when setting a material to NULL. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Ofir Petruska | Define EXTRA_TRACES instead of #if 0. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Alexandre Julliard | Added missing \n in trace. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Eric Pouech | Ported the ReactOS taskmgr written by Brian Palmer. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Dimitrie O... | First cut at -shared support. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Uwe Bonnes | Added some tests for RtlGetFullPathName_U. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Alexandre Julliard | Moved slash conversion to collapse_path, and remove... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Martin Fuchs | Fix for recent shelllink patch, which removed the impor... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Robert Shearman | Allow passing NULL to ILFindLastID. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Robert Shearman | Added some declarations. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Robert Shearman | BSTR of length 0 is allowed. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Christian Costa | Enable creation of a zbuffer in system memory. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Martin Fuchs | Fix recent Unicode-ification patch. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Mike McCormack | Implement setlocal/endlocal. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Marcus Meissner | Allocate the correct nr of bytes for lpszCookies in... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Juan Lang | Stub CommandLineFromMsiDescriptor to prevent a crash... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Steven Edwards | Remove reference to old graphics directory |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Kevin Koltzau | Implement FindMimeFromData. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Hans Leidekker | Don't include config.h. |
commit | commitdiff | tree | snapshot |
next |