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 |
2004-03-22 |
Mike McCormack | Update path from relative path on loading. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Pierre d'Herbemont | Darwin support for _init/_fini functions and _end symbol. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Uwe Bonnes | Added tests for time functions. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Mike McCormack | Unicode-ify the icon cache and SHGetFileInfo. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Rein Klazes | Correctly size the spi_loaded array prevents overwritin... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Marcus Meissner | Allocate correct number of pointers for szAcceptTypes... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Rudolf Kastl | Added missing para tag. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Jon Griffiths | Test SHSearchMapInt. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Jon Griffiths | Tests for VarXor/VarEqv. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Jon Griffiths | Implement VarXor and simplify VarEqv to use it. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Eric Pouech | Added C++ support. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Hans Leidekker | Porting fixes. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Alexandre Julliard | Fixed typo in previous change. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Christian Costa | Fixed OpenFile returned value when OF_EXIST flag is... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Dmitry Timoshkov | Change order of EnableWindow/DestroyWindow in the case... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Chris Morgan | Convert ddraw.txt to ddraw.sgml and add it to the wine... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Rein Klazes | Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Dimitrie O... | Add revision support to winetest.exe. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Kevin Koltzau | Add Content Types for a few common extensions. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Mike McCormack | Start implementing the SQL insert query. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Christian Costa | Improve D3D7 compatibility. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Christian Costa | AddRef texture only if there is one for the requested... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Alexandre Julliard | Rewrote handling of COM and LPT devices to use symlinks in |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Ulrich Czekalla | Fix typo in FormatMessageW. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Ferenc Wagner | - Refactor and fix connection opening. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Dmitry Timoshkov | Just update from/to pointers and exit on a subsequent... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Dmitry Timoshkov | Add a test case which confirms that SetMenu implementat... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Mike McCormack | Make sure the rebar size is above a minimum. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Mike McCormack | Fix handle allocation and the CREATE TABLE query. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Alexandre Julliard | Added workaround for broken dlls that modify ebx in... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Ferenc Wagner | - Fix report() dispatch. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Uwe Bonnes | Relay msvcrt_memcpy to memmove, CString::Insert seems... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Rein Klazes | In SHELL_ExecuteW, if a new current directory is specif... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Ulrich Czekalla | Convert FormatMessageW to use unicode functions. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Alexandre Julliard | Get rid of the registry lookups, rely entirely on the... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Alexandre Julliard | Avoid including windows.h since it conflicts with unistd.h. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Mike Hearn | The KeymapNotify event does not use the window member... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Hans Leidekker | Reimplement time functions with Win32 APIs. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Mike McCormack | First go at write support. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Justin Chevrier | Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Martin Fuchs | Expand environment strings in command, parameter and... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Mike McCormack | When loading table data, split it up into rows. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Mike McCormack | Fixed handling of "echo." |
commit | commitdiff | tree | snapshot |
next |