reactos.git
14 years agoFix answers to !winerror <hex number> command and to !error command.
Filip Navara [Wed, 25 Jun 2008 14:07:13 +0000 (14:07 +0000)]
Fix answers to !winerror <hex number> command and to !error command.

svn path=/trunk/; revision=34081

14 years ago- miscellaneous small fixes
Marc Piulachs [Wed, 25 Jun 2008 13:23:59 +0000 (13:23 +0000)]
- miscellaneous small fixes
- add support for preventing all commands to be run on the channel by default. Now TechBot only answers some of the commands in PM
- add back the error Command

svn path=/trunk/; revision=34079

14 years agoJeffrey Morlan (mrnobo1024 at yahoo.com) - Fix ModifyWorldTransform multiplies. See...
James Tabor [Wed, 25 Jun 2008 11:47:12 +0000 (11:47 +0000)]
Jeffrey Morlan (mrnobo1024 at yahoo.com) - Fix ModifyWorldTransform multiplies. See bug 3314.

svn path=/trunk/; revision=34078

14 years agoJeffrey Morlan (mrnobo1024@yahoo.com)
Colin Finck [Wed, 25 Jun 2008 11:12:42 +0000 (11:12 +0000)]
Jeffrey Morlan (mrnobo1024@yahoo.com)
- Fix a race condition in msgina, which occasionally led to hangs at "Loading your personal settings"

See issue #3384 for more details.

svn path=/trunk/; revision=34077

14 years ago- Fix broken 0-padding, spotted by Russel.
Aleksey Bragin [Wed, 25 Jun 2008 09:07:41 +0000 (09:07 +0000)]
- Fix broken 0-padding, spotted by Russel.
See issue #3385 for more details.

svn path=/trunk/; revision=34076

14 years ago- Implement KiComputeTimerTableIndex and stub KeUpdateRunTime und KeUpdateSystemTime.
ReactOS Portable Systems Group [Wed, 25 Jun 2008 05:01:31 +0000 (05:01 +0000)]
- Implement KiComputeTimerTableIndex and stub KeUpdateRunTime und KeUpdateSystemTime.
- Hitting checkpoint in trap.c: DPC/Timer Delivery!
- Must now implement clock interrupt in HAL.

svn path=/trunk/; revision=34075

14 years ago- Start implementing MediaClassInstaller function
Dmitry Chapyshev [Tue, 24 Jun 2008 15:17:28 +0000 (15:17 +0000)]
- Start implementing MediaClassInstaller function

svn path=/trunk/; revision=34074

14 years agoGet shell32 to compile warning-free
Colin Finck [Tue, 24 Jun 2008 14:37:50 +0000 (14:37 +0000)]
Get shell32 to compile warning-free
Patch by Stefan Ginsberg with minor modifications by me

svn path=/trunk/; revision=34073

14 years ago- Implement MmGetPfnForProcess, MmIsPageSwapEntry.
ReactOS Portable Systems Group [Tue, 24 Jun 2008 14:16:06 +0000 (14:16 +0000)]
- Implement MmGetPfnForProcess, MmIsPageSwapEntry.
- Fix a bug in MmDeletePageTable.
- Use MmCreateVirtualMappingForKernel when we are already in the right process context, and allow it to be used for addresses < KSEG0_BASE as well.
- We now have full memory mapped file support, and get all the way to CmInitSystem1.

svn path=/trunk/; revision=34072

14 years ago- fix typo
Johannes Anderwald [Tue, 24 Jun 2008 12:57:56 +0000 (12:57 +0000)]
- fix typo

svn path=/trunk/; revision=34071

14 years ago- check for a valid file descriptor
Johannes Anderwald [Tue, 24 Jun 2008 12:42:22 +0000 (12:42 +0000)]
- check for a valid file descriptor

svn path=/trunk/; revision=34070

14 years ago- Add stubs for more functions
Dmitry Chapyshev [Tue, 24 Jun 2008 12:00:53 +0000 (12:00 +0000)]
- Add stubs for more functions

svn path=/trunk/; revision=34069

14 years ago- Activate default layout on startup
Dmitry Chapyshev [Tue, 24 Jun 2008 09:59:35 +0000 (09:59 +0000)]
- Activate default layout on startup

svn path=/trunk/; revision=34068

14 years agoAdd Rbuild files for WineTestGUI.
Daniel Reimer [Tue, 24 Jun 2008 09:05:56 +0000 (09:05 +0000)]
Add Rbuild files for WineTestGUI.
I had to disable the Icons to be able to build it. They seem to be invalid.

svn path=/trunk/; revision=34067

14 years ago- Update Russian translation
Dmitry Chapyshev [Tue, 24 Jun 2008 08:10:16 +0000 (08:10 +0000)]
- Update Russian translation

svn path=/trunk/; revision=34066

14 years agoAdd PS_JOIN_MASK to psdk.
James Tabor [Tue, 24 Jun 2008 03:17:35 +0000 (03:17 +0000)]
Add PS_JOIN_MASK to psdk.

svn path=/trunk/; revision=34065

14 years agoCameron Gutman <aicommander@gmail.com>
Aleksey Bragin [Mon, 23 Jun 2008 21:36:14 +0000 (21:36 +0000)]
Cameron Gutman <aicommander@gmail.com>
- Initialize LastChanceShutdownList.
- Sndblst.sys and a bunch of other drivers using Io[Un]RegisterLastChanceShutdownNotification work now.
See issue #3331 for more details.

svn path=/trunk/; revision=34064

14 years agoStefan Ginsberg <stefan__100__@hotmail.com>:
Aleksey Bragin [Mon, 23 Jun 2008 18:57:10 +0000 (18:57 +0000)]
Stefan Ginsberg <stefan__100__@hotmail.com>:
- Make user32 and kernel32 compile warning-free.

svn path=/trunk/; revision=34063

14 years agoFix typo.
James Tabor [Mon, 23 Jun 2008 17:57:41 +0000 (17:57 +0000)]
Fix typo.

svn path=/trunk/; revision=34062

14 years ago- Fix broken system call handler with shitty but works system call handler.
ReactOS Portable Systems Group [Mon, 23 Jun 2008 16:08:32 +0000 (16:08 +0000)]
- Fix broken system call handler with shitty but works system call handler.
- Fix broken .rbuild file -- not sure how this was supposed to build in the first place.
- This gets us further -- more of ARM Mm needs implementing.

svn path=/trunk/; revision=34061

14 years ago- Add a missing return in case of exception. Spotted by Stefan Ginsberg.
Aleksey Bragin [Mon, 23 Jun 2008 14:55:55 +0000 (14:55 +0000)]
- Add a missing return in case of exception. Spotted by Stefan Ginsberg.

svn path=/trunk/; revision=34060

14 years ago- Fix CM SEH by public demand.
Aleksey Bragin [Mon, 23 Jun 2008 12:45:27 +0000 (12:45 +0000)]
- Fix CM SEH by public demand.

svn path=/trunk/; revision=34059

14 years agoBug 3378: update for slovak by Mario Kacmar (kario@szm.sk)
Daniel Reimer [Mon, 23 Jun 2008 10:37:18 +0000 (10:37 +0000)]
Bug 3378: update for slovak by Mario Kacmar (kario@szm.sk)
Bug 3287: My network place properties not displayed correctly by Mario Kacmar (kario@szm.sk)
P.S. The Polish Translation in the previous Commit was made by Maciej Bialas, not Olaf Siejka.

svn path=/trunk/; revision=34058

14 years agoBug 3367: Korean translation of regedit by Sengju Kim (admin@manateeshome.com)
Daniel Reimer [Mon, 23 Jun 2008 09:57:46 +0000 (09:57 +0000)]
Bug 3367: Korean translation of regedit by Sengju Kim (admin@manateeshome.com)
Polish Translation of usrmgr by Olaf Siejka
Renamed the Rest of the Korean RC Files.

svn path=/trunk/; revision=34057

14 years agoStart to rename all Korean RC Files to "ko-KR.rc". "ko-KO.rc" was not correct.
Daniel Reimer [Mon, 23 Jun 2008 09:42:06 +0000 (09:42 +0000)]
Start to rename all Korean RC Files to "ko-KR.rc". "ko-KO.rc" was not correct.

svn path=/trunk/; revision=34056

14 years ago- The CRT sync by "fireball" is incorrect and results in a broken ntos kernel. Althou...
ReactOS Portable Systems Group [Mon, 23 Jun 2008 03:57:50 +0000 (03:57 +0000)]
- The CRT sync by "fireball" is incorrect and results in a broken ntos kernel. Although it may work on i386 builds, it results in a corrupted kernel anyways. On ARM, we try to hackfix around it by not including some routines that should not be in the kernel but were being imported due to the broken crt changes.
- We do not attemp to build world anymore. We have handwritten a new ARM rbuild file that only builds what we need for our current ARM work.
- HAL and FreeLDR do not seem to have an "installpath"... why not? Added one at least for our ARM stuff, so that "make install" can drop the binaries.
- Fixed some ARM DDK macro inconsistencies, allow more drivers to build.
- It is now possible to use "make install -k" to drop a completely working ARM build onto an image due to all these changes.

svn path=/trunk/; revision=34055

14 years agoUpdate credits.
James Tabor [Mon, 23 Jun 2008 01:09:20 +0000 (01:09 +0000)]
Update credits.

svn path=/trunk/; revision=34054

14 years ago- Rebuild the left popup menu containing the keyboard layouts on every click to take...
Colin Finck [Sun, 22 Jun 2008 21:59:27 +0000 (21:59 +0000)]
- Rebuild the left popup menu containing the keyboard layouts on every click to take care of keyboard layout changes.
  I know this is probably not the best way for doing the job, but I don't know of any other method to achieve the same.
- Change the right popup menu to only show the "Options" and "Exit" menu items (like ctfmon does)
- Add the missing 'return 0;' statements, when a message was handled

See issue #3372 for more details.

svn path=/trunk/; revision=34053

14 years agoFix the messed up "freeldr_arch" rbuild file: Specify one "freeldr_arch" module and...
Colin Finck [Sun, 22 Jun 2008 21:43:02 +0000 (21:43 +0000)]
Fix the messed up "freeldr_arch" rbuild file: Specify one "freeldr_arch" module and then the files to build based on the architecture, not a separate module per architecture
Patch by Alex

svn path=/trunk/; revision=34052

14 years agoBuild host_wcsfuncs as a host static library, not a target static library
Colin Finck [Sun, 22 Jun 2008 21:41:25 +0000 (21:41 +0000)]
Build host_wcsfuncs as a host static library, not a target static library
Fixes build for all non-Win32 hosts

svn path=/trunk/; revision=34051

14 years agoAdd a library "host_wcsfuncs" with implementations for UTF-16 string functions needed...
Colin Finck [Sun, 22 Jun 2008 20:58:56 +0000 (20:58 +0000)]
Add a library "host_wcsfuncs" with implementations for UTF-16 string functions needed for some host tools

Instead of copying those functions into every host tool, which needs it (as we did previously), we can now implement them all in this library and link the host tools to it.
If USE_HOST_WCSFUNCS is not defined, the "wcsfuncs.h" file will define them to the CRT functions (so this library does not create overhead, when the code is built for the target platform)

See issue #3285 for more details.

svn path=/trunk/; revision=34050

14 years agoAdd support for a new environment variable ROS_GENERATE_RSYM to disable RSYM during...
Colin Finck [Sun, 22 Jun 2008 18:38:12 +0000 (18:38 +0000)]
Add support for a new environment variable ROS_GENERATE_RSYM to disable RSYM during the build
Patch by Alex

svn path=/trunk/; revision=34049

14 years agoMove wshtcpip to dll/win32, it's a DLL and not a driver
Colin Finck [Sun, 22 Jun 2008 18:19:19 +0000 (18:19 +0000)]
Move wshtcpip to dll/win32, it's a DLL and not a driver
"Patch" by Alex

svn path=/trunk/; revision=34048

14 years ago- Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.
Aleksey Bragin [Sun, 22 Jun 2008 16:24:15 +0000 (16:24 +0000)]
- Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.

svn path=/trunk/; revision=34047

14 years agoSVN Maintenance: set eol-style:native for lib/sdk/crt.
Aleksey Bragin [Sun, 22 Jun 2008 12:08:15 +0000 (12:08 +0000)]
SVN Maintenance: set eol-style:native for lib/sdk/crt.

svn path=/trunk/; revision=34046

14 years ago- Seungju Kim <admin AT manateeshome DOT com>
Matthias Kupfer [Sun, 22 Jun 2008 10:01:59 +0000 (10:01 +0000)]
- Seungju Kim <admin AT manateeshome DOT com>
- Korean translation of explorer-new added
- See issue #3368 for more details.
- Alexander Wurzinger <<Lohnegrim At gmx DOT net>
- Patch for the "CreateEnergyList failed"-Error added.
- See issue #2469 for more details.

svn path=/trunk/; revision=34045

14 years agoDon't link to libs we don't need
Ged Murphy [Sat, 21 Jun 2008 23:27:23 +0000 (23:27 +0000)]
Don't link to libs we don't need

svn path=/trunk/; revision=34044

14 years ago- Auto expand the list of available tests
Ged Murphy [Sat, 21 Jun 2008 19:19:22 +0000 (19:19 +0000)]
- Auto expand the list of available tests
- Add the selected test to the main combo
- Tag the dll path to each combo item
- Run the test when the 'run' button is hit.
We can now run all Wine tests from the GUI, but we get no feedback yet.

svn path=/trunk/; revision=34043

14 years ago- Provide a real fix for fwprintf and fputwc in case the output stream is in TEXT...
Aleksey Bragin [Sat, 21 Jun 2008 15:58:00 +0000 (15:58 +0000)]
- Provide a real fix for fwprintf and fputwc in case the output stream is in TEXT mode by doing a widechar to multibyte conversion.
- This should be submitted to Wine to close their bug.
See issue #3353 for more details.

svn path=/trunk/; revision=34042

14 years agoExt2 and NTFS:
Pierre Schweitzer [Sat, 21 Jun 2008 11:20:48 +0000 (11:20 +0000)]
Ext2 and NTFS:
- Remove FCB from the linked list when it's released
NTFS:
- Check we have a FCB before releasing it

svn path=/trunk/; revision=34041

14 years ago- fix hive for korean keyboard layout
Matthias Kupfer [Sat, 21 Jun 2008 10:08:09 +0000 (10:08 +0000)]
- fix hive for korean keyboard layout
Alexander Wurzinger <Lohnegrim At gmx DOT net>
- Patch to fix the "Pos InitData failed"-Error in power options.
- See issue #2469 for more details.

svn path=/trunk/; revision=34040

14 years agoBugfixes:
Pierre Schweitzer [Sat, 21 Jun 2008 10:04:14 +0000 (10:04 +0000)]
Bugfixes:
- Check whether we have a valid VCB before creating FCB
- Initialize FCBs list before using it...

svn path=/trunk/; revision=34039

14 years ago- vsn[w]printf -> _vsn[w]printf.
Aleksey Bragin [Sat, 21 Jun 2008 10:00:59 +0000 (10:00 +0000)]
- vsn[w]printf -> _vsn[w]printf.

svn path=/trunk/; revision=34038

14 years agoJeffrey Morlan <mrnobo1024@yahoo.com>
Aleksey Bragin [Fri, 20 Jun 2008 19:00:37 +0000 (19:00 +0000)]
Jeffrey Morlan <mrnobo1024@yahoo.com>

- Wrap libwine's memory allocations, avoiding msvcrt imports in kernel32
- The cause is that libwine/debug.c uses functions (malloc, free, realloc, _strdup) which are only present in a complete CRT, creating imports from msvcrt.dll in any module that uses it, including kernel32.dll. Since kernel32 is currently importing from msvcrt, kernel32 gets DLL_PROCESS_DETACHed first, creating a problem for msvcrt's DLL_PROCESS_DETACH which, as a result of a recent bugfix, now uses kernel32 functions that depend on the resources that were freed.
- Fix this by implementing those 4 functions as wrappers around the Local* APIs, in order to avoid the problematic imports.
See issue #3373 for more details.

svn path=/trunk/; revision=34037

14 years agoMiscellaneous NTFS patch:
Pierre Schweitzer [Fri, 20 Jun 2008 18:40:57 +0000 (18:40 +0000)]
Miscellaneous NTFS patch:
- Filled FCB structures with more informations
- Added them to linked list
- Set mounted volume to FILE_DEVICE_DISK_FILE_SYSTEM
- Various code cleanup

svn path=/trunk/; revision=34036

14 years agoDon't forget to free the parent nodes
Ged Murphy [Fri, 20 Jun 2008 11:39:31 +0000 (11:39 +0000)]
Don't forget to free the parent nodes

svn path=/trunk/; revision=34035

14 years agoSave the select test info on close.
Ged Murphy [Fri, 20 Jun 2008 11:20:26 +0000 (11:20 +0000)]
Save the select test info on close.
The browse dialog now lists all winetest dlls and allows selection of either all tests in all dlls, all tests within a dll, or the option to choose individual tests. (rewuires a modified winetest framework)

svn path=/trunk/; revision=34034

14 years ago- build up test data for each node in the treeview and tag it
Ged Murphy [Fri, 20 Jun 2008 08:21:49 +0000 (08:21 +0000)]
- build up test data for each node in the treeview and tag it
- traverse the tree recursively and free all data on close

svn path=/trunk/; revision=34033

14 years agoPut a comment and an #if around the lines I changed in my previous commit, because...
Colin Finck [Thu, 19 Jun 2008 22:03:22 +0000 (22:03 +0000)]
Put a comment and an #if around the lines I changed in my previous commit, because the ##__VA_ARGS__ syntax was only tested with MSVC and GCC

svn path=/trunk/; revision=34032

14 years agoReapply Ged's fix, this time correctly :-)
Colin Finck [Thu, 19 Jun 2008 21:57:32 +0000 (21:57 +0000)]
Reapply Ged's fix, this time correctly :-)
Thanks to hackbunny for pointing out that ##__VA_ARGS__ will strip the trailing comma and this works on both GCC and MSVC.

svn path=/trunk/; revision=34031

14 years agorevert the debug macros change, the entire codebase isn't ready for it yet
Ged Murphy [Thu, 19 Jun 2008 21:40:08 +0000 (21:40 +0000)]
revert the debug macros change, the entire codebase isn't ready for it yet

svn path=/trunk/; revision=34030

14 years agoOnly call DbgPrintEx once for each debug macro. This stops trace info from being...
Ged Murphy [Thu, 19 Jun 2008 20:42:57 +0000 (20:42 +0000)]
Only call DbgPrintEx once for each debug macro. This stops trace info from being split over 2 lines in some tools, like DebugView.

svn path=/trunk/; revision=34029

14 years ago- Template for korean keyboard layout implemented (TODO: kbdko.c needs modifications...
Matthias Kupfer [Thu, 19 Jun 2008 17:58:43 +0000 (17:58 +0000)]
- Template for korean keyboard layout implemented (TODO: kbdko.c needs modifications for korean keyboard layout)
- bootdata, hives and usetup modified for korean keyboard layout
- See issue #3345 for more details.
- Patch from Gabriel Ilardi <gabrielilardi [at] hotmail [dot] it> for timedate settings applied
- See issue #3251 for more details.

svn path=/trunk/; revision=34028

14 years agoGCC 4.3.x fixes for cabman and sysreg
Colin Finck [Thu, 19 Jun 2008 17:07:38 +0000 (17:07 +0000)]
GCC 4.3.x fixes for cabman and sysreg
Also clean up sysreg a bit and put all #include's for standard headers in the .h files. (they were spread around the .cpp and the .h files previously)

See issue #3370 for more details.

svn path=/trunk/; revision=34027

14 years ago- Remove all string msvcrt->ntdll forwards: let's be consistent, either forward every...
Aleksey Bragin [Thu, 19 Jun 2008 13:08:46 +0000 (13:08 +0000)]
- Remove all string msvcrt->ntdll forwards: let's be consistent, either forward everything, or forward only something. I left assembly math functions though, since they are standalone and 100% identical.
- As a result, fixed a couple of incorrect functions linkage.
- Fixed a name of vsnprintf, so really msvcrt's version is used now, not RTL's one.

svn path=/trunk/; revision=34026

14 years ago- Restored ACP/OEMCP/MACCP static entries (removed in 34010) - they are needed for...
Aleksey Bragin [Thu, 19 Jun 2008 12:11:32 +0000 (12:11 +0000)]
- Restored ACP/OEMCP/MACCP static entries (removed in 34010) - they are needed for LiveCD boot process.

svn path=/trunk/; revision=34025

14 years agoAdd all modules within a test to the treeview
Ged Murphy [Thu, 19 Jun 2008 11:57:14 +0000 (11:57 +0000)]
Add all modules within a test to the treeview

svn path=/trunk/; revision=34024

14 years ago- Revert 34010 completely, too much breakages. "Don't fix what's not broken".
Aleksey Bragin [Thu, 19 Jun 2008 08:41:31 +0000 (08:41 +0000)]
- Revert 34010 completely, too much breakages. "Don't fix what's not broken".

svn path=/trunk/; revision=34023

14 years agoadd all test dlls into the treeview
Ged Murphy [Thu, 19 Jun 2008 08:36:17 +0000 (08:36 +0000)]
add all test dlls into the treeview

svn path=/trunk/; revision=34022

14 years agoBug 3362: Italian translation update by Paolo Devoti (devotip@tiscali.it)
Daniel Reimer [Thu, 19 Jun 2008 06:15:59 +0000 (06:15 +0000)]
Bug 3362: Italian translation update by Paolo Devoti (devotip@tiscali.it)

svn path=/trunk/; revision=34021

14 years agoPath does not work and it locks up the system with out any debug information. I will...
James Tabor [Thu, 19 Jun 2008 01:47:57 +0000 (01:47 +0000)]
Path does not work and it locks up the system with out any debug information. I will try to have it ready before 0.3.5 is release.

svn path=/trunk/; revision=34020

14 years agoSet default miter limit.
James Tabor [Thu, 19 Jun 2008 01:29:01 +0000 (01:29 +0000)]
Set default miter limit.

svn path=/trunk/; revision=34019

14 years ago- Fix typos
Dmitry Chapyshev [Wed, 18 Jun 2008 19:33:55 +0000 (19:33 +0000)]
- Fix typos

svn path=/trunk/; revision=34018

14 years agoJeffrey Morlan <mrnobo1024 AT yahoo DOT com>
Matthias Kupfer [Wed, 18 Jun 2008 19:15:37 +0000 (19:15 +0000)]
Jeffrey Morlan <mrnobo1024 AT yahoo DOT com>
- Patch for Optimizations of TextIntGetTextExtentPoint
- See issue #3366 for more details.

svn path=/trunk/; revision=34017

14 years agoThe start of a GUI to make running the Wine API tests a pleasure rather than a pain.
Ged Murphy [Wed, 18 Jun 2008 19:10:39 +0000 (19:10 +0000)]
The start of a GUI to make running the Wine API tests a pleasure rather than a pain.
This will plug into the new testing framework for the Wine tests, which will also publish it's results on a live website (if I can get Colin to help me with the web stuff ;) )
This is the time to pester me with requests / ideas anyone may have.

svn path=/trunk/; revision=34016

14 years ago- Add rasacd driver (not implemented)
Dmitry Chapyshev [Wed, 18 Jun 2008 19:00:50 +0000 (19:00 +0000)]
- Add rasacd driver (not implemented)

svn path=/trunk/; revision=34015

14 years ago- Add "Alternate Sorts" keys (used by kernel32)
Dmitry Chapyshev [Wed, 18 Jun 2008 18:58:16 +0000 (18:58 +0000)]
- Add "Alternate Sorts" keys (used by kernel32)
- Delete static codepages values (they are added in usetup)
- Add keys for powrprof/powercfg

svn path=/trunk/; revision=34014

14 years ago- Add a bit more DPFLTR items.
Aleksey Bragin [Wed, 18 Jun 2008 17:56:07 +0000 (17:56 +0000)]
- Add a bit more DPFLTR items.

svn path=/trunk/; revision=34013

14 years ago- Small update icon
Dmitry Chapyshev [Wed, 18 Jun 2008 16:48:25 +0000 (16:48 +0000)]
- Small update icon

svn path=/trunk/; revision=34012

14 years ago- Implement ReplaceFileA/W (not fully)
Dmitry Chapyshev [Wed, 18 Jun 2008 15:37:44 +0000 (15:37 +0000)]
- Implement ReplaceFileA/W (not fully)
- Implement DnsHostnameToComputerNameA/W (not fully)
- Implement FoldStringA/W
- Implement SetCPGlobal (not tested)
- Implement TzSpecificLocalTimeToSystemTime
- Implement ReadFileScatter
- Implement WriteFileGather
- Other small changes
All based on Wine 1.0 implementation

svn path=/trunk/; revision=34010

14 years ago- Rename made-up Ob functions names to match publicly available NT names, as most...
Aleksey Bragin [Wed, 18 Jun 2008 12:28:29 +0000 (12:28 +0000)]
- Rename made-up Ob functions names to match publicly available NT names, as most of other Ob names do.

svn path=/trunk/; revision=34009

14 years ago- More fixes to pushlock implementation:
Aleksey Bragin [Wed, 18 Jun 2008 11:34:10 +0000 (11:34 +0000)]
- More fixes to pushlock implementation:
* In ExTimedWaitForUnblockPushLock, check only for STATUS_SUCCESS (which is the only status return when the wait was satisfied, while other like STATUS_TIMEOUT would still be considered a success).
* In ExBlockPushlock, fix a typo when trying out an interlocked exchange with a new value - wrong value was assigned.
* In ExfAcquirePushLockShared, assign PushLock value passed to this function, not the NewValue, like it's done in ExfAcquirePushLockExclusive.
* In ExfReleaseReleasePushLockExclusive, fix a typo which led to incorrect behavior and not waking up the pushlock when it should be.

svn path=/trunk/; revision=34008

14 years ago- several german translation fixes
Matthias Kupfer [Wed, 18 Jun 2008 11:19:07 +0000 (11:19 +0000)]
- several german translation fixes
- missing file of issue #3365 added (see rev. 35004)

svn path=/trunk/; revision=34007

14 years ago- Wake up a pushlock only if it wasn't waking already, not vice versa (was a typo...
Aleksey Bragin [Wed, 18 Jun 2008 09:53:38 +0000 (09:53 +0000)]
- Wake up a pushlock only if it wasn't waking already, not vice versa (was a typo in ExfAcquirePushLockExclusive, but was done correctly in ExfAcquirePushLockShared).

svn path=/trunk/; revision=34006

14 years agoVytis Girdzijauskas <cman AT cman DOT us>
Matthias Kupfer [Wed, 18 Jun 2008 09:39:10 +0000 (09:39 +0000)]
Vytis Girdzijauskas <cman AT cman DOT us>
- Lithuanian translation of explorer-new and shimgvw
- See issue #3365 for more details.

svn path=/trunk/; revision=34005

14 years agoImplement Get/SetMiterLimit, with proper float containment.
James Tabor [Tue, 17 Jun 2008 20:19:30 +0000 (20:19 +0000)]
Implement Get/SetMiterLimit, with proper float containment.

svn path=/trunk/; revision=34004

14 years ago- Comment some languages
Dmitry Chapyshev [Tue, 17 Jun 2008 20:11:22 +0000 (20:11 +0000)]
- Comment some languages

svn path=/trunk/; revision=34003

14 years ago- Add correct scrolling by keypress
Dmitry Chapyshev [Tue, 17 Jun 2008 20:10:07 +0000 (20:10 +0000)]
- Add correct scrolling by keypress

svn path=/trunk/; revision=34002

14 years agoMikhail Zvyozdochkink <mzvyozd@narod.ru>
Aleksey Bragin [Tue, 17 Jun 2008 18:42:20 +0000 (18:42 +0000)]
Mikhail Zvyozdochkink <mzvyozd@narod.ru>
- Limit inputable max partition size to 999999 Mbs.
See issue #3356 for more details.

svn path=/trunk/; revision=34001

14 years agoDaniel Zimmerman <netzimme@aim.com>
Aleksey Bragin [Tue, 17 Jun 2008 18:21:41 +0000 (18:21 +0000)]
Daniel Zimmerman <netzimme@aim.com>
- Cosmetic fix: initialize pushlocks using a special macro, not by assigning 0 to its value.
See issue #3352 for more details.

svn path=/trunk/; revision=34000

14 years agoFix build
James Tabor [Tue, 17 Jun 2008 05:33:46 +0000 (05:33 +0000)]
Fix build

svn path=/trunk/; revision=33999

14 years agoUpdate changes to Clip regions andregions. New support for Rao and Vis.
James Tabor [Tue, 17 Jun 2008 05:19:08 +0000 (05:19 +0000)]
Update changes to Clip regions andregions. New support for Rao and Vis.

svn path=/trunk/; revision=33998

14 years agoUpdate NtUserSetSysColors.
James Tabor [Tue, 17 Jun 2008 02:42:40 +0000 (02:42 +0000)]
Update NtUserSetSysColors.

svn path=/trunk/; revision=33997

14 years agoIntEngGradientFill: fix cleanup when calling the driver
Timo Kreuzer [Mon, 16 Jun 2008 18:56:52 +0000 (18:56 +0000)]
IntEngGradientFill: fix cleanup when calling the driver

svn path=/trunk/; revision=33996

14 years ago- print out when process takes too much gdi handles
Timo Kreuzer [Mon, 16 Jun 2008 18:27:18 +0000 (18:27 +0000)]
- print out when process takes too much gdi handles
- GDIOBJ_FreeObjByHandly: unlock handle table entry when object to delete was locked
- REGION_AllocRgnWithHandle: unlock region before trying to delete it on failure
Now gdi32_winetest clipping doesn't freeze ros anymore

svn path=/trunk/; revision=33995

14 years ago- add test for GdiGetCharDimension
Timo Kreuzer [Mon, 16 Jun 2008 15:24:05 +0000 (15:24 +0000)]
- add test for GdiGetCharDimension
- fix a test name
- comment out more tests for EngReleaseSemaphore, they cause heap corruption on ros
- convert more TEST -> RTEST

svn path=/trunk/; revision=33994

14 years agoTEST -> RTEST as these succeed on ros now
Timo Kreuzer [Mon, 16 Jun 2008 13:27:39 +0000 (13:27 +0000)]
TEST -> RTEST as these succeed on ros now

svn path=/trunk/; revision=33993

14 years agocomment out some tests that fail on win XP, until someone fixes them
Timo Kreuzer [Mon, 16 Jun 2008 13:20:06 +0000 (13:20 +0000)]
comment out some tests that fail on win XP, until someone fixes them

svn path=/trunk/; revision=33992

14 years ago- Revert .spec -> .def conversion (incorrect one also, which broke rostests compile).
Aleksey Bragin [Mon, 16 Jun 2008 12:22:13 +0000 (12:22 +0000)]
- Revert .spec -> .def conversion (incorrect one also, which broke rostests compile).

svn path=/trunk/; revision=33991

14 years ago- More NDK fixes.
Aleksey Bragin [Mon, 16 Jun 2008 09:20:47 +0000 (09:20 +0000)]
- More NDK fixes.
- Hackmove: Define NTDDI_VERSION in kernel32, otherwise it gets derived from WINVER version (and thus kernel32 becomes Vista). This allows to remove #undef NTDDI_VERSION from ndk/obtypes.h.

svn path=/trunk/; revision=33990

14 years ago- NDK fixes (structure rename only).
Aleksey Bragin [Mon, 16 Jun 2008 08:54:21 +0000 (08:54 +0000)]
- NDK fixes (structure rename only).

svn path=/trunk/; revision=33989

14 years ago- Small fix DeletePwrScheme
Dmitry Chapyshev [Mon, 16 Jun 2008 08:20:21 +0000 (08:20 +0000)]
- Small fix DeletePwrScheme
- Implement ReadGlobalPwrPolicy
- Implement ReadPwrScheme
- Implement ValidatePowerPolicies (not fully implemented)

svn path=/trunk/; revision=33988

14 years ago- Update information about powrprof
Dmitry Chapyshev [Mon, 16 Jun 2008 06:06:38 +0000 (06:06 +0000)]
- Update information about powrprof

svn path=/trunk/; revision=33987

14 years ago- Fork powrprof.dll
Dmitry Chapyshev [Mon, 16 Jun 2008 06:00:22 +0000 (06:00 +0000)]
- Fork powrprof.dll
- Replace .spec with .def
- Implement EnumPwrSchemes
- Implement GetActivePwrScheme
- Implement DeletePwrScheme

svn path=/trunk/; revision=33986

14 years agoUse a ClipRegion when collapsing, so that the TreeView works correctly.
Colin Finck [Sun, 15 Jun 2008 16:05:39 +0000 (16:05 +0000)]
Use a ClipRegion when collapsing, so that the TreeView works correctly.
This patch has already been submitted to Wine, but as they don't care currently, I applied it manually here and updated "comctl32_ros.diff" accordingly.

Patch by Timo Kreuzer

svn path=/trunk/; revision=33985

14 years agoFix yet another invalid use of WriteFile.
Colin Finck [Sun, 15 Jun 2008 16:04:03 +0000 (16:04 +0000)]
Fix yet another invalid use of WriteFile.
This patch has already been submitted to Wine, but as they don't care currently, I applied it manually here and updated "wininet_ros.diff" accordingly.

svn path=/trunk/; revision=33984

14 years agoBug 3320: Czech translation update by Radek Liska (radekliska@gmail.com)
Daniel Reimer [Sun, 15 Jun 2008 08:14:43 +0000 (08:14 +0000)]
Bug 3320: Czech translation update by Radek Liska (radekliska@gmail.com)
Small Update for the German USETUP by me.

svn path=/trunk/; revision=33982

14 years ago- Continue cleanup, use new peripheral headers (And fix them)
ReactOS Portable Systems Group [Sun, 15 Jun 2008 07:54:18 +0000 (07:54 +0000)]
- Continue cleanup, use new peripheral headers (And fix them)
- Fix ARM HAL headers and use them

svn path=/trunk/; revision=33981

14 years ago- These are peripherals, not targets
ReactOS Portable Systems Group [Sun, 15 Jun 2008 06:15:13 +0000 (06:15 +0000)]
- These are peripherals, not targets

svn path=/trunk/; revision=33980

14 years ago- Start major ARM port cleanup:
ReactOS Portable Systems Group [Sun, 15 Jun 2008 06:14:02 +0000 (06:14 +0000)]
- Start major ARM port cleanup:
  - Make use of the SARCH rbuild parameter to define the target board (default to ARM VersatilePB for now)
  - Make official ARM include directory (include/reactos/arm) and move the ARM DDK there
  - Start creating header files for different target board components.
- Update halfuncs in NDK with one missing function, and temporarily, one ARM function.

svn path=/trunk/; revision=33979