reactos.git
20 years agoAdd lz32.dll to apistatus list.
Steven Edwards [Tue, 19 Aug 2003 23:25:58 +0000 (23:25 +0000)]
Add lz32.dll to apistatus list.

svn path=/trunk/; revision=5681

20 years agofixed minor blip in Polygon algo
Royce Mitchell III [Tue, 19 Aug 2003 21:29:20 +0000 (21:29 +0000)]
fixed minor blip in Polygon algo

svn path=/trunk/; revision=5680

20 years agonew cvsignore entries
Martin Fuchs [Tue, 19 Aug 2003 21:05:21 +0000 (21:05 +0000)]
new cvsignore entries

svn path=/trunk/; revision=5679

20 years agoImplementation of standard startmenu folders
Martin Fuchs [Tue, 19 Aug 2003 21:04:37 +0000 (21:04 +0000)]
Implementation of standard startmenu folders

svn path=/trunk/; revision=5678

20 years ago* Added trailing fs info sector signature
Eric Kohl [Tue, 19 Aug 2003 19:15:20 +0000 (19:15 +0000)]
* Added trailing fs info sector signature
* Calculate correct cluster size

svn path=/trunk/; revision=5677

20 years ago- Fixed the intial values for cluster 0 and 1.
Hartmut Birr [Tue, 19 Aug 2003 17:51:12 +0000 (17:51 +0000)]
- Fixed the intial values for cluster 0 and 1.
- Write the fat in larger chunks.
- Calculate the necessary size for the fat more exactly.

svn path=/trunk/; revision=5676

20 years agoImplemented navigation and launching in start menu
Martin Fuchs [Tue, 19 Aug 2003 16:51:36 +0000 (16:51 +0000)]
Implemented navigation and launching in start menu

svn path=/trunk/; revision=5675

20 years ago* Install MBR boot code if necessary.
Eric Kohl [Tue, 19 Aug 2003 15:54:47 +0000 (15:54 +0000)]
* Install MBR boot code if necessary.
* Install partition boot code after formatting.

svn path=/trunk/; revision=5674

20 years agofixed definition of DESKTOPENUMPROC
Royce Mitchell III [Tue, 19 Aug 2003 15:18:26 +0000 (15:18 +0000)]
fixed definition of DESKTOPENUMPROC

svn path=/trunk/; revision=5673

20 years agoPatch by Jonathon Wilson:
Thomas Bluemel [Tue, 19 Aug 2003 11:48:50 +0000 (11:48 +0000)]
Patch by Jonathon Wilson:
1. renames all w32k syscalls to ntgdi
2. contains the fixed, working PolyPatBlt and PatBlt fixes from before
3. renames W32kInitialize to Win32kInitalize
4. renames W32kDeviceProcess to Win32kDeviceProcess
5. renames all the w32k functions in ntuser to int functions (like in ntgdi)

svn path=/trunk/; revision=5672

20 years agouse BTNS_SEP instead of TBSTYLE_SEP
Martin Fuchs [Tue, 19 Aug 2003 09:48:43 +0000 (09:48 +0000)]
use BTNS_SEP instead of TBSTYLE_SEP

svn path=/trunk/; revision=5671

20 years agoOwnerdrawnButton
Martin Fuchs [Tue, 19 Aug 2003 09:36:25 +0000 (09:36 +0000)]
OwnerdrawnButton

svn path=/trunk/; revision=5670

20 years agoadded code comments and a bit of cleanup
Martin Fuchs [Tue, 19 Aug 2003 09:13:02 +0000 (09:13 +0000)]
added code comments and a bit of cleanup

svn path=/trunk/; revision=5669

20 years agodisable window resizing for start menu
Martin Fuchs [Tue, 19 Aug 2003 09:11:43 +0000 (09:11 +0000)]
disable window resizing for start menu

svn path=/trunk/; revision=5668

20 years agoAdded MmDbgPagedPoolRedZoneCheck(). I hope to eventually export it so other OS compon...
Royce Mitchell III [Tue, 19 Aug 2003 05:24:07 +0000 (05:24 +0000)]
Added MmDbgPagedPoolRedZoneCheck(). I hope to eventually export it so other OS components can check for bounds violations whenever they want. For now, you can do so by calling ExAllocatePool(PagedPool,0)

svn path=/trunk/; revision=5667

20 years agoC89 compatibility
Royce Mitchell III [Tue, 19 Aug 2003 03:05:42 +0000 (03:05 +0000)]
C89 compatibility

svn path=/trunk/; revision=5666

20 years agofixed some memory leaks with GetClassInfoEx(A/W)
Royce Mitchell III [Tue, 19 Aug 2003 02:55:53 +0000 (02:55 +0000)]
fixed some memory leaks with GetClassInfoEx(A/W)

svn path=/trunk/; revision=5665

20 years agoAdded implemented and unimplemented tags.
Steven Edwards [Tue, 19 Aug 2003 01:31:51 +0000 (01:31 +0000)]
Added implemented and unimplemented tags.

svn path=/trunk/; revision=5664

20 years agoimplemented SetLastErrorEx()
Thomas Bluemel [Tue, 19 Aug 2003 01:31:15 +0000 (01:31 +0000)]
implemented SetLastErrorEx()

svn path=/trunk/; revision=5663

20 years agominor fixes
Thomas Bluemel [Tue, 19 Aug 2003 01:03:41 +0000 (01:03 +0000)]
minor fixes

svn path=/trunk/; revision=5662

20 years agoGetClassInfoExA/W() checks for valid parameters now
Thomas Bluemel [Tue, 19 Aug 2003 00:49:42 +0000 (00:49 +0000)]
GetClassInfoExA/W() checks for valid parameters now

svn path=/trunk/; revision=5661

20 years agofixed some bugs in GetClassInfoExA/W()
Thomas Bluemel [Tue, 19 Aug 2003 00:36:40 +0000 (00:36 +0000)]
fixed some bugs in GetClassInfoExA/W()

svn path=/trunk/; revision=5660

20 years agofixed GetClassInfoExA/W() and CreateWindowExA/W()
Thomas Bluemel [Mon, 18 Aug 2003 23:52:03 +0000 (23:52 +0000)]
fixed GetClassInfoExA/W() and CreateWindowExA/W()

svn path=/trunk/; revision=5659

20 years agoOK I must be having a bad coding day or something. This should finally fix the build...
Andrew Greenwood [Mon, 18 Aug 2003 23:10:44 +0000 (23:10 +0000)]
OK I must be having a bad coding day or something. This should finally fix the build problems.

svn path=/trunk/; revision=5658

20 years agoOops... Sorry guys, the last commit I made broke the build, so I've just reversed...
Andrew Greenwood [Mon, 18 Aug 2003 22:55:15 +0000 (22:55 +0000)]
Oops... Sorry guys, the last commit I made broke the build, so I've just reversed most of what I did. Just commented out my changes in unwind.c

svn path=/trunk/; revision=5657

20 years agofirst draft of explorer start menu
Martin Fuchs [Mon, 18 Aug 2003 22:28:41 +0000 (22:28 +0000)]
first draft of explorer start menu

svn path=/trunk/; revision=5656

20 years ago* Added stubs for GetSecurityInfo and GetSecurityInfoExA/W in advapi32
Andrew Greenwood [Mon, 18 Aug 2003 22:19:25 +0000 (22:19 +0000)]
* Added stubs for GetSecurityInfo and GetSecurityInfoExA/W in advapi32
* Added some rather messy code to msvcrt/except/unwind.c in an attempt to get cmd.exe from Windows 2000 to run once again (Microsoft must've updated it in SP4 ... it used to work!)

svn path=/trunk/; revision=5655

20 years agoI've attempted to (correctly) re-stub some of the WinMM.DLL functions, and have partl...
Andrew Greenwood [Mon, 18 Aug 2003 19:14:57 +0000 (19:14 +0000)]
I've attempted to (correctly) re-stub some of the WinMM.DLL functions, and have partly implemented some parameter checking, etc.

This is still a complete mess and won't link. And it doesn't like me using file mappings.

svn path=/trunk/; revision=5654

20 years ago* Write modified partition sectors to disk.
Eric Kohl [Mon, 18 Aug 2003 17:39:26 +0000 (17:39 +0000)]
* Write modified partition sectors to disk.
* Enable partition formatting code.

svn path=/trunk/; revision=5653

20 years agoxHalIoWritePartitionTable(): Don't bail out if a partition manager was found.
Eric Kohl [Mon, 18 Aug 2003 17:34:18 +0000 (17:34 +0000)]
xHalIoWritePartitionTable(): Don't bail out if a partition manager was found.

svn path=/trunk/; revision=5652

20 years agoSystemProcessInformation: PPID retrieved.
Emanuele Aliberti [Mon, 18 Aug 2003 15:18:03 +0000 (15:18 +0000)]
SystemProcessInformation: PPID retrieved.
Now tlist shows correct parent-child relations.

svn path=/trunk/; revision=5651

20 years agosome work on menus
Thomas Bluemel [Mon, 18 Aug 2003 14:09:13 +0000 (14:09 +0000)]
some work on menus

svn path=/trunk/; revision=5650

20 years agosome work on menus
Thomas Bluemel [Mon, 18 Aug 2003 13:37:54 +0000 (13:37 +0000)]
some work on menus

svn path=/trunk/; revision=5649

20 years agoinitializing for GCC
Martin Fuchs [Mon, 18 Aug 2003 13:09:46 +0000 (13:09 +0000)]
initializing for GCC

svn path=/trunk/; revision=5648

20 years agoBTNS_BUTTON
Martin Fuchs [Mon, 18 Aug 2003 13:07:50 +0000 (13:07 +0000)]
BTNS_BUTTON

svn path=/trunk/; revision=5647

20 years agoremoved MENUITEMINFOW struct from MENU_ITEM
Thomas Bluemel [Mon, 18 Aug 2003 11:58:17 +0000 (11:58 +0000)]
removed MENUITEMINFOW struct from MENU_ITEM

svn path=/trunk/; revision=5646

20 years ago- Enabled the break handler.
Hartmut Birr [Mon, 18 Aug 2003 11:55:43 +0000 (11:55 +0000)]
- Enabled the break handler.

svn path=/trunk/; revision=5645

20 years ago- Remove all wait objects from a thread which would be deleted.
Hartmut Birr [Mon, 18 Aug 2003 11:52:31 +0000 (11:52 +0000)]
- Remove all wait objects from a thread which would be deleted.
- Release the thread list lock after the real context switch
  (some code was moved from thread.c to tskswitch.S).
- Check for the state of a thread which is blocked or unblocked,
  because it is possible that there was a second thread switching.
- Fixed KeSetBasePriorityThread.
- Check for a necessary task switch after changing the thread priority in KeSetPriorityThread.

svn path=/trunk/; revision=5644

20 years ago- Check for the status after calling KeWaitForSingleObject in NtRequestWaitReplyPort.
Hartmut Birr [Mon, 18 Aug 2003 11:48:19 +0000 (11:48 +0000)]
- Check for the status after calling KeWaitForSingleObject in NtRequestWaitReplyPort.

svn path=/trunk/; revision=5643

20 years ago- Remove all wait objects from a thread which would be deleted.
Hartmut Birr [Mon, 18 Aug 2003 11:23:32 +0000 (11:23 +0000)]
- Remove all wait objects from a thread which would be deleted.
- Release the thread list lock after the real context switch
  (some code was moved from thread.c to tskswitch.S).
- Check for the state of a thread which is blocked or unblocked,
  because it is possible that there was a second thread switching.
- Fixed KeSetBasePriorityThread.
- Check for a necessary task switch after changing the thread priority in KeSetPriorityThread.

svn path=/trunk/; revision=5642

20 years ago- Store for each process a separate pointer for a control handler within the process...
Hartmut Birr [Mon, 18 Aug 2003 10:58:49 +0000 (10:58 +0000)]
- Store for each process a separate pointer for a control handler within the process data structure.
- Call the control handler only if processed input is enabled.
- Call the control handler for each process which is attached to the console.

svn path=/trunk/; revision=5641

20 years ago- Fixed the initializing of the initial console control handler.
Hartmut Birr [Mon, 18 Aug 2003 10:47:04 +0000 (10:47 +0000)]
- Fixed the initializing of the initial console control handler.
- Fixed RemoveConsoleCtrlHandler.
- CreateProcess should send the console control handler to csrss.

svn path=/trunk/; revision=5640

20 years ago- Delete a process environment in the context of a worker thread
Hartmut Birr [Mon, 18 Aug 2003 10:20:57 +0000 (10:20 +0000)]
- Delete a process environment in the context of a worker thread
  if the caller does not run in the same process which would
  be deleted and if KeAttachProcess was already called.

svn path=/trunk/; revision=5639

20 years ago- Do not call KeAttachProcess/keDetachProcess if the current process is the necessary...
Hartmut Birr [Mon, 18 Aug 2003 10:18:14 +0000 (10:18 +0000)]
- Do not call KeAttachProcess/keDetachProcess if the current process is the necessary process.

svn path=/trunk/; revision=5638

20 years agoThis is Jonathan Wilson's patch, which implements DrawFrame and fixes PolyPatBlt.
Andrew Greenwood [Mon, 18 Aug 2003 09:59:29 +0000 (09:59 +0000)]
This is Jonathan Wilson's patch, which implements DrawFrame and fixes PolyPatBlt.

svn path=/trunk/; revision=5637

20 years agoCommit Ctrl Event handler
James Tabor [Mon, 18 Aug 2003 07:47:28 +0000 (07:47 +0000)]
Commit Ctrl Event handler

svn path=/trunk/; revision=5636

20 years agoCommit Ctrl Event handler
James Tabor [Mon, 18 Aug 2003 07:32:00 +0000 (07:32 +0000)]
Commit Ctrl Event handler

svn path=/trunk/; revision=5635

20 years agospelling fix
Martin Fuchs [Mon, 18 Aug 2003 07:24:28 +0000 (07:24 +0000)]
spelling fix

svn path=/trunk/; revision=5634

20 years agoCommit Ctrl Event handler
James Tabor [Mon, 18 Aug 2003 07:20:37 +0000 (07:20 +0000)]
Commit Ctrl Event handler

svn path=/trunk/; revision=5633

20 years agoCommit Ctrl Event handler
James Tabor [Mon, 18 Aug 2003 07:06:59 +0000 (07:06 +0000)]
Commit Ctrl Event handler

svn path=/trunk/; revision=5632

20 years agoImplemented GrayStringA and GrayStringW (untested, probably won't work)
Andrew Greenwood [Mon, 18 Aug 2003 00:14:50 +0000 (00:14 +0000)]
Implemented GrayStringA and GrayStringW (untested, probably won't work)

svn path=/trunk/; revision=5631

20 years agoImplemented SetWindowContextHelpId() and GetWindowContextHelpId()
Thomas Bluemel [Mon, 18 Aug 2003 00:11:17 +0000 (00:11 +0000)]
Implemented SetWindowContextHelpId() and GetWindowContextHelpId()

svn path=/trunk/; revision=5630

20 years agoImplemented AnimateWindow()
Thomas Bluemel [Sun, 17 Aug 2003 23:48:36 +0000 (23:48 +0000)]
Implemented AnimateWindow()

svn path=/trunk/; revision=5629

20 years agoadded cvsignore2
Martin Fuchs [Sun, 17 Aug 2003 23:28:24 +0000 (23:28 +0000)]
added cvsignore2

svn path=/trunk/; revision=5628

20 years agocorrected cvsignore
Martin Fuchs [Sun, 17 Aug 2003 23:26:13 +0000 (23:26 +0000)]
corrected cvsignore

svn path=/trunk/; revision=5627

20 years agolog off button in start menu
Martin Fuchs [Sun, 17 Aug 2003 23:14:23 +0000 (23:14 +0000)]
log off button in start menu

svn path=/trunk/; revision=5626

20 years ago* Ported listbox conrtol from WINE - it doesn't work properly yet, but registers...
Andrew Greenwood [Sun, 17 Aug 2003 22:45:40 +0000 (22:45 +0000)]
* Ported listbox conrtol from WINE - it doesn't work properly yet, but registers and processes messages!
* Implemented IsChild and FreeConsole (latter is guesswork based on AllocConsole!)
* Started implementing OpenIcon (remains unfinished)
* Improved EnableWindow, IsWindowEnabled and IsZoomed
* Replaced some instances of GetWindowLong with NtUserGetWindowLong
* Added SIF_TRACKPOS to defines.h
* Added dwLocaleId to COMPAREITEMSTRUCT

svn path=/trunk/; revision=5625

20 years agopicture button for start menu
Martin Fuchs [Sun, 17 Aug 2003 20:41:41 +0000 (20:41 +0000)]
picture button for start menu

svn path=/trunk/; revision=5624

20 years agopicture button for start menu
Martin Fuchs [Sun, 17 Aug 2003 20:41:32 +0000 (20:41 +0000)]
picture button for start menu

svn path=/trunk/; revision=5623

20 years ago* Implemented EnabledWindow and IsWindowEnabled (seem to work OK)
Andrew Greenwood [Sun, 17 Aug 2003 20:29:57 +0000 (20:29 +0000)]
* Implemented EnabledWindow and IsWindowEnabled (seem to work OK)
* Modified DrawState slightly (still doesn't work very well)

svn path=/trunk/; revision=5622

20 years agoMore work on DrawStateA/DrawStateW. They are still both incomplete, and only really...
Andrew Greenwood [Sun, 17 Aug 2003 19:07:11 +0000 (19:07 +0000)]
More work on DrawStateA/DrawStateW. They are still both incomplete, and only really work for DSS_NORMAL and DST_TEXT at the moment. Button text drawing appears to be broken (window state is always disabled for some reason.)

svn path=/trunk/; revision=5621

20 years agonew helper struct ClientRect
Martin Fuchs [Sun, 17 Aug 2003 18:31:45 +0000 (18:31 +0000)]
new helper struct ClientRect

svn path=/trunk/; revision=5620

20 years ago* fixes a couple (several?) memory leaks
Royce Mitchell III [Sun, 17 Aug 2003 17:32:58 +0000 (17:32 +0000)]
* fixes a couple (several?) memory leaks
* fixes |many| gdi locking bugs ( particularly DC's )
* Polygon and Rectangle now match MS's perfectly.
* a lot of functions take PDC or have PDC-equivalents now.
* fixed some C89 compatibility issues. ( before you complain, I refuse
to upgrade b/c my gcc 2.95 has caught ERRORS that gcc 3 completely
ignores, so I refuse to upgrade )

svn path=/trunk/; revision=5619

20 years ago- Fixed bug in small width brush blts aligned to an eight boundary.
David Welch [Sun, 17 Aug 2003 15:11:54 +0000 (15:11 +0000)]
- Fixed bug in small width brush blts aligned to an eight boundary.
- Accelerate dstinvert blts (treat as patinvert with a colour of 0xF).

svn path=/trunk/; revision=5618

20 years agorefresh attributes of existing taskbar buttons
Martin Fuchs [Sun, 17 Aug 2003 15:03:11 +0000 (15:03 +0000)]
refresh attributes of existing taskbar buttons

svn path=/trunk/; revision=5617

20 years agoHandling ofg iconized windows
Martin Fuchs [Sun, 17 Aug 2003 14:19:03 +0000 (14:19 +0000)]
Handling ofg iconized windows

svn path=/trunk/; revision=5616

20 years ago- Added 'time.c' for time functions
Richard Campbell [Sun, 17 Aug 2003 12:32:05 +0000 (12:32 +0000)]
- Added 'time.c' for time functions
- Updated makefile

No longer compiles due to errors?!?  I could use some help here.  Anyone want to tell me what i'm doing wrong?

svn path=/trunk/; revision=5615

20 years ago- Updated winmm defs, (This library isn't used or compiled yet, use the one from...
Richard Campbell [Sun, 17 Aug 2003 10:47:27 +0000 (10:47 +0000)]
- Updated winmm defs, (This library isn't used or compiled yet, use the one from wine)
- Removed a comment

svn path=/trunk/; revision=5614

20 years agoImplemented xHalIoSetPartitionInformation().
Eric Kohl [Sun, 17 Aug 2003 10:36:45 +0000 (10:36 +0000)]
Implemented xHalIoSetPartitionInformation().
Fixed typos in debug messages.
Cleaned up the mess.

svn path=/trunk/; revision=5613

20 years agoAdded WindowFromDC() by Philip Alldredge
Thomas Bluemel [Sun, 17 Aug 2003 09:17:04 +0000 (09:17 +0000)]
Added WindowFromDC() by Philip Alldredge

svn path=/trunk/; revision=5612

20 years agoOptimierung der Applikationsfenster-Anzeige
Martin Fuchs [Sun, 17 Aug 2003 07:59:37 +0000 (07:59 +0000)]
Optimierung der Applikationsfenster-Anzeige

svn path=/trunk/; revision=5611

20 years agofixed GDIOBJ locking issue with DC_SET_MODE macro
Royce Mitchell III [Sun, 17 Aug 2003 03:32:59 +0000 (03:32 +0000)]
fixed GDIOBJ locking issue with DC_SET_MODE macro

svn path=/trunk/; revision=5610

20 years agoVery basic (and incomplete) implementation of DrawStateA, DrawStateW and some interna...
Andrew Greenwood [Sun, 17 Aug 2003 02:51:42 +0000 (02:51 +0000)]
Very basic (and incomplete) implementation of DrawStateA, DrawStateW and some internal helper functions, based on the code from WINE. It works well enough to display text on buttons, but doesn't handle any state drawing yet. I hope to implement this over the next few days.

svn path=/trunk/; revision=5609

20 years agofirst draft of working task bar
Martin Fuchs [Sat, 16 Aug 2003 23:27:18 +0000 (23:27 +0000)]
first draft of working task bar

svn path=/trunk/; revision=5608

20 years agoRemove ANSI window proc and related funcs, fix color of SS_*RECT/SS_*FRAME
Gé van Geldorp [Sat, 16 Aug 2003 21:34:18 +0000 (21:34 +0000)]
Remove ANSI window proc and related funcs, fix color of SS_*RECT/SS_*FRAME
styles, fix SS_ETCHEDHORZ and SS_ETCHEDVERT styles, fix clipping

svn path=/trunk/; revision=5607

20 years agofixed line back-tracking in Polygon to match forward-tracking. No overlap occurs...
Royce Mitchell III [Sat, 16 Aug 2003 21:17:20 +0000 (21:17 +0000)]
fixed line back-tracking in Polygon to match forward-tracking. No overlap occurs between line and fill if pen width <= 1.

svn path=/trunk/; revision=5606

20 years agoUpdated by TortoiseCVS
Royce Mitchell III [Sat, 16 Aug 2003 21:15:54 +0000 (21:15 +0000)]
Updated by TortoiseCVS

svn path=/trunk/; revision=5605

20 years agoUpdated by TortoiseCVS
Royce Mitchell III [Sat, 16 Aug 2003 21:15:37 +0000 (21:15 +0000)]
Updated by TortoiseCVS

svn path=/trunk/; revision=5604

20 years agoFix test for WindowTextAtom
Gé van Geldorp [Sat, 16 Aug 2003 20:16:50 +0000 (20:16 +0000)]
Fix test for WindowTextAtom

svn path=/trunk/; revision=5603

20 years agoCommit Ctrl Event handler more changes are pending.
James Tabor [Sat, 16 Aug 2003 17:37:51 +0000 (17:37 +0000)]
Commit Ctrl Event handler more changes are pending.

svn path=/trunk/; revision=5602

20 years agoadditional comments
Martin Fuchs [Sat, 16 Aug 2003 12:06:52 +0000 (12:06 +0000)]
additional comments

svn path=/trunk/; revision=5601

20 years agoupdate from mail archive
Martin Fuchs [Sat, 16 Aug 2003 12:06:12 +0000 (12:06 +0000)]
update from mail archive

svn path=/trunk/; revision=5600

20 years agouse msdevfilt
Martin Fuchs [Sat, 16 Aug 2003 12:04:51 +0000 (12:04 +0000)]
use msdevfilt

svn path=/trunk/; revision=5599

20 years agoSetup ConsoleLocks for Event handler
James Tabor [Sat, 16 Aug 2003 06:19:15 +0000 (06:19 +0000)]
Setup ConsoleLocks for Event handler

svn path=/trunk/; revision=5598

20 years agoadd abs() declaration
Royce Mitchell III [Sat, 16 Aug 2003 05:12:37 +0000 (05:12 +0000)]
add abs() declaration

svn path=/trunk/; revision=5597

20 years agoW32kRectangle() fixed.
Royce Mitchell III [Sat, 16 Aug 2003 05:00:14 +0000 (05:00 +0000)]
W32kRectangle() fixed.

svn path=/trunk/; revision=5596

20 years agoPolygon now works flawlessly ( with possible exception to the issue mentioned on...
Royce Mitchell III [Sat, 16 Aug 2003 04:47:41 +0000 (04:47 +0000)]
Polygon now works flawlessly ( with possible exception to the issue mentioned on the list earlier this evening ). Scrollbar arrows are now perfect.

svn path=/trunk/; revision=5595

20 years agomy Polygon algorithm sandbox
Royce Mitchell III [Sat, 16 Aug 2003 01:34:29 +0000 (01:34 +0000)]
my Polygon algorithm sandbox

svn path=/trunk/; revision=5594

20 years agoRevert most of last change
Gé van Geldorp [Fri, 15 Aug 2003 21:56:48 +0000 (21:56 +0000)]
Revert most of last change

svn path=/trunk/; revision=5593

20 years agoGot xHalIoWritePartitionTable() working.
Eric Kohl [Fri, 15 Aug 2003 19:37:32 +0000 (19:37 +0000)]
Got xHalIoWritePartitionTable() working.

svn path=/trunk/; revision=5592

20 years agoimprovements to Polygon algo - commiting to get help on one last detail. Winding...
Royce Mitchell III [Fri, 15 Aug 2003 18:51:32 +0000 (18:51 +0000)]
improvements to Polygon algo - commiting to get help on one last detail. Winding polygons now work and floating point code is eliminated.

svn path=/trunk/; revision=5591

20 years agoSimple maze demo
Gé van Geldorp [Fri, 15 Aug 2003 17:06:49 +0000 (17:06 +0000)]
Simple maze demo

svn path=/trunk/; revision=5590

20 years agoHandle SysColor background brushes
Gé van Geldorp [Fri, 15 Aug 2003 17:06:11 +0000 (17:06 +0000)]
Handle SysColor background brushes

svn path=/trunk/; revision=5589

20 years agochecking wine patches
Martin Fuchs [Fri, 15 Aug 2003 16:13:41 +0000 (16:13 +0000)]
checking wine patches

svn path=/trunk/; revision=5588

20 years agoinclude makefile project
Martin Fuchs [Fri, 15 Aug 2003 16:12:52 +0000 (16:12 +0000)]
include makefile project

svn path=/trunk/; revision=5587

20 years agochanged registering builtin classes to unicode
Thomas Bluemel [Fri, 15 Aug 2003 15:55:02 +0000 (15:55 +0000)]
changed registering builtin classes to unicode

svn path=/trunk/; revision=5586

20 years agoadded builtin PopupMenu window class
Thomas Bluemel [Fri, 15 Aug 2003 15:12:14 +0000 (15:12 +0000)]
added builtin PopupMenu window class

svn path=/trunk/; revision=5585

20 years agofixed UITOOLS95_DrawRectEdge to match repairs made to the vga driver. buttons and...
Royce Mitchell III [Fri, 15 Aug 2003 13:44:30 +0000 (13:44 +0000)]
fixed UITOOLS95_DrawRectEdge to match repairs made to the vga driver. buttons and framed windows now look correct (again).

svn path=/trunk/; revision=5584

20 years agofixed small bug in NtUserSetMenu()
Thomas Bluemel [Fri, 15 Aug 2003 11:11:02 +0000 (11:11 +0000)]
fixed small bug in NtUserSetMenu()

svn path=/trunk/; revision=5583

20 years ago- NtUserSetActiveWindow now called in CreateWindowEx
Richard Campbell [Fri, 15 Aug 2003 10:53:16 +0000 (10:53 +0000)]
- NtUserSetActiveWindow now called in CreateWindowEx

svn path=/trunk/; revision=5582