reactos.git
16 years agoAdd simple GDB stub.
Art Yerkes [Sun, 14 Oct 2007 23:09:12 +0000 (23:09 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:41:36 +0000 (22:41 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:16:43 +0000 (22:16 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:14:19 +0000 (22:14 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:12:11 +0000 (22:12 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:09:18 +0000 (22:09 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:05:19 +0000 (22:05 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 22:00:17 +0000 (22:00 +0000)]
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

16 years agoentrypoint="0" do not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 21:58:49 +0000 (21:58 +0000)]
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

16 years agodo not use entrypoint="0" when dll have dllmain
Magnus Olsen [Sun, 14 Oct 2007 21:57:40 +0000 (21:57 +0000)]
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

16 years agoSilence a warning
Colin Finck [Sun, 14 Oct 2007 20:01:40 +0000 (20:01 +0000)]
Silence a warning

svn path=/trunk/; revision=29574

16 years agoCompute the card offset for the row stack based on the height of the card.
Colin Finck [Sun, 14 Oct 2007 19:49:12 +0000 (19:49 +0000)]
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

16 years ago- Use #define's for setting the borders between elements.
Colin Finck [Sun, 14 Oct 2007 18:21:27 +0000 (18:21 +0000)]
- 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

16 years agoAdd a Czech (QWERTY) keyboard layout by Kamil Hornicek (tykef at atlas dot cz)
Colin Finck [Sun, 14 Oct 2007 14:14:16 +0000 (14:14 +0000)]
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

16 years ago- Commit changes made to doxygen config by Marc Piulachs.
Aleksey Bragin [Sun, 14 Oct 2007 12:52:44 +0000 (12:52 +0000)]
- Commit changes made to doxygen config by Marc Piulachs.
See issue #2709 for more details.

svn path=/trunk/; revision=29561

16 years ago- Fixed a typo in the line which lead to actual zeroing of mxcsr, instead of zeroing...
Aleksey Bragin [Sun, 14 Oct 2007 12:20:48 +0000 (12:20 +0000)]
- 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

16 years ago- halfplement CDefFolderMenu_Create2
Johannes Anderwald [Sat, 13 Oct 2007 21:47:09 +0000 (21:47 +0000)]
- halfplement CDefFolderMenu_Create2

svn path=/trunk/; revision=29554

16 years ago- add prototype for SHCreateDefaultContextMenu and CDefFolderMenu_Create2
Johannes Anderwald [Sat, 13 Oct 2007 20:40:00 +0000 (20:40 +0000)]
- 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

16 years ago- Move Teb's StaticUnicodeString initialisation from ntdll to MmCreateTeb (it's bette...
Aleksey Bragin [Sat, 13 Oct 2007 13:39:42 +0000 (13:39 +0000)]
- 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

16 years agoGerman Translation for Event Viewer.
Daniel Reimer [Sat, 13 Oct 2007 12:18:58 +0000 (12:18 +0000)]
German Translation for Event Viewer.
Updated SVN:Ignore for WordPad.

svn path=/trunk/; revision=29550

16 years ago- Hardcode the Window class name, there is no need for it to be translated
Colin Finck [Sat, 13 Oct 2007 10:27:27 +0000 (10:27 +0000)]
- 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

16 years agoAdd an Event Log Viewer coded by Marc Piulachs (marc DOT piulachs AT codexchange...
Colin Finck [Sat, 13 Oct 2007 10:15:37 +0000 (10:15 +0000)]
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

16 years agoDc_Attr with DCE:
James Tabor [Sat, 13 Oct 2007 04:15:37 +0000 (04:15 +0000)]
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

16 years agoJust some more notes about what (likely) is required to make it possible for users...
Mike Nordell [Sat, 13 Oct 2007 03:34:56 +0000 (03:34 +0000)]
Just some more notes about what (likely) is required to make it possible for users to cleanly shut down ROS.

svn path=/trunk/; revision=29545

16 years agoAdd German Translation and Fix English SUBLANG to our Defaults.
Daniel Reimer [Fri, 12 Oct 2007 17:49:52 +0000 (17:49 +0000)]
Add German Translation and Fix English SUBLANG to our Defaults.

svn path=/trunk/; revision=29544

16 years agoLdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE returns SUCCESS and a valid BaseA...
Christoph von Wittich [Fri, 12 Oct 2007 17:15:23 +0000 (17:15 +0000)]
LdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE returns SUCCESS and a valid BaseAddress but no Module

svn path=/trunk/; revision=29543

16 years ago- dont allow creating a link to a shortcut
Johannes Anderwald [Fri, 12 Oct 2007 16:07:41 +0000 (16:07 +0000)]
- dont allow creating a link to a shortcut
See issue #2735 for more details.

svn path=/trunk/; revision=29542

16 years ago- Don't free a NULL pointer.
Aleksey Bragin [Fri, 12 Oct 2007 15:42:08 +0000 (15:42 +0000)]
- Don't free a NULL pointer.

svn path=/trunk/; revision=29541

16 years ago- fix PickIconDlg prototype
Johannes Anderwald [Fri, 12 Oct 2007 15:17:55 +0000 (15:17 +0000)]
- fix PickIconDlg prototype

svn path=/trunk/; revision=29540

16 years ago- add PickIconDlg declaration
Johannes Anderwald [Fri, 12 Oct 2007 15:17:51 +0000 (15:17 +0000)]
- add PickIconDlg declaration

svn path=/trunk/; revision=29539

16 years ago- fix build
Johannes Anderwald [Fri, 12 Oct 2007 14:49:21 +0000 (14:49 +0000)]
- fix build
- set control ids

svn path=/trunk/; revision=29538

16 years ago- explictely use PROPSHEETHEADERW
Johannes Anderwald [Fri, 12 Oct 2007 14:25:58 +0000 (14:25 +0000)]
- explictely use PROPSHEETHEADERW
- implement _ILIsBitBucket function
- implement a IContextMenu for recycle bin interface but is currently unused see notes shv_item_cmenu.c
- implement recycle property dialog resources in vista style

svn path=/trunk/; revision=29537

16 years ago- Fix build.
Peter Ward [Fri, 12 Oct 2007 12:19:37 +0000 (12:19 +0000)]
- Fix build.

svn path=/trunk/; revision=29536

16 years ago- fix warning
Johannes Anderwald [Fri, 12 Oct 2007 12:11:00 +0000 (12:11 +0000)]
- fix warning

svn path=/trunk/; revision=29535

16 years agoPatch by Marc Piulachs (Issue 2737)
Peter Ward [Fri, 12 Oct 2007 12:06:05 +0000 (12:06 +0000)]
Patch by Marc Piulachs (Issue 2737)
- Imported write.exe plus small fix to compile it as unicode.
(Added to rosapps instead of base/applications though)

svn path=/trunk/; revision=29534

16 years agoBeginnings of enabling THREAD_SET_THREAD_TOKEN, to allow ROS to actually be shut...
Mike Nordell [Fri, 12 Oct 2007 12:04:50 +0000 (12:04 +0000)]
Beginnings of enabling THREAD_SET_THREAD_TOKEN, to allow ROS to actually be shut down. Mostly skeleton and junk, but the basic infrastructure is at least in place.

svn path=/trunk/; revision=29533

16 years agoDmitry Chapyshev <lentind@yandex.ru>
Aleksey Bragin [Fri, 12 Oct 2007 10:12:52 +0000 (10:12 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>
- Make the "Information" tab work.
- Improve overall applet's behavior (more correct and more "smart").
- Fixed a bug when switching between tabs.
- Small improvements in the UI, other small fixes.
- If no apps or no updates are installed, then the controls in the respective tabs will be grayed out, and a respective information message will be shown instead of the empty list.

svn path=/trunk/; revision=29532

16 years agoJohannes Anderwald
Aleksey Bragin [Fri, 12 Oct 2007 09:58:00 +0000 (09:58 +0000)]
Johannes Anderwald
- Fix the msvcrt exception (because vlc first calls _getmainargs. This function sets the  __argc to 1. Afterwards vlc calls again __wgetmainargs where __argc is now one. When entering the function _wadd, it doesnot allocate the __wargv because __argc is 1. Therefore it crashes).
See issue #821 for more details.

svn path=/trunk/; revision=29531

16 years agoAdded some descriptive comments for otherwise hard-to-understand bitwise operations
Mike Nordell [Fri, 12 Oct 2007 09:52:23 +0000 (09:52 +0000)]
Added some descriptive comments for otherwise hard-to-understand bitwise operations

svn path=/trunk/; revision=29530

16 years agoNTSHChangeNotifyRegister completed and to spec
Mike Nordell [Fri, 12 Oct 2007 08:15:37 +0000 (08:15 +0000)]
NTSHChangeNotifyRegister completed and to spec

svn path=/trunk/; revision=29529

16 years agoSorry for this! Shell32 should be a Sync->Port not 100% sync. We needed this for...
James Tabor [Fri, 12 Oct 2007 01:08:06 +0000 (01:08 +0000)]
Sorry for this! Shell32 should be a Sync->Port not 100% sync. We needed this for a long time too! Good job janderwald!

svn path=/trunk/; revision=29528

16 years agoAdd notes for NtGdiResetDC and NtGdiOpenDCW.
James Tabor [Fri, 12 Oct 2007 00:47:31 +0000 (00:47 +0000)]
Add notes for NtGdiResetDC and NtGdiOpenDCW.

svn path=/trunk/; revision=29527

16 years ago- start implementing recyclebin (based on Wine's recycle bin implemenation)
Johannes Anderwald [Thu, 11 Oct 2007 23:45:36 +0000 (23:45 +0000)]
- start implementing recyclebin (based on Wine's recycle bin implemenation)

svn path=/trunk/; revision=29526

16 years agoSend the right number of bytes when setting an env var
Ged Murphy [Thu, 11 Oct 2007 23:36:31 +0000 (23:36 +0000)]
Send the right number of bytes when setting an env var
spotted by Christian Fasshauer <chrfas at googlemail dot com>

svn path=/trunk/; revision=29525

16 years agoTranslated the few new lines in this RC.
Daniel Reimer [Thu, 11 Oct 2007 22:45:18 +0000 (22:45 +0000)]
Translated the few new lines in this RC.

svn path=/trunk/; revision=29524

16 years ago(Very)Small code cleanup for my Cards.dll
Daniel Reimer [Thu, 11 Oct 2007 22:39:37 +0000 (22:39 +0000)]
(Very)Small code cleanup for my Cards.dll

svn path=/trunk/; revision=29523

16 years agoPrevent SEGV
Mike Nordell [Thu, 11 Oct 2007 22:20:22 +0000 (22:20 +0000)]
Prevent SEGV

svn path=/trunk/; revision=29522

16 years agoAdded German Translation of one missed Dialog.
Daniel Reimer [Thu, 11 Oct 2007 22:17:08 +0000 (22:17 +0000)]
Added German Translation of one missed Dialog.
Fixed tons of coordinates and sizes to fit all Text of the German and English Translation into the Buttons, Checkboxes and Text Fields.
Moved some stuff to better fit into the Dialog.
I mainly kept Johannes's nice small format for the Shortcut etc Dialogs, because it looks nice. This only helps to fit in the Text.

svn path=/trunk/; revision=29521

16 years agoMake cabman build warning-free
Mike Nordell [Thu, 11 Oct 2007 21:01:39 +0000 (21:01 +0000)]
Make cabman build warning-free

svn path=/trunk/; revision=29519

16 years agoDisplay a context menu for the selected monitor
Thomas Bluemel [Thu, 11 Oct 2007 20:23:26 +0000 (20:23 +0000)]
Display a context menu for the selected monitor

svn path=/trunk/; revision=29517

16 years agoUpdated Ukrainian translation by Artem Reznikov (temarez AT yandex DOT ru)
Colin Finck [Thu, 11 Oct 2007 20:02:58 +0000 (20:02 +0000)]
Updated Ukrainian translation by Artem Reznikov (temarez AT yandex DOT ru)
See issue #2731 for more details.

svn path=/trunk/; revision=29516

16 years ago- update shell32_ros.diff
Johannes Anderwald [Thu, 11 Oct 2007 19:43:22 +0000 (19:43 +0000)]
- update shell32_ros.diff

svn path=/trunk/; revision=29514

16 years ago- update doc
Johannes Anderwald [Thu, 11 Oct 2007 19:33:05 +0000 (19:33 +0000)]
- update doc

svn path=/trunk/; revision=29511

16 years ago- forgot one file
Johannes Anderwald [Thu, 11 Oct 2007 19:26:16 +0000 (19:26 +0000)]
- forgot one file

svn path=/trunk/; revision=29510

16 years ago- add checkAlarms function
Johannes Anderwald [Thu, 11 Oct 2007 18:41:39 +0000 (18:41 +0000)]
- add checkAlarms function
- this function will be used to determine wether expiration alarms are active. If qemu dies or terminates unexpectly, this function will check if it was before an timeout. In that case alarms will be active. Note: if qemu is killed purposely, OsSupport::cancelAlarms must be called to prevent automatic termination of sysreg process

svn path=/trunk/; revision=29509

16 years ago- fix build
Johannes Anderwald [Thu, 11 Oct 2007 18:25:00 +0000 (18:25 +0000)]
- fix build

svn path=/trunk/; revision=29508

16 years ago- sync rest of shell32 excluding resources to wine
Johannes Anderwald [Thu, 11 Oct 2007 18:07:01 +0000 (18:07 +0000)]
- sync rest of shell32 excluding resources to wine

svn path=/trunk/; revision=29507

16 years agoJonathan Ernst <jonathan@ernstfamily.ch>
Johannes Anderwald [Thu, 11 Oct 2007 17:07:58 +0000 (17:07 +0000)]
Jonathan Ernst <jonathan@ernstfamily.ch>
- Update the address of the Free Software Foundation.
Stefan Leichter <Stefan.Leichter@camline.com>
- Fix the file version string of the version resource.

svn path=/trunk/; revision=29506

16 years agoChange "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the...
Colin Finck [Thu, 11 Oct 2007 16:06:11 +0000 (16:06 +0000)]
Change "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the older syntax is no longer valid)
See issue #2706 for more details.

svn path=/trunk/; revision=29505

16 years agoWe need a rule that updating a RC File forces the dev to do it on ALL Files, not...
Daniel Reimer [Thu, 11 Oct 2007 16:01:18 +0000 (16:01 +0000)]
We need a rule that updating a RC File forces the dev to do it on ALL Files, not only the English one. German one missed two Dialogs again.
Updated the German RC File of shell32.dll and fixed a typo in the English one. (Nice Work with your new Dialogs For Shortcuts and co, Johannes :-))

svn path=/trunk/; revision=29504

16 years ago- Insert back the "ugly hack for cut&paste files" (removed by 29499 commit).
Aleksey Bragin [Thu, 11 Oct 2007 14:47:10 +0000 (14:47 +0000)]
- Insert back the "ugly hack for cut&paste files" (removed by 29499 commit).

svn path=/trunk/; revision=29503

16 years agouse ChangeListViewText to fill out the service info
Ged Murphy [Thu, 11 Oct 2007 12:21:06 +0000 (12:21 +0000)]
use ChangeListViewText to fill out the service info

svn path=/trunk/; revision=29502

16 years agoonly run the change code when we have the changed struct to work with.
Ged Murphy [Thu, 11 Oct 2007 12:00:19 +0000 (12:00 +0000)]
only run the change code when we have the changed struct to work with.

svn path=/trunk/; revision=29501

16 years agoimprove the button states in relation to the service
Ged Murphy [Thu, 11 Oct 2007 11:09:39 +0000 (11:09 +0000)]
improve the button states in relation to the service

svn path=/trunk/; revision=29500

16 years agoDmitry Timoshkov <dmitry@codeweavers.com>
Johannes Anderwald [Thu, 11 Oct 2007 10:48:31 +0000 (10:48 +0000)]
Dmitry Timoshkov <dmitry@codeweavers.com>
- Switch to using 'long' for INT_PTR type for 64-bit compatibility.
Andrew Talbot <Andrew.Talbot@talbotville.com>
- Exclude unused headers.
Hans Leidekker <hans@it.vu.nl>
- Win64 printf format warning fixes.
James Hawkins <truiken@gmail.com>
- Remove redundant NULL checks before SHFree.
Jonathan Ernst <jonathan@ernstfamily.ch>
- Update the address of the Free Software Foundation.
------------------------
- readd ReactOS changes (the properties menu item was removed, readd it + code to show properties dialogs)

svn path=/trunk/; revision=29499

16 years agoRemove unneeded comment (__REACTOS__ is always defined)
Hervé Poussineau [Thu, 11 Oct 2007 10:47:25 +0000 (10:47 +0000)]
Remove unneeded comment (__REACTOS__ is always defined)

svn path=/trunk/; revision=29498

16 years agodisable redrawing of the ListView window before updating the service list
Christoph von Wittich [Thu, 11 Oct 2007 10:30:43 +0000 (10:30 +0000)]
disable redrawing of the ListView window before updating the service list

svn path=/trunk/; revision=29497

16 years agoa better fix for bug 2519
Ged Murphy [Thu, 11 Oct 2007 10:29:02 +0000 (10:29 +0000)]
a better fix for bug 2519

svn path=/trunk/; revision=29496

16 years agoAdd list of source files in generated makefile
Hervé Poussineau [Thu, 11 Oct 2007 10:18:47 +0000 (10:18 +0000)]
Add list of source files in generated makefile

svn path=/trunk/; revision=29495

16 years agoDo not change dependancy root directory if not needed
Hervé Poussineau [Thu, 11 Oct 2007 10:18:03 +0000 (10:18 +0000)]
Do not change dependancy root directory if not needed

svn path=/trunk/; revision=29494

16 years agoDisabled service has start button enabled (patch by gabrielilardi at hotmail dot...
Christoph von Wittich [Thu, 11 Oct 2007 10:15:46 +0000 (10:15 +0000)]
Disabled service has start button enabled (patch by gabrielilardi at hotmail dot it) - modified by myself (HeapFree, formatting)
See issue #2519 for more details.

svn path=/trunk/; revision=29493

16 years agoJonathan Ernst <jonathan@ernstfamily.ch>
Johannes Anderwald [Thu, 11 Oct 2007 10:13:05 +0000 (10:13 +0000)]
Jonathan Ernst <jonathan@ernstfamily.ch>
- Update the address of the Free Software Foundation.
Andrew Talbot <Andrew.Talbot@talbotville.com>
- Exclude unused headers.
Aric Stewart <aric@codeweavers.com>
- Update the debug functions to handle Unicode value pidl.
- Add _ILIsUnicode as a simple pidl test.
Michael Stefaniuc <mstefani@redhat.de>
- The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
Hans Leidekker <hans@it.vu.nl>
- Win64 printf format warning fixes.

svn path=/trunk/; revision=29492

16 years agoMikoaj Zalewski <mikolaj@zalewski.pl>
Johannes Anderwald [Thu, 11 Oct 2007 10:00:11 +0000 (10:00 +0000)]
Mikoaj Zalewski <mikolaj@zalewski.pl>
- Make the shell view control Unicode
- Change some more ANSI calls to Unicode

svn path=/trunk/; revision=29491

16 years agoremove some test code which shouldn't have been added.
Ged Murphy [Thu, 11 Oct 2007 09:15:14 +0000 (09:15 +0000)]
remove some test code which shouldn't have been added.

svn path=/trunk/; revision=29490

16 years agoadd some old code I had floating around. no real in functionality
Ged Murphy [Thu, 11 Oct 2007 09:07:38 +0000 (09:07 +0000)]
add some old code I had floating around. no real in functionality

svn path=/trunk/; revision=29489

16 years agoAndrew Talbot <Andrew.Talbot@talbotville.com>
Johannes Anderwald [Thu, 11 Oct 2007 08:51:11 +0000 (08:51 +0000)]
Andrew Talbot <Andrew.Talbot@talbotville.com>
- Exclude unused headers.
Hans Leidekker <hans@it.vu.nl>
- Add a stub implementation for SHMapIDListToImageListIndexAsync.
Jonathan Ernst <jonathan@ernstfamily.ch>
- Update the address of the Free Software Foundation.
Martin Fuchs <martin-fuchs@gmx.net>
- Fix folder icon index when read from registry.
- Change "DWORD dwNr" into "int icon_idx" at several places.
-----------------------------------------
ReactOS specific:
- PrivateExtractIconW is an undocumented user32 function. Dynamically get the function with GetProcAddress at runtime (readd)

svn path=/trunk/; revision=29488

16 years ago--------------------------------------------------
Johannes Anderwald [Wed, 10 Oct 2007 23:49:42 +0000 (23:49 +0000)]
--------------------------------------------------
shfldr_mycomp.c:
Rob Shearman <rob@codeweavers.com>
Return Unicode strings from all of the IShellFolder::GetDisplayNameOf functions in not running in Win9x mode.
Hans Leidekker <hans@it.vu.nl>
shell32: Win64 printf format warning fixes.
James Hawkins <truiken@gmail.com>
janitorial: Remove redundant NULL checks before SHFree.
Robert Shearman <rob@codeweavers.com>
shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.
--------------------------------------------------
- ReactOS specific:
- return always in unicode

svn path=/trunk/; revision=29487

16 years ago- Two small Ldr cleanup patches (ntdll and kernel32) by: Mike Nordell
Peter Ward [Wed, 10 Oct 2007 23:14:20 +0000 (23:14 +0000)]
- Two small Ldr cleanup patches (ntdll and kernel32) by: Mike Nordell

svn path=/trunk/; revision=29486

16 years ago-----------------------------------------------------
Johannes Anderwald [Wed, 10 Oct 2007 22:39:44 +0000 (22:39 +0000)]
-----------------------------------------------------
autocomplete.c:
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers Constify some variables.
-----------------------------------------------------
dde.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
dragdrophelper.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.h:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellreg.c:
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Detlef Riekenberg <wine.dev@web.de>
Implement SHRegQueryValueA with RegQueryValueA.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellstring.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
-----------------------------------------------------
shlfsbind.c
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
shell32: Win64 printf format warning fixes.
Andrew Talbot <Andrew.Talbot@talbotville.com>
shell32: Exclude unused headers.
-----------------------------------------------------
shlmenu.c:
Dmitry Timoshkov <dmitry@codeweavers.com>
Switch to using 'long' for INT_PTR type for 64-bit compatibility.
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
James Hawkins <truiken@gmail.com>
janitorial: Remove redundant NULL checks before SHFree.
Francois Gouget <fgouget@free.fr>
Fix spelling of a local variable.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shpolicy.c:
Dmitry Timoshkov <dmitry@codeweavers.com>
Make some data static and const.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.

svn path=/trunk/; revision=29485

16 years agosync to wine head
Johannes Anderwald [Wed, 10 Oct 2007 21:52:22 +0000 (21:52 +0000)]
sync to wine head
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Mikoaj Zalewski <mikolaj@zalewski.pl>
autocomplete: Don't use sel uninitialized.

svn path=/trunk/; revision=29484

16 years ago- fix RegLoadMUIStringA|W prototype
Johannes Anderwald [Wed, 10 Oct 2007 21:19:05 +0000 (21:19 +0000)]
- fix RegLoadMUIStringA|W prototype

svn path=/trunk/; revision=29483

16 years ago- fix RegLoadMUIStringA|W prototype
Johannes Anderwald [Wed, 10 Oct 2007 21:18:59 +0000 (21:18 +0000)]
- fix RegLoadMUIStringA|W prototype

svn path=/trunk/; revision=29482

16 years ago- add ntquery.h from Wine (rev 1.3)
Johannes Anderwald [Wed, 10 Oct 2007 21:03:27 +0000 (21:03 +0000)]
- add ntquery.h from Wine (rev 1.3)

svn path=/trunk/; revision=29481

16 years ago- add __MINGW_NOTHROW macro (required for shell32 sync used in dirent.h)
Johannes Anderwald [Wed, 10 Oct 2007 20:53:47 +0000 (20:53 +0000)]
- add __MINGW_NOTHROW macro (required for shell32 sync used in dirent.h)

svn path=/trunk/; revision=29480

16 years ago- Copy kernel's IDT entries to the IDT we've got from the bootloader. Fixes boot...
Aleksey Bragin [Wed, 10 Oct 2007 12:39:54 +0000 (12:39 +0000)]
- Copy kernel's IDT entries to the IDT we've got from the bootloader. Fixes boot-process initiated by ntldr-compatible loaders.

svn path=/trunk/; revision=29477

16 years agoCleanup the LinkerScript class and use it
Hervé Poussineau [Wed, 10 Oct 2007 08:44:45 +0000 (08:44 +0000)]
Cleanup the LinkerScript class and use it
Patch by Marc Piulachs, marc dot puilachs at codexchange dot net
See issue #2721 for more details.

svn path=/trunk/; revision=29476

16 years agoDo not skip executable name, it is not sent to WinMain command line argument
Hervé Poussineau [Tue, 9 Oct 2007 19:01:12 +0000 (19:01 +0000)]
Do not skip executable name, it is not sent to WinMain command line argument

svn path=/trunk/; revision=29475

16 years agoThis should fix the build
Daniel Reimer [Tue, 9 Oct 2007 18:37:48 +0000 (18:37 +0000)]
This should fix the build

svn path=/trunk/; revision=29474

16 years agoTry to remove the old wordpad and prepare fr the new one
Daniel Reimer [Tue, 9 Oct 2007 18:35:38 +0000 (18:35 +0000)]
Try to remove the old wordpad and prepare fr the new one

svn path=/trunk/; revision=29473

16 years agoBackup WordPad to RosApps
Daniel Reimer [Tue, 9 Oct 2007 18:25:19 +0000 (18:25 +0000)]
Backup WordPad to RosApps

svn path=/trunk/; revision=29472

16 years agoMike Nordell <tamlin>
Aleksey Bragin [Tue, 9 Oct 2007 17:00:11 +0000 (17:00 +0000)]
Mike Nordell <tamlin>
- Add two checks for infinite loops. The latter gets triggered in some cases, a memory overwrite is suspected, or a race condition.

svn path=/trunk/; revision=29471

16 years agoadd wine's wordpad as the default
Ged Murphy [Tue, 9 Oct 2007 09:00:56 +0000 (09:00 +0000)]
add wine's wordpad as the default

svn path=/trunk/; revision=29469

16 years agoFix indentation
Hervé Poussineau [Tue, 9 Oct 2007 09:00:04 +0000 (09:00 +0000)]
Fix indentation

svn path=/trunk/; revision=29468

16 years agoAdd a much more complete wordpad from one of Wine's SOC projects
Ged Murphy [Tue, 9 Oct 2007 09:00:02 +0000 (09:00 +0000)]
Add a much more complete wordpad from one of Wine's SOC projects

svn path=/trunk/; revision=29467

16 years agoPatch by Carlo Bramini, carlo dot bramix at libero dot it
Hervé Poussineau [Tue, 9 Oct 2007 08:53:25 +0000 (08:53 +0000)]
Patch by Carlo Bramini, carlo dot bramix at libero dot it
Fixes for non unicode build
See issue #2711 for more details.

svn path=/trunk/; revision=29466

16 years agoPut .asm files at the end of the module
Hervé Poussineau [Tue, 9 Oct 2007 07:10:05 +0000 (07:10 +0000)]
Put .asm files at the end of the module
See issue #2702 for more details.

svn path=/trunk/; revision=29465

16 years ago- use -nographic option
Johannes Anderwald [Mon, 8 Oct 2007 22:08:29 +0000 (22:08 +0000)]
- use -nographic option

svn path=/trunk/; revision=29464

16 years ago- fix linux build for build server trial #2
Johannes Anderwald [Mon, 8 Oct 2007 21:59:49 +0000 (21:59 +0000)]
- fix linux build for build server trial #2

svn path=/trunk/; revision=29463

16 years ago-include errno.h
Johannes Anderwald [Mon, 8 Oct 2007 21:38:14 +0000 (21:38 +0000)]
-include errno.h
- temporarly deactivate -vnc 0 option

svn path=/trunk/; revision=29462

16 years ago- remove stdio debugging (not efficient and unused)
Johannes Anderwald [Mon, 8 Oct 2007 21:22:57 +0000 (21:22 +0000)]
- remove stdio debugging (not efficient and unused)
- call mkfifo for randomly created named pipes (linux only)
- sysreg hangs in 2nd stage due to the -vnc 0 option

svn path=/trunk/; revision=29460