Commit graph

27927 commits

Author SHA1 Message Date
Daniel Reimer 61705cebb5 Remove all trailing Spaces.
Change the Name shown for the ScreenSaver in the String to a more fitting one.
Add a German Resource.

svn path=/trunk/; revision=30574
2007-11-19 10:04:29 +00:00
James Tabor daffd42203 Add a test for VM address space when accessing user data.
svn path=/trunk/; revision=30573
2007-11-19 07:41:11 +00:00
James Tabor effad19afc Move gdi functions to dcattr. Tested Qemu with AbiWord.
svn path=/trunk/; revision=30572
2007-11-19 02:48:25 +00:00
Marc Piulachs 502b2e6106 Add butterfiles OpenGL screen saver to build
svn path=/trunk/; revision=30571
2007-11-19 01:26:33 +00:00
Marc Piulachs be611cca2b 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
2007-11-19 01:11:35 +00:00
Marc Piulachs 57993ed6d3 add scrnsave to build
svn path=/trunk/; revision=30569
2007-11-19 00:44:52 +00:00
Marc Piulachs d155e9ddf8 Move scrnsave to a more correct location as it's a static library part of MS DDK
svn path=/trunk/; revision=30568
2007-11-19 00:35:39 +00:00
Art Yerkes 74c80e3705 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
2007-11-18 23:59:48 +00:00
Marc Piulachs 4ba2b63f3b This library is (hopefully) compatible with Microsoft's screen saver library.
svn path=/trunk/; revision=30566
2007-11-18 23:27:54 +00:00
Colin Finck df58cb654b 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
2007-11-18 23:22:09 +00:00
Aleksey Bragin 03be8c2b8f - 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
2007-11-18 23:11:20 +00:00
Colin Finck 34d621bb58 MSVC compatibility fix (inline -> __inline)
This makes building rbuild with VS possible again.

svn path=/trunk/; revision=30563
2007-11-18 23:00:21 +00:00
Colin Finck 638f3da863 Some Catalan translations by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
See issue #2831 for more details.

svn path=/trunk/; revision=30562
2007-11-18 22:55:58 +00:00
Thomas Bluemel ab4e7b1729 Get rid of string pool helper routines
svn path=/trunk/; revision=30561
2007-11-18 22:53:30 +00:00
Eric Kohl 35f10174b2 List all user profiles (SIDs only).
svn path=/trunk/; revision=30559
2007-11-18 19:54:04 +00:00
Aleksey Bragin 15fbbf1138 - Make .def file more consinsten with mingw's syntax (by aicommander).
svn path=/trunk/; revision=30558
2007-11-18 19:15:11 +00:00
Christoph von Wittich 73b55e61c8 fix most compilation issues with msvc
svn path=/trunk/; revision=30557
2007-11-18 19:00:17 +00:00
Christoph von Wittich 8d6220cb32 forgot to add #ifdef MSVC_VER
svn path=/trunk/; revision=30556
2007-11-18 18:20:07 +00:00
Christoph von Wittich 77993f765c fix compilation with msvc
svn path=/trunk/; revision=30555
2007-11-18 17:58:05 +00:00
Johannes Anderwald 9e5fc92cad - add rtf file association by Cameron Gutman aicommander [at] gmail [dot] com
- add shellnew static handler

svn path=/trunk/; revision=30553
2007-11-18 17:29:52 +00:00
Aleksey Bragin b0390b71c0 Igor Koshpaev <tumans@nm.ru>
- Add russian translations for input.dll and rasapi32.dll

svn path=/trunk/; revision=30552
2007-11-18 16:49:29 +00:00
Aleksey Bragin 3a82305cde - 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
2007-11-18 16:12:45 +00:00
James Tabor 99b52bc16a Fix dprint.
svn path=/trunk/; revision=30550
2007-11-18 15:52:31 +00:00
Aleksey Bragin 0217654258 - Revert 30542, bend to mingw, and use its crappy @nn syntax. Otherwise it can't link glu32 and other.
svn path=/trunk/; revision=30549
2007-11-18 15:51:57 +00:00
Christoph von Wittich 1b11a5e02b fix a typo
svn path=/trunk/; revision=30548
2007-11-18 14:39:28 +00:00
Johannes Anderwald a6b1efe4da - implement setting values WantsFORDisplay && HideAsDeletePerUser (not yet used)
- register control panel shell folder
- fix a memory leak

svn path=/trunk/; revision=30547
2007-11-18 14:17:39 +00:00
James Tabor 92f9c23098 Complete move to Dc_Attr in win32k. Tested Qemu Linux, Xp with AbiWord.
svn path=/trunk/; revision=30546
2007-11-18 13:51:34 +00:00
Aleksey Bragin 29077a08f7 - Include "obj-i386"\include path in the 'additional include directories' too for MSVC (since roscfg.h resides there).
svn path=/trunk/; revision=30545
2007-11-18 13:43:13 +00:00
Pierre Schweitzer 2bf254d901 Hackfix Download! to get it working under ReactOS
svn path=/trunk/; revision=30544
2007-11-18 13:33:06 +00:00
Aleksey Bragin 83593d753a - MSVC compatibility fix (inline -> __inline).
svn path=/trunk/; revision=30543
2007-11-18 13:29:57 +00:00
Aleksey Bragin b880c442cc - Make opengl32.def MSVC-compatible.
svn path=/trunk/; revision=30542
2007-11-18 13:06:38 +00:00
Pierre Schweitzer a651f76068 Updated French translation
svn path=/trunk/; revision=30541
2007-11-18 13:01:18 +00:00
Daniel Reimer 475e550ac8 Add German Translation.
svn path=/trunk/; revision=30540
2007-11-18 12:46:55 +00:00
Christoph von Wittich d1c6db9923 fix compilation with msvc
svn path=/trunk/; revision=30539
2007-11-18 12:36:52 +00:00
Hervé Poussineau afeaa146f4 Add back ClassInstall32 section, accidentally removed in r30320
svn path=/trunk/; revision=30538
2007-11-18 12:00:46 +00:00
Gregor Brunmar f33d18ade0 Corrected small typo
svn path=/trunk/; revision=30537
2007-11-18 11:28:46 +00:00
Pierre Schweitzer ace610467a Updated French translation
svn path=/trunk/; revision=30536
2007-11-18 10:53:07 +00:00
Aleksey Bragin 95e1eddf2d Dmitry Chapyshev <lentind@yandex.ru>
- Improve the icon, as usual.

svn path=/trunk/; revision=30535
2007-11-18 10:06:20 +00:00
Aleksey Bragin b6e40ce60a - Revert sysdm changes made in 30533.
svn path=/trunk/; revision=30534
2007-11-18 10:05:23 +00:00
Aleksey Bragin 330224b972 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
2007-11-18 10:02:30 +00:00
Aleksey Bragin ed9851a353 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
2007-11-18 09:59:52 +00:00
Eric Kohl 15cceadaff 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
2007-11-17 22:24:29 +00:00
Aleksey Bragin a7627d27fa Dmitry Chapyshev <lentind@yandex.ru>
- Add modemui.dll implementation.

svn path=/trunk/; revision=30530
2007-11-17 22:09:34 +00:00
Pierre Schweitzer e27bf617b3 Italian translations update by Paolo Devoti (devotip@tiscali.it)
See issue #2773 for more details.

svn path=/trunk/; revision=30529
2007-11-17 21:23:31 +00:00
Pierre Schweitzer 73034772dd - Reactivated French translation in mstsc
- Added French translation for telephon

svn path=/trunk/; revision=30528
2007-11-17 20:59:33 +00:00
Pierre Schweitzer f9cfbc7b38 Ukrainian translation update (temarez@yandex.ru)
See issue #2812 for more details.

svn path=/trunk/; revision=30527
2007-11-17 20:49:49 +00:00
Magnus Olsen 90c87db539 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
2007-11-17 20:22:45 +00:00
Christoph von Wittich 133a4f5385 initialize DirectoryHandle, add a DPRINT which displays the status returned by NtCreateFile in case of error
svn path=/trunk/; revision=30525
2007-11-17 18:23:16 +00:00
Pierre Schweitzer fc85b8befa Updated French translation
svn path=/trunk/; revision=30524
2007-11-17 18:01:55 +00:00
Pierre Schweitzer f7dae856a2 Updated French translation
svn path=/trunk/; revision=30523
2007-11-17 17:16:58 +00:00