Commit graph

19278 commits

Author SHA1 Message Date
Gé van Geldorp d19debd757 Use a lookaside list for tracking
svn path=/trunk/; revision=20535
2006-01-02 20:04:19 +00:00
Magnus Olsen c04e99c3d3 Correct Streachblt in windows mode, it take accunt org and offset now. this need to be implement in dib1, dib4, dib8,dib24, dib32
svn path=/trunk/; revision=20534
2006-01-02 19:00:47 +00:00
Hartmut Birr 39a85a187f Implemented the 'red zone check' for the non paged pool.
svn path=/trunk/; revision=20533
2006-01-02 18:45:52 +00:00
Hartmut Birr 61b5988d34 Simplified the definition of the interrupt handlers for non smp machines.
svn path=/trunk/; revision=20532
2006-01-02 18:34:31 +00:00
Alex Ionescu 6f306a8b90 - Fix building with old binutils. Thanks to Ge for the fix.
svn path=/trunk/; revision=20531
2006-01-02 18:03:19 +00:00
Hartmut Birr 3e90cec75b Fixed the size of the allocated port structure.
svn path=/trunk/; revision=20530
2006-01-02 17:46:35 +00:00
Ged Murphy 8113f8f796 Allow files other than C to be included in the projects
Patch by Brezenbak (IRC)

svn path=/trunk/; revision=20529
2006-01-02 16:43:54 +00:00
Hervé Poussineau cebd9c6b25 Report current bus number during IRP_MN_QUERY_RESOURCES
Child bus number is in u.type1.SecondaryBus field, not u.type1.SubordinateBus

svn path=/trunk/; revision=20528
2006-01-02 11:39:15 +00:00
Hervé Poussineau c513265500 Start \\Device\\USBFDOx names at index 0.
Use the same index to create the symbolic link \\??\\HCDx
This should fix the handling of multiple USB controllers

svn path=/trunk/; revision=20527
2006-01-02 11:37:00 +00:00
Hervé Poussineau 6402246022 Replace STATUS_UNSUCCESSFUL by STATUS_TOO_MANY_NAMES
svn path=/trunk/; revision=20526
2006-01-02 11:32:03 +00:00
Eric Kohl 0d16ca8f32 Generate static MIDL_PROC_FORMAT_STRING, MIDL_TYPE_FORMAT_STRING and MIDL_STUB_DESC.
svn path=/trunk/; revision=20525
2006-01-01 20:59:39 +00:00
Ged Murphy b7cb363333 revert 20523.
explorer and my computer are different animals

svn path=/trunk/; revision=20524
2006-01-01 20:56:01 +00:00
Ged Murphy fc7824fc88 change explorer quick launch icon to use default 'my computer' icon instead of a folder.
svn path=/trunk/; revision=20523
2006-01-01 18:45:16 +00:00
Ged Murphy b083fbae01 - split logoff and shutdown resources
- add icons for each

svn path=/trunk/; revision=20522
2006-01-01 18:13:07 +00:00
Magnus Olsen f88d2a43eb fix some bugs wih org with strechblt.
svn path=/trunk/; revision=20521
2006-01-01 17:12:19 +00:00
Hervé Poussineau f0ac5c5082 Add missing processor architecture cases
svn path=/trunk/; revision=20520
2006-01-01 16:49:53 +00:00
Magnus Olsen 4ea90aa543 revert 17709 for it break streach for windows mode. That why I did only got black windows in winquake with windows mode 640x480.
svn path=/trunk/; revision=20519
2006-01-01 16:00:45 +00:00
Martin Fuchs 876eaec62a eliminate GCC warning about initialization order
svn path=/trunk/; revision=20517
2006-01-01 15:44:46 +00:00
Eric Kohl e9f95694e0 - Fix crashes in calls to ScmAssignNewTag.
- ScmrCreateServiceW: Assign a group to the service.

svn path=/trunk/; revision=20516
2006-01-01 15:32:40 +00:00
Martin Fuchs 77932fa09a explorer:
- simplify SCAN flags
- extend shell browser to use WINFS
- resolve a few FIXMEs
- simplify ShellBrowser initialization
- handle /root command line option

svn path=/trunk/; revision=20515
2006-01-01 15:21:03 +00:00
Magnus Olsen 69288462ca optimize hide curs lite. so it does not tryung update the underlying surface hold time. and do not save the underlying surface in show when it is hide. all these save alot of cycles and winquake are bit faster.
svn path=/trunk/; revision=20514
2006-01-01 14:40:24 +00:00
Eric Kohl 76f75c9351 Forward QueryServiceLockStatusA/W to services.exe.
svn path=/trunk/; revision=20512
2006-01-01 14:26:25 +00:00
Thomas Bluemel e0d9018bb4 Fixed calculating the size of empty message boxes. Fixes bug 1224
svn path=/trunk/; revision=20511
2006-01-01 13:45:09 +00:00
Magnus Olsen 541e05f9c5 Fixing a small bug for hide mouse. Save the current surface under the mouse. But do not blt the mouse pointer. it take care of small glict I have seen in winqauke.
svn path=/trunk/; revision=20510
2006-01-01 13:36:06 +00:00
Thomas Bluemel 2dc2025c31 fixed uninitialized variable warning
svn path=/trunk/; revision=20509
2006-01-01 13:31:26 +00:00
Eric Kohl 823ff2a957 Forward EnumDependentServicesA/W to services.exe.
svn path=/trunk/; revision=20508
2006-01-01 12:00:13 +00:00
Gé van Geldorp cbd4885a7d Revert accidental commit 20505
svn path=/trunk/; revision=20507
2006-01-01 11:52:34 +00:00
Gé van Geldorp f99ca1d7c7 Exiting the loop while someone else still might have a lock kind of defeats
the purpose of acquiring the lock ourselves

svn path=/trunk/; revision=20506
2006-01-01 11:50:54 +00:00
Gé van Geldorp 736ed18513 Fix memory tracking
svn path=/trunk/; revision=20505
2006-01-01 11:48:11 +00:00
Gé van Geldorp de1cfe67f5 Memory is properly released, no need to untrack it
svn path=/trunk/; revision=20504
2006-01-01 11:44:55 +00:00
Gé van Geldorp 2a3bed3c12 Fix a memory leak
svn path=/trunk/; revision=20503
2006-01-01 11:41:05 +00:00
Gé van Geldorp ff25a31bce Silence debug message
svn path=/trunk/; revision=20502
2006-01-01 11:34:59 +00:00
Martin Fuchs 20c1c8ae3b explorer: merge changes from lean explorer branch (shell namespace iteration, icon extraction)
svn path=/trunk/; revision=20501
2006-01-01 10:40:23 +00:00
Eric Kohl 396f717775 Forward ChangeServiceConfig2A, QueryServiceConfig2A/W and EnumServicesStatusExA to services.exe
svn path=/trunk/; revision=20500
2006-01-01 10:31:35 +00:00
Gé van Geldorp 09a762db1d Revert part of r20493. Created bug 1229 to keep track of the issue.
svn path=/trunk/; revision=20499
2006-01-01 10:24:27 +00:00
Magnus Olsen d600323cad ShowCursor, gott a internal count to show the mouse or not, and return that value. as msdn descripe.
svn path=/trunk/; revision=20498
2006-01-01 01:09:08 +00:00
Gregor Anich 25e7c9121c New ibrowser icon by mf :P 4 mins late but still ;)
svn path=/trunk/; revision=20497
2005-12-31 23:04:53 +00:00
Eric Kohl d142c4f988 - Service list entries use a pointer to a group list entry instead of the goup name.
- New group list entries are created in the unknown-group-list for services of unknown groups.

svn path=/trunk/; revision=20496
2005-12-31 22:42:41 +00:00
James Tabor 1d13ed66fa Close bug 1223.
svn path=/trunk/; revision=20495
2005-12-31 21:37:52 +00:00
Martin Fuchs 7d1617eecb Registry entries for shell folders
svn path=/trunk/; revision=20494
2005-12-31 20:49:43 +00:00
Gé van Geldorp 6418505010 On FAT16 partitions smaller than 128MB, the cluster size is 2048, which is
smaller than PAGE_SIZE. This caused creation of the paging file on such a
partition to fail, which in turn made SMSS fail, blocking the boot process.
Creation of paging file fixed, and failure to create it is no longer a blocker
for the boot process (just try to run without paging file).

svn path=/trunk/; revision=20493
2005-12-31 19:50:29 +00:00
Eric Kohl 840e249e37 SVN maintenance
svn path=/trunk/; revision=20492
2005-12-31 19:02:48 +00:00
Eric Kohl d244063997 Move group-list related code to a separate file and keep the group name in the group record because it never changes.
svn path=/trunk/; revision=20491
2005-12-31 18:56:34 +00:00
Ged Murphy e3dd268bed - Use a separate icon for minimizing windows.
- Add new icon

svn path=/trunk/; revision=20489
2005-12-31 17:27:25 +00:00
Hervé Poussineau f9048f833e Implement VideoPortGetAssociatedDeviceExtension and VideoPortCheckForDeviceExistence
svn path=/trunk/; revision=20487
2005-12-31 16:01:02 +00:00
Thomas Bluemel 374de44cd0 set eol-style to native
svn path=/trunk/; revision=20485
2005-12-31 15:47:15 +00:00
Maarten Bosma 62aafa2438 Add a tree file without subcategories.
svn path=/trunk/; revision=20484
2005-12-31 15:13:01 +00:00
Eric Kohl 5525664ffe Forward StartServiceA/W to services.exe
svn path=/trunk/; revision=20480
2005-12-31 11:33:46 +00:00
Hervé Poussineau 650caac316 Fix bugs in ChangeServiceConfig2W spotted by Casper and Royce
svn path=/trunk/; revision=20478
2005-12-31 10:11:58 +00:00
Andrew Munger 0f3dff0211 Revert 20343, which puts the implementation of QueryServiceConfigW back into place. (20255)
svn path=/trunk/; revision=20477
2005-12-31 01:38:59 +00:00