reactos.git
18 years agodon't use a bitmap font to draw the text in the graphs. However, it currently doesn...
Thomas Bluemel [Thu, 12 Jan 2006 21:28:07 +0000 (21:28 +0000)]
don't use a bitmap font to draw the text in the graphs. However, it currently doesn't use the shell font because the graph controls could use some serious work.

svn path=/trunk/; revision=20821

18 years agoSet KernelApcPending == TRUE in KiCheckForKernelApcDelivery if we are at APC_LEVEL...
Alex Ionescu [Thu, 12 Jan 2006 21:21:19 +0000 (21:21 +0000)]
Set KernelApcPending == TRUE in KiCheckForKernelApcDelivery if we are at APC_LEVEL. This should hopefully fix some of those silent bugs. Thanks to Ignatich for poking me about it.

svn path=/trunk/; revision=20820

18 years ago- Unfsck NtGdiExtCreatePen (thanks Christopher).
Alex Ionescu [Thu, 12 Jan 2006 21:16:42 +0000 (21:16 +0000)]
- Unfsck NtGdiExtCreatePen (thanks Christopher).

svn path=/trunk/; revision=20819

18 years agoadded sk kbd layout to registry patch by Malin <malin23@atlas.sk> (fixed bug 1251)
Christoph von Wittich [Thu, 12 Jan 2006 21:15:38 +0000 (21:15 +0000)]
added sk kbd layout to registry patch by Malin <malin23@atlas.sk> (fixed bug 1251)

svn path=/trunk/; revision=20818

18 years agoTask Manager enhs & fiexs <Pablo <pborobia@gmail.com>
Alex Ionescu [Thu, 12 Jan 2006 20:54:35 +0000 (20:54 +0000)]
Task Manager enhs & fiexs <Pablo <pborobia@gmail.com>

- make a last used cpu usage color memory
- fix colors in the cpu history
- high refresh more offten
- fix kernel cpu usage colorbars paint

Bug 1271.

svn path=/trunk/; revision=20817

18 years agoadded/updated spanish translations by samwise52 <samcharly@hotmail.com> (fixed bug...
Christoph von Wittich [Thu, 12 Jan 2006 20:38:54 +0000 (20:38 +0000)]
added/updated spanish translations by samwise52 <samcharly@hotmail.com> (fixed bug 1266)

svn path=/trunk/; revision=20816

18 years agofixed maximum wait time in EnterCriticalPolicySection
Thomas Bluemel [Thu, 12 Jan 2006 20:38:18 +0000 (20:38 +0000)]
fixed maximum wait time in EnterCriticalPolicySection

svn path=/trunk/; revision=20815

18 years agoremove incorrect comment that was accidentally copied
Thomas Bluemel [Thu, 12 Jan 2006 20:35:36 +0000 (20:35 +0000)]
remove incorrect comment that was accidentally copied

svn path=/trunk/; revision=20814

18 years agoimplemented WaitForUserPolicyForegroundProcessing() and WaitForMachinePolicyForegroun...
Thomas Bluemel [Thu, 12 Jan 2006 20:32:44 +0000 (20:32 +0000)]
implemented WaitForUserPolicyForegroundProcessing() and WaitForMachinePolicyForegroundProcessing()

svn path=/trunk/; revision=20813

18 years agoadded Ukranian translations by temarez <temarez@yandex.ru> (fixed bug 1269)
Christoph von Wittich [Thu, 12 Jan 2006 20:31:08 +0000 (20:31 +0000)]
added Ukranian translations by temarez <temarez@yandex.ru> (fixed bug 1269)

svn path=/trunk/; revision=20812

18 years ago Temporarly disable a correct bugcheck in order to hide a ReactOS bug, now that the...
Alex Ionescu [Thu, 12 Jan 2006 19:32:43 +0000 (19:32 +0000)]
 Temporarly disable a correct bugcheck in order to hide a ReactOS bug, now that the bug is in bugzilla/ML

svn path=/trunk/; revision=20811

18 years agofixed a memory leak in EnterCriticalPolicySection()
Thomas Bluemel [Thu, 12 Jan 2006 18:56:21 +0000 (18:56 +0000)]
fixed a memory leak in EnterCriticalPolicySection()

svn path=/trunk/; revision=20810

18 years ago- implemented RefreshPolicy() and RefreshPolicyEx()
Thomas Bluemel [Thu, 12 Jan 2006 18:50:39 +0000 (18:50 +0000)]
- implemented RefreshPolicy() and RefreshPolicyEx()
- added missing definitions to userenv.h

svn path=/trunk/; revision=20809

18 years agoimplemented EnterCriticalPolicySection() and LeaveCriticalPolicySection()
Thomas Bluemel [Thu, 12 Jan 2006 18:05:35 +0000 (18:05 +0000)]
implemented EnterCriticalPolicySection() and LeaveCriticalPolicySection()

svn path=/trunk/; revision=20808

18 years agoDon't release dispatcher lock in ExpBoostThread, we want to re-acquire it instead.
Alex Ionescu [Thu, 12 Jan 2006 17:52:51 +0000 (17:52 +0000)]
Don't release dispatcher lock in ExpBoostThread, we want to re-acquire it instead.

svn path=/trunk/; revision=20807

18 years agoTemporaily disable kernel stack deletion so head is usable again
Alex Ionescu [Thu, 12 Jan 2006 17:43:07 +0000 (17:43 +0000)]
Temporaily disable kernel stack deletion so head is usable again

svn path=/trunk/; revision=20806

18 years agouse a default security descriptor for the group policy events
Thomas Bluemel [Thu, 12 Jan 2006 17:30:27 +0000 (17:30 +0000)]
use a default security descriptor for the group policy events

svn path=/trunk/; revision=20805

18 years agoClean up warning for SafeIconImage might be uninitialized in LoadImageW.
James Tabor [Thu, 12 Jan 2006 06:15:21 +0000 (06:15 +0000)]
Clean up warning for SafeIconImage might be uninitialized in LoadImageW.

svn path=/trunk/; revision=20804

18 years agoremove the libxml2 docs. They are wasting space
Steven Edwards [Thu, 12 Jan 2006 06:08:42 +0000 (06:08 +0000)]
remove the libxml2 docs. They are wasting space

svn path=/trunk/; revision=20803

18 years agoimplemented GetModuleHandleExA/W(), LdrAddRefDll() and RtlPcToFileHeader() (untested)
Thomas Bluemel [Thu, 12 Jan 2006 04:31:37 +0000 (04:31 +0000)]
implemented GetModuleHandleExA/W(), LdrAddRefDll() and RtlPcToFileHeader() (untested)

svn path=/trunk/; revision=20802

18 years ago- Add the ktrap_frame hack back because it's still missing parts until it can be...
Alex Ionescu [Thu, 12 Jan 2006 01:16:57 +0000 (01:16 +0000)]
- Add the ktrap_frame hack back because it's still missing parts until it can be removed. Sorry for not noticing earlier and breaking boot, it only happens on vmware (I guess due to the way it handles the CPU differently).

svn path=/trunk/; revision=20801

18 years ago- Remove deprecated file.
Alex Ionescu [Thu, 12 Jan 2006 00:46:35 +0000 (00:46 +0000)]
- Remove deprecated file.

svn path=/trunk/; revision=20800

18 years agoremove unused $Id tags
Thomas Bluemel [Thu, 12 Jan 2006 00:30:02 +0000 (00:30 +0000)]
remove unused $Id tags

svn path=/trunk/; revision=20799

18 years agopartial implementation of AuthzInitializeContextFromSid(), AuthzGetInformationFromCon...
Thomas Bluemel [Thu, 12 Jan 2006 00:23:47 +0000 (00:23 +0000)]
partial implementation of AuthzInitializeContextFromSid(), AuthzGetInformationFromContext() and AuthzFreeContext()

svn path=/trunk/; revision=20798

18 years agominor fixes and use a .spec file
Thomas Bluemel [Thu, 12 Jan 2006 00:19:35 +0000 (00:19 +0000)]
minor fixes and use a .spec file

svn path=/trunk/; revision=20797

18 years agofixed uninitialized variable warning
Thomas Bluemel [Thu, 12 Jan 2006 00:13:45 +0000 (00:13 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=20796

18 years agoFix code assuming that the Reg* functions set the last error code
Thomas Bluemel [Thu, 12 Jan 2006 00:11:14 +0000 (00:11 +0000)]
Fix code assuming that the Reg* functions set the last error code

svn path=/trunk/; revision=20795

18 years ago- Rewrite usermode callbacks. These changes should greatly optimize graphic operation...
Alex Ionescu [Wed, 11 Jan 2006 23:54:44 +0000 (23:54 +0000)]
- Rewrite usermode callbacks. These changes should greatly optimize graphic operations. After these changes, my "idle" CPU Usage in taskmgr went from 7-8% to 4-5%, while on the performace page, from 15-18% to 10-13%:
  * Do not use ugly and messy code to create linked stacks and other such resource-wasting steps. Use our newly implemented 60KB stack support and MmGrowKernelStack when needed.
  * Write all the low-level code in assembly instead of relying on structures and hodgepodge code.
  * Add debugging/detection features for invalid calls, such as invalid IRQL, APCs being disabled, invalid previous mode detection (this allowed me to fix the KWAIT_BLOCK bug today).
  * Finally fix the last (I hope) remaning trap frame bug issue related to V86 mode bias. One of the "hacks" in syscall.S has already been removed and I can now do the promised cleanup.
  * Allow some failulre cases in callbacks (not all implemented) and extend stack space for future use of SEH in the ntdll dispatcher.
  * Fix win32k to use callbacks properly: the system fills out *Result and *ResultLength, not the caller.
  * Use SEH (ProbeForWrite) in callbacks to detect invalid user-mode memory.
  * Save NPX State and ExceptionList across callbacks (I think this wasn't fully properly done in all cases).

svn path=/trunk/; revision=20794

18 years ago- We cannot access the OwnerTable without locking the resource.
Hartmut Birr [Wed, 11 Jan 2006 23:22:15 +0000 (23:22 +0000)]
- We cannot access the OwnerTable without locking the resource.
- The shared waiters may wait also on the semaphore. It makes no sense to boost a waiting thread.
- The thread header is initialized like KeWaitForSingleObject (?, ?, ?, TRUE, ?). During the boost,
  possible the dispatcher lock is released but the thread block (WaitNext) isn't changed.

svn path=/trunk/; revision=20793

18 years ago- partially implemented RegisterGPNotification() and UnregisterGPNotification() ...
Thomas Bluemel [Wed, 11 Jan 2006 22:40:31 +0000 (22:40 +0000)]
- partially implemented RegisterGPNotification() and UnregisterGPNotification() (depends on GetModuleHandleEx which is not yet implemented)
- use debug.h

svn path=/trunk/; revision=20792

18 years agoRewrite IoGetDeviceInterfaces: no more memory leaks, be ready to handle PhysicalDevic...
Hervé Poussineau [Wed, 11 Jan 2006 22:13:02 +0000 (22:13 +0000)]
Rewrite IoGetDeviceInterfaces: no more memory leaks, be ready to handle PhysicalDeviceObject and Flags parameters, less stack usage
IoRegisterPlugPlayNotification: notify caller for already registered interfaces

svn path=/trunk/; revision=20791

18 years agoAdd DEVICE_INTERFACE_INCLUDE_NONACTIVE constant
Hervé Poussineau [Wed, 11 Jan 2006 21:59:52 +0000 (21:59 +0000)]
Add DEVICE_INTERFACE_INCLUDE_NONACTIVE constant

svn path=/trunk/; revision=20790

18 years agoredo the toolbar and app icons and a few other minor changes
Ged Murphy [Wed, 11 Jan 2006 21:31:25 +0000 (21:31 +0000)]
redo the toolbar and app icons and a few other minor changes

svn path=/trunk/; revision=20789

18 years ago- Fix probably one of the most devastating hidden ROS bugs currently in trunk. KWAIT_...
Alex Ionescu [Wed, 11 Jan 2006 20:16:29 +0000 (20:16 +0000)]
- Fix probably one of the most devastating hidden ROS bugs currently in trunk. KWAIT_BLOCK's WaitType was defined as USHORT instead of UCHAR, causing a KeWaitForMultipleObjects of 2 or more objects to overwrite the Thread's PreviousMode (an effect of this is that 99% of user-mode callbacks from win32k were being done with the mode set to Kernel-Mode instead of UserMode). A KeWaitForMultipleObjects of 3 or more objects, or the timer object itself in some cases would cause this conflict to occur with the ResourceIndex member, potentially corrupting the ERESOURCE owner table in my updated implementation.

svn path=/trunk/; revision=20788

18 years agoadd the GET_MODULE_HANDLE_EX_* flags
Thomas Bluemel [Wed, 11 Jan 2006 19:18:57 +0000 (19:18 +0000)]
add the GET_MODULE_HANDLE_EX_* flags

svn path=/trunk/; revision=20786

18 years agomake_msvcX_install_[config] patch by Brezenbak
Christoph von Wittich [Wed, 11 Jan 2006 15:47:22 +0000 (15:47 +0000)]
make_msvcX_install_[config] patch by Brezenbak
(i.e. make_msvc71_install_speed)

svn path=/trunk/; revision=20785

18 years ago- Fix more bugs in usercall_asm.S.
Alex Ionescu [Wed, 11 Jan 2006 10:00:09 +0000 (10:00 +0000)]
- Fix more bugs in usercall_asm.S.
- Silence a debug print.

svn path=/trunk/; revision=20784

18 years ago- Fix some bugs in KiCallUserMode (as of yet unused).
Alex Ionescu [Wed, 11 Jan 2006 06:44:06 +0000 (06:44 +0000)]
- Fix some bugs in KiCallUserMode (as of yet unused).

svn path=/trunk/; revision=20783

18 years ago- Implement (although non-optimally) MmGrowKernelStack for future use.
Alex Ionescu [Wed, 11 Jan 2006 06:40:41 +0000 (06:40 +0000)]
- Implement (although non-optimally) MmGrowKernelStack for future use.

svn path=/trunk/; revision=20782

18 years ago- Fix accidental build breakage.
Alex Ionescu [Wed, 11 Jan 2006 06:01:54 +0000 (06:01 +0000)]
- Fix accidental build breakage.

svn path=/trunk/; revision=20781

18 years ago- Fix MmCreateKernelStack to actually take into account the GuiStack parameter.
Alex Ionescu [Wed, 11 Jan 2006 05:55:49 +0000 (05:55 +0000)]
- Fix MmCreateKernelStack to actually take into account the GuiStack parameter.
- Implement KeSwitchKernelStack
- Enable code in PsConvertToGuiThread to create a new stack and switch to it. GUI Threads now get the 60KB of kernel stack space they deserve.
- Define exported DDK constants for kernel stack size and undefine our own internal ones.

svn path=/trunk/; revision=20780

18 years ago- Remove KiServiceCheck and implement PsConvertToGuiThread in its place. Has support...
Alex Ionescu [Wed, 11 Jan 2006 05:42:32 +0000 (05:42 +0000)]
- Remove KiServiceCheck and implement PsConvertToGuiThread in its place. Has support for detecting and returning errors in case of invalid cases, currently disabled code for doing the required 4kb->12kb stack conversion, and handling certain failures.

svn path=/trunk/; revision=20779

18 years ago- Move MmGrowKernelStack to mm/process.c with the other functions for future use.
Alex Ionescu [Wed, 11 Jan 2006 05:24:40 +0000 (05:24 +0000)]
- Move MmGrowKernelStack to mm/process.c with the other functions for future use.
- Make KiServiceCheck stdcall for future use.

svn path=/trunk/; revision=20778

18 years ago- New asm definitions for future use.
Alex Ionescu [Wed, 11 Jan 2006 04:45:45 +0000 (04:45 +0000)]
- New asm definitions for future use.

svn path=/trunk/; revision=20777

18 years agouse GET_X/Y_LPARAM as per MSDN
Ged Murphy [Wed, 11 Jan 2006 00:02:14 +0000 (00:02 +0000)]
use GET_X/Y_LPARAM as per MSDN

svn path=/trunk/; revision=20776

18 years agoUse WM_CONTEXTMENU for shortcut menu. Thanks Thomas :)
Ged Murphy [Tue, 10 Jan 2006 23:48:33 +0000 (23:48 +0000)]
Use WM_CONTEXTMENU for shortcut menu. Thanks Thomas :)

svn path=/trunk/; revision=20775

18 years agoWRC doesn't understand the "Default"
Gé van Geldorp [Tue, 10 Jan 2006 23:29:29 +0000 (23:29 +0000)]
WRC doesn't understand the "Default"

svn path=/trunk/; revision=20774

18 years ago- popup menu on right click
Ged Murphy [Tue, 10 Jan 2006 22:39:49 +0000 (22:39 +0000)]
- popup menu on right click
- fix some bugs when reading from reg
- query the active list to get num items

svn path=/trunk/; revision=20773

18 years ago- Fix new msvc compilation issues in win32k due to the fact some files weren't being...
Alex Ionescu [Tue, 10 Jan 2006 22:25:21 +0000 (22:25 +0000)]
- Fix new msvc compilation issues in win32k due to the fact some files weren't being compiled eariler.
- Add Process access types to NDK and hide them from DDK.

svn path=/trunk/; revision=20769

18 years ago- Fix regression in Firefox installer by making KiWaitSatisfyAll a function instead...
Alex Ionescu [Tue, 10 Jan 2006 21:36:42 +0000 (21:36 +0000)]
- Fix regression in Firefox installer by making KiWaitSatisfyAll a function instead of a macro.
- Make KiCheckAleratbility a macro to simplify its code and callers, and also clearly explain what rules it obeys.

svn path=/trunk/; revision=20768

18 years agoanother DIB_32BPP_StretchBlt fix (patch by GreatLord)
Christoph von Wittich [Tue, 10 Jan 2006 20:50:21 +0000 (20:50 +0000)]
another DIB_32BPP_StretchBlt fix (patch by GreatLord)

svn path=/trunk/; revision=20767

18 years agofixed DIB_32BPP_StretchBlt
Christoph von Wittich [Tue, 10 Jan 2006 20:45:27 +0000 (20:45 +0000)]
fixed DIB_32BPP_StretchBlt

svn path=/trunk/; revision=20766

18 years agoadded msvc_clean and msvc_clean_all (patch by Brezenbak)
Christoph von Wittich [Tue, 10 Jan 2006 19:41:07 +0000 (19:41 +0000)]
added msvc_clean and msvc_clean_all (patch by Brezenbak)

svn path=/trunk/; revision=20765

18 years agoibrowser: display download progress in percent
Martin Fuchs [Tue, 10 Jan 2006 19:18:28 +0000 (19:18 +0000)]
ibrowser: display download progress in percent

svn path=/trunk/; revision=20764

18 years agoOlder binutils don't understand qword ptr
Gé van Geldorp [Tue, 10 Jan 2006 18:01:11 +0000 (18:01 +0000)]
Older binutils don't understand qword ptr

svn path=/trunk/; revision=20763

18 years agoRelease the dispatcher lock after KiUnblockThread.
Hartmut Birr [Tue, 10 Jan 2006 00:01:32 +0000 (00:01 +0000)]
Release the dispatcher lock after KiUnblockThread.

svn path=/trunk/; revision=20762

18 years agoDon't remove the WaitEntry twice (in KiInsertQueue).
Hartmut Birr [Tue, 10 Jan 2006 00:00:14 +0000 (00:00 +0000)]
Don't remove the WaitEntry twice (in KiInsertQueue).

svn path=/trunk/; revision=20761

18 years agoMark the timer as removed (in KiExpireTimers).
Hartmut Birr [Mon, 9 Jan 2006 23:58:25 +0000 (23:58 +0000)]
Mark the timer as removed (in KiExpireTimers).

svn path=/trunk/; revision=20760

18 years ago- Fixed KiExitDispatcher.
Hartmut Birr [Mon, 9 Jan 2006 23:54:10 +0000 (23:54 +0000)]
- Fixed KiExitDispatcher.
- Defined KeIpiGenericCall. It is necessary for the smp build.

svn path=/trunk/; revision=20759

18 years agoPrepare front-end for saving settings
Gé van Geldorp [Mon, 9 Jan 2006 23:36:17 +0000 (23:36 +0000)]
Prepare front-end for saving settings

svn path=/trunk/; revision=20758

18 years agoallow warnings for gcc4
Thomas Bluemel [Mon, 9 Jan 2006 21:45:59 +0000 (21:45 +0000)]
allow warnings for gcc4

svn path=/trunk/; revision=20757

18 years agoicmp.dll doesn't have a DllRegisterServer entry point
Gé van Geldorp [Mon, 9 Jan 2006 16:25:58 +0000 (16:25 +0000)]
icmp.dll doesn't have a DllRegisterServer entry point

svn path=/trunk/; revision=20756

18 years agoadded icmp.dll to bootcd
Christoph von Wittich [Mon, 9 Jan 2006 16:18:17 +0000 (16:18 +0000)]
added icmp.dll to bootcd

svn path=/trunk/; revision=20755

18 years agoFix building of icmp_main.c
Gé van Geldorp [Mon, 9 Jan 2006 16:14:35 +0000 (16:14 +0000)]
Fix building of icmp_main.c

svn path=/trunk/; revision=20754

18 years agoadded icmp to build (does not compile yet, GvG will have a look at it)
Christoph von Wittich [Mon, 9 Jan 2006 16:01:46 +0000 (16:01 +0000)]
added icmp to build (does not compile yet, GvG will have a look at it)

svn path=/trunk/; revision=20753

18 years agoadded some stubs (Photoshop CS seems to work now)
Christoph von Wittich [Mon, 9 Jan 2006 15:08:35 +0000 (15:08 +0000)]
added some stubs (Photoshop CS seems to work now)

svn path=/trunk/; revision=20752

18 years agosynchronize differences between numberf, wnumberf, numberfl and wnumberfl, fixed...
Royce Mitchell III [Mon, 9 Jan 2006 13:51:37 +0000 (13:51 +0000)]
synchronize differences between numberf, wnumberf, numberfl and wnumberfl, fixed bug in all 4 such that ("%6.1f", 42) was yielding " 42.0" instead of "  42.0"

svn path=/trunk/; revision=20751

18 years agofixed growing the buffer
Thomas Bluemel [Mon, 9 Jan 2006 11:14:26 +0000 (11:14 +0000)]
fixed growing the buffer

svn path=/trunk/; revision=20749

18 years ago- Rename some files for MSVC compatibility. Thanks Brezenbak.
Alex Ionescu [Mon, 9 Jan 2006 09:42:25 +0000 (09:42 +0000)]
- Rename some files for MSVC compatibility. Thanks Brezenbak.

svn path=/trunk/; revision=20748

18 years ago- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.
Alex Ionescu [Mon, 9 Jan 2006 00:41:48 +0000 (00:41 +0000)]
- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.

svn path=/trunk/; revision=20747

18 years agofix msvc warnings
Ged Murphy [Mon, 9 Jan 2006 00:36:08 +0000 (00:36 +0000)]
fix msvc warnings

svn path=/trunk/; revision=20746

18 years agoPut in some UI logic
Gé van Geldorp [Mon, 9 Jan 2006 00:34:53 +0000 (00:34 +0000)]
Put in some UI logic

svn path=/trunk/; revision=20745

18 years agofixed desired access rights in GetFileSecurityW
Thomas Bluemel [Mon, 9 Jan 2006 00:30:33 +0000 (00:30 +0000)]
fixed desired access rights in GetFileSecurityW

svn path=/trunk/; revision=20744

18 years agomake GedMurphy happy
Christoph von Wittich [Sun, 8 Jan 2006 23:49:15 +0000 (23:49 +0000)]
make GedMurphy happy

svn path=/trunk/; revision=20743

18 years ago- Get the win32k beast tamed by msvc.
Alex Ionescu [Sun, 8 Jan 2006 23:26:03 +0000 (23:26 +0000)]
- Get the win32k beast tamed by msvc.

svn path=/trunk/; revision=20742

18 years agoimplement list refreshing and program exit
Ged Murphy [Sun, 8 Jan 2006 23:24:43 +0000 (23:24 +0000)]
implement list refreshing and program exit

svn path=/trunk/; revision=20741

18 years agoFix tab complete bugs, including 1238.
Brandon Turner [Sun, 8 Jan 2006 23:15:58 +0000 (23:15 +0000)]
Fix tab complete bugs, including 1238.

svn path=/trunk/; revision=20740

18 years ago- Remove inline assembly and use assembly files isntead. These come from lib\rtl...
Alex Ionescu [Sun, 8 Jan 2006 23:05:38 +0000 (23:05 +0000)]
- Remove inline assembly and use assembly files isntead. These come from lib\rtl\i386... it woudl be nice to share them but atm this causes some problems. I think the math code in lib\rtl should be split into lib\math eventually...

svn path=/trunk/; revision=20739

18 years agoDisplay the error message only in case of... error
Hervé Poussineau [Sun, 8 Jan 2006 22:50:11 +0000 (22:50 +0000)]
Display the error message only in case of... error

svn path=/trunk/; revision=20738

18 years agoMake the toolbar a bit more attractive.
Ged Murphy [Sun, 8 Jan 2006 22:48:21 +0000 (22:48 +0000)]
Make the toolbar a bit more attractive.

svn path=/trunk/; revision=20737

18 years agoObtain DHCP info from DHCP client service
Gé van Geldorp [Sun, 8 Jan 2006 22:14:26 +0000 (22:14 +0000)]
Obtain DHCP info from DHCP client service

svn path=/trunk/; revision=20736

18 years agoCheck for NULL char and not '\' ;)
Brandon Turner [Sun, 8 Jan 2006 21:26:34 +0000 (21:26 +0000)]
Check for NULL char and not '\' ;)

svn path=/trunk/; revision=20733

18 years ago- Forgot this file for msvc build
Alex Ionescu [Sun, 8 Jan 2006 21:26:17 +0000 (21:26 +0000)]
- Forgot this file for msvc build

svn path=/trunk/; revision=20732

18 years agoCheck to see if we are at the end of the string even if there isnt a " there.
Brandon Turner [Sun, 8 Jan 2006 21:17:40 +0000 (21:17 +0000)]
Check to see if we are at the end of the string even if there isnt a " there.

svn path=/trunk/; revision=20731

18 years agoaltered several year numbers from "2005" to "2006"
Klemens Friedl [Sun, 8 Jan 2006 21:09:00 +0000 (21:09 +0000)]
altered several year numbers from "2005" to "2006"

svn path=/trunk/; revision=20730

18 years ago- Scream a little louder about unimplemented IOCTL codes
Gé van Geldorp [Sun, 8 Jan 2006 20:50:08 +0000 (20:50 +0000)]
- Scream a little louder about unimplemented IOCTL codes
- Work around missing FSCTL_PIPE_TRANSCEIVE implementation

svn path=/trunk/; revision=20729

18 years agofixed two bugs (spotted by w3seek)
Christoph von Wittich [Sun, 8 Jan 2006 20:33:14 +0000 (20:33 +0000)]
fixed two bugs (spotted by w3seek)

svn path=/trunk/; revision=20728

18 years agoDon't close the pipe, we need it for the next client
Gé van Geldorp [Sun, 8 Jan 2006 20:12:11 +0000 (20:12 +0000)]
Don't close the pipe, we need it for the next client

svn path=/trunk/; revision=20727

18 years ago* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBr...
Brandon Turner [Sun, 8 Jan 2006 20:08:38 +0000 (20:08 +0000)]
* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBrushInteral and NtGdiCreateHatchBrushInteral
* Implement CreateHatchBrush, CreatePatternBrush

svn path=/trunk/; revision=20726

18 years agoSmall fix for the patch special char patch earlier.
Brandon Turner [Sun, 8 Jan 2006 20:02:26 +0000 (20:02 +0000)]
Small fix for the patch special char patch earlier.

svn path=/trunk/; revision=20725

18 years ago- Update debug.h
Alex Ionescu [Sun, 8 Jan 2006 19:50:52 +0000 (19:50 +0000)]
- Update debug.h

svn path=/trunk/; revision=20724

18 years agoFix build.
Brandon Turner [Sun, 8 Jan 2006 19:33:06 +0000 (19:33 +0000)]
Fix build.

svn path=/trunk/; revision=20723

18 years agoA very rough implementation of the control buttons. (I'll work on my image skills...
Ged Murphy [Sun, 8 Jan 2006 19:31:26 +0000 (19:31 +0000)]
A very rough implementation of the control buttons. (I'll work on my image skills ;) )

svn path=/trunk/; revision=20722

18 years agoFix win32k build
Alex Ionescu [Sun, 8 Jan 2006 19:17:14 +0000 (19:17 +0000)]
Fix win32k build

svn path=/trunk/; revision=20721

18 years agofix building with MSVC
Christoph von Wittich [Sun, 8 Jan 2006 19:15:31 +0000 (19:15 +0000)]
fix building with MSVC
fixed some warnings

svn path=/trunk/; revision=20720

18 years agofixed some bugs
Christoph von Wittich [Sun, 8 Jan 2006 19:07:16 +0000 (19:07 +0000)]
fixed some bugs
use PCH when building with MSVC

svn path=/trunk/; revision=20719

18 years agoFix umpnpmgr build
Alex Ionescu [Sun, 8 Jan 2006 18:55:24 +0000 (18:55 +0000)]
Fix umpnpmgr build

svn path=/trunk/; revision=20718

18 years ago- fix toolbar position, deleted a line accidentally.
Ged Murphy [Sun, 8 Jan 2006 18:50:54 +0000 (18:50 +0000)]
- fix toolbar position, deleted a line accidentally.
- Fix the formatting a bit while we're at it
- Comment out German language whilst it's still in development

svn path=/trunk/; revision=20717

18 years agoThese should have been committed a long time ago
Mindflyer [Sun, 8 Jan 2006 18:43:46 +0000 (18:43 +0000)]
These should have been committed a long time ago

svn path=/trunk/; revision=20716

18 years agopatch from bradon fixing special key for other language's that English example Swedis...
Magnus Olsen [Sun, 8 Jan 2006 18:22:46 +0000 (18:22 +0000)]
patch from bradon fixing special key for other language's that English example Swedish keyboard layout. we can type now backslash again. it did regress in rev 19906

svn path=/trunk/; revision=20715