Commit graph

31889 commits

Author SHA1 Message Date
Aleksey Bragin a75b654567 - Replace stupid concept of using a set of global variables for various boolean flags (1 variable per 1 flag) by a concept of one global var having a specified set of flags (FSCHECK_VERBOSE, etc).
svn path=/trunk/; revision=35146
2008-08-06 13:07:28 +00:00
Steven Edwards 516e0bb394 added library section
msxml3, mfc40, runtimes: vc6, vc2005, vc2005sp1, 
vc2008runtime,vb3,vb4,vb5,vb6

Most don't work yet.


svn path=/trunk/; revision=35145
2008-08-06 12:48:36 +00:00
Aleksey Bragin 6735beea51 - Rename alloc/free to vfalloc/vffree to not conflict with other apps vfatlib links to.
svn path=/trunk/; revision=35144
2008-08-06 12:03:34 +00:00
Dmitry Chapyshev 77993cf0e3 - Sync RegGetValueA/W with wine head
svn path=/trunk/; revision=35143
2008-08-06 11:56:49 +00:00
Steven Edwards 2a31d8815d SetLastError to ERROR_CALL_NOT_IMPLEMENTED
Wine does it, its already a stub, it can only help...


svn path=/trunk/; revision=35142
2008-08-06 11:04:54 +00:00
Christoph von Wittich 90abd2fa2c null termninate strings in GetCharWidthsA, GetCharWidth32A, GetCharABCWidthsFloatA, GetCharABCWidthsA, GetCharABCWidthsFloatA
better error checking

svn path=/trunk/; revision=35141
2008-08-06 11:00:39 +00:00
Aleksey Bragin a0ea339453 - Add more intrinsic defines.
- SVN maintenance.

svn path=/trunk/; revision=35140
2008-08-06 10:52:33 +00:00
Steven Edwards 74c43744f4 Match Wine behavior for AllowSetForegroundWindow
Only show the debug message once


svn path=/trunk/; revision=35139
2008-08-06 10:34:36 +00:00
James Tabor 762c1e58de Win32k Timers:
- This is relative to bugs 3634 and 2393. Please leave additional information in bug report 2393.
- Timer code should not be associated with message queues, since theses types of queues are subject to being destroyed. This creates a problem of loosing timers.
- This is a first part of a rewrite of the timers. Moving the timers from the message queue to a linked list very similar to our DCE code. This will simplify timer handling too.

svn path=/trunk/; revision=35138
2008-08-06 02:05:17 +00:00
Stefan Ginsberg 79590b9458 - Remove memcmp NTOS export added in rev 34611 as real NT does not export it.
svn path=/trunk/; revision=35134
2008-08-05 21:08:43 +00:00
Aleksey Bragin 81538de14a - Revert 35131 till a more complete fix is available.
svn path=/trunk/; revision=35132
2008-08-05 19:07:27 +00:00
Aleksey Bragin b86b32b0c4 - Get rid of sprintf usage in default_dbg_vprintf.
- This make tracing macro usage safe in crt sprintf implementation and simplify overall codepath (no need for intermediate buffer).
- Solution inspired by hackbunny's suggestion, fixes bug 3632.
See issue #3632 for more details.

svn path=/trunk/; revision=35131
2008-08-05 18:00:46 +00:00
Matthias Kupfer 305fa7aff9 Short version of average16 added.
svn path=/trunk/; revision=35130
2008-08-05 16:40:24 +00:00
Colin Finck c20321a3f6 Fix Wine-ish code, which doesn't work in ReactOS and only works in Wine by accident
svn path=/trunk/; revision=35128
2008-08-05 16:30:03 +00:00
Dmitry Chapyshev e55530aef8 - Add cred.c from Wine
svn path=/trunk/; revision=35127
2008-08-05 14:45:40 +00:00
Dmitry Chapyshev 84282c468d - Update icons
svn path=/trunk/; revision=35126
2008-08-05 13:37:56 +00:00
Dmitry Chapyshev 286c019465 - Small fix cursors
svn path=/trunk/; revision=35125
2008-08-05 12:55:33 +00:00
Dmitry Chapyshev 6186f98f14 - Sync gdiplus with Wine head
svn path=/trunk/; revision=35124
2008-08-05 12:23:58 +00:00
Daniel Reimer 77c4cbb2a6 Bug 3618: Norwegian Update by Lars Martin Hambro
svn path=/trunk/; revision=35123
2008-08-05 12:13:31 +00:00
Dmitry Chapyshev 2d8274bd7b - Add Russian translation
svn path=/trunk/; revision=35122
2008-08-05 12:09:39 +00:00
Matthias Kupfer 57d822d84b Radek Liska < radekliska AT gmail DOT com>
- Czech translation of inf files added.
- See issue #3600 for more details.

svn path=/trunk/; revision=35121
2008-08-05 11:36:23 +00:00
Daniel Reimer 0449b6bfed Bug 3555: Syssetup: Adjust size of controls for italian translation by Carlo Bramini
Bug 3588: spanish files by Javier Remacha
Bug 3600: Czech translation update by Radek liska. Inf File Update will come later.
Bug 3630: usetup and shell32 pl translation update by Maciej Bialas


svn path=/trunk/; revision=35120
2008-08-05 11:24:47 +00:00
Matthias Kupfer e6daa6f38a Vytis Girdzijauskas <cman AT cman DOT us>
- Lithuanian translation of inf files added.
- See issue #3556 for more details.

svn path=/trunk/; revision=35119
2008-08-05 10:17:58 +00:00
Christoph von Wittich f69bc6aa5f return TRUE in Encrypt and DecryptFile as wine does even if the functions are unimplemented
svn path=/trunk/; revision=35118
2008-08-05 07:36:10 +00:00
James Tabor 1dbbf02a7e - Patch by Yuriy Sidorov <jura at cp-lab.com> , NtUserToUnicodeEx should return zero if key in lpKeyState array is not pressed.
svn path=/trunk/; revision=35117
2008-08-05 04:05:28 +00:00
Johannes Anderwald 0fd48bec89 - implement "create link" verb for control panel items
svn path=/trunk/; revision=35115
2008-08-04 21:51:32 +00:00
Matthias Kupfer 7da2062490 - Fill combo box with languages and keyboard layouts.
- Store data in structure for preselection of values.
- TODO: preselect keyboard layout after language selection / default language

svn path=/trunk/; revision=35113
2008-08-04 20:40:34 +00:00
Matthias Kupfer 1138fdcb70 Vytis Girdžijauskas <cman AT cman DOT us>
- Correctly call control panel applets from explorer.
- See issue #3629 for more details.

svn path=/trunk/; revision=35112
2008-08-04 18:56:22 +00:00
Ged Murphy 40d661edfb - handle servname being NULL
- patch by Yuri Sidorov <jura at cp-lab dot com>
See issue #3627 for more details.

svn path=/trunk/; revision=35111
2008-08-04 17:26:03 +00:00
Jeffrey Morlan f143cab0bb - Add a function in kernel32 for translating STD_*_HANDLE constants to actual handles, for those APIs which accept either. Replace code in 8 APIs that already did this translation.
- Call it in WriteFile, ReadFile, and FlushFileBuffers, which previously did not.

svn path=/trunk/; revision=35109
2008-08-04 17:08:52 +00:00
Stefan Ginsberg 99961c6297 - Fix a typo
svn path=/trunk/; revision=35108
2008-08-04 17:01:35 +00:00
Aleksey Bragin befc1d3a5a - Call ChkDsk function with NT pathname, not DOS pathname.
svn path=/trunk/; revision=35105
2008-08-04 16:08:03 +00:00
Aleksey Bragin 799a04653b - Get rid of crt dependencies.
- Fix all printfs to VfatPrint function (which calls appropriate callback).

svn path=/trunk/; revision=35104
2008-08-04 16:04:56 +00:00
Stefan Ginsberg 9a37df12d7 - Export KeI386MachineType and KeInitializeThreadedDpc
- Stubplement and export IoEnumerateRegisteredFiltersList, IoGetPagingIoPriority, KdRefreshDebuggerNotPresent, KeAcquireInStackQueuedSpinLockForDpc, KeReleaseInStackQueuedSpinLockForDpc,  KeAcquireSpinLockForDpc, KeReleaseSpinLockForDpc, KeRegisterNmiCallback, KeDeregisterNmiCallback, KeInitializeCrashDumpHeader, KeTestSpinLock and MmAllocatePagesForMdlEx
- Add IO_PAGING_PRIORITY enumeration and PNMI_CALLBACK prototype to headers

svn path=/trunk/; revision=35103
2008-08-04 15:48:46 +00:00
Johannes Anderwald 3841e59604 - implement executing control panel item by its CLSID
- should make applets like folder options, antivir(not a true applet) start

svn path=/trunk/; revision=35100
2008-08-04 14:54:53 +00:00
Dmitry Chapyshev 7d50619c45 - Update Russian translation
svn path=/trunk/; revision=35099
2008-08-04 14:20:16 +00:00
Jeffrey Morlan 489d4d8089 - cmd_label: If a label is given on the command line, don't truncate it to only 12 characters; NTFS supports up to 32. Also, use _tcsncat, since _tcsncpy won't always nul-terminate.
- Don't show the old volume information if a label was given on the command line. (Bug 3621)
- If setting the label was unsuccessful, give an error message.

svn path=/trunk/; revision=35098
2008-08-04 14:16:01 +00:00
Johannes Anderwald 65c33891f6 - remove debugging msgbox
- fix default menu item state

svn path=/trunk/; revision=35097
2008-08-04 13:47:11 +00:00
Johannes Anderwald 578b10c107 - create a resource string for "create link"
- implement a custom context menu for the control panel items
- action "create link is not yet implemented

svn path=/trunk/; revision=35096
2008-08-04 13:43:10 +00:00
Dmitry Chapyshev c2aea64e7d - Update & fix Russian translation
svn path=/trunk/; revision=35095
2008-08-04 12:41:25 +00:00
Dmitry Chapyshev 4f2f126a85 - Update Russian translation
svn path=/trunk/; revision=35094
2008-08-04 10:32:03 +00:00
Aleksey Bragin 9303485cbe - Implement read/write support via Native API.
- Reorganize headers so that only vfatlib.h is included instead of hundred various different headers.

svn path=/trunk/; revision=35093
2008-08-04 10:00:32 +00:00
Stefan Ginsberg 989d740b15 - Export KiBugCheckData
svn path=/trunk/; revision=35092
2008-08-04 08:21:11 +00:00
Pierre Schweitzer c17bb07ec3 - Changed ghost command (using NickServ)
- Ghost before registering

svn path=/trunk/; revision=35091
2008-08-03 21:34:12 +00:00
Pierre Schweitzer 555a6a340f Allow spaces in commands
svn path=/trunk/; revision=35090
2008-08-03 20:49:33 +00:00
Stefan Ginsberg 3473e20496 - ...fix ros.diff
svn path=/trunk/; revision=35089
2008-08-03 20:08:54 +00:00
Pierre Schweitzer 33bbf518a5 Fixed ident
svn path=/trunk/; revision=35088
2008-08-03 20:06:40 +00:00
Stefan Ginsberg 35d4b52b92 - Update ros.diff
svn path=/trunk/; revision=35087
2008-08-03 20:05:47 +00:00
Pierre Schweitzer 089e7fccd2 Implemented ghost feature to TechBot
svn path=/trunk/; revision=35086
2008-08-03 20:04:26 +00:00
Colin Finck d425d03d5b - Set better/updated default values
- Remove the non-existent "TechBot.Commands.RBuild" project, it breaks the auomatic conversion of the solution to MSVS 2008

svn path=/trunk/; revision=35085
2008-08-03 19:30:09 +00:00