2009-08-16 |
Gregor Schneider | Add some useful information to the popen header
|
commit | commitdiff | tree |
2009-08-16 |
Gregor Schneider | Only set the pattern function pointer if the pattern...
|
commit | commitdiff | tree |
2009-08-15 |
Gregor Schneider | Apply changes from r42521 to DefWndProcW as well
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Amendment to r42615: add the check in the correct line
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Re-add r42536, it didn't break the build server
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Free memory on error
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Return INVALID_FILE_ATTRIBUTES when no filename is...
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Fix memory allocation for small number of digits
|
commit | commitdiff | tree |
2009-08-11 |
Gregor Schneider | Don't access the pattern GetPixel function pointer...
|
commit | commitdiff | tree |
2009-08-09 |
Gregor Schneider | Revert r42536 for build server diagnosis
|
commit | commitdiff | tree |
2009-08-09 |
Gregor Schneider | Even without a CMINVOKECOMMANDINFOEX structure a link...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | Supply default ansi codepage when converting from unicode...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | Remove temporary debug code, crash was fixed by r42506...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | Only set text resource in DefWndProcA on WM_NCCREATE...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | Don't access the device mode if it is not passed (user32...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | Revert r42518: no user mode types in DDK
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | ULONG->DWORD as seen on MSDN for (U)LARGE_INTEGER
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | -Use correct conversion factors in FileTimeToUnixTime...
|
commit | commitdiff | tree |
2009-08-08 |
Gregor Schneider | -time() returns a valid value even if no pointer is...
|
commit | commitdiff | tree |
2009-08-07 |
Gregor Schneider | IntChangeDisplaySettings: set last error before leaving...
|
commit | commitdiff | tree |
2009-08-07 |
Gregor Schneider | Remove deprecated define
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | [Temp] Revert checkpoints, comment out first two tests...
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | [Temp] add some checkpoints to narrow the mysterious...
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | Retrieve the timezone bias in mktime via GetTimeZoneInformation
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | [Temp] add some checkpoints to narrow the mysterious...
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | -Increase array size to allow proper string termination...
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | Switch from time to time_new 2/2:
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | Switch from time to time_new 1/2:
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | -Merge license change from AMD64 branch (r42414)
|
commit | commitdiff | tree |
2009-08-06 |
Gregor Schneider | -Deactivate _invalid_parameter for now, depends on...
|
commit | commitdiff | tree |
2009-08-05 |
Gregor Schneider | -Import tkreuzer's time implementation from AMD64 branch
|
commit | commitdiff | tree |
2009-08-05 |
Gregor Schneider | -Add a crt regression test suite, extending the msvcrt...
|
commit | commitdiff | tree |
2009-08-05 |
Gregor Schneider | asctime/ctime: Check for too low input time, fixes...
|
commit | commitdiff | tree |
2009-08-05 |
Gregor Schneider | -_ecvt really uses a static buffer for return values
|
commit | commitdiff | tree |
2009-08-04 |
Gregor Schneider | Fix formatting
|
commit | commitdiff | tree |
2009-08-04 |
Gregor Schneider | _ecvt:
|
commit | commitdiff | tree |
2009-08-04 |
Gregor Schneider | sprintf:
|
commit | commitdiff | tree |
2009-08-03 |
Gregor Schneider | Use ALL_X macros in fstat, fixes one msvcrt file winetest
|
commit | commitdiff | tree |
2009-08-03 |
Gregor Schneider | - Fix mbslwr: increment pointer in both cases (prevents...
|
commit | commitdiff | tree |
2009-08-02 |
Gregor Schneider | Cleanup in win32k/dib:
|
commit | commitdiff | tree |
2009-08-01 |
Gregor Schneider | FloodFill:
|
commit | commitdiff | tree |
2009-08-01 |
Gregor Schneider | FloodFill:
|
commit | commitdiff | tree |
2009-08-01 |
Gregor Schneider | GetWindowLongPtr returns a LONG_PTR, so be it
|
commit | commitdiff | tree |
2009-08-01 |
Gregor Schneider | - Handle WM_SETREDRAW messages differently in the DefWndProc...
|
commit | commitdiff | tree |
2009-07-31 |
Gregor Schneider | Fix a typo in EngMovePointer
|
commit | commitdiff | tree |
2009-07-31 |
Gregor Schneider | Remove leftover debug print
|
commit | commitdiff | tree |
2009-07-31 |
Gregor Schneider | - Use system wide caret width and height if one of...
|
commit | commitdiff | tree |
2009-07-31 |
Gregor Schneider | - Implement Floodfill: iterative four neighbors version
|
commit | commitdiff | tree |
2009-07-30 |
Gregor Schneider | Don't try to delete non existing XLateObjects (NULL...
|
commit | commitdiff | tree |
2009-07-29 |
Gregor Schneider | user32:
|
commit | commitdiff | tree |
2009-07-08 |
Gregor Schneider | According to http://msdn.microsoft.com/en-us/library...
|
commit | commitdiff | tree |
2009-07-07 |
Gregor Schneider | AlphaBlend:
|
commit | commitdiff | tree |
2009-07-07 |
Gregor Schneider | Geoffroy Couprie <geo DOT couprie AT gmail DOT com>:
|
commit | commitdiff | tree |
2009-04-18 |
Gregor Schneider | - Don't crash copying from a null pointer in a non...
|
commit | commitdiff | tree |
2009-04-18 |
Gregor Schneider | Order rectangle points to avoid CreateCompatibleBitmap...
|
commit | commitdiff | tree |
2009-04-16 |
Gregor Schneider | - Sync riched20 with Wine 1.1.19
|
commit | commitdiff | tree |
2009-04-15 |
Gregor Schneider | - Detect switched color and mask bitmaps in CreateCursorIndi...
|
commit | commitdiff | tree |
2009-04-15 |
Gregor Schneider | More monochrome icon handling fixes in CreateIcon and...
|
commit | commitdiff | tree |
2009-04-15 |
Gregor Schneider | - CreateIcon: create color bitmap only if bitsPixel...
|
commit | commitdiff | tree |
2009-04-15 |
Gregor Schneider | - Allow creation of icons without color bitmap in CreateIcon...
|
commit | commitdiff | tree |
2009-04-14 |
Gregor Schneider | - ICON_CreateCursorFromData should pass a header that...
|
commit | commitdiff | tree |
2009-04-14 |
Gregor Schneider | - Replace ConvertStringSecurityDescriptorToSecurityDescripto...
|
commit | commitdiff | tree |
2009-04-13 |
Gregor Schneider | remove semicolon from define, thanks to Carlo Bramini...
|
commit | commitdiff | tree |
2009-04-13 |
Gregor Schneider | - Deactivate unneeded debug prints, change DbgPrint...
|
commit | commitdiff | tree |
2009-04-12 |
Gregor Schneider | - Add parameter validity check to GetTextFaceA (same...
|
commit | commitdiff | tree |
2009-04-11 |
Gregor Schneider | - Don't copy data to null buffer, just return the string...
|
commit | commitdiff | tree |
2009-04-11 |
Gregor Schneider | - Fix a memory overwrite that was uncovered by recent...
|
commit | commitdiff | tree |
2009-04-10 |
Gregor Schneider | Update wine sync information for r40448, update msvcrt...
|
commit | commitdiff | tree |
2009-04-10 |
Gregor Schneider | Update LineDDA implementation, -13 gdi32 path tests
|
commit | commitdiff | tree |
2009-04-10 |
Gregor Schneider | Amendment to r40444: float -> double changes were not...
|
commit | commitdiff | tree |
2009-04-10 |
Gregor Schneider | Don't hard code viewport extents, they depend on the...
|
commit | commitdiff | tree |
2009-04-10 |
Gregor Schneider | - Don't copy the original header after the new header...
|
commit | commitdiff | tree |
2009-04-09 |
Gregor Schneider | - REGION_AllocRgnWithHandle: allow creation of empty...
|
commit | commitdiff | tree |
2009-04-09 |
Gregor Schneider | - Fix the coordinate manipulation order for AlphaBlend...
|
commit | commitdiff | tree |
2009-04-08 |
Gregor Schneider | - Offset coordinates with viewport origin for gradient...
|
commit | commitdiff | tree |
2009-04-06 |
Gregor Schneider | - path.c: Correct purpose header entry
|
commit | commitdiff | tree |
2009-04-06 |
Gregor Schneider | - Evgeny Boltik, <BSTSoft AT narod DOT ru>: Fix system...
|
commit | commitdiff | tree |
2009-04-06 |
Gregor Schneider | commit #100: add me to credits
|
commit | commitdiff | tree |
2009-04-06 |
Gregor Schneider | - include/crt/math.h: float type math functions are...
|
commit | commitdiff | tree |
2009-04-06 |
Gregor Schneider | - Remove error case shortcut, allows results to be...
|
commit | commitdiff | tree |
2009-04-05 |
Gregor Schneider | - Evgeny Boltik, <BSTSoft AT narod DOT ru>: Add stretching...
|
commit | commitdiff | tree |
2009-04-05 |
Gregor Schneider | - GdiIsPlayMetafileDC: function GdiGetHandleUserData...
|
commit | commitdiff | tree |
2009-04-05 |
Gregor Schneider | - msvcrt's pow function does not set errno, so there...
|
commit | commitdiff | tree |
2009-03-21 |
Gregor Schneider | - GetBitmapBits: This function should return DDB size...
|
commit | commitdiff | tree |
2009-02-11 |
Gregor Schneider | Do not reset the changed switch after applying a theme...
|
commit | commitdiff | tree |
2009-02-09 |
Gregor Schneider | - Remove coordinate checks from NtGdiStretchBlt, since...
|
commit | commitdiff | tree |
2009-02-09 |
Gregor Schneider | Fix comments
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | Preparation for StretchBlt pattern support (2):
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | Preparation for StretchBlt pattern support:
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | [FORMATTING] apply 4 spaces indentation
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | Evgeny Boltik, <BSTSoft AT narod DOT ru>: Convert BitBlt...
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | StretchBlt: +clipping -bugs
|
commit | commitdiff | tree |
2009-02-08 |
Gregor Schneider | - Convert coordinates of src and dst rectangle in TransparentBlt
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Delete old XLateObj before creating a new one, fixes...
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Testcase extension by Evgeny Boltik <BSTSoft AT narod...
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Offset the source and destination rectangles as pointed...
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Brush displacement fix from r39326 for 24bpp.
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Evgeny Boltik <BSTSoft AT narod DOT ru>:
|
commit | commitdiff | tree |
2009-02-03 |
Gregor Schneider | Forgot to commit this code in r39227, needed for basic...
|
commit | commitdiff | tree |
2009-01-31 |
Gregor Schneider | Remove dead StretchBlt code
|
commit | commitdiff | tree |
next |