Commit graph

27351 commits

Author SHA1 Message Date
Ged Murphy e1d7fedbee silence stray debug message
svn path=/trunk/; revision=29637
2007-10-17 10:33:12 +00:00
Aleksey Bragin db0466d5e3 - LdrpAttachToProcess() should be called only once per process, so added the check. This fixes a crash when trying to start any app using MFC42.DLL, including 1C.
See issue #2730 for more details.

svn path=/trunk/; revision=29636
2007-10-17 10:01:03 +00:00
Mike Nordell 6d8670a692 proper PSEH return usage (thanks janderwald)
svn path=/trunk/; revision=29635
2007-10-17 09:19:09 +00:00
Hervé Poussineau fe36bfa80f Add missing WINAPI keyword
svn path=/trunk/; revision=29634
2007-10-17 09:10:02 +00:00
Mike Nordell 0a36bb76e5 Fix PAGE_ROUND_DOWN, PAGE_ROUND_UP, and a user of them (correctness and speedup)
svn path=/trunk/; revision=29633
2007-10-17 08:31:02 +00:00
Mike Nordell 059e6ff652 Probe arguments if coming from usermode. Use previous mode when referencing process handle. Actually specify PsProcessType for process handle. Some minor cleanup (less compiled code and some speedup).
svn path=/trunk/; revision=29632
2007-10-17 08:16:20 +00:00
Colin Finck e4f748378c Merge the cards of "cardsbav" to our cards.dll and specify, which cards shall be compiled into the cards.dll, with preprocessor definitions in cards.rbuild.
This change obsoletes the old cardsbav.dll, so I removed it.

svn path=/trunk/; revision=29630
2007-10-16 18:33:03 +00:00
Aleksey Bragin 5cb248c027 Dmitry Gorbachev <hs26332@mail.cnt.ru>
- NtSetInformationFile() could be done before asynchronously called NtWriteFile is completed. Fix this by sending the synchronous flag.
- Check return status of the second NtSetInformationFile() call.
See issue #2071 for more details.

svn path=/trunk/; revision=29629
2007-10-16 14:59:09 +00:00
Hervé Poussineau 337bfc3217 Display a simple bootlogo, instead of a black screen if /SOS option is not provided
svn path=/trunk/; revision=29628
2007-10-16 10:40:17 +00:00
Mike Nordell 5ddb3f1519 const-correctness cleanup. 'CONST UNICODE_STRING*' -> PCUNICODE_STRING
svn path=/trunk/; revision=29626
2007-10-16 08:52:09 +00:00
Mike Nordell 68b61fb415 Unbreak build. The code is used from user-mode too, so CONST can not be used. Use plain 'const' instead.
svn path=/trunk/; revision=29623
2007-10-16 06:55:06 +00:00
Thomas Bluemel a31bff4baf Check if reading theme settings from the registry was successful
svn path=/trunk/; revision=29622
2007-10-16 05:56:44 +00:00
Mike Nordell 51c353fab2 Attempt to make Cm API at least a little const-correct.
svn path=/trunk/; revision=29621
2007-10-16 05:39:47 +00:00
Daniel Reimer cd4cf62e99 Fix the size of the new Dialog and make it non-resizeable.
Add the Icon to the "Download..." Dialog.
Fix some typos.
Fixed some formatting stuff.
Added a manifest File.

svn path=/trunk/; revision=29620
2007-10-16 05:37:22 +00:00
Mike Nordell 4475d4786b Debugging helper functions added, to verify hive list integrity. Grab hive lock for insertion in EnlistKeyBodyWithKCB. Some comments added.
svn path=/trunk/; revision=29619
2007-10-16 05:08:45 +00:00
Mike Nordell 48b968be9f Fixes the registry loop bug. No more bugchecks after exactly ten minutes. Do not try to insert an entry into a list it's already inserted into.
svn path=/trunk/; revision=29618
2007-10-16 04:59:20 +00:00
Timo Kreuzer ff0adc4b29 If cmd was started from a shortcut, use the shortcut's name as window title, else use executable name, like on windows. Doesn't work on ros atm, due to bug 2743, but works on win XP. So if'ed out atm.
svn path=/trunk/; revision=29617
2007-10-15 22:23:42 +00:00
Daniel Reimer f925fb5926 Fix a typo in en-US.rc and translate the new stuff in de-DE.rc. (If I interfere a running update process once more, I am sorry :-P)
svn path=/trunk/; revision=29616
2007-10-15 20:59:59 +00:00
Aleksey Bragin ef1f939e4f Dmitry Chapyshev <lentind@yandex.ru>
- Get rid of hardcoded path to downloader.xml, it properly gets the path now. Also changed the logic slightly: now the file is firstly being searched in the local folder, and only then in system32.
- Do a Settings dialog (choose a directory where to download files to, if a user wants to remove installation files after the app has been installed), all options are stored / loaded from the registry. Only the "Update server" option does not work now.
- A few GUI/designs fixes and improvements, now it looks better.
- Add a button for Settings in the main waindow.
- Fixed code formatting in a few places.
- Change bitmap to icons on the Update and Help buttons, imho it's the proper way.
- Add 3 new categories to the list.
- Other misc fixes.
- All translated resources are updated, so no translations are lost!

svn path=/trunk/; revision=29614
2007-10-15 20:45:06 +00:00
Aleksey Bragin bda7147058 Dmitry Chapyshev <lentind@yandex.ru>
- Add russian translation for evenvwr.
- Slightly improve eventvwr.ico (as I did with other icons).

svn path=/trunk/; revision=29613
2007-10-15 20:36:20 +00:00
Daniel Reimer 9569e4a0b9 Bug 2753, 2754 Ukrainian translation update (rstzab@yandex.ru)
Bug 2728 Bulgarian language update for ReactOS. Fix for the Patch (sstpr@narod.ru)

svn path=/trunk/; revision=29608
2007-10-15 19:33:14 +00:00
Daniel Reimer 36de5d952c Bug 2747: French translations by Pierre Schweitzer (heis_spiter@hotmail.com)
Bug 2722: Desk.cpl : Italian translation (carlo.bramix@libero.it)

svn path=/trunk/; revision=29604
2007-10-15 14:14:25 +00:00
Daniel Reimer a509024188 Bug 2747: French translations by Pierre Schweitzer (heis_spiter@hotmail.com)
svn path=/trunk/; revision=29603
2007-10-15 14:12:48 +00:00
Hervé Poussineau 813884ad94 Update msvc backend, so Colin Finck will maybe stop complaining...
svn path=/trunk/; revision=29602
2007-10-15 13:43:51 +00:00
Art Yerkes 3d34c28eb4 Fix quirks for building PPC on windows.
svn path=/trunk/; revision=29591
2007-10-15 03:56:58 +00:00
Art Yerkes 001703300c Slight Adjustment. __DECLSPEC_SUPPORTED is an output.
svn path=/trunk/; revision=29590
2007-10-15 03:34:15 +00:00
Art Yerkes 8f3885a661 Make a more complete entry in the normal path so we can enter GDB at will.
svn path=/trunk/; revision=29589
2007-10-15 00:53:17 +00:00
Art Yerkes 4039f862ec Add simple GDB stub.
Fix reported kernel address returned to reactos.c
Make MachVtbl fully formed for all subarch
Add simple gdb stub at this layer, wired to exception handlers
Simplify and unkludge trap handlers
Adapt trap frame to gdb style
Add proper swapping to image.c
Adapt other code for the more general trap handler now available in ppcmmu.

svn path=/trunk/; revision=29588
2007-10-14 23:09:12 +00:00
Magnus Olsen 3016e207ca do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29587
2007-10-14 22:41:36 +00:00
Magnus Olsen a00f53b037 do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29586
2007-10-14 22:16:43 +00:00
Magnus Olsen 806a16b4df do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29585
2007-10-14 22:14:19 +00:00
Magnus Olsen 4366aedfe4 do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29584
2007-10-14 22:12:11 +00:00
Magnus Olsen 2b4f464c28 do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29583
2007-10-14 22:09:18 +00:00
Magnus Olsen ecd8e80799 do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29582
2007-10-14 22:05:19 +00:00
Magnus Olsen e8bb7f5d18 do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the original dllmain will not be run

svn path=/trunk/; revision=29581
2007-10-14 22:00:17 +00:00
Magnus Olsen 13d5604971 entrypoint="0" do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the orginal dllmain will not be run

svn path=/trunk/; revision=29580
2007-10-14 21:58:49 +00:00
Magnus Olsen f59bc76b8b do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0" 
other wise the orginal dllmain will not be run

svn path=/trunk/; revision=29579
2007-10-14 21:57:40 +00:00
Colin Finck 91120d6ffa Silence a warning
svn path=/trunk/; revision=29574
2007-10-14 20:01:40 +00:00
Colin Finck 32bb43598d Compute the card offset for the row stack based on the height of the card.
Otherwise the numbers of larger cards (like in cardsbav) are not visible.

svn path=/trunk/; revision=29573
2007-10-14 19:49:12 +00:00
Colin Finck 5c9cfdf1ff - Use #define's for setting the borders between elements.
- Don't use some values, which are based on hardcoded card metrics. Compute them using the #define's for the borders and the card metrics instead.
  This way we can use the Bavarian cards.dll (cardsbav) now and theoretically cards in any size :-)
- Set the minimum window height and width by computing the size of all used elements using the new #define's and the card metrics.
- Some indentation changes

svn path=/trunk/; revision=29570
2007-10-14 18:21:27 +00:00
Colin Finck df8ab9c41b Add a Czech (QWERTY) keyboard layout by Kamil Hornicek (tykef at atlas dot cz)
I renamed the "kbdcz" files from the patch to "kbdcz1" to match the name of this DLL under Windows
See issue #2720 for more details.

svn path=/trunk/; revision=29564
2007-10-14 14:14:16 +00:00
Aleksey Bragin e455603420 - Commit changes made to doxygen config by Marc Piulachs.
See issue #2709 for more details.

svn path=/trunk/; revision=29561
2007-10-14 12:52:44 +00:00
Aleksey Bragin 6ea648632e - Fixed a typo in the line which lead to actual zeroing of mxcsr, instead of zeroing only reserved bits (spotted by Kamil Hornicek aka "Pigglesworth").
- Improved the fix by actually applying the mask prepared earlier during kernel init (this is a more proper way to clear reserved bits of mxcsr).
- SSE/SSE2/etc is not broken anymore.
See issue #2748 for more details.

svn path=/trunk/; revision=29558
2007-10-14 12:20:48 +00:00
Johannes Anderwald 5590854701 - halfplement CDefFolderMenu_Create2
svn path=/trunk/; revision=29554
2007-10-13 21:47:09 +00:00
Johannes Anderwald 6066286913 - add prototype for SHCreateDefaultContextMenu and CDefFolderMenu_Create2
These functions are responsible for creating the right context menu for the requested shell item. 

svn path=/trunk/; revision=29552
2007-10-13 20:40:00 +00:00
Aleksey Bragin 72595c9315 - Move Teb's StaticUnicodeString initialisation from ntdll to MmCreateTeb (it's better to initialize it early, and all at once, instead of something here now and something there later).
svn path=/trunk/; revision=29551
2007-10-13 13:39:42 +00:00
Daniel Reimer eb279e4344 German Translation for Event Viewer.
Updated SVN:Ignore for WordPad.

svn path=/trunk/; revision=29550
2007-10-13 12:18:58 +00:00
Colin Finck c56d07a5bb - Hardcode the Window class name, there is no need for it to be translated
- Remove all this VS stuff from the english resource file
- Move the icons to "rsrc.rc" as they will be shared between all translations
- Fix a typo

svn path=/trunk/; revision=29548
2007-10-13 10:27:27 +00:00
Colin Finck 3b9ccf3f7d Add an Event Log Viewer coded by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
The icons were taken from the comctl32.dll.
I did not add it to the "reactos.dff" as ReactOS doesn't support Event Logs yet.
See issue #2602 for more details.

svn path=/trunk/; revision=29547
2007-10-13 10:15:37 +00:00
James Tabor bdd694ff41 Dc_Attr with DCE:
- Fixed problem with dcattr read and write access in user mode.
- Dcattr data only flows from Kernel to User ATM.
- Cleaned up code.
- Enable GetDCObject for testing.
- Tested with Qemu both Linux and XP, and real hardware. 

svn path=/trunk/; revision=29546
2007-10-13 04:15:37 +00:00