Commit graph

28383 commits

Author SHA1 Message Date
Gregor Brunmar ac99058ffc Fixed some minor things with (yet unused) svchost
svn path=/trunk/; revision=30985
2007-12-03 18:24:05 +00:00
Dmitry Chapyshev ec985fceef - Update icons
svn path=/trunk/; revision=30984
2007-12-03 17:44:44 +00:00
Daniel Reimer 5510ebae52 Finalized German rasdlg resource.
Added manifest.xml to rasdlg.

svn path=/trunk/; revision=30983
2007-12-03 15:29:13 +00:00
Christoph von Wittich 70d6253c17 update german translation
svn path=/trunk/; revision=30982
2007-12-03 10:37:31 +00:00
Aleksey Bragin 59013eaa31 - Build with "char" being "unsigned" by default, fixes MS's CRT assert.
svn path=/trunk/; revision=30981
2007-12-03 10:07:55 +00:00
Aleksey Bragin 56568e2d0c - Don't try to perform "mkdir Z:" (where Z: is your ROS_INSTALL target disk), that's meaningless. Fixes an exception when built with MSVC.
svn path=/trunk/; revision=30980
2007-12-03 09:56:11 +00:00
Hervé Poussineau 3f543f3230 Implement IoForwardIrpSynchronously
Use it in root bus

svn path=/trunk/; revision=30979
2007-12-03 09:03:38 +00:00
Hervé Poussineau 3e89cd6ca5 [FORMATTING] Fix indentation, no code change
svn path=/trunk/; revision=30978
2007-12-03 08:25:54 +00:00
Hervé Poussineau 8459487b4b Remove "Unknown device" wizards
svn path=/trunk/; revision=30977
2007-12-03 08:04:26 +00:00
James Tabor 4aee5c9e17 Imp Get/SetDeviceGammaRamp, not fully supported yet. Fix typos and updates.
svn path=/trunk/; revision=30976
2007-12-03 07:32:10 +00:00
Daniel Reimer 93dd38b8e4 Add German RC File to RasDLG (still TBD: Strings)
svn path=/trunk/; revision=30972
2007-12-02 20:16:33 +00:00
Dmitry Chapyshev 97c24b0a17 - Add defines for "Delete" and "Save As" buttons to all languages
- Delete 4-bits icons

svn path=/trunk/; revision=30971
2007-12-02 19:51:15 +00:00
Dmitry Chapyshev cf234fd313 - Add Russian translation for deskadp and deskmon
svn path=/trunk/; revision=30970
2007-12-02 19:39:59 +00:00
Dmitry Chapyshev bbf60bee7e - Update Russian translation
svn path=/trunk/; revision=30969
2007-12-02 19:31:33 +00:00
Aleksey Bragin cff82f4686 - Implement NtInitalizeRegistry with proper boot flags instead of TRUE/FALSE (our winlogon doesn't yet call the function with the CM_BOOT_FLAG_ACCEPTED_X flag-- this is needed to support setting the last known good boot/current control set).
- Always set last mode to kernel-mode when calling this function.

svn path=/trunk/; revision=30966
2007-12-02 18:40:33 +00:00
Dmitry Chapyshev 2d7e275751 - Add Russian translation
svn path=/trunk/; revision=30965
2007-12-02 18:37:23 +00:00
Magnus Olsen 42fa951ba7 Fix two smaller bugs in DxDdStartupDxGraphics
------------------------------------------------
fix : use full path to dxg.sys when we trying load it
fix : only try unload dxg.sys if it really been load and got a fail status code. 



svn path=/trunk/; revision=30963
2007-12-02 17:31:12 +00:00
Aleksey Bragin 7ab27912da - Hackfix the build: remove the function call to NetUserSetInfo (#if0/#endif). Eric, please, do a proper fix and revert this commit when it's ready.
svn path=/trunk/; revision=30962
2007-12-02 16:54:32 +00:00
Pierre Schweitzer 0146915176 Fixed a typo
svn path=/trunk/; revision=30960
2007-12-02 14:49:33 +00:00
Colin Finck 58e12f3874 Remove all that VS stuff from the butterflies screensaver resource files, create a "rsrc.rc" file and add common resources only one time. Also remove an unused string.
This makes the screensaver much smaller and easier to translate.

svn path=/trunk/; revision=30959
2007-12-02 14:39:07 +00:00
Eric Kohl 626e85df7f - Add icons for user, locked user and group.
- Enable users to change their name and password (not fully working yet).
- Use the IDI_ prefix for icons.

svn path=/trunk/; revision=30958
2007-12-02 14:35:59 +00:00
Eric Kohl 7646664619 - Make local functions static.
- Reorder functions to reduce the number of required prototypes.
- Use Win32 types instead of generic types (e.g. int -> INT) and add missing VOIDs.
- No code changes.

svn path=/trunk/; revision=30957
2007-12-02 14:25:17 +00:00
Colin Finck 4f987d4817 Spanish translations for screensavers by Javier Remacha (remialdo AT gmail DOT com)
See issue #2863 for more details.

svn path=/trunk/; revision=30956
2007-12-02 14:16:09 +00:00
Colin Finck cd714dc38e Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
See issue #2854 for more details.

svn path=/trunk/; revision=30955
2007-12-02 12:44:21 +00:00
Hervé Poussineau 42c2e8a70b In txtsetup.sif, replace SourceFiles section by SourceDisksFiles
See http://www.win-web.be/forum/index.php?showtopic=10706&st=0&p=86340&#entry86340

svn path=/trunk/; revision=30954
2007-12-02 11:32:52 +00:00
Pierre Schweitzer bafbcc303d Updated download.xml with newer releases.
svn path=/trunk/; revision=30953
2007-12-02 11:24:35 +00:00
Aleksey Bragin aa64119a57 - Fix a typo (lead to memory overwrite).
svn path=/trunk/; revision=30952
2007-12-02 10:29:12 +00:00
James Tabor 35fcb63351 Add palette mode flags.
svn path=/trunk/; revision=30951
2007-12-02 03:08:00 +00:00
James Tabor de21070985 Add GdiDevice flags.
svn path=/trunk/; revision=30950
2007-12-02 00:42:31 +00:00
James Tabor 2233ee9183 Imp NtGdiMirrorWindowOrg, GetDeviceWidth and finish SetLayout.
svn path=/trunk/; revision=30947
2007-12-01 21:47:27 +00:00
James Tabor d6433a1128 Complete driver function table. This is the best we can do for now.
svn path=/trunk/; revision=30946
2007-12-01 21:39:28 +00:00
Pierre Schweitzer ba1a443efd Updated French translation
svn path=/trunk/; revision=30944
2007-12-01 20:21:50 +00:00
Pierre Schweitzer 31688fa7f5 Updated French translations
svn path=/trunk/; revision=30943
2007-12-01 20:14:16 +00:00
Magnus Olsen 847a0bfde8 Fixed regress for lock and unlock in ddraw.
now dxsdk example font works again with reactos ddraw.dll in windows

svn path=/trunk/; revision=30942
2007-12-01 19:45:17 +00:00
Hervé Poussineau d6795a59bd Do not put acpi.sys and pci.sys in reactos.cab
svn path=/trunk/; revision=30941
2007-12-01 19:00:57 +00:00
Hervé Poussineau 87d0706057 Update status
svn path=/trunk/; revision=30939
2007-12-01 18:30:48 +00:00
Aleksey Bragin 3efe3d1fcf - Fix incorrect russian translation (thanks tower).
svn path=/trunk/; revision=30938
2007-12-01 18:29:42 +00:00
The Wine Synchronizer 58ffb98f70 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30937
2007-12-01 18:29:29 +00:00
The Wine Synchronizer 5be02c6da0 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30936
2007-12-01 18:28:50 +00:00
Johannes Anderwald 98f79299bd - implemented adding programs to new open list
- implemented assigning default file association
- options still if'0

svn path=/trunk/; revision=30934
2007-12-01 17:58:01 +00:00
Hervé Poussineau af80154d9f Create required reg keys if needed
svn path=/trunk/; revision=30933
2007-12-01 16:49:22 +00:00
Aleksey Bragin ff325e041a - Sync with Wine.
svn path=/trunk/; revision=30932
2007-12-01 15:56:03 +00:00
James Tabor d660a25834 Unbreak gdi batch... Sometimes dc is null.
svn path=/trunk/; revision=30931
2007-12-01 13:26:45 +00:00
Timo Kreuzer a21e119b07 patch by jimtabor: add some usermode handling to SelectObject, currently if'ed out, as it doesn't properly work yet, add GDI_OBJECT_TYPE_COLORSPACE using SetColorSpace
svn path=/trunk/; revision=30930
2007-12-01 02:14:35 +00:00
Timo Kreuzer 8553d5ea02 patch by jimtabor: add GdiBCSelObj to GdiFlushUserBatch
svn path=/trunk/; revision=30929
2007-12-01 02:09:39 +00:00
Timo Kreuzer 5350a24feb update ntgdibad.h
svn path=/trunk/; revision=30928
2007-12-01 01:38:10 +00:00
Timo Kreuzer eef9f0a1b4 - replace NtGdiSelectObject with NtGdiSelectBitmap/Pen/Brush/Font in dc.c
- remove NtGdiSelectObject from win32k

svn path=/trunk/; revision=30927
2007-12-01 01:37:08 +00:00
Timo Kreuzer 6285817948 use PatBlt and SelectObject instead of Nt functions
svn path=/trunk/; revision=30926
2007-12-01 01:31:10 +00:00
Timo Kreuzer 4bb2dd0e07 replace NtGdiSelectObject with NtGdiSelectBitmap, NtGdiSelectBrush and NtGdiSelectFont in painting.c
svn path=/trunk/; revision=30925
2007-12-01 01:14:52 +00:00
Timo Kreuzer 6b97efb7ed replace NtGdiSelectObject with NtGdiSelectBitmap and NtGdiSelectBrush in desktop.c
svn path=/trunk/; revision=30924
2007-12-01 01:11:25 +00:00