Commit graph

29664 commits

Author SHA1 Message Date
Colin Finck d31f977a47 - Add Copy & Paste functions for whole characters
- Add an "Edit" menu now that we have some more menu items belonging to this category

svn path=/trunk/; revision=32482
2008-02-25 18:01:06 +00:00
Christoph von Wittich ac53928d2c fix a typo
svn path=/trunk/; revision=32479
2008-02-25 14:25:15 +00:00
Dmitry Chapyshev 28aac8858c - Fix build
svn path=/trunk/; revision=32478
2008-02-25 13:07:51 +00:00
Dmitry Chapyshev 463a09947a - Fix typos
svn path=/trunk/; revision=32477
2008-02-25 12:27:49 +00:00
Daniel Reimer 2dadd4f793 Bug 3093: Bulgarian language update of Vgafonteditor by sstpr@narod.ru
svn path=/trunk/; revision=32476
2008-02-25 10:29:44 +00:00
Daniel Reimer d6e4ad8755 Bug 3092: Bulgarian translation update by sstpr@narod.ru
svn path=/trunk/; revision=32475
2008-02-25 10:29:41 +00:00
Daniel Reimer e0ca9a8b6e 4 Spaces to tabs. The whole file uses tabs, so..
svn path=/trunk/; revision=32474
2008-02-25 09:48:07 +00:00
Timo Kreuzer 16956db4f1 - Reference CursorIcon before deleting it
- IntGetPaintMessage: Set MessageQueue->PaintCount to 0, if no dirty Window is found. Stops spamming the debuglog, once is enough.
- UserGetDCEx: Check if a dce's hDC is valid, if not warn and create a new one. With our current code those hDCs should never get deleted, but this is also a hack, on Windows you can delete them.
- Don't dump the stack backtrace twice in GDIOBJ_Xxx functions

svn path=/trunk/; revision=32473
2008-02-25 01:32:17 +00:00
Magnus Olsen 390717a188 Cleanup : DdDestroySurface,
implement : D3dContextCreate, DdCanCreateD3DBuffer, DdDestroyD3DBuffer, DdLockD3D, DdUnlockD3D
Misc :
DdFlip (left surface implemeted support for), 
DdCreateDirectDrawObject (use DeleteDC for we using the share memory for deleted a dc at usermode), 
DdQueryDirectDrawObject (implemted d3d support and smaller bugfix
DdGetDriverInfo (started implemented this)


svn path=/trunk/; revision=32472
2008-02-25 01:02:00 +00:00
Aleksey Bragin a4cad73564 - Do not *silently* hardcode USER_SHARED_DATA to physical page 2! It's purely FreeLdr's decision to place PCR on the page 1. Instead, rely on an assumption that shared data always follows PCR's page. NT relies on the same assumption.
svn path=/trunk/; revision=32471
2008-02-24 18:03:17 +00:00
Aleksey Bragin ef3cc678bc - ntldr marks pages allocated for PCR and USER_SHARED_DATA as StartupPcrPage, not as MemoryData. In fact, it's the only way of finding where the PCR page is located physically.
svn path=/trunk/; revision=32470
2008-02-24 17:19:00 +00:00
Aleksey Bragin 04116e8dd6 - Isolate the NLS-tables hack so that it's applied only when really needed (freeldr boot process always requires the hack, winldr boot process does not).
svn path=/trunk/; revision=32469
2008-02-24 17:06:10 +00:00
Ged Murphy 220e309727 fix warning
svn path=/trunk/; revision=32468
2008-02-24 12:45:10 +00:00
Marc Piulachs 67e5a63f04 Spanish localizations by Javier Ramacha
new :appwiz-new 
updated: usetup, console, shell32, syssetup, user32 and win32csr

See issue #3100 for more details.

svn path=/trunk/; revision=32466
2008-02-24 11:54:38 +00:00
Dmitry Chapyshev 3641fbcc8f - Increase sizes ComboBox's
svn path=/trunk/; revision=32465
2008-02-24 11:44:33 +00:00
Dmitry Chapyshev f87aaee1e6 - Change ListBox to ListView
- Added list of code pages

svn path=/trunk/; revision=32464
2008-02-24 10:56:35 +00:00
Aleksey Bragin fae9aa5c48 - Save original value of the free descriptor we're using to alloc early pages from.
- Fix handling of PFN database pages inside PFN: largest free descriptor does not always end with the highest usable physical page (MmPageArraySize). This removes the need for a "good hack" introduced in revision 32405. As a result, the memory above the largest free descriptor (if it exists) is now correctly marked in the PFN database as free and added to the unzeroed list.

svn path=/trunk/; revision=32463
2008-02-24 10:43:56 +00:00
Pierre Schweitzer a68d895e4d - Added more checks when mounting a volume (based on: http://technet2.microsoft.com/windowsserver/en/library/8cc5891d-bf8e-4164-862d-dac5418c59481033.mspx)
- Removed some useless debug
Thanks to Hervé

svn path=/trunk/; revision=32462
2008-02-24 10:06:37 +00:00
Timo Kreuzer 2b17735b1a don't free the memory for the palette entries in IntSetPalette. Fixes bug 3072
See issue #3072 for more details.

svn path=/trunk/; revision=32461
2008-02-24 03:12:38 +00:00
Pierre Schweitzer e0edb0dac7 [FORMATTING] Fix indentation (only for functional code)
svn path=/trunk/; revision=32460
2008-02-23 21:52:30 +00:00
Dmitry Chapyshev 30a4fa94e3 - Fix formatting
- Update all languages
- Delete non-translated files

svn path=/trunk/; revision=32458
2008-02-23 17:48:50 +00:00
Sylvain Petreolle e56ca759ce add missing winetests : hlink & schannel,
.rbuild fixes


svn path=/trunk/; revision=32456
2008-02-22 21:01:47 +00:00
Sylvain Petreolle dba2342316 Fix SmpSetEnvironmentVariable return status
svn path=/trunk/; revision=32455
2008-02-22 18:29:37 +00:00
Aleksey Bragin 0c8475d7ca - Kernel's entry point is called KiSystemStartup, not NtProcessStartup (now it's done correctly).
svn path=/trunk/; revision=32450
2008-02-22 13:41:37 +00:00
Aleksey Bragin 5b1c7de117 - We're comparing WCHARs, not CHARs, spotted by Ged Murphy.
svn path=/trunk/; revision=32448
2008-02-22 11:47:20 +00:00
Aleksey Bragin fc56cc8116 Pierre Schweitzer <heis_spiter@hotmail.com>
- Implement FsRtlDissectName() based on MSDN description. Improvements and bugfixes to the patch were made by Aleksey Bragin.

svn path=/trunk/; revision=32447
2008-02-22 10:50:26 +00:00
Marc Piulachs 3488e13934 - Move hostname command line application to /base/applications/cmdutils/hostname
- Add eventvwr to bootcd , it refuses to load under ros but highlights a problem with RPC that hopefully someone will investigate

svn path=/trunk/; revision=32444
2008-02-21 21:58:40 +00:00
Marc Piulachs 05c276dc6d - Modified to use the screensaver library
- Reduce the amount of code to minimum
- Remove unneeded resources

svn path=/trunk/; revision=32442
2008-02-21 17:07:01 +00:00
Timo Kreuzer 61c8c586eb FORMATTING: apply consistent indentation, no code change
svn path=/trunk/; revision=32441
2008-02-21 02:40:23 +00:00
Colin Finck ce08340bab Fix butterflies' build
All screensavers using the scrnsave library must be compiled with Unicode now.

svn path=/trunk/; revision=32439
2008-02-20 22:14:36 +00:00
James Tabor 25b4943288 Goodbye xpstubs.c.
svn path=/trunk/; revision=32438
2008-02-20 21:43:49 +00:00
Colin Finck cfe2ae5fcf - Remove much Win9x-specific stuff from the scrnsave library and make it more compatible to the MS version of the library
- Change the 3dtext screensaver to use the library
- Reduce the amount of code in the blankscr screensaver to a minimum
- Remove unneeded resources from both screensavers
- Indentation fixes, MSVC build and warning fixes, small translation fixes, etc. for both screensavers and the library

See issue #2966 for more details.

svn path=/trunk/; revision=32437
2008-02-20 21:43:41 +00:00
Johannes Anderwald 793ebfdd18 - fix a few issues to make it compilable with current RosBE
- does not yet link

svn path=/trunk/; revision=32436
2008-02-20 20:58:39 +00:00
James Tabor cdf837bb71 Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com): CLeanup win32k. Remove xpstubs.c.
svn path=/trunk/; revision=32435
2008-02-20 20:53:36 +00:00
Johannes Anderwald 9cd1948c7d - fix compilation with msvc
svn path=/trunk/; revision=32432
2008-02-20 19:13:52 +00:00
Dmitry Chapyshev 1be9788940 - Update Russian translation
svn path=/trunk/; revision=32431
2008-02-20 14:19:56 +00:00
Timo Kreuzer d4002d1793 Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
- move bad ntuser syscalls in ntuser.h to the bottom
- sort win32k export list alphabetically
- remove Win32kInitialize and NtGdiGetAspectRatioFilterEx
by myself:
- add missing exports to win32k.def (all from xp)

svn path=/trunk/; revision=32430
2008-02-20 03:01:46 +00:00
Daniel Reimer 0926311854 Bug 3090: Czech translation for cacls, more & find by radekliska@gmail.com
Usetup Polish Translation Update by Olaf Siejka

svn path=/trunk/; revision=32429
2008-02-19 22:55:36 +00:00
Timo Kreuzer 1bd028f33b Remove typecasts PBITMAPOBJ <-> PSURFOBJ. Use GDIOBJ_ShareLockObj / _UnlockObjByPtr instead of Eng(Un)LockSurface as BITMAPOBJ_Un/LockObj. Add BASEOBJECT to the BITMAPOBJ structure.
svn path=/trunk/; revision=32428
2008-02-19 22:21:39 +00:00
Daniel Reimer 71719dc6bd Okokok, I dont know why someone should feel the urge to translate MB, KB, and GB (Except specific languages...), but here they are.
svn path=/trunk/; revision=32427
2008-02-19 21:31:09 +00:00
Sylvain Petreolle 2b750b9312 - Update French translation
svn path=/trunk/; revision=32425
2008-02-19 19:56:35 +00:00
Dmitry Chapyshev 2b0d89029b - Update Russian translation
svn path=/trunk/; revision=32424
2008-02-19 19:45:09 +00:00
Daniel Reimer 71e5c4f705 Once more, some more Strings open for translation. Have fun with 'em.
svn path=/trunk/; revision=32423
2008-02-19 19:37:49 +00:00
Aleksey Bragin f02a1fde1b - Fix a typo.
svn path=/trunk/; revision=32422
2008-02-19 17:52:37 +00:00
Aleksey Bragin d778208661 - Fix dxg's includes.
svn path=/trunk/; revision=32421
2008-02-19 17:18:18 +00:00
Daniel Reimer 3b15454a1c Bug 3089: Ukrainian translation update by Artem Reznikov - temarez@yandex.ru
svn path=/trunk/; revision=32420
2008-02-19 15:43:41 +00:00
Timo Kreuzer ebc9271c72 some cleanup
- move NtGdiFlushUserBatch prototype to ntgdi.h
- move pool tags from ntgdihdl.h to win32k/tags.h
- move DC struct from ntgdihdl.h to win32k/dc.h
- replace GDIEMPTYHDR with BASEOBJECT
- use BASEOBJECT in DC and GDIDEVICE structures
- rename some NtGdiXxx functions that don't deserve that name and remove some that were defined by a macro, but don't exist on windows (#if 0'ed atm)
- remove RetrieveDisplayHDC() prototype (doesn't exist)

svn path=/trunk/; revision=32419
2008-02-18 23:05:41 +00:00
Daniel Reimer 974d39b35a Bug 3088: Polish locale update: usetup + appwiz-new by Olaf Siejka - olaf_siejka@o2.pl
svn path=/trunk/; revision=32418
2008-02-18 22:19:07 +00:00
Filip Navara 3c9d01e308 Fix counting of MmStats.NrFreePages.
svn path=/trunk/; revision=32417
2008-02-18 21:43:45 +00:00
Daniel Reimer 7a70a9faa2 Add German Translation to appwiz-new.
remove DS_FIXEDSYS, it is already set by DS_SHELLFONT.
Fix some Strings in en-EN.rc.

svn path=/trunk/; revision=32416
2008-02-18 21:41:13 +00:00