Commit graph

28805 commits

Author SHA1 Message Date
James Tabor 420a4b869c Add new dxdd support members to gdi device structure.
svn path=/trunk/; revision=31573
2008-01-02 22:17:59 +00:00
Hervé Poussineau 46bfef770b Divide by 10 memory requirements for rbuild,
from 270MB to 20MB, by deleting unused objects

svn path=/trunk/; revision=31571
2008-01-02 20:37:09 +00:00
Aleksey Bragin 9c38808917 - Merge 31498 from old widl.
svn path=/trunk/; revision=31570
2008-01-02 20:34:43 +00:00
Daniel Reimer 6205777500 Update for German RC File
svn path=/trunk/; revision=31569
2008-01-02 20:09:03 +00:00
Marc Piulachs 8ead869bf3 Patch by Olaf Siejka <olaf_siejka (at) o2 (dot) pl>
- Partial usetup polish translation 
- Adds missing "Setup" word in ERROR_WRITE_BOOT section

by me:
- Activate all current (10) usetup translations in txtsetup.sif
- Add polish localization in mui.c
See issue #2930 for more details.

svn path=/trunk/; revision=31566
2008-01-02 18:54:54 +00:00
Aleksey Bragin 3c0efbc70d - Get rid of possible buffer overflows and memory corruptions due to an assumption that UNICODE_STRING's buffers are always NULL-terminated.
svn path=/trunk/; revision=31565
2008-01-02 16:06:03 +00:00
Marc Piulachs 681c695d20 - Add missing REGISTRY_PAGE localizations
note: "make usetup_clean" may be required

svn path=/trunk/; revision=31564
2008-01-02 15:07:27 +00:00
Marc Piulachs eae9ec5c8f - Show localized error messages
svn path=/trunk/; revision=31563
2008-01-02 14:34:51 +00:00
Hervé Poussineau 09b813c184 Release memory when not needed anymore
Do not display errors when checking for binutils
Cleanup PCH handling

svn path=/trunk/; revision=31562
2008-01-02 14:04:35 +00:00
Marc Piulachs f7b85736c3 - Fix typo
svn path=/trunk/; revision=31561
2008-01-02 13:50:37 +00:00
Aleksey Bragin 8eef55e4c9 - Use IopOpenRegistryKeyEx() to reduce code size and improve readability.
svn path=/trunk/; revision=31560
2008-01-02 13:33:40 +00:00
Pierre Schweitzer 4caa79160b [FORMATTING] Fix indentation
svn path=/trunk/; revision=31559
2008-01-02 11:04:48 +00:00
Magnus Olsen a3bdf2f292 implement DxEngIncDispUniq
svn path=/trunk/; revision=31558
2008-01-02 10:19:56 +00:00
Magnus Olsen 8429f99652 sorry a file been accent committed.
svn path=/trunk/; revision=31557
2008-01-02 09:58:51 +00:00
Magnus Olsen dacc7315f3 partly implement DxEngSetHdevData
fixed DxEngGetHdevData protoype as well

svn path=/trunk/; revision=31556
2008-01-02 09:37:05 +00:00
Magnus Olsen df1782995e fixed DxEngCleanDC protoype
svn path=/trunk/; revision=31555
2008-01-02 09:13:51 +00:00
Magnus Olsen 57cfafda1d implement DxEngLockShareSem
implement DxEngUnlockShareSem

svn path=/trunk/; revision=31554
2008-01-02 08:47:46 +00:00
Ziliang Guo e71f4394b7 Completion of editing current documentation in dxg
svn path=/trunk/; revision=31553
2008-01-02 05:44:59 +00:00
Ziliang Guo 9ee4137a1e Finish editing all the documentation in ntddraw.
svn path=/trunk/; revision=31552
2008-01-02 05:26:00 +00:00
Ziliang Guo d8b4744594 Grammar and spelling corrections for the documentation and comments.
svn path=/trunk/; revision=31551
2008-01-02 01:28:58 +00:00
Johannes Anderwald f5b133c75a - fix button control size for german language
svn path=/trunk/; revision=31549
2008-01-01 23:57:59 +00:00
Johannes Anderwald fd873fc931 - revert changes which shouldnt be in (yet)
svn path=/trunk/; revision=31548
2008-01-01 23:42:01 +00:00
Johannes Anderwald 562c812846 - scan HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu key if a shellfolder should be hidden
- also add items which should should not be hidden 
- network location shell folder now appears but isnt working

svn path=/trunk/; revision=31547
2008-01-01 23:34:28 +00:00
Johannes Anderwald 054c755d91 - register the network folder location shell folder
svn path=/trunk/; revision=31545
2008-01-01 23:30:18 +00:00
Eric Kohl f873fd5ffe - Rotate the text around its center.
svn path=/trunk/; revision=31544
2008-01-01 22:59:06 +00:00
Eric Kohl 4f648ef5d9 [FORMATTING] Fix indentation and move comments
svn path=/trunk/; revision=31542
2008-01-01 22:15:10 +00:00
Aleksey Bragin 68981a6100 - Implement a helper registry key opening function to reduce code size.
- http://www.tech-archive.net/Archive/Development/microsoft.public.development.device.drivers/2004-10/1623.html

svn path=/trunk/; revision=31540
2008-01-01 21:01:28 +00:00
Aleksey Bragin 3cd13713b0 - Move ENUM_ROOT to internal/io.h, so that io/driver.c can use it too.
- Rewrite IopAttachFilterDrivers() to get rid of dangerous strings operations.

svn path=/trunk/; revision=31539
2008-01-01 20:44:09 +00:00
Pierre Schweitzer 2df4726732 Updated NTFS header :
- Separate a field into two distinct fields. One will be used when mounting volume
- Added comment to unusedX fields that are used anyway when mounting volume

svn path=/trunk/; revision=31538
2008-01-01 19:26:26 +00:00
Magnus Olsen 6fc0e58cb6 adding documentations for DxEngGetDCState
svn path=/trunk/; revision=31537
2008-01-01 19:15:22 +00:00
Pierre Schweitzer 6a29226cd2 [FORMATTING] Fix indentation
svn path=/trunk/; revision=31536
2008-01-01 18:55:52 +00:00
James Tabor 070123e351 Update DxEngGetDCState and fix retun val for HDEV.
svn path=/trunk/; revision=31535
2008-01-01 18:50:42 +00:00
Hervé Poussineau 254445ecc4 Bugcheck if no miniport driver is available
See issue #2899 for more details.

svn path=/trunk/; revision=31534
2008-01-01 16:35:21 +00:00
Daniel Reimer 7f89ec982f Fix typos in cmd. thx to amine for spotting.
svn path=/trunk/; revision=31533
2008-01-01 12:29:19 +00:00
Daniel Reimer 2d4ccf4da2 Getting closer to what I would call Default Dialogs. Sad but true. It still does not activate skinning.
svn path=/trunk/; revision=31532
2008-01-01 12:07:06 +00:00
James Tabor 5a992d7f0d Merry New Year post!
svn path=/trunk/; revision=31531
2008-01-01 05:53:10 +00:00
Magnus Olsen 7ef202bdd6 rename Pdev to hPDev in GDIDEVICE struct
fixed bug in DxEngGetDCState

svn path=/trunk/; revision=31530
2008-01-01 01:08:07 +00:00
Johannes Anderwald 615d3af648 - use default CLSID for ControlPanel extension
- add network hood shellfolder byMike McCormack (wine sync)
- happy new year!

svn path=/trunk/; revision=31529
2007-12-31 19:13:36 +00:00
Dmitry Chapyshev e6cd1f7970 Happy New Year! ;)
svn path=/trunk/; revision=31528
2007-12-31 18:55:37 +00:00
James Tabor d9677f49ad Add documented gdi object types enum.
svn path=/trunk/; revision=31527
2007-12-31 18:54:41 +00:00
Sylvain Petreolle c40d5acfe8 usetup: translate error codes, fix a typo
svn path=/trunk/; revision=31526
2007-12-31 18:29:49 +00:00
Marc Piulachs e9a91f1d9e Add missing error entries for Russian and Swedish
svn path=/trunk/; revision=31525
2007-12-31 18:22:25 +00:00
Marc Piulachs f7cb25576d Allow usetup page title localization
svn path=/trunk/; revision=31524
2007-12-31 17:56:13 +00:00
James Tabor 794e7aaf59 Implement gdi ScaleViewport/WindowExtEx and mirror region support. Mirroring is not finished and is unplugged.
svn path=/trunk/; revision=31523
2007-12-31 17:26:57 +00:00
Sylvain Petreolle 7cd334d33e update french translation for usetup
svn path=/trunk/; revision=31522
2007-12-31 16:23:00 +00:00
Sylvain Petreolle 1453c5fe36 fix typo
svn path=/trunk/; revision=31521
2007-12-31 16:15:59 +00:00
Daniel Reimer 2f2f72944c Bug 2928: spanish translation for roscalc (remialdo<AT>gmail<DOT>com)
Added German RC File which I made.
Added manifrest.xml

svn path=/trunk/; revision=31520
2007-12-31 15:57:12 +00:00
Daniel Reimer 74f15c4ff2 Bug 2927: Update/add greek resource files (johnyadams<AT>hotmail<DOT>com)
svn path=/trunk/; revision=31519
2007-12-31 15:54:36 +00:00
Hervé Poussineau f0418aa976 Display ReactOS logo when not booted in debug mode
svn path=/trunk/; revision=31518
2007-12-31 15:52:48 +00:00
Magnus Olsen 4d1b51886c cleanup ntgdibad from api that have been remove.
svn path=/trunk/; revision=31517
2007-12-31 14:34:23 +00:00