reactos.git
16 years agoAdd a test for VM address space when accessing user data.
James Tabor [Mon, 19 Nov 2007 07:41:11 +0000 (07:41 +0000)]
Add a test for VM address space when accessing user data.

svn path=/trunk/; revision=30573

16 years agoMove gdi functions to dcattr. Tested Qemu with AbiWord.
James Tabor [Mon, 19 Nov 2007 02:48:25 +0000 (02:48 +0000)]
Move gdi functions to dcattr. Tested Qemu with AbiWord.

svn path=/trunk/; revision=30572

16 years agoAdd butterfiles OpenGL screen saver to build
Marc Piulachs [Mon, 19 Nov 2007 01:26:33 +0000 (01:26 +0000)]
Add butterfiles OpenGL screen saver to build

svn path=/trunk/; revision=30571

16 years agoCool flying butterflies screen saver. It uses the new scrnsave library. All screen...
Marc Piulachs [Mon, 19 Nov 2007 01:11:35 +0000 (01:11 +0000)]
Cool flying butterflies screen saver. It uses the new scrnsave library. All screen savers *should* be modified to use this library inset of replicating a large amount of code

Original work by Jeff Molofee tutorials (http://nehe.gamedev.net)
basically converted from C++ to C and adapted as a windows screensaver

svn path=/trunk/; revision=30570

16 years agoadd scrnsave to build
Marc Piulachs [Mon, 19 Nov 2007 00:44:52 +0000 (00:44 +0000)]
add scrnsave to build

svn path=/trunk/; revision=30569

16 years agoMove scrnsave to a more correct location as it's a static library part of MS DDK
Marc Piulachs [Mon, 19 Nov 2007 00:35:39 +0000 (00:35 +0000)]
Move scrnsave to a more correct location as it's a static library part of MS DDK

svn path=/trunk/; revision=30568

16 years agoWhen doing NtAllocateVirtualMemory, you need to MEM_RELEASE if you intend to
Art Yerkes [Sun, 18 Nov 2007 23:59:48 +0000 (23:59 +0000)]
When doing NtAllocateVirtualMemory, you need to MEM_RELEASE if you intend to
free the memory, otherwise you'll get stray address space hanging around.  This
was noticeable as a leak if you just left the command prompt sitting, because
every DC allocated to blink the cursor kept address space that was never freed.

svn path=/trunk/; revision=30567

16 years agoThis library is (hopefully) compatible with Microsoft's screen saver library.
Marc Piulachs [Sun, 18 Nov 2007 23:27:54 +0000 (23:27 +0000)]
This library is (hopefully) compatible with Microsoft's screen saver library.

svn path=/trunk/; revision=30566

16 years agoAlso commit the previously left out translation for mstsc by Marc Tormo i Bochaca...
Colin Finck [Sun, 18 Nov 2007 23:22:09 +0000 (23:22 +0000)]
Also commit the previously left out translation for mstsc by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
See issue #2831 for more details.

svn path=/trunk/; revision=30565

16 years ago- Reference/dereference the file object when working with it in the context of MPW...
Aleksey Bragin [Sun, 18 Nov 2007 23:11:20 +0000 (23:11 +0000)]
- Reference/dereference the file object when working with it in the context of MPW thread. This prevents massive file operations (like copying) to crash ReactOS with writing to a freed memory exception.

svn path=/trunk/; revision=30564

16 years agoMSVC compatibility fix (inline -> __inline)
Colin Finck [Sun, 18 Nov 2007 23:00:21 +0000 (23:00 +0000)]
MSVC compatibility fix (inline -> __inline)
This makes building rbuild with VS possible again.

svn path=/trunk/; revision=30563

16 years agoSome Catalan translations by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
Colin Finck [Sun, 18 Nov 2007 22:55:58 +0000 (22:55 +0000)]
Some Catalan translations by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
See issue #2831 for more details.

svn path=/trunk/; revision=30562

16 years agoGet rid of string pool helper routines
Thomas Bluemel [Sun, 18 Nov 2007 22:53:30 +0000 (22:53 +0000)]
Get rid of string pool helper routines

svn path=/trunk/; revision=30561

16 years agoList all user profiles (SIDs only).
Eric Kohl [Sun, 18 Nov 2007 19:54:04 +0000 (19:54 +0000)]
List all user profiles (SIDs only).

svn path=/trunk/; revision=30559

16 years ago- Make .def file more consinsten with mingw's syntax (by aicommander).
Aleksey Bragin [Sun, 18 Nov 2007 19:15:11 +0000 (19:15 +0000)]
- Make .def file more consinsten with mingw's syntax (by aicommander).

svn path=/trunk/; revision=30558

16 years agofix most compilation issues with msvc
Christoph von Wittich [Sun, 18 Nov 2007 19:00:17 +0000 (19:00 +0000)]
fix most compilation issues with msvc

svn path=/trunk/; revision=30557

16 years agoforgot to add #ifdef MSVC_VER
Christoph von Wittich [Sun, 18 Nov 2007 18:20:07 +0000 (18:20 +0000)]
forgot to add #ifdef MSVC_VER

svn path=/trunk/; revision=30556

16 years agofix compilation with msvc
Christoph von Wittich [Sun, 18 Nov 2007 17:58:05 +0000 (17:58 +0000)]
fix compilation with msvc

svn path=/trunk/; revision=30555

16 years ago- add rtf file association by Cameron Gutman aicommander [at] gmail [dot] com
Johannes Anderwald [Sun, 18 Nov 2007 17:29:52 +0000 (17:29 +0000)]
- add rtf file association by Cameron Gutman aicommander [at] gmail [dot] com
- add shellnew static handler

svn path=/trunk/; revision=30553

16 years agoIgor Koshpaev <tumans@nm.ru>
Aleksey Bragin [Sun, 18 Nov 2007 16:49:29 +0000 (16:49 +0000)]
Igor Koshpaev <tumans@nm.ru>
- Add russian translations for input.dll and rasapi32.dll

svn path=/trunk/; revision=30552

16 years ago- Fix paged pool overwrite in IopUnloadDriver, due to a typo in arithmetic. Thanks...
Aleksey Bragin [Sun, 18 Nov 2007 16:12:45 +0000 (16:12 +0000)]
- Fix paged pool overwrite in IopUnloadDriver, due to a typo in arithmetic. Thanks to Andrey Korotaev (unC0Rr) for the testcase.
- Make error debug output DPRINT1 instead of DPRINT.

svn path=/trunk/; revision=30551

16 years agoFix dprint.
James Tabor [Sun, 18 Nov 2007 15:52:31 +0000 (15:52 +0000)]
Fix dprint.

svn path=/trunk/; revision=30550

16 years ago- Revert 30542, bend to mingw, and use its crappy @nn syntax. Otherwise it can't...
Aleksey Bragin [Sun, 18 Nov 2007 15:51:57 +0000 (15:51 +0000)]
- Revert 30542, bend to mingw, and use its crappy @nn syntax. Otherwise it can't link glu32 and other.

svn path=/trunk/; revision=30549

16 years agofix a typo
Christoph von Wittich [Sun, 18 Nov 2007 14:39:28 +0000 (14:39 +0000)]
fix a typo

svn path=/trunk/; revision=30548

16 years ago- implement setting values WantsFORDisplay && HideAsDeletePerUser (not yet used)
Johannes Anderwald [Sun, 18 Nov 2007 14:17:39 +0000 (14:17 +0000)]
- implement setting values WantsFORDisplay && HideAsDeletePerUser (not yet used)
- register control panel shell folder
- fix a memory leak

svn path=/trunk/; revision=30547

16 years agoComplete move to Dc_Attr in win32k. Tested Qemu Linux, Xp with AbiWord.
James Tabor [Sun, 18 Nov 2007 13:51:34 +0000 (13:51 +0000)]
Complete move to Dc_Attr in win32k. Tested Qemu Linux, Xp with AbiWord.

svn path=/trunk/; revision=30546

16 years ago- Include "obj-i386"\include path in the 'additional include directories' too for...
Aleksey Bragin [Sun, 18 Nov 2007 13:43:13 +0000 (13:43 +0000)]
- Include "obj-i386"\include path in the 'additional include directories' too for MSVC (since roscfg.h resides there).

svn path=/trunk/; revision=30545

16 years agoHackfix Download! to get it working under ReactOS
Pierre Schweitzer [Sun, 18 Nov 2007 13:33:06 +0000 (13:33 +0000)]
Hackfix Download! to get it working under ReactOS

svn path=/trunk/; revision=30544

16 years ago- MSVC compatibility fix (inline -> __inline).
Aleksey Bragin [Sun, 18 Nov 2007 13:29:57 +0000 (13:29 +0000)]
- MSVC compatibility fix (inline -> __inline).

svn path=/trunk/; revision=30543

16 years ago- Make opengl32.def MSVC-compatible.
Aleksey Bragin [Sun, 18 Nov 2007 13:06:38 +0000 (13:06 +0000)]
- Make opengl32.def MSVC-compatible.

svn path=/trunk/; revision=30542

16 years agoUpdated French translation
Pierre Schweitzer [Sun, 18 Nov 2007 13:01:18 +0000 (13:01 +0000)]
Updated French translation

svn path=/trunk/; revision=30541

16 years agoAdd German Translation.
Daniel Reimer [Sun, 18 Nov 2007 12:46:55 +0000 (12:46 +0000)]
Add German Translation.

svn path=/trunk/; revision=30540

16 years agofix compilation with msvc
Christoph von Wittich [Sun, 18 Nov 2007 12:36:52 +0000 (12:36 +0000)]
fix compilation with msvc

svn path=/trunk/; revision=30539

16 years agoAdd back ClassInstall32 section, accidentally removed in r30320
Hervé Poussineau [Sun, 18 Nov 2007 12:00:46 +0000 (12:00 +0000)]
Add back ClassInstall32 section, accidentally removed in r30320

svn path=/trunk/; revision=30538

16 years agoCorrected small typo
Gregor Brunmar [Sun, 18 Nov 2007 11:28:46 +0000 (11:28 +0000)]
Corrected small typo

svn path=/trunk/; revision=30537

16 years agoUpdated French translation
Pierre Schweitzer [Sun, 18 Nov 2007 10:53:07 +0000 (10:53 +0000)]
Updated French translation

svn path=/trunk/; revision=30536

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Sun, 18 Nov 2007 10:06:20 +0000 (10:06 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Improve the icon, as usual.

svn path=/trunk/; revision=30535

16 years ago- Revert sysdm changes made in 30533.
Aleksey Bragin [Sun, 18 Nov 2007 10:05:23 +0000 (10:05 +0000)]
- Revert sysdm changes made in 30533.

svn path=/trunk/; revision=30534

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Sun, 18 Nov 2007 10:02:30 +0000 (10:02 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Slightly improve icons.
- Add buttons icons in the dlg "Hardware Profiles".
- Russian translation fixes for shell32, syssetup, devmgr.

svn path=/trunk/; revision=30533

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Sun, 18 Nov 2007 09:59:52 +0000 (09:59 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Improve icons, as usual (add missing icon images, slightly improve icons).
- Some translation fixes for servman.
- Removed message forbidding mstsc translation.
- Added 8 and 16 bits icons for mstsc.
- Change notepad's icon, the old one was too bad.

svn path=/trunk/; revision=30532

16 years agoStart working on the user profile page:
Eric Kohl [Sat, 17 Nov 2007 22:24:29 +0000 (22:24 +0000)]
Start working on the user profile page:
- Initialize the list view columns.
- Disable the "Delete" and "Copy To" buttons if the user is not an admin.

svn path=/trunk/; revision=30531

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Sat, 17 Nov 2007 22:09:34 +0000 (22:09 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Add modemui.dll implementation.

svn path=/trunk/; revision=30530

16 years agoItalian translations update by Paolo Devoti (devotip@tiscali.it)
Pierre Schweitzer [Sat, 17 Nov 2007 21:23:31 +0000 (21:23 +0000)]
Italian translations update by Paolo Devoti (devotip@tiscali.it)
See issue #2773 for more details.

svn path=/trunk/; revision=30529

16 years ago- Reactivated French translation in mstsc
Pierre Schweitzer [Sat, 17 Nov 2007 20:59:33 +0000 (20:59 +0000)]
- Reactivated French translation in mstsc
- Added French translation for telephon

svn path=/trunk/; revision=30528

16 years agoUkrainian translation update (temarez@yandex.ru)
Pierre Schweitzer [Sat, 17 Nov 2007 20:49:49 +0000 (20:49 +0000)]
Ukrainian translation update (temarez@yandex.ru)
See issue #2812 for more details.

svn path=/trunk/; revision=30527

16 years agoFix a WCHAR issue in opengl32 one char was not in wchar format. discover it by compil...
Magnus Olsen [Sat, 17 Nov 2007 20:22:45 +0000 (20:22 +0000)]
Fix a WCHAR issue in opengl32 one char was not in wchar format. discover it by compiling with VS
Use the C version of GLFUNCS_MACRO for VS and only use the inline assembler version if it _MINGW32_ set
Fix few warnings for VS

svn path=/trunk/; revision=30526

16 years agoinitialize DirectoryHandle, add a DPRINT which displays the status returned by NtCrea...
Christoph von Wittich [Sat, 17 Nov 2007 18:23:16 +0000 (18:23 +0000)]
initialize DirectoryHandle, add a DPRINT which displays the status returned by NtCreateFile in case of error

svn path=/trunk/; revision=30525

16 years agoUpdated French translation
Pierre Schweitzer [Sat, 17 Nov 2007 18:01:55 +0000 (18:01 +0000)]
Updated French translation

svn path=/trunk/; revision=30524

16 years agoUpdated French translation
Pierre Schweitzer [Sat, 17 Nov 2007 17:16:58 +0000 (17:16 +0000)]
Updated French translation

svn path=/trunk/; revision=30523

16 years agoSort the default input languages alphabetically.
Eric Kohl [Sat, 17 Nov 2007 16:16:22 +0000 (16:16 +0000)]
Sort the default input languages alphabetically.

svn path=/trunk/; revision=30522

16 years agoOptimize GetWindow() for the case GW_OWNER to read from the desktop heap
Thomas Bluemel [Sat, 17 Nov 2007 07:19:47 +0000 (07:19 +0000)]
Optimize GetWindow() for the case GW_OWNER to read from the desktop heap

svn path=/trunk/; revision=30521

16 years agoOptimize IsWindowVisible() a bit more to use the desktop heap directly
Thomas Bluemel [Sat, 17 Nov 2007 07:01:14 +0000 (07:01 +0000)]
Optimize IsWindowVisible() a bit more to use the desktop heap directly

svn path=/trunk/; revision=30520

16 years agoOptimize IsChild() to use the desktop heap instead of calling win32k
Thomas Bluemel [Sat, 17 Nov 2007 06:50:23 +0000 (06:50 +0000)]
Optimize IsChild() to use the desktop heap instead of calling win32k

svn path=/trunk/; revision=30519

16 years agoOptimize GetAncestor for the most common case GA_PARENT (for now)
Thomas Bluemel [Sat, 17 Nov 2007 06:22:39 +0000 (06:22 +0000)]
Optimize GetAncestor for the most common case GA_PARENT (for now)

svn path=/trunk/; revision=30518

16 years agoOptimize GetParent() to read the information from the desktop heap
Thomas Bluemel [Sat, 17 Nov 2007 06:12:48 +0000 (06:12 +0000)]
Optimize GetParent() to read the information from the desktop heap

svn path=/trunk/; revision=30517

16 years agoOptimize DispatchMessageA/W to avoid calls to win32k
Thomas Bluemel [Sat, 17 Nov 2007 05:08:13 +0000 (05:08 +0000)]
Optimize DispatchMessageA/W to avoid calls to win32k

svn path=/trunk/; revision=30516

16 years agoAllow selecting disabled menu items
Thomas Bluemel [Sat, 17 Nov 2007 02:24:50 +0000 (02:24 +0000)]
Allow selecting disabled menu items

svn path=/trunk/; revision=30515

16 years agoOptimize SendMessageA/W to allow certain messages be sent without calling win32k
Thomas Bluemel [Sat, 17 Nov 2007 00:40:22 +0000 (00:40 +0000)]
Optimize SendMessageA/W to allow certain messages be sent without calling win32k

svn path=/trunk/; revision=30514

16 years agoProtect GetClassLong() and GetWindowText() with SEH as they're following pointers...
Thomas Bluemel [Fri, 16 Nov 2007 21:56:23 +0000 (21:56 +0000)]
Protect GetClassLong() and GetWindowText() with SEH as they're following pointers in the desktop heap

svn path=/trunk/; revision=30513

16 years ago- Fix a typo.
Aleksey Bragin [Fri, 16 Nov 2007 19:49:09 +0000 (19:49 +0000)]
- Fix a typo.

svn path=/trunk/; revision=30511

16 years agosync to wine
Christoph von Wittich [Fri, 16 Nov 2007 17:50:54 +0000 (17:50 +0000)]
sync to wine

svn path=/trunk/; revision=30510

16 years agosync LISTBOX_InsertString to wine
Christoph von Wittich [Fri, 16 Nov 2007 14:45:36 +0000 (14:45 +0000)]
sync LISTBOX_InsertString to wine

svn path=/trunk/; revision=30509

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Fri, 16 Nov 2007 14:08:22 +0000 (14:08 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=30508

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Fri, 16 Nov 2007 14:07:03 +0000 (14:07 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=30507

16 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Fri, 16 Nov 2007 14:06:39 +0000 (14:06 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=30506

16 years agoPrepare import of rsabase.dll and rsaenh.dll from Wine
Hervé Poussineau [Fri, 16 Nov 2007 14:04:32 +0000 (14:04 +0000)]
Prepare import of rsabase.dll and rsaenh.dll from Wine

svn path=/trunk/; revision=30505

16 years agobump up the _WIN32_IE number to make various PSDK interfaces available
Ged Murphy [Fri, 16 Nov 2007 13:45:21 +0000 (13:45 +0000)]
bump up the _WIN32_IE number to make various PSDK interfaces available

svn path=/trunk/; revision=30504

16 years agoremove from todo.h
Ged Murphy [Fri, 16 Nov 2007 13:30:44 +0000 (13:30 +0000)]
remove from todo.h

svn path=/trunk/; revision=30503

16 years agoadd IDeskBarClient interface to shlobj
Ged Murphy [Fri, 16 Nov 2007 13:28:02 +0000 (13:28 +0000)]
add IDeskBarClient interface to shlobj

svn path=/trunk/; revision=30502

16 years agoFix race condition
Hervé Poussineau [Fri, 16 Nov 2007 13:16:43 +0000 (13:16 +0000)]
Fix race condition

svn path=/trunk/; revision=30501

16 years agoThis helps FF 1.5.03 Restore from Maximize. Anyone open to a full rewrite of winpos...
James Tabor [Fri, 16 Nov 2007 12:57:01 +0000 (12:57 +0000)]
This helps FF 1.5.03 Restore from Maximize. Anyone open to a full rewrite of winpos and support?

svn path=/trunk/; revision=30500

16 years agoEnable mouse before resetting it
Hervé Poussineau [Fri, 16 Nov 2007 11:05:22 +0000 (11:05 +0000)]
Enable mouse before resetting it

svn path=/trunk/; revision=30499

16 years agofix some bugs in GetTimeZoneListIndex
Christoph von Wittich [Fri, 16 Nov 2007 10:22:01 +0000 (10:22 +0000)]
fix some bugs in GetTimeZoneListIndex

svn path=/trunk/; revision=30498

16 years agoOptimize IsWindow() and IsWindowUnicode()
Thomas Bluemel [Fri, 16 Nov 2007 09:03:51 +0000 (09:03 +0000)]
Optimize IsWindow() and IsWindowUnicode()

svn path=/trunk/; revision=30497

16 years agoUse correct buffer size in GetClassNameW()
Thomas Bluemel [Fri, 16 Nov 2007 08:43:50 +0000 (08:43 +0000)]
Use correct buffer size in GetClassNameW()

svn path=/trunk/; revision=30496

16 years agoOptimize ClientToScreen(), ScreenToClient() and MapWindowPoints()
Thomas Bluemel [Fri, 16 Nov 2007 08:03:04 +0000 (08:03 +0000)]
Optimize ClientToScreen(), ScreenToClient() and MapWindowPoints()

svn path=/trunk/; revision=30495

16 years agosync to wine
Christoph von Wittich [Fri, 16 Nov 2007 07:36:46 +0000 (07:36 +0000)]
sync to wine
Author: Alexandre Julliard <julliard at winehq.org>
Don't wait for the command to terminate in ShellLink_InvokeCommand.

svn path=/trunk/; revision=30493

16 years agoMake registration of system window classes a bit more robust
Thomas Bluemel [Fri, 16 Nov 2007 07:12:59 +0000 (07:12 +0000)]
Make registration of system window classes a bit more robust

svn path=/trunk/; revision=30492

16 years agoOptimize GetClassLongA/W to read most information from the desktop heap
Thomas Bluemel [Fri, 16 Nov 2007 03:02:38 +0000 (03:02 +0000)]
Optimize GetClassLongA/W to read most information from the desktop heap

svn path=/trunk/; revision=30491

16 years agoOptimize GetWindowText(Length)A/W and WM_GETTEXT(LENGTH)
Thomas Bluemel [Fri, 16 Nov 2007 02:37:14 +0000 (02:37 +0000)]
Optimize GetWindowText(Length)A/W and WM_GETTEXT(LENGTH)

svn path=/trunk/; revision=30490

16 years agoSome minor optimizations
Thomas Bluemel [Thu, 15 Nov 2007 23:57:50 +0000 (23:57 +0000)]
Some minor optimizations

svn path=/trunk/; revision=30489

16 years agobetter stub for FileEncryptionStatusW
Christoph von Wittich [Thu, 15 Nov 2007 23:46:15 +0000 (23:46 +0000)]
better stub for FileEncryptionStatusW

svn path=/trunk/; revision=30488

16 years agoadd some defines
Christoph von Wittich [Thu, 15 Nov 2007 23:44:18 +0000 (23:44 +0000)]
add some defines

svn path=/trunk/; revision=30487

16 years agoChange call to NtUserGetWindowLong to GetWindowLong in EnableWindow
Thomas Bluemel [Thu, 15 Nov 2007 23:00:01 +0000 (23:00 +0000)]
Change call to NtUserGetWindowLong to GetWindowLong in EnableWindow

svn path=/trunk/; revision=30486

16 years agoUpdating Mesa32 icd interface to support some of opengl 2.1 api.
Magnus Olsen [Thu, 15 Nov 2007 22:52:40 +0000 (22:52 +0000)]
Updating Mesa32 icd interface to support some of opengl 2.1 api.
more will comes.

svn path=/trunk/; revision=30485

16 years agoRolled into RosBE-PPC.
Art Yerkes [Thu, 15 Nov 2007 22:46:58 +0000 (22:46 +0000)]
Rolled into RosBE-PPC.

svn path=/trunk/; revision=30484

16 years agoUpdating Mesa32 icd interface to support some of opengl 2.1 api.
Magnus Olsen [Thu, 15 Nov 2007 22:44:48 +0000 (22:44 +0000)]
Updating Mesa32 icd interface to support some of opengl 2.1 api.
more will comes.

svn path=/trunk/; revision=30482

16 years agoadd some defines
Christoph von Wittich [Thu, 15 Nov 2007 22:34:51 +0000 (22:34 +0000)]
add some defines

svn path=/trunk/; revision=30480

16 years agoBrazilian Portuguese translation for msconfig by Mateus de Lima (mateusloliveira...
Colin Finck [Thu, 15 Nov 2007 22:26:15 +0000 (22:26 +0000)]
Brazilian Portuguese translation for msconfig by Mateus de Lima (mateusloliveira AT hotmail DOT com)
See issue #2771 for more details.

svn path=/trunk/; revision=30479

16 years agoUkrainian translation for WinHelp by Rostislav Zabolotny (rstzab AT yandex DOT ru)
Colin Finck [Thu, 15 Nov 2007 22:11:27 +0000 (22:11 +0000)]
Ukrainian translation for WinHelp by Rostislav Zabolotny (rstzab AT yandex DOT ru)
See issue #2765 for more details.

svn path=/trunk/; revision=30478

16 years agoImplement GetWindowLongA/W without having to call win32k for most cases
Thomas Bluemel [Thu, 15 Nov 2007 22:08:13 +0000 (22:08 +0000)]
Implement GetWindowLongA/W without having to call win32k for most cases

svn path=/trunk/; revision=30477

16 years agoAttempt to fix the build...
Colin Finck [Thu, 15 Nov 2007 22:05:15 +0000 (22:05 +0000)]
Attempt to fix the build...

svn path=/trunk/; revision=30476

16 years ago- Add new spectrum bitmaps for 4bpp, 8bpp and 16-32bpp. The 8bpp one can probably...
Colin Finck [Thu, 15 Nov 2007 21:38:36 +0000 (21:38 +0000)]
- Add new spectrum bitmaps for 4bpp, 8bpp and 16-32bpp. The 8bpp one can probably be done better, but at least it's suitable ;-)
  As we use StretchBlt in the code, the bitmaps are very small, so they are stretched to the full size at runtime.
- Change the current spectrum bitmap, when the user selects another color depth
- Enable support for 4bpp color depth
- Fix a bug in "monslctl.c", which broke building under MSVC

svn path=/trunk/; revision=30475

16 years ago- Thanks hpoussin for remind!
Aleksey Bragin [Thu, 15 Nov 2007 21:05:57 +0000 (21:05 +0000)]
- Thanks hpoussin for remind!

svn path=/trunk/; revision=30473

16 years agoAdd more data for ClientInfo, Callback and support per thread hooks.
James Tabor [Thu, 15 Nov 2007 21:01:13 +0000 (21:01 +0000)]
Add more data for ClientInfo, Callback and support per thread hooks.

svn path=/trunk/; revision=30471

16 years agoReset mouse to detect its type
Hervé Poussineau [Thu, 15 Nov 2007 20:13:49 +0000 (20:13 +0000)]
Reset mouse to detect its type
See issue #2817 for more details.

svn path=/trunk/; revision=30470

16 years ago- Import rasapi32 from Wine, add it to the install disk.
Aleksey Bragin [Thu, 15 Nov 2007 19:58:13 +0000 (19:58 +0000)]
- Import rasapi32 from Wine, add it to the install disk.
- Add resources (Dmitry Chapyshev).

svn path=/trunk/; revision=30468

16 years ago- Fix desktop heaps handling and various bugs
Thomas Bluemel [Thu, 15 Nov 2007 19:42:41 +0000 (19:42 +0000)]
- Fix desktop heaps handling and various bugs
- Begin superseding the WINDOW_OBJECT structure by WINDOW which is located on the desktop heap
- Implement GetClientRect() and GetWindowRect() to read the information from the desktop heap

svn path=/trunk/; revision=30467

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Thu, 15 Nov 2007 17:17:57 +0000 (17:17 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Update ras headers, up to Win2003 version. These headers are not syncable with Wine, since ours are more complete now.

svn path=/trunk/; revision=30464

16 years agoupdate maze screensaver path
Marc Piulachs [Thu, 15 Nov 2007 17:00:46 +0000 (17:00 +0000)]
update maze screensaver path

svn path=/trunk/; revision=30463