Casper Hornstrup
2ef07b88f9
2003-08-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* apps/utils/stats/stats.c (ReadLine): Handle unix end-of-line characters.
svn path=/trunk/; revision=5796
2003-08-23 16:33:04 +00:00
Casper Hornstrup
4a3ede724b
2003-08-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* apps/tests/Makefile (TEST_APPS): Remove patblt and stretchblt
as they break full make.
svn path=/trunk/; revision=5795
2003-08-23 16:30:49 +00:00
Martin Fuchs
3ff42008f4
improved error reporting for GCC version
...
svn path=/trunk/; revision=5794
2003-08-23 13:44:37 +00:00
Martin Fuchs
4fcd44e5eb
removed warning for VS.Net compiler
...
svn path=/trunk/; revision=5793
2003-08-23 11:51:01 +00:00
Martin Fuchs
cb0cc914a1
added TODO entries
...
svn path=/trunk/; revision=5792
2003-08-23 10:59:20 +00:00
Martin Fuchs
b457e5103c
fixed more memory and GDI handle leaks
...
svn path=/trunk/; revision=5791
2003-08-23 10:02:38 +00:00
Martin Fuchs
594afa2f55
fixed GDI handle leaks
...
svn path=/trunk/; revision=5790
2003-08-23 09:27:26 +00:00
Martin Fuchs
43fa5d1ab2
implemented 'run...' dialog by using shell32 functionality (taken from taskmgr/run.c)
...
svn path=/trunk/; revision=5789
2003-08-23 09:26:57 +00:00
Martin Fuchs
ea2e4b1c26
added .cvsignore
...
svn path=/trunk/; revision=5788
2003-08-23 07:53:54 +00:00
Steven Edwards
114ba86989
install new GDI tests
...
svn path=/trunk/; revision=5787
2003-08-23 07:00:35 +00:00
Steven Edwards
a38afaee02
Added new tests to build
...
svn path=/trunk/; revision=5786
2003-08-23 06:49:21 +00:00
Steven Edwards
bf3eb0bdde
Fixed another demo
...
svn path=/trunk/; revision=5785
2003-08-23 06:48:35 +00:00
Steven Edwards
aceee42b0f
Fix demo - for real this time
...
svn path=/trunk/; revision=5784
2003-08-23 06:43:54 +00:00
Steven Edwards
0c3c02ba8f
Fix demo
...
svn path=/trunk/; revision=5783
2003-08-23 06:42:45 +00:00
Steven Edwards
5c77637a9b
Added new scaled text demo from the Windows 2000 graphics API blackbook
...
svn path=/trunk/; revision=5782
2003-08-23 06:41:54 +00:00
Steven Edwards
90b7f43de7
Added new makefile for demo
...
svn path=/trunk/; revision=5781
2003-08-23 06:26:46 +00:00
Steven Edwards
121191e9e1
Set target type as Windows
...
svn path=/trunk/; revision=5780
2003-08-23 06:10:36 +00:00
Steven Edwards
65018e8631
Add winedbg.dll back
...
svn path=/trunk/; revision=5779
2003-08-23 05:06:34 +00:00
Steven Edwards
ed30599f45
Merge with Winehq to support w32api and MS_VC headers.
...
Add linking to winedbgc.dll
svn path=/trunk/; revision=5778
2003-08-22 23:36:27 +00:00
Steven Edwards
9c1b0dcc9f
Make lzexpand use winedbg interface.
...
Merge latest changes with winehq CVS
reactos/subsys/system/expand should work now
svn path=/trunk/; revision=5777
2003-08-22 23:35:28 +00:00
Steven Edwards
62e998a88b
Wine porting fixes
...
Patch by Filip Navara
svn path=/trunk/; revision=5776
2003-08-22 23:34:30 +00:00
Steven Edwards
1e60813c3c
Updated winedbg.dll to support latest WINE dlls.
...
Patch by Filip Navara
svn path=/trunk/; revision=5775
2003-08-22 23:32:39 +00:00
Steven Edwards
7f4e557bf9
Removed sym file from CVS
...
svn path=/trunk/; revision=5774
2003-08-22 21:27:22 +00:00
Martin Fuchs
12b861a404
added quicklaunch bar
...
svn path=/trunk/; revision=5773
2003-08-22 21:16:58 +00:00
Martin Fuchs
0b414b7b38
fixed create_bitmap_from_icon()
...
svn path=/trunk/; revision=5772
2003-08-22 21:14:31 +00:00
Thomas Bluemel
7e8228e0c7
fixed GetIconInfo()
...
svn path=/trunk/; revision=5771
2003-08-22 20:50:44 +00:00
Martin Fuchs
764b078068
Implemented quick launch bar
...
svn path=/trunk/; revision=5770
2003-08-22 20:43:36 +00:00
Thomas Bluemel
c863a9d611
fixed a bug in LoadCursorImage()
...
svn path=/trunk/; revision=5769
2003-08-22 20:17:08 +00:00
Thomas Bluemel
aefd11c055
fixed a bug in LdrAccessResource(), it should abort when ResourceDataEntry == NULL
...
svn path=/trunk/; revision=5768
2003-08-22 20:00:39 +00:00
Hartmut Birr
130e0947f7
- Free the sub key table in CmiObjectDelete.
...
svn path=/trunk/; revision=5767
2003-08-22 19:22:19 +00:00
Thomas Bluemel
68cb54ddaf
updated user32 resources
...
svn path=/trunk/; revision=5766
2003-08-22 19:14:01 +00:00
Gé van Geldorp
a15a37fcab
Fix handling of invalid memory accesses by the stub
...
svn path=/trunk/; revision=5765
2003-08-22 18:46:40 +00:00
Thomas Bluemel
1aa98eb415
added 2 cursors
...
svn path=/trunk/; revision=5764
2003-08-22 18:42:45 +00:00
Martin Fuchs
ddcf08e7d2
double buffering
...
svn path=/trunk/; revision=5763
2003-08-22 18:25:48 +00:00
Thomas Bluemel
cc1e453ce3
updated cursor resources
...
svn path=/trunk/; revision=5762
2003-08-22 18:21:52 +00:00
Martin Fuchs
b60923167a
NotifyArea::CancelModes()
...
svn path=/trunk/; revision=5761
2003-08-22 17:32:24 +00:00
Martin Fuchs
f45db7ba7a
bugfix: focus handling in startmenu
...
svn path=/trunk/; revision=5760
2003-08-22 16:59:19 +00:00
Thomas Bluemel
e570fadda7
bugfixes for menus
...
svn path=/trunk/; revision=5759
2003-08-22 16:01:01 +00:00
Martin Fuchs
ef6eb3eb50
check for valid task icon owener windows
...
svn path=/trunk/; revision=5758
2003-08-22 15:30:30 +00:00
Martin Fuchs
c92a9be46a
btntest.sym
...
svn path=/trunk/; revision=5757
2003-08-22 15:29:47 +00:00
Andrew Greenwood
7010fa377f
* Started porting WINMM from WINE
...
* Defined __WINE_FOR_REACTOS__ and created internal.h, which defines a few things not already defined.
It compiles, but *will NOT* link, as I haven't finished porting yet. I'll continue hacking away at it.
svn path=/trunk/; revision=5756
2003-08-22 14:56:59 +00:00
Gé van Geldorp
a06a9da285
Prevent double screen output when GDB is active
...
svn path=/trunk/; revision=5755
2003-08-22 14:49:54 +00:00
Eric Kohl
8773b1104e
Use FAT12 or FAT16 CHS for small partitions even if the drive supports LBA.
...
svn path=/trunk/; revision=5754
2003-08-22 13:55:36 +00:00
Emanuele Aliberti
b5984d7099
PSXDLL: RtlNtStatusToPsxErrno moved to PSX subsystem client library from NTDLL.
...
svn path=/trunk/; revision=5753
2003-08-22 13:55:15 +00:00
Eric Kohl
c07929b227
Moved FAT32 code to a sepatate file.
...
Added hack for HiddenSectors value. This is needed to boot FreeLoader.
svn path=/trunk/; revision=5752
2003-08-22 13:53:02 +00:00
Eric Kohl
b8eace220f
Ignore junk data from ATA and ATAPI devices.
...
svn path=/trunk/; revision=5751
2003-08-22 13:50:39 +00:00
Emanuele Aliberti
c8ca03fbbf
NTDLL: RtlNtStatusToPsxErrno moved to PSX subsystem client library.
...
svn path=/trunk/; revision=5750
2003-08-22 13:46:55 +00:00
Martin Fuchs
cd813d619c
set work area size
...
svn path=/trunk/; revision=5749
2003-08-22 13:27:58 +00:00
Royce Mitchell III
5f5441389e
C89 compatibility and fixed a pointer bug ( conferred with Thomas on his intensions first ).
...
svn path=/trunk/; revision=5748
2003-08-22 13:27:09 +00:00
Martin Fuchs
942ea1645e
Implemented tray notification callback messages
...
svn path=/trunk/; revision=5747
2003-08-22 12:41:24 +00:00