[ros-diffs] [fireball] 42370: - Stick missing winternl.h include to fix compiling until a better solution is found.

2009-08-03 Thread fireball
Author: fireball Date: Mon Aug 3 20:42:23 2009 New Revision: 42370 URL: http://svn.reactos.org/svn/reactos?rev=42370view=rev Log: - Stick missing winternl.h include to fix compiling until a better solution is found. Modified: branches/arwinss/reactos/dll/win32/winex11.drv/clipboard.c

[ros-diffs] [fireball] 42376: - Add PsGetProcessInheritedFromUniqueProcessId declaration to NDK.

2009-08-03 Thread fireball
Author: fireball Date: Mon Aug 3 23:01:48 2009 New Revision: 42376 URL: http://svn.reactos.org/svn/reactos?rev=42376view=rev Log: - Add PsGetProcessInheritedFromUniqueProcessId declaration to NDK. Modified: trunk/reactos/include/ndk/psfuncs.h Modified: trunk/reactos/include/ndk/psfuncs.h

[ros-diffs] [fireball] 42377: - Merge 42376 (along with committing a merge history leftover from a previous merge).

2009-08-03 Thread fireball
Author: fireball Date: Mon Aug 3 23:06:49 2009 New Revision: 42377 URL: http://svn.reactos.org/svn/reactos?rev=42377view=rev Log: - Merge 42376 (along with committing a merge history leftover from a previous merge). Modified: branches/arwinss/reactos/ (props changed) branches/arwinss

[ros-diffs] [fireball] 42380: - Use a precreated stock bitmap.

2009-08-04 Thread fireball
Author: fireball Date: Tue Aug 4 14:20:45 2009 New Revision: 42380 URL: http://svn.reactos.org/svn/reactos?rev=42380view=rev Log: - Use a precreated stock bitmap. Modified: branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c Modified: branches/arwinss/reactos/subsystems/win32/win32k

[ros-diffs] [fireball] 42381: - Uncomment missing surface unlocks.

2009-08-04 Thread fireball
Author: fireball Date: Tue Aug 4 16:07:15 2009 New Revision: 42381 URL: http://svn.reactos.org/svn/reactos?rev=42381view=rev Log: - Uncomment missing surface unlocks. Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c branches/arwinss/reactos/subsystems/win32/win32k

[ros-diffs] [fireball] 42392: - Add preliminary support for pattern pens. - Create null brushes when a DC is created.

2009-08-04 Thread fireball
Author: fireball Date: Tue Aug 4 22:39:20 2009 New Revision: 42392 URL: http://svn.reactos.org/svn/reactos?rev=42392view=rev Log: - Add preliminary support for pattern pens. - Create null brushes when a DC is created. Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c

[ros-diffs] [fireball] 42405: - Remove unused code from GreCreateBitmap. - If GreCreateBitmap is called with 0 bytewidth, calculate it automatically. - Fix GreCreatePen pattern brush creation, and fre

2009-08-05 Thread fireball
Author: fireball Date: Wed Aug 5 14:35:19 2009 New Revision: 42405 URL: http://svn.reactos.org/svn/reactos?rev=42405view=rev Log: - Remove unused code from GreCreateBitmap. - If GreCreateBitmap is called with 0 bytewidth, calculate it automatically. - Fix GreCreatePen pattern brush creation

[ros-diffs] [fireball] 42406: - Make new desktop's window foreground in SwitchDesktop.

2009-08-05 Thread fireball
Author: fireball Date: Wed Aug 5 14:57:11 2009 New Revision: 42406 URL: http://svn.reactos.org/svn/reactos?rev=42406view=rev Log: - Make new desktop's window foreground in SwitchDesktop. Modified: branches/arwinss/reactos/dll/win32/user32/win.c Modified: branches/arwinss/reactos/dll/win32

[ros-diffs] [fireball] 42415: - Add a private window data storage support associated with each window via window properties. Could be improved in the future if using SetProp/GetProp proves to be very

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 10:51:18 2009 New Revision: 42415 URL: http://svn.reactos.org/svn/reactos?rev=42415view=rev Log: - Add a private window data storage support associated with each window via window properties. Could be improved in the future if using SetProp/GetProp proves

[ros-diffs] [fireball] 42416: - A leftover from a previous commit to winent.h (fixes incorrect structure names). - More work towards movable windows support: create private window data in SetWindowSty

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 11:42:34 2009 New Revision: 42416 URL: http://svn.reactos.org/svn/reactos?rev=42416view=rev Log: - A leftover from a previous commit to winent.h (fixes incorrect structure names). - More work towards movable windows support: create private window data

[ros-diffs] [fireball] 42419: - Add PsGetThreadId declaration.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 13:16:42 2009 New Revision: 42419 URL: http://svn.reactos.org/svn/reactos?rev=42419view=rev Log: - Add PsGetThreadId declaration. Modified: trunk/reactos/include/ndk/psfuncs.h Modified: trunk/reactos/include/ndk/psfuncs.h URL: http://svn.reactos.org/svn

[ros-diffs] [fireball] 42420: Merge 42419: - Add PsGetThreadId declaration.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 13:19:05 2009 New Revision: 42420 URL: http://svn.reactos.org/svn/reactos?rev=42420view=rev Log: Merge 42419: - Add PsGetThreadId declaration. Modified: branches/arwinss/reactos/ (props changed) branches/arwinss/reactos/include/ndk/psfuncs.h

[ros-diffs] [fireball] 42424: - Implement RosGdiGetDcRects. - Wrap usermode pointers access in RosGdiSetDcRects/GetDcRects to SEH.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 13:48:07 2009 New Revision: 42424 URL: http://svn.reactos.org/svn/reactos?rev=42424view=rev Log: - Implement RosGdiGetDcRects. - Wrap usermode pointers access in RosGdiSetDcRects/GetDcRects to SEH. Modified: branches/arwinss/reactos/include/psdk/ntrosgdi.h

[ros-diffs] [fireball] 42431: - Fix a typo (missing braces), spotted in bug 4764. - Wrap returns from SEH into _SEH2_YIELD. Probably exceptions need to just be fully converted to ReactOS PSEH2 syntax.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 18:37:12 2009 New Revision: 42431 URL: http://svn.reactos.org/svn/reactos?rev=42431view=rev Log: - Fix a typo (missing braces), spotted in bug 4764. - Wrap returns from SEH into _SEH2_YIELD. Probably exceptions need to just be fully converted to ReactOS PSEH2

[ros-diffs] [fireball] 42434: - Implement GetDCOrgEx.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 19:47:08 2009 New Revision: 42434 URL: http://svn.reactos.org/svn/reactos?rev=42434view=rev Log: - Implement GetDCOrgEx. Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c URL

[ros-diffs] [fireball] 42437: - Remove unneeded and wrong LPtoDP translation in kernelmode graphics engine.

2009-08-06 Thread fireball
Author: fireball Date: Thu Aug 6 22:29:46 2009 New Revision: 42437 URL: http://svn.reactos.org/svn/reactos?rev=42437view=rev Log: - Remove unneeded and wrong LPtoDP translation in kernelmode graphics engine. Modified: branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c Modified

[ros-diffs] [fireball] 42480: - Sync WIDL and ole32 with Wine-1.1.23, w/o syncing rpcrt4. Credits go to Christoph for helping out with this sync. Tested with rpcrt4_winetests and MS Office 2003 setup.

2009-08-07 Thread fireball
Author: fireball Date: Fri Aug 7 22:15:12 2009 New Revision: 42480 URL: http://svn.reactos.org/svn/reactos?rev=42480view=rev Log: - Sync WIDL and ole32 with Wine-1.1.23, w/o syncing rpcrt4. Credits go to Christoph for helping out with this sync. Tested with rpcrt4_winetests and MS Office 2003

[ros-diffs] [fireball] 42512: - Create graphics engine bitmaps for backing DIB sections. Fixes displaying of desktop icons. Work in progress, freeing of DIB sections is not implemented yet.

2009-08-08 Thread fireball
Author: fireball Date: Sat Aug 8 15:31:14 2009 New Revision: 42512 URL: http://svn.reactos.org/svn/reactos?rev=42512view=rev Log: - Create graphics engine bitmaps for backing DIB sections. Fixes displaying of desktop icons. Work in progress, freeing of DIB sections is not implemented yet

[ros-diffs] [fireball] 42547: - Fix incorrect RegisterLogonProcess prototype/stub.

2009-08-09 Thread fireball
Author: fireball Date: Sun Aug 9 10:27:50 2009 New Revision: 42547 URL: http://svn.reactos.org/svn/reactos?rev=42547view=rev Log: - Fix incorrect RegisterLogonProcess prototype/stub. Modified: branches/arwinss/reactos/dll/win32/user32/misc.c branches/arwinss/reactos/include/psdk

[ros-diffs] [fireball] 42548: - Fix UpdatePerUserSystemParameters definition.

2009-08-09 Thread fireball
Author: fireball Date: Sun Aug 9 10:38:46 2009 New Revision: 42548 URL: http://svn.reactos.org/svn/reactos?rev=42548view=rev Log: - Fix UpdatePerUserSystemParameters definition. Modified: branches/arwinss/reactos/dll/win32/user32/sysparams.c branches/arwinss/reactos/dll/win32/user32

[ros-diffs] [fireball] 42573: - Get back exception.h include to winbase16.h, but guard it with #ifndef _NTNDK_ so that exception record structure won't get redefined. Wine incompatibly places this str

2009-08-09 Thread fireball
Author: fireball Date: Sun Aug 9 22:23:50 2009 New Revision: 42573 URL: http://svn.reactos.org/svn/reactos?rev=42573view=rev Log: - Get back exception.h include to winbase16.h, but guard it with #ifndef _NTNDK_ so that exception record structure won't get redefined. Wine incompatibly places

[ros-diffs] [fireball] 42581: - Sync wine/config.h with trunk's changes to fix msxml3 compiling.

2009-08-10 Thread fireball
Author: fireball Date: Mon Aug 10 10:47:22 2009 New Revision: 42581 URL: http://svn.reactos.org/svn/reactos?rev=42581view=rev Log: - Sync wine/config.h with trunk's changes to fix msxml3 compiling. Modified: branches/arwinss/reactos/include/reactos/wine/config.h Modified: branches/arwinss

[ros-diffs] [fireball] 42582: - Add missing constifying to MonitorFromRect API - Don't compile d3d8thk.dll since it relies on a nonstubbed GDI API now. - Remove d3d8thk.dll and ftfd.dll from bootcd, a

2009-08-10 Thread fireball
Author: fireball Date: Mon Aug 10 11:10:53 2009 New Revision: 42582 URL: http://svn.reactos.org/svn/reactos?rev=42582view=rev Log: - Add missing constifying to MonitorFromRect API - Don't compile d3d8thk.dll since it relies on a nonstubbed GDI API now. - Remove d3d8thk.dll and ftfd.dll from

[ros-diffs] [fireball] 42591: - Make NtUnloadKey call a newer version of the NTAPI - NtUnloadKey2. - Implement NtUnloadKey2 as a wrapper around internal CM API - CmUnloadKey. - Stub CmUnloadKey. - Fix

2009-08-10 Thread fireball
Author: fireball Date: Mon Aug 10 15:44:54 2009 New Revision: 42591 URL: http://svn.reactos.org/svn/reactos?rev=42591view=rev Log: - Make NtUnloadKey call a newer version of the NTAPI - NtUnloadKey2. - Implement NtUnloadKey2 as a wrapper around internal CM API - CmUnloadKey. - Stub CmUnloadKey

[ros-diffs] [fireball] 42592: - Rewrite failure branch of IopLoadUnloadDriver to return a real status code instead of always hardcoding it to STATUS_IMAGE_ALREADY_LOADED (r42473) and remove unneeded c

2009-08-10 Thread fireball
Author: fireball Date: Mon Aug 10 16:03:01 2009 New Revision: 42592 URL: http://svn.reactos.org/svn/reactos?rev=42592view=rev Log: - Rewrite failure branch of IopLoadUnloadDriver to return a real status code instead of always hardcoding it to STATUS_IMAGE_ALREADY_LOADED (r42473) and remove

[ros-diffs] [fireball] 42612: - Get NtUnloadKey2 back to old behavior until its caller learns to properly handle various error codes. See issue #4787 for more details.

2009-08-11 Thread fireball
Author: fireball Date: Tue Aug 11 15:01:42 2009 New Revision: 42612 URL: http://svn.reactos.org/svn/reactos?rev=42612view=rev Log: - Get NtUnloadKey2 back to old behavior until its caller learns to properly handle various error codes. See issue #4787 for more details. Modified: trunk

[ros-diffs] [fireball] 42614: - Don't try to lock DC twice in BitBlt if it's a same DC. - Implement GetPixel operation (lacks color conversion!). - Implement SetPixel using the idea from trunk's win32

2009-08-11 Thread fireball
Author: fireball Date: Tue Aug 11 15:26:06 2009 New Revision: 42614 URL: http://svn.reactos.org/svn/reactos?rev=42614view=rev Log: - Don't try to lock DC twice in BitBlt if it's a same DC. - Implement GetPixel operation (lacks color conversion!). - Implement SetPixel using the idea from trunk's

[ros-diffs] [fireball] 42636: - Add cleanup routine for SURFACE object. Now SURFACE frees all memory except bits if they were allocated (TODO). - Implement surface's bits locking/unlock (same concept

2009-08-12 Thread fireball
Author: fireball Date: Wed Aug 12 20:02:42 2009 New Revision: 42636 URL: http://svn.reactos.org/svn/reactos?rev=42636view=rev Log: - Add cleanup routine for SURFACE object. Now SURFACE frees all memory except bits if they were allocated (TODO). - Implement surface's bits locking/unlock (same

[ros-diffs] [fireball] 42639: - Fix an epic typo in GreCreateBitmap which inverted bottomdown bitmaps and kept topdown as they were. As a result a hack in EngCreateBitmap goes away. - Add a internal s

2009-08-12 Thread fireball
Author: fireball Date: Wed Aug 12 22:27:16 2009 New Revision: 42639 URL: http://svn.reactos.org/svn/reactos?rev=42639view=rev Log: - Fix an epic typo in GreCreateBitmap which inverted bottomdown bitmaps and kept topdown as they were. As a result a hack in EngCreateBitmap goes away. - Add

[ros-diffs] [fireball] 42653: - Intersect cursor clipping rectangle with virtual screen rectangle to get a real clipping. Now mouse cursor movements are fully clipped as expected. - Update windows Z o

2009-08-13 Thread fireball
Author: fireball Date: Thu Aug 13 14:49:49 2009 New Revision: 42653 URL: http://svn.reactos.org/svn/reactos?rev=42653view=rev Log: - Intersect cursor clipping rectangle with virtual screen rectangle to get a real clipping. Now mouse cursor movements are fully clipped as expected. - Update

[ros-diffs] [fireball] 42657: - Create XlateObject for brushes having a bitmap. Partially fixes drawing with these kind of brushes. - Set iSolidColor back to reserved value, otherwise pattern won't be

2009-08-13 Thread fireball
Author: fireball Date: Thu Aug 13 21:12:37 2009 New Revision: 42657 URL: http://svn.reactos.org/svn/reactos?rev=42657view=rev Log: - Create XlateObject for brushes having a bitmap. Partially fixes drawing with these kind of brushes. - Set iSolidColor back to reserved value, otherwise pattern

[ros-diffs] [fireball] 42665: - Merge 42200-42250. Without dll/win32/ws2help (causes merge problems).

2009-08-14 Thread fireball
Author: fireball Date: Fri Aug 14 20:56:27 2009 New Revision: 42665 URL: http://svn.reactos.org/svn/reactos?rev=42665view=rev Log: - Merge 42200-42250. Without dll/win32/ws2help (causes merge problems). Added: branches/arwinss/reactos/drivers/filesystems/fs_rec/udfs.h - copied

[ros-diffs] [fireball] 42667: - Merge 42300-42350.

2009-08-14 Thread fireball
Author: fireball Date: Fri Aug 14 21:19:54 2009 New Revision: 42667 URL: http://svn.reactos.org/svn/reactos?rev=42667view=rev Log: - Merge 42300-42350. Modified: branches/arwinss/reactos/ (props changed) branches/arwinss/reactos/base/applications/cmdutils/doskey/doskey.c branches

[ros-diffs] [fireball] 42668: - Merge 42350-42376.

2009-08-14 Thread fireball
Author: fireball Date: Fri Aug 14 21:36:55 2009 New Revision: 42668 URL: http://svn.reactos.org/svn/reactos?rev=42668view=rev Log: - Merge 42350-42376. Added: branches/arwinss/reactos/include/ddk/swenum.h - copied unchanged from r42375, trunk/reactos/include/ddk/swenum.h Modified

[ros-diffs] [fireball] 42670: - Merge 42376-42400.

2009-08-14 Thread fireball
Author: fireball Date: Fri Aug 14 22:21:33 2009 New Revision: 42670 URL: http://svn.reactos.org/svn/reactos?rev=42670view=rev Log: - Merge 42376-42400. Added: branches/arwinss/reactos/base/applications/rapps/ (props changed) - copied from r42400, trunk/reactos/base/applications/rapps

[ros-diffs] [fireball] 42679: - Delete lib/sdk/crt/time.

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 11:05:18 2009 New Revision: 42679 URL: http://svn.reactos.org/svn/reactos?rev=42679view=rev Log: - Delete lib/sdk/crt/time. Removed: branches/arwinss/reactos/lib/sdk/crt/time/

[ros-diffs] [fireball] 42697: - Update mouse pointer code from trunk. Color cursors aren't supported due to absence of EXLATEOBJs.

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 14:59:07 2009 New Revision: 42697 URL: http://svn.reactos.org/svn/reactos?rev=42697view=rev Log: - Update mouse pointer code from trunk. Color cursors aren't supported due to absence of EXLATEOBJs. Modified: branches/arwinss/reactos/subsystems/win32/win32k

[ros-diffs] [fireball] 42708: - Fix a typo.

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 18:32:20 2009 New Revision: 42708 URL: http://svn.reactos.org/svn/reactos?rev=42708view=rev Log: - Fix a typo. Modified: trunk/rostests/dibtests/icontest/icontest.c Modified: trunk/rostests/dibtests/icontest/icontest.c URL: http://svn.reactos.org/svn

[ros-diffs] [fireball] 42710: - Totally get rid of 16 bit global heap functions.

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 18:58:58 2009 New Revision: 42710 URL: http://svn.reactos.org/svn/reactos?rev=42710view=rev Log: - Totally get rid of 16 bit global heap functions. Modified: branches/arwinss/reactos/dll/win32/user32/controls.h branches/arwinss/reactos/dll/win32/user32

[ros-diffs] [fireball] 42711: - Implement system palette based on palette.c from r41760 (pre-Timo rewrite, to be compatible with other existing stuff).

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 20:10:34 2009 New Revision: 42711 URL: http://svn.reactos.org/svn/reactos?rev=42711view=rev Log: - Implement system palette based on palette.c from r41760 (pre-Timo rewrite, to be compatible with other existing stuff). Modified: branches/arwinss/reactos

[ros-diffs] [fireball] 42712: - Implement GetSystemPaletteEntries.

2009-08-15 Thread fireball
Author: fireball Date: Sat Aug 15 20:25:13 2009 New Revision: 42712 URL: http://svn.reactos.org/svn/reactos?rev=42712view=rev Log: - Implement GetSystemPaletteEntries. Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c branches/arwinss/reactos/subsystems/win32/win32k/gdi

[ros-diffs] [fireball] 42833: - Implement windows moving (with contents).

2009-08-21 Thread fireball
Author: fireball Date: Fri Aug 21 21:13:00 2009 New Revision: 42833 URL: http://svn.reactos.org/svn/reactos?rev=42833view=rev Log: - Implement windows moving (with contents). Modified: branches/arwinss/reactos/dll/win32/winent.drv/userdrv.c Modified: branches/arwinss/reactos/dll/win32

[ros-diffs] [fireball] 42839: - Free brush's pattern bitmap only if it wasn't a user provided one. Fixes a lot of double-free errors.

2009-08-22 Thread fireball
Author: fireball Date: Sat Aug 22 11:40:36 2009 New Revision: 42839 URL: http://svn.reactos.org/svn/reactos?rev=42839view=rev Log: - Free brush's pattern bitmap only if it wasn't a user provided one. Fixes a lot of double-free errors. Modified: branches/arwinss/reactos/subsystems/win32

[ros-diffs] [fireball] 42840: - No need for an annoying dprint message about deleting a DIB section. This section is nothing more than a bitmap in the system, so all specific cleanup is happening insi

2009-08-22 Thread fireball
Author: fireball Date: Sat Aug 22 11:51:30 2009 New Revision: 42840 URL: http://svn.reactos.org/svn/reactos?rev=42840view=rev Log: - No need for an annoying dprint message about deleting a DIB section. This section is nothing more than a bitmap in the system, so all specific cleanup

[ros-diffs] [fireball] 42863: - Purge user-kernel mapping for a terminated process. - Define GDI_DEBUG to track doublefrees and similar problems for now.

2009-08-22 Thread fireball
Author: fireball Date: Sat Aug 22 19:49:51 2009 New Revision: 42863 URL: http://svn.reactos.org/svn/reactos?rev=42863view=rev Log: - Purge user-kernel mapping for a terminated process. - Define GDI_DEBUG to track doublefrees and similar problems for now. Modified: branches/arwinss/reactos

[ros-diffs] [fireball] 42877: - Pass a direct bitmap bits pointer. It's yet unknown why bitmap object's bmBits pointer contains NULL (a corresponding FIXME comment is added). - Issue 20 from Arwinss w

2009-08-23 Thread fireball
Author: fireball Date: Sun Aug 23 11:58:17 2009 New Revision: 42877 URL: http://svn.reactos.org/svn/reactos?rev=42877view=rev Log: - Pass a direct bitmap bits pointer. It's yet unknown why bitmap object's bmBits pointer contains NULL (a corresponding FIXME comment is added). - Issue 20 from

[ros-diffs] [fireball] 42919: - Fix a typo in the assert which made a lot of false positives, e.g. when running taskmgr.

2009-08-24 Thread fireball
Author: fireball Date: Mon Aug 24 20:09:56 2009 New Revision: 42919 URL: http://svn.reactos.org/svn/reactos?rev=42919view=rev Log: - Fix a typo in the assert which made a lot of false positives, e.g. when running taskmgr. Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine

[ros-diffs] [fireball] 42950: [explorer] - Don't paint desktop itself but rely on csrss's Desktop Thread to do this for now.

2009-08-27 Thread fireball
Author: fireball Date: Thu Aug 27 10:49:44 2009 New Revision: 42950 URL: http://svn.reactos.org/svn/reactos?rev=42950view=rev Log: [explorer] - Don't paint desktop itself but rely on csrss's Desktop Thread to do this for now. Modified: branches/arwinss/reactos/base/shell/explorer/desktop

[ros-diffs] [fireball] 42951: [winlogon] - Don't even try to create new desktops if they aren't going to be used. This should assist in arwinss development (marked with a comment).

2009-08-27 Thread fireball
Author: fireball Date: Thu Aug 27 10:53:22 2009 New Revision: 42951 URL: http://svn.reactos.org/svn/reactos?rev=42951view=rev Log: [winlogon] - Don't even try to create new desktops if they aren't going to be used. This should assist in arwinss development (marked with a comment). Modified

[ros-diffs] [fireball] 42953: [win32csr] - Temporarily comment out PaintDesktop here too to prevent flickering.

2009-08-27 Thread fireball
Author: fireball Date: Thu Aug 27 11:00:31 2009 New Revision: 42953 URL: http://svn.reactos.org/svn/reactos?rev=42953view=rev Log: [win32csr] - Temporarily comment out PaintDesktop here too to prevent flickering. Modified: branches/arwinss/reactos/subsystems/win32/csrss/win32csr/desktopbg.c

[ros-diffs] [fireball] 42954: [win32k] - Add a missing thread reference. Fixes a crash exposed by AbiWord.

2009-08-27 Thread fireball
Author: fireball Date: Thu Aug 27 11:11:43 2009 New Revision: 42954 URL: http://svn.reactos.org/svn/reactos?rev=42954view=rev Log: [win32k] - Add a missing thread reference. Fixes a crash exposed by AbiWord. Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/queue.c Modified

[ros-diffs] [fireball] 42955: - Remove the window station hack, it's not really needed anymore. Window station is not properly created by winlogon.

2009-08-27 Thread fireball
Author: fireball Date: Thu Aug 27 11:18:34 2009 New Revision: 42955 URL: http://svn.reactos.org/svn/reactos?rev=42955view=rev Log: - Remove the window station hack, it's not really needed anymore. Window station is not properly created by winlogon. Modified: branches/arwinss/reactos/dll

[ros-diffs] [fireball] 43137: - Drop in Wine 1.1.29 user32, gdi32, winex11.drv, server. Part 2/2.

2009-09-24 Thread fireball
Author: fireball Date: Thu Sep 24 20:58:15 2009 New Revision: 43137 URL: http://svn.reactos.org/svn/reactos?rev=43137view=rev Log: - Drop in Wine 1.1.29 user32, gdi32, winex11.drv, server. Part 2/2. Added: vendor/wine/dlls/gdi32/Wine-1_1_29/ - copied from r43101, vendor/wine/dlls/gdi32

[ros-diffs] [fireball] 43143: [winldr] - Fix release build.

2009-09-25 Thread fireball
Author: fireball Date: Fri Sep 25 15:03:42 2009 New Revision: 43143 URL: http://svn.reactos.org/svn/reactos?rev=43143view=rev Log: [winldr] - Fix release build. Modified: trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c Modified: trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c

[ros-diffs] [fireball] 43150: - Drop in Wine 1.1.30 user32, gdi32, winex11.drv, server. Part 2/2.

2009-09-25 Thread fireball
Author: fireball Date: Fri Sep 25 20:34:14 2009 New Revision: 43150 URL: http://svn.reactos.org/svn/reactos?rev=43150view=rev Log: - Drop in Wine 1.1.30 user32, gdi32, winex11.drv, server. Part 2/2. Added: vendor/wine/dlls/gdi32/Wine-1_1_30/ - copied from r43101, vendor/wine/dlls/gdi32

[ros-diffs] [fireball] 43149: - Drop in Wine 1.1.30 user32, gdi32, winex11.drv, server. Part 1/2.

2009-09-25 Thread fireball
Author: fireball Date: Fri Sep 25 20:32:41 2009 New Revision: 43149 URL: http://svn.reactos.org/svn/reactos?rev=43149view=rev Log: - Drop in Wine 1.1.30 user32, gdi32, winex11.drv, server. Part 1/2. Modified: vendor/wine/dlls/gdi32/current/bitblt.c vendor/wine/dlls/gdi32/current/opengl.c

[ros-diffs] [fireball] 43179: [uniata] - Revert most of the 41684: -fix support for ICH7, ICH7M, ICH8, ICH8M, ICH9, ICH9R, ICH9M and ICH10 in compat mode. Those controllers should be supported now,

2009-09-27 Thread fireball
Author: fireball Date: Sun Sep 27 12:04:21 2009 New Revision: 43179 URL: http://svn.reactos.org/svn/reactos?rev=43179view=rev Log: [uniata] - Revert most of the 41684: -fix support for ICH7,ICH7M,ICH8,ICH8M,ICH9,ICH9R,ICH9M and ICH10 in compat mode. Those controllers should be supported now

[ros-diffs] [fireball] 43194: [fastfat_new] - Acquire global lock before touching FatGlobalData structure. - Initialize global VCB list, fixes a crash at volume mounting. - Loading goes up to volume m

2009-09-27 Thread fireball
Author: fireball Date: Sun Sep 27 22:24:22 2009 New Revision: 43194 URL: http://svn.reactos.org/svn/reactos?rev=43194view=rev Log: [fastfat_new] - Acquire global lock before touching FatGlobalData structure. - Initialize global VCB list, fixes a crash at volume mounting. - Loading goes up

[ros-diffs] [fireball] 43199: [fastfat_new] - Start implementing one of the most massive IFS driver routines - IRP_MJ_CREATE handler. Right now it just does some preliminary work, deciphers all option

2009-09-28 Thread fireball
Author: fireball Date: Mon Sep 28 11:49:16 2009 New Revision: 43199 URL: http://svn.reactos.org/svn/reactos?rev=43199view=rev Log: [fastfat_new] - Start implementing one of the most massive IFS driver routines - IRP_MJ_CREATE handler. Right now it just does some preliminary work, deciphers all

[ros-diffs] [fireball] 43202: [fastfat_new] - Fix wrong comment in FatiCreate, spotted by Ged Murphy. - Add some parameters validation to FatiCreate, and a check for volume open request. - Add node ty

2009-09-28 Thread fireball
Author: fireball Date: Mon Sep 28 12:43:27 2009 New Revision: 43202 URL: http://svn.reactos.org/svn/reactos?rev=43202view=rev Log: [fastfat_new] - Fix wrong comment in FatiCreate, spotted by Ged Murphy. - Add some parameters validation to FatiCreate, and a check for volume open request. - Add

[ros-diffs] [fireball] 43207: [fastfat_new] - Create root DCB when mounting a volume.

2009-09-28 Thread fireball
Author: fireball Date: Mon Sep 28 20:04:31 2009 New Revision: 43207 URL: http://svn.reactos.org/svn/reactos?rev=43207view=rev Log: [fastfat_new] - Create root DCB when mounting a volume. Modified: trunk/reactos/drivers/filesystems/fastfat_new/dir.c trunk/reactos/drivers/filesystems

[ros-diffs] [fireball] 43208: - Vendor drop FullFAT library 1.0.0 release by James Walmsley.

2009-09-28 Thread fireball
Author: fireball Date: Mon Sep 28 20:10:46 2009 New Revision: 43208 URL: http://svn.reactos.org/svn/reactos?rev=43208view=rev Log: - Vendor drop FullFAT library 1.0.0 release by James Walmsley. Added: vendor/fullfat/ vendor/fullfat/current/ vendor/fullfat/current/fat.h (with props

[ros-diffs] [fireball] 43222: [fastfat_new] - Start integrating FullFAT library. - Current state is that it's able to mount a FAT volume.

2009-09-29 Thread fireball
Author: fireball Date: Tue Sep 29 12:08:43 2009 New Revision: 43222 URL: http://svn.reactos.org/svn/reactos?rev=43222view=rev Log: [fastfat_new] - Start integrating FullFAT library. - Current state is that it's able to mount a FAT volume. Added: trunk/reactos/drivers/filesystems/fastfat_new

[ros-diffs] [fireball] 43225: [fastfat_new] - Add directory path parsing which tries to find existing FCBs for path names. - Add a framework for creating DCBs during path dissection. Currently just pr

2009-09-29 Thread fireball
Author: fireball Date: Tue Sep 29 15:09:16 2009 New Revision: 43225 URL: http://svn.reactos.org/svn/reactos?rev=43225view=rev Log: [fastfat_new] - Add directory path parsing which tries to find existing FCBs for path names. - Add a framework for creating DCBs during path dissection. Currently

[ros-diffs] [fireball] 43239: [fastfat_new] - Partially implement a codepath for opening an existing file. - Implement simple FCB and CCB creation. - Correctly set FILE_OBJECT fields. - Allocate space

2009-09-30 Thread fireball
Author: fireball Date: Wed Sep 30 18:16:18 2009 New Revision: 43239 URL: http://svn.reactos.org/svn/reactos?rev=43239view=rev Log: [fastfat_new] - Partially implement a codepath for opening an existing file. - Implement simple FCB and CCB creation. - Correctly set FILE_OBJECT fields. - Allocate

[ros-diffs] [fireball] 43247: [fastfat_new] - Open a file in FatiOpenExistingFile by means of FullFAT library. - Fix incorrect fullfat placement in fasfat.rbuild. - Hack StreamFileObject to be 5Gb in

2009-10-01 Thread fireball
Author: fireball Date: Thu Oct 1 15:21:28 2009 New Revision: 43247 URL: http://svn.reactos.org/svn/reactos?rev=43247view=rev Log: [fastfat_new] - Open a file in FatiOpenExistingFile by means of FullFAT library. - Fix incorrect fullfat placement in fasfat.rbuild. - Hack StreamFileObject to be 5Gb

[ros-diffs] [fireball] 43250: [fastfat_new] - Implement simple read support. - Rewrite FatMapUserBuffer, no exception raising necessary at this stage. - Silence FatReadBlocks dbgprint.

2009-10-01 Thread fireball
Author: fireball Date: Thu Oct 1 18:08:11 2009 New Revision: 43250 URL: http://svn.reactos.org/svn/reactos?rev=43250view=rev Log: [fastfat_new] - Implement simple read support. - Rewrite FatMapUserBuffer, no exception raising necessary at this stage. - Silence FatReadBlocks dbgprint. Modified

[ros-diffs] [fireball] 43252: [fastfat_new] - Implement querying standard information (important for getting correct file size). - Substitute CcMap/copy/Unpin by CcCopyRead in FatReadBlocks. - Take of

2009-10-02 Thread fireball
Author: fireball Date: Fri Oct 2 12:49:57 2009 New Revision: 43252 URL: http://svn.reactos.org/svn/reactos?rev=43252view=rev Log: [fastfat_new] - Implement querying standard information (important for getting correct file size). - Substitute CcMap/copy/Unpin by CcCopyRead in FatReadBlocks

[ros-diffs] [fireball] 43255: [fullfat] - Substitute more free to FF_Free function.

2009-10-02 Thread fireball
Author: fireball Date: Fri Oct 2 13:56:03 2009 New Revision: 43255 URL: http://svn.reactos.org/svn/reactos?rev=43255view=rev Log: [fullfat] - Substitute more free to FF_Free function. Modified: trunk/reactos/lib/3rdparty/fullfat/ff_file.c Modified: trunk/reactos/lib/3rdparty/fullfat

[ros-diffs] [fireball] 43256: [fastfat_new] - Fail with an error if file can't be opened. - Implement FatCreateDcb, actually create DCBs for all parsed directories in the path. - Set file size in an a

2009-10-02 Thread fireball
Author: fireball Date: Fri Oct 2 15:59:51 2009 New Revision: 43256 URL: http://svn.reactos.org/svn/reactos?rev=43256view=rev Log: [fastfat_new] - Fail with an error if file can't be opened. - Implement FatCreateDcb, actually create DCBs for all parsed directories in the path. - Set file size

[ros-diffs] [fireball] 43257: [fastfat_new] - Don't leak VCB lock, prevents hang when trying to open another file.

2009-10-02 Thread fireball
Author: fireball Date: Fri Oct 2 19:07:37 2009 New Revision: 43257 URL: http://svn.reactos.org/svn/reactos?rev=43257view=rev Log: [fastfat_new] - Don't leak VCB lock, prevents hang when trying to open another file. Modified: trunk/reactos/drivers/filesystems/fastfat_new/create.c Modified

[ros-diffs] [fireball] 43322: [fastfat_new] - Lower importance of some debug messages. - Add FCB locking routines. - Lock VCB and FCB in QueryInformation.

2009-10-07 Thread fireball
Author: fireball Date: Wed Oct 7 12:45:45 2009 New Revision: 43322 URL: http://svn.reactos.org/svn/reactos?rev=43322view=rev Log: [fastfat_new] - Lower importance of some debug messages. - Add FCB locking routines. - Lock VCB and FCB in QueryInformation. Modified: trunk/reactos/drivers

[ros-diffs] [fireball] 43343: [fastfat_new] - Add two names to an FCB - a short name, and a long name. - Start implementing FatSetFcbNames, currently deals with short names only. - Implement Fati8dot3

2009-10-09 Thread fireball
Author: fireball Date: Fri Oct 9 16:20:33 2009 New Revision: 43343 URL: http://svn.reactos.org/svn/reactos?rev=43343view=rev Log: [fastfat_new] - Add two names to an FCB - a short name, and a long name. - Start implementing FatSetFcbNames, currently deals with short names only. - Implement

[ros-diffs] [fireball] 43356: [fastfat_new] - Manually fetch a short name entry in FatSetFcbNames and process it. - Get a long name and process it too (though right now there is problem, FullFAT retur

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 11:13:39 2009 New Revision: 43356 URL: http://svn.reactos.org/svn/reactos?rev=43356view=rev Log: [fastfat_new] - Manually fetch a short name entry in FatSetFcbNames and process it. - Get a long name and process it too (though right now there is problem, FullFAT

[ros-diffs] [fireball] 43358: [fastfat_new] - Add two functions for adding/removing name links from splay trees. - Cleanup Fati8dot3ToString function from testing code. - Add FCB states, so far just t

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 14:34:02 2009 New Revision: 43358 URL: http://svn.reactos.org/svn/reactos?rev=43358view=rev Log: [fastfat_new] - Add two functions for adding/removing name links from splay trees. - Cleanup Fati8dot3ToString function from testing code. - Add FCB states, so far

[ros-diffs] [fireball] 43359: [fastfat_new] - Actually add short and long names to splay tree when setting up FCB's names.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 14:40:20 2009 New Revision: 43359 URL: http://svn.reactos.org/svn/reactos?rev=43359view=rev Log: [fastfat_new] - Actually add short and long names to splay tree when setting up FCB's names. Modified: trunk/reactos/drivers/filesystems/fastfat_new/fcb.c

[ros-diffs] [fireball] 43360: [wtsapi32] Andrey Ivanov andrey.v.iva...@gmail.com - Implement WTSEnumerateProcessesA and WTSEnumerateProcessesW. See issue #4658 for more details.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 14:55:34 2009 New Revision: 43360 URL: http://svn.reactos.org/svn/reactos?rev=43360view=rev Log: [wtsapi32] Andrey Ivanov andrey.v.iva...@gmail.com - Implement WTSEnumerateProcessesA and WTSEnumerateProcessesW. See issue #4658 for more details. Modified

[ros-diffs] [fireball] 43361: - Mark wtsapi32 as forked.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 14:56:02 2009 New Revision: 43361 URL: http://svn.reactos.org/svn/reactos?rev=43361view=rev Log: - Mark wtsapi32 as forked. Modified: trunk/reactos/media/doc/README.WINE Modified: trunk/reactos/media/doc/README.WINE URL: http://svn.reactos.org/svn/reactos

[ros-diffs] [fireball] 43362: [freeldr] Andrew Steinborn asteinbor...@gmail.com - Display error message when boot sector reading fails. See issue #4641 for more details.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 15:05:02 2009 New Revision: 43362 URL: http://svn.reactos.org/svn/reactos?rev=43362view=rev Log: [freeldr] Andrew Steinborn asteinbor...@gmail.com - Display error message when boot sector reading fails. See issue #4641 for more details. Modified: trunk

[ros-diffs] [fireball] 43363: - Implement RtlpDidUnicodeToOemWork to check for unmapped characters. Based on a patch by Daniel Zimmerman. See issue #4548 for more details.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 15:22:41 2009 New Revision: 43363 URL: http://svn.reactos.org/svn/reactos?rev=43363view=rev Log: - Implement RtlpDidUnicodeToOemWork to check for unmapped characters. Based on a patch by Daniel Zimmerman. See issue #4548 for more details. Modified: trunk

[ros-diffs] [fireball] 43364: [ntoskrnl] - Reimplement HalpCalibrateStallExecution which was removed in r24964. Real Windows uses a different algorithm, however existing one seems to work acceptably.

2009-10-10 Thread fireball
Author: fireball Date: Sat Oct 10 20:22:56 2009 New Revision: 43364 URL: http://svn.reactos.org/svn/reactos?rev=43364view=rev Log: [ntoskrnl] - Reimplement HalpCalibrateStallExecution which was removed in r24964. Real Windows uses a different algorithm, however existing one seems to work

[ros-diffs] [fireball] 43368: [powrprof] - Add more powrprof.dll tests, by Alexander Wurzinger lohneg...@gmx.net. - Some cleanup and code typo fixes by me. See issue #3381 for more details.

2009-10-11 Thread fireball
Author: fireball Date: Sun Oct 11 11:49:09 2009 New Revision: 43368 URL: http://svn.reactos.org/svn/reactos?rev=43368view=rev Log: [powrprof] - Add more powrprof.dll tests, by Alexander Wurzinger lohneg...@gmx.net. - Some cleanup and code typo fixes by me. See issue #3381 for more details

[ros-diffs] [fireball] 43370: [powrprof] - Implement some powrprof.dll according to regression tests committed in r43368, by Alexander Wurzinger lohneg...@gmx.net. - Minor bugfix by me. See issue #3

2009-10-11 Thread fireball
Author: fireball Date: Sun Oct 11 11:54:41 2009 New Revision: 43370 URL: http://svn.reactos.org/svn/reactos?rev=43370view=rev Log: [powrprof] - Implement some powrprof.dll according to regression tests committed in r43368, by Alexander Wurzinger lohneg...@gmx.net. - Minor bugfix by me. See issue

[ros-diffs] [fireball] 43371: - Implement pool corruption tests for testing pool overrun/underrun detectors. Tests invocation is commented out by default.

2009-10-11 Thread fireball
Author: fireball Date: Sun Oct 11 12:00:56 2009 New Revision: 43371 URL: http://svn.reactos.org/svn/reactos?rev=43371view=rev Log: - Implement pool corruption tests for testing pool overrun/underrun detectors. Tests invocation is commented out by default. Modified: trunk/rostests/drivers

[ros-diffs] [fireball] 43390: [fastfat_new] - Implement all infrastructue for constructing filenames in FCBs, and use it to build full file names. Every FCB has four names: a short upcased name in ANS

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 11:30:41 2009 New Revision: 43390 URL: http://svn.reactos.org/svn/reactos?rev=43390view=rev Log: [fastfat_new] - Implement all infrastructue for constructing filenames in FCBs, and use it to build full file names. Every FCB has four names: a short upcased name

[ros-diffs] [fireball] 43393: [fastfat_new] - Implement a stub version of basic information query. Fixes an autochk.exe not found problem.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 12:22:32 2009 New Revision: 43393 URL: http://svn.reactos.org/svn/reactos?rev=43393view=rev Log: [fastfat_new] - Implement a stub version of basic information query. Fixes an autochk.exe not found problem. Modified: trunk/reactos/drivers/filesystems

[ros-diffs] [fireball] 43398: - Vendor import Wine-1.1.31 gdi32, user32, winex11.drv and wineserver.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 15:56:55 2009 New Revision: 43398 URL: http://svn.reactos.org/svn/reactos?rev=43398view=rev Log: - Vendor import Wine-1.1.31 gdi32, user32, winex11.drv and wineserver. Removed: vendor/wine/dlls/gdi32/current/wing.c vendor/wine/dlls/gdi32/current

[ros-diffs] [fireball] 43399: - Remove Wine-X_X_XX tags from user32/gdi32/winex11/server vendor imports: I don't see a need to maintain them. It's not CVS times anymore.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 15:58:42 2009 New Revision: 43399 URL: http://svn.reactos.org/svn/reactos?rev=43399view=rev Log: - Remove Wine-X_X_XX tags from user32/gdi32/winex11/server vendor imports: I don't see a need to maintain them. It's not CVS times anymore. Removed: vendor/wine

[ros-diffs] [fireball] 43401: [arwinss] - Merge Wine-1.1.31 server headers.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 16:22:23 2009 New Revision: 43401 URL: http://svn.reactos.org/svn/reactos?rev=43401view=rev Log: [arwinss] - Merge Wine-1.1.31 server headers. Modified: branches/arwinss/reactos/include/reactos/wine/server_protocol.h branches/arwinss/reactos/subsystems

[ros-diffs] [fireball] 43402: [arwinss] - Sync up to Wine-1.1.31.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 16:23:25 2009 New Revision: 43402 URL: http://svn.reactos.org/svn/reactos?rev=43402view=rev Log: [arwinss] - Sync up to Wine-1.1.31. Modified: branches/arwinss/reactos/dll/win32/gdi32/ (props changed) branches/arwinss/reactos/dll/win32/gdi32/bitblt.c

[ros-diffs] [fireball] 43403: [arwinss] - Sync up to Wine-1.1.31.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 16:56:37 2009 New Revision: 43403 URL: http://svn.reactos.org/svn/reactos?rev=43403view=rev Log: [arwinss] - Sync up to Wine-1.1.31. Modified: branches/arwinss/reactos/dll/win32/user32/ (props changed) branches/arwinss/reactos/dll/win32/user32

[ros-diffs] [fireball] 43404: [arwinss] - Sync up to Wine-1.1.31.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 17:03:17 2009 New Revision: 43404 URL: http://svn.reactos.org/svn/reactos?rev=43404view=rev Log: [arwinss] - Sync up to Wine-1.1.31. Modified: branches/arwinss/reactos/dll/win32/winex11.drv/ (props changed) branches/arwinss/reactos/dll/win32/winex11

[ros-diffs] [fireball] 43409: - Remove PatBlt driver routine and instead call it from StretchBlt handler. Unregresses arwinss after syncing. Mouse cursor is still totally broken though.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 20:10:24 2009 New Revision: 43409 URL: http://svn.reactos.org/svn/reactos?rev=43409view=rev Log: - Remove PatBlt driver routine and instead call it from StretchBlt handler. Unregresses arwinss after syncing. Mouse cursor is still totally broken though. Modified

[ros-diffs] [fireball] 43416: [kernel32] - Remove incorrect null-termination of a string. Thanks to Russel for spotting. See issue #4820 for more details.

2009-10-12 Thread fireball
Author: fireball Date: Mon Oct 12 21:45:12 2009 New Revision: 43416 URL: http://svn.reactos.org/svn/reactos?rev=43416view=rev Log: [kernel32] - Remove incorrect null-termination of a string. Thanks to Russel for spotting. See issue #4820 for more details. Modified: trunk/reactos/dll/win32

[ros-diffs] [fireball] 43438: [rtl] - Fix an out-of-bounds read in RtlpDidUnicodeToOemWorked. See issue #4888 for more details.

2009-10-13 Thread fireball
Author: fireball Date: Tue Oct 13 20:01:55 2009 New Revision: 43438 URL: http://svn.reactos.org/svn/reactos?rev=43438view=rev Log: [rtl] - Fix an out-of-bounds read in RtlpDidUnicodeToOemWorked. See issue #4888 for more details. Modified: trunk/reactos/lib/rtl/unicode.c Modified: trunk

[ros-diffs] [fireball] 43477: [fastfat_new] - Add a helper function for reading (mapping) volume's stream file object. - Read a boot sector during volume mounting, unpack it and store values in Vcb-B

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 12:50:12 2009 New Revision: 43477 URL: http://svn.reactos.org/svn/reactos?rev=43477view=rev Log: [fastfat_new] - Add a helper function for reading (mapping) volume's stream file object. - Read a boot sector during volume mounting, unpack it and store values

[ros-diffs] [fireball] 43495: [PSDK] - Add MM_MIN / MM_MAX definitions.

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 21:49:10 2009 New Revision: 43495 URL: http://svn.reactos.org/svn/reactos?rev=43495view=rev Log: [PSDK] - Add MM_MIN / MM_MAX definitions. Modified: trunk/reactos/include/psdk/wingdi.h Modified: trunk/reactos/include/psdk/wingdi.h URL: http

[ros-diffs] [fireball] 43499: - Update user32_winetest to Wine-1.1.31.

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 22:00:27 2009 New Revision: 43499 URL: http://svn.reactos.org/svn/reactos?rev=43499view=rev Log: - Update user32_winetest to Wine-1.1.31. Modified: trunk/rostests/winetests/user32/class.c trunk/rostests/winetests/user32/cursoricon.c trunk/rostests

[ros-diffs] [fireball] 43512: [fastfat_new] - Minor comments/TODO improvement in FatiCreate.

2009-10-16 Thread fireball
Author: fireball Date: Fri Oct 16 14:29:34 2009 New Revision: 43512 URL: http://svn.reactos.org/svn/reactos?rev=43512view=rev Log: [fastfat_new] - Minor comments/TODO improvement in FatiCreate. Modified: trunk/reactos/drivers/filesystems/fastfat_new/create.c Modified: trunk/reactos/drivers

[ros-diffs] [fireball] 43513: [fastfat_new] - Add a function to read the dirent and return status of that object - does it exist, is it a file or a directory. - Branch according to this in FatiCreate

2009-10-16 Thread fireball
Author: fireball Date: Fri Oct 16 15:11:05 2009 New Revision: 43513 URL: http://svn.reactos.org/svn/reactos?rev=43513view=rev Log: [fastfat_new] - Add a function to read the dirent and return status of that object - does it exist, is it a file or a directory. - Branch according

<    3   4   5   6   7   8   9   >