reactos.git
16 years agoAdd missing definitions of EnumDateFormats.
Eric Kohl [Mon, 10 Sep 2007 22:13:52 +0000 (22:13 +0000)]
Add missing definitions of EnumDateFormats.

svn path=/trunk/; revision=28997

16 years ago- Enumerate time formats.
Eric Kohl [Mon, 10 Sep 2007 20:46:27 +0000 (20:46 +0000)]
- Enumerate time formats.
- The user must able to change the locale id. Move it into a global structure.
- User the selected locale id instead of LOCALE_USER_DEFAULT.

svn path=/trunk/; revision=28996

16 years ago- Change the currently selected locale id instead of LOCALE_USER_DEFAULT.
Eric Kohl [Mon, 10 Sep 2007 20:40:27 +0000 (20:40 +0000)]
- Change the currently selected locale id instead of LOCALE_USER_DEFAULT.
- Let the user choose between 0 and 9 fractional digits.
- Fix a typo: SendMesssgeW --> SendMessage.

svn path=/trunk/; revision=28995

16 years ago- Separate creating partitions objects into a different function (CreatePartitionsObj...
Aleksey Bragin [Mon, 10 Sep 2007 16:25:48 +0000 (16:25 +0000)]
- Separate creating partitions objects into a different function (CreatePartitionsObject()).
- Slightly improve the logic of accessing the partitions list.

svn path=/trunk/; revision=28993

16 years agoAdd missing quotation mark and enable the german translation again.
Eric Kohl [Mon, 10 Sep 2007 13:31:48 +0000 (13:31 +0000)]
Add missing quotation mark and enable the german translation again.

svn path=/trunk/; revision=28992

16 years agoFix File::GetFullPath()
Hervé Poussineau [Mon, 10 Sep 2007 13:20:32 +0000 (13:20 +0000)]
Fix File::GetFullPath()

svn path=/trunk/; revision=28991

16 years agoContinue rbuild cleanup (File class)
Hervé Poussineau [Mon, 10 Sep 2007 13:13:16 +0000 (13:13 +0000)]
Continue rbuild cleanup (File class)

svn path=/trunk/; revision=28990

16 years agoDisable german resource file as it breaks build
Hervé Poussineau [Mon, 10 Sep 2007 13:00:42 +0000 (13:00 +0000)]
Disable german resource file as it breaks build

svn path=/trunk/; revision=28989

16 years agoFix rbuild files
Hervé Poussineau [Mon, 10 Sep 2007 12:21:50 +0000 (12:21 +0000)]
Fix rbuild files

svn path=/trunk/; revision=28988

16 years agoBug 2643: Ukrainian translation update (temarez@yandex.ru)
Daniel Reimer [Mon, 10 Sep 2007 10:59:21 +0000 (10:59 +0000)]
Bug 2643: Ukrainian translation update (temarez@yandex.ru)
Fixes in English RC file of Input and a German Translation by myself.

svn path=/trunk/; revision=28987

16 years agoContinue rbuild cleanup (Include class)
Hervé Poussineau [Mon, 10 Sep 2007 06:52:07 +0000 (06:52 +0000)]
Continue rbuild cleanup (Include class)

svn path=/trunk/; revision=28986

16 years agoWe are using it now,,, so clean up before use.
James Tabor [Mon, 10 Sep 2007 05:37:57 +0000 (05:37 +0000)]
We are using it now,,, so clean up before use.

svn path=/trunk/; revision=28985

16 years ago- Use IoBuildAsynchronousFsdRequest() instead of IoBuildDeviceIoControlRequest()
Aleksey Bragin [Sun, 9 Sep 2007 18:32:30 +0000 (18:32 +0000)]
- Use IoBuildAsynchronousFsdRequest() instead of IoBuildDeviceIoControlRequest()
- Use completion routine for completing that type of requests

svn path=/trunk/; revision=28984

16 years ago- Make sure CLASS2 driver returns STATUS_UNSUCCESSFUL if receiving a RESET_DEVICE...
Aleksey Bragin [Sun, 9 Sep 2007 17:06:14 +0000 (17:06 +0000)]
- Make sure CLASS2 driver returns STATUS_UNSUCCESSFUL if receiving a RESET_DEVICE ioctl.

svn path=/trunk/; revision=28983

16 years ago- IoMapTransfer(NULL, ..) is an old-fashioned way, for DMA master. Changing this...
Aleksey Bragin [Sun, 9 Sep 2007 16:19:24 +0000 (16:19 +0000)]
- IoMapTransfer(NULL, ..) is an old-fashioned way, for DMA  Changing this back to NULL, since ReactOS's implementation seem to take this into account.

svn path=/trunk/; revision=28982

16 years ago- Revert 27476: another attempt (previously, dgorbachev tried to "fix" this code...
Aleksey Bragin [Sun, 9 Sep 2007 14:45:38 +0000 (14:45 +0000)]
- Revert 27476: another attempt (previously, dgorbachev tried to "fix" this code) to double-release spinlocks. There are even comments in some uncertain cases about this.

For future generations: Have a look at SpiGetNextLunRequest(), it's full of KeReleaseSpinLock()s.

svn path=/trunk/; revision=28980

16 years agoRevert r28972, the pshpack*.h and poppack.h headers are in "include/psdk".
Colin Finck [Sun, 9 Sep 2007 13:12:28 +0000 (13:12 +0000)]
Revert r28972, the pshpack*.h and poppack.h headers are in "include/psdk".
So we're still sharing some small headers with host and target :-(

svn path=/trunk/; revision=28979

16 years ago- Revert 28967, and fix the real issue where an overwrite occured (in KiMoveApcState()).
Aleksey Bragin [Sun, 9 Sep 2007 13:00:14 +0000 (13:00 +0000)]
- Revert 28967, and fix the real issue where an overwrite occured (in KiMoveApcState()).

svn path=/trunk/; revision=28978

16 years ago- Remove the WS_SORT style from all comboboxes but the language and location lists...
Eric Kohl [Sun, 9 Sep 2007 12:44:33 +0000 (12:44 +0000)]
- Remove the WS_SORT style from all comboboxes but the language and location lists in order to display list items in the desired order.

svn path=/trunk/; revision=28977

16 years ago- HACK: Create a missing VRefresh key when installing VMWare's video driver. This...
Aleksey Bragin [Sun, 9 Sep 2007 12:42:45 +0000 (12:42 +0000)]
- HACK: Create a missing VRefresh key when installing VMWare's video driver. This solution was proposed long time ago by Herve Poussineau and very recently by Gregor Brunmar. Now VMWare's video driver finally can work as expected, resolution setting works also (tested up to 1400x1050).
- TODO: VRefresh key is absent in the installation .inf, and should be somehow either ignored, or created by something else (not the installer).

svn path=/trunk/; revision=28976

16 years ago- Improve videoprt's debug messages when accessing registry parameters.
Aleksey Bragin [Sun, 9 Sep 2007 12:39:11 +0000 (12:39 +0000)]
- Improve videoprt's debug messages when accessing registry parameters.

svn path=/trunk/; revision=28975

16 years agoMask values that control inheritability of the handle, and don't affect access.
Art Yerkes [Sun, 9 Sep 2007 12:21:22 +0000 (12:21 +0000)]
Mask values that control inheritability of the handle, and don't affect access.

svn path=/trunk/; revision=28973

16 years agoRemove the references to the "include/psdk" directory from "unicode", "wmc" and ...
Colin Finck [Sun, 9 Sep 2007 12:12:19 +0000 (12:12 +0000)]
Remove the references to the "include/psdk" directory from "unicode", "wmc" and "wrc". Due to recent changes, they are not needed anymore.

svn path=/trunk/; revision=28972

16 years agoDon't dereference the object unless we actually referenced it. Cygwin apps
Art Yerkes [Sun, 9 Sep 2007 11:09:56 +0000 (11:09 +0000)]
Don't dereference the object unless we actually referenced it.  Cygwin apps
no longer bugcheck reactos when abnormally terminating.

svn path=/trunk/; revision=28971

16 years agoChanges partly based on a patch and ideas by Gregor Brunmar <gregor.brunmar@home...
Aleksey Bragin [Sun, 9 Sep 2007 11:04:22 +0000 (11:04 +0000)]
Changes partly based on a patch and ideas by Gregor Brunmar <gregor.brunmar@home.se>:
- Fix size argument in calls to RegQueryValueEx() (if some fails, it may not be equal to sizeof(DWORD)).
- If it's impossible to read settings from vmware's registry key, obtain current screen settings and pass them.

svn path=/trunk/; revision=28970

16 years ago- Fix typos in debug messages.
Aleksey Bragin [Sun, 9 Sep 2007 10:36:52 +0000 (10:36 +0000)]
- Fix typos in debug messages.

svn path=/trunk/; revision=28969

16 years ago- Fix build by adding Wine-specific language definitions to WRC
Aleksey Bragin [Sun, 9 Sep 2007 10:11:04 +0000 (10:11 +0000)]
- Fix build by adding Wine-specific language definitions to WRC
- Revert 28965 and 28966 as unnecessary

svn path=/trunk/; revision=28968

16 years agoCorrect size of KAPC_STATE to fit in the [23] window of PKTHREAD. This is
Art Yerkes [Sun, 9 Sep 2007 09:49:35 +0000 (09:49 +0000)]
Correct size of KAPC_STATE to fit in the [23] window of PKTHREAD.  This is
neccessary, otherwise the APC booleans interfere with FreezeCount.

svn path=/trunk/; revision=28967

16 years agocomment out ESPERANTO and WALON languishes file, for it is not supported in windows
Magnus Olsen [Sun, 9 Sep 2007 09:44:43 +0000 (09:44 +0000)]
comment out ESPERANTO and WALON languishes file, for it is not supported in windows

svn path=/trunk/; revision=28966

16 years agocomment out ESPERANTO languishes file, for it is not supported in windows
Magnus Olsen [Sun, 9 Sep 2007 09:38:55 +0000 (09:38 +0000)]
comment out ESPERANTO languishes file, for it is not supported in windows

svn path=/trunk/; revision=28965

16 years agoContinue rbuild cleanup (Module class)
Hervé Poussineau [Sun, 9 Sep 2007 07:53:40 +0000 (07:53 +0000)]
Continue rbuild cleanup (Module class)

svn path=/trunk/; revision=28964

16 years agoFix inverted logic in suspending process. Now this is symmetric with the
Art Yerkes [Sun, 9 Sep 2007 07:39:45 +0000 (07:39 +0000)]
Fix inverted logic in suspending process.  Now this is symmetric with the
corresponding thaw.

svn path=/trunk/; revision=28963

16 years agoAdd 2-byte packing for the DWORD size that follows the 'BM' signature.
Art Yerkes [Sun, 9 Sep 2007 05:04:32 +0000 (05:04 +0000)]
Add 2-byte packing for the DWORD size that follows the 'BM' signature.

svn path=/trunk/; revision=28962

16 years agoTemporary "fix" to get explorer to build again.
Colin Finck [Sat, 8 Sep 2007 22:32:24 +0000 (22:32 +0000)]
Temporary "fix" to get explorer to build again.
Someone please look why wrc fails for this particular file (logov.bmp). I'm out of ideas.

svn path=/trunk/; revision=28961

16 years ago- Add sorting page and show it if a language that supports multiple sorting methods...
Eric Kohl [Sat, 8 Sep 2007 22:27:41 +0000 (22:27 +0000)]
- Add sorting page and show it if a language that supports multiple sorting methods has been selected.

svn path=/trunk/; revision=28960

16 years ago- Revert my previous attempts to fix the "wmc" and "wrc" builds
Colin Finck [Sat, 8 Sep 2007 21:40:36 +0000 (21:40 +0000)]
- Revert my previous attempts to fix the "wmc" and "wrc" builds
- Use "typedefs_host.h" in both components now
- wrc needs *MANY* definitions from the Windows headers, therefore I created a new file "wrcrostypes.h", which contains all these definitions.

svn path=/trunk/; revision=28959

16 years ago- Solve our wchar_t host problems the easy way by defining WCHAR to "unsigned short...
Colin Finck [Sat, 8 Sep 2007 19:50:20 +0000 (19:50 +0000)]
- Solve our wchar_t host problems the easy way by defining WCHAR to "unsigned short" (thx KJK for the hint)
- Revert my changes to the "unicode" module in r28411 and r28423
- Include "typedefs_host.h" instead of the Windows headers in "wine/unicode.h", this component doesn't depend on target headers anymore.
  To get it to work completely without Windows headers, I also had to copy some definitions from <winnls.h> to the "wine/unicode.h" file.

svn path=/trunk/; revision=28957

16 years agoLet ImportLibrary class use the FileLocation concept.
Hervé Poussineau [Sat, 8 Sep 2007 19:27:07 +0000 (19:27 +0000)]
Let ImportLibrary class use the FileLocation concept.
I disabled def files in codeblocks and msvc backends, someone will have to update them

svn path=/trunk/; revision=28956

16 years ago- Set g_nMatrixSpeed to 10 as the default value (150 is higher than the maximum value...
Colin Finck [Sat, 8 Sep 2007 19:04:47 +0000 (19:04 +0000)]
- Set g_nMatrixSpeed to 10 as the default value (150 is higher than the maximum value). Same fix is also found in Version 3.0 of the original Matrix ScreenSaver.
  Under Windows NT, 2000 and XP up to SP1, this fix is not needed as the SetTimer behaviour is different there, but XP SP2 and Server 2003 have a different SetTimer behaviour (which now also applies to ReactOS).
  See http://msdn2.microsoft.com/en-us/library/ms644906.aspx for more details.
- Remove all the MSVC stuff from the translation files to get them to compile with MSVC ^^
  Sounds stupid, but the files include a non-existing "afxres.h", which lead to an error in MSVC.
- Include <stdlib.h> in "settings.c" for malloc.
- Use UCHAR values instead of int's for ParseCommandLine and chOption.
  MSVC has an assertion (ch >= 0 && ch <= 255) in the isdigit function, so negative values would lead to an error here. (for example, when no arguments are given and the variable contains lots of crap)

We still need to "merge" the cool new stuff from Matrix 3.0 :-)

svn path=/trunk/; revision=28955

16 years ago- Don't unlock a not locked TEXTOBJ. Solves booting issue under vmware.
Aleksey Bragin [Sat, 8 Sep 2007 18:44:33 +0000 (18:44 +0000)]
- Don't unlock a not locked TEXTOBJ. Solves booting issue under vmware.

svn path=/trunk/; revision=28954

16 years agoEnable the Windows Server 2003 behaviour for SetTimer.
Colin Finck [Sat, 8 Sep 2007 18:43:36 +0000 (18:43 +0000)]
Enable the Windows Server 2003 behaviour for SetTimer.
Finally, Matrix Screensaver does not work anymore under ReactOS, so we are compatible with Windows XP SP2 and Windows Server 2003 in this case :-D

svn path=/trunk/; revision=28953

16 years ago- Remove intl_new.cpl
Aleksey Bragin [Sat, 8 Sep 2007 17:42:23 +0000 (17:42 +0000)]
- Remove intl_new.cpl

svn path=/trunk/; revision=28952

16 years ago- Update language samples upon selection of a new language.
Eric Kohl [Sat, 8 Sep 2007 15:43:19 +0000 (15:43 +0000)]
- Update language samples upon selection of a new language.
- Add a workaround for a special case: "Spanish (Spain)" uses two sorting methods but two sublang ids are used to distinguish them instead of two sort ids. Ensure they don't appear twice in the language list.
- Add "Spanish (Spain)" as a translatable string resource.

svn path=/trunk/; revision=28950

16 years agoReset DC if MemoryDC or SaveLevelDC.
James Tabor [Sat, 8 Sep 2007 14:30:39 +0000 (14:30 +0000)]
Reset DC if MemoryDC or SaveLevelDC.

svn path=/trunk/; revision=28949

16 years agoForgot to change the names of the actual .lnk files
Colin Finck [Sat, 8 Sep 2007 14:17:36 +0000 (14:17 +0000)]
Forgot to change the names of the actual .lnk files

svn path=/trunk/; revision=28947

16 years ago- Change "CharMap" to "Character Map" in the english translation
Colin Finck [Sat, 8 Sep 2007 14:10:01 +0000 (14:10 +0000)]
- Change "CharMap" to "Character Map" in the english translation
- Translate "System Tools" and "Character Map" to german

svn path=/trunk/; revision=28946

16 years ago- add input.dll baseaddress
Johannes Anderwald [Sat, 8 Sep 2007 13:27:10 +0000 (13:27 +0000)]
- add input.dll baseaddress

svn path=/trunk/; revision=28945

16 years ago- add input.dll baseaddress
Johannes Anderwald [Sat, 8 Sep 2007 13:27:09 +0000 (13:27 +0000)]
- add input.dll baseaddress

svn path=/trunk/; revision=28944

16 years agohandle CachedMode->dmSize
Christoph von Wittich [Sat, 8 Sep 2007 12:13:49 +0000 (12:13 +0000)]
handle CachedMode->dmSize

svn path=/trunk/; revision=28943

16 years ago- Get rid of NTLPC configuration var completely.
Aleksey Bragin [Sat, 8 Sep 2007 12:07:45 +0000 (12:07 +0000)]
- Get rid of NTLPC configuration var completely.

svn path=/trunk/; revision=28942

16 years ago- NTLPC always 1 now, remove deprecated code
Aleksey Bragin [Sat, 8 Sep 2007 12:02:52 +0000 (12:02 +0000)]
- NTLPC always 1 now, remove deprecated code
- Unlock SMSS: authors are clearly known, history of smss goes to the beginnings of the project. Code needs cleaning up (headers, formatting).

svn path=/trunk/; revision=28941

16 years agoFix bootcd problem and found another one.
James Tabor [Sat, 8 Sep 2007 11:57:40 +0000 (11:57 +0000)]
Fix bootcd problem and found another one.

svn path=/trunk/; revision=28940

16 years agoChange some prompts in the German translation of Explorer and Shell32, the previous...
Colin Finck [Sat, 8 Sep 2007 11:28:19 +0000 (11:28 +0000)]
Change some prompts in the German translation of Explorer and Shell32, the previous ones sounded a bit strange

svn path=/trunk/; revision=28938

16 years agoAccept the parameters case-insensitive in shutdown as well
Colin Finck [Sat, 8 Sep 2007 09:55:42 +0000 (09:55 +0000)]
Accept the parameters case-insensitive in shutdown as well

svn path=/trunk/; revision=28937

16 years ago- Accept the parameters case-insensitive
Colin Finck [Sat, 8 Sep 2007 09:04:51 +0000 (09:04 +0000)]
- Accept the parameters case-insensitive
- Replace the "/h" option by a "/?" option as described in the Usage text
- Use a consistent indentation
- Change the Usage text a bit

svn path=/trunk/; revision=28936

16 years agoAdd a "logevent" utility for adding an event to the EventLog, developed by Marc Piula...
Colin Finck [Sat, 8 Sep 2007 08:31:56 +0000 (08:31 +0000)]
Add a "logevent" utility for adding an event to the EventLog, developed by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
See issue #2598 for more details.

svn path=/trunk/; revision=28935

16 years ago-fix a bug in GetDisplayNumberFromDeviceName
Christoph von Wittich [Sat, 8 Sep 2007 07:43:45 +0000 (07:43 +0000)]
-fix a bug in GetDisplayNumberFromDeviceName
-don't overwrite memory in IntEnumDisplaySettings

svn path=/trunk/; revision=28934

16 years ago- Remove DCU_UpdateUserXForms from files for now.
James Tabor [Sat, 8 Sep 2007 01:27:49 +0000 (01:27 +0000)]
- Remove DCU_UpdateUserXForms from files for now.
- 28932: Wrong Meta Tag!
- Starting the implementation of thread locking of GDI objects.
- Ref: http://www.winehq.org/pipermail/wine-cvs/2007-August/035810.html

svn path=/trunk/; revision=28933

16 years ago- Reordered IntGdiGet/SetDCState and separated the copy sections.
James Tabor [Sat, 8 Sep 2007 01:05:27 +0000 (01:05 +0000)]
- Reordered IntGdiGet/SetDCState and separated the copy sections.
- When creating DCE for window handles, allocate a DC structure for the default window DC.
- Return Dhpdev if not zero for NtGdiOpenDCW.
- Reordered the DC object.

svn path=/trunk/; revision=28932

16 years agouse the same version number for the dx libraries
Christoph von Wittich [Fri, 7 Sep 2007 22:42:09 +0000 (22:42 +0000)]
use the same version number for the dx libraries

svn path=/trunk/; revision=28931

16 years agoDmitry Chapyshev <lentind@yandex.ru>:
Aleksey Bragin [Fri, 7 Sep 2007 18:22:43 +0000 (18:22 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>:
- Implement basics of input.dll (does not work yet, just has dialogs/resources).

svn path=/trunk/; revision=28930

16 years ago- store setting BootCDRegtestActive
Johannes Anderwald [Fri, 7 Sep 2007 18:11:55 +0000 (18:11 +0000)]
- store setting BootCDRegtestActive
- only show dbgprint when required

svn path=/trunk/; revision=28929

16 years agoDmitry Chapyshev <lentind@yandex.ru>:
Aleksey Bragin [Fri, 7 Sep 2007 18:06:24 +0000 (18:06 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>:
- Fix small thing in russian translation of explorer-ru.rc
- Add russian translation of intl.cpl

svn path=/trunk/; revision=28928

16 years agoDmitry Chapyshev <lentind@yandex.ru>:
Aleksey Bragin [Fri, 7 Sep 2007 17:47:59 +0000 (17:47 +0000)]
Dmitry Chapyshev <lentind@yandex.ru>:
- Fix icon to contain 24bpp and 16bpp images (as all other icons in this directory do)

svn path=/trunk/; revision=28927

16 years agofix LANGUAGE directive
Sylvain Petreolle [Fri, 7 Sep 2007 16:09:52 +0000 (16:09 +0000)]
fix LANGUAGE directive

svn path=/trunk/; revision=28926

16 years agoFix bootcd / livecd
Hervé Poussineau [Fri, 7 Sep 2007 15:44:44 +0000 (15:44 +0000)]
Fix bootcd / livecd

svn path=/trunk/; revision=28925

16 years agoSome rbuild cleanup:
Hervé Poussineau [Fri, 7 Sep 2007 14:59:23 +0000 (14:59 +0000)]
Some rbuild cleanup:
- Move AutoRegister class to its own file
- Add an enum to replace strings "$(OUTPUT)", "$(INTERMEDIATE)"..., except when writing them to makefile.auto
- Add the FileLocation class to identify a file (root dir, relative path and name)
- Use it to simplify CDFile and InstallFile classes
- Use the FileLocation class when possible
This leads also to good things which were unexpected, like not creating unneeded directories in output directory, removal of some hardcoded strings and a few fixusp in the generated makefile.auto

svn path=/trunk/; revision=28924

16 years ago- We shouldn't use the same text as Windows does for descriptions
Ged Murphy [Fri, 7 Sep 2007 14:05:55 +0000 (14:05 +0000)]
- We shouldn't use the same text as Windows does for descriptions
- Add display names for each service

svn path=/trunk/; revision=28923

16 years agofix 1 description and add a new one
Ged Murphy [Fri, 7 Sep 2007 13:19:37 +0000 (13:19 +0000)]
fix 1 description and add a new one
See issue #2639 for more details.

svn path=/trunk/; revision=28922

16 years agoBug 2638: Ukrainian translation update (temarez@yandex.ru)
Daniel Reimer [Fri, 7 Sep 2007 13:16:24 +0000 (13:16 +0000)]
Bug 2638: Ukrainian translation update (temarez@yandex.ru)
Bug 2640: MSCONFIG: fixes to italian translation by Carlo Bramix (carlo.bramix@libero.it)
This time with RECENT RC Files only. :-)

svn path=/trunk/; revision=28921

16 years agoAlso change the download URLs to the Mozilla apps in trunk (see r28919)
Colin Finck [Fri, 7 Sep 2007 12:26:46 +0000 (12:26 +0000)]
Also change the download URLs to the Mozilla apps in trunk (see r28919)

svn path=/trunk/; revision=28920

16 years ago- Reordered IntGdiGet/SetDCState and separated the copy sections.
James Tabor [Fri, 7 Sep 2007 12:21:26 +0000 (12:21 +0000)]
- Reordered IntGdiGet/SetDCState and separated the copy sections.
- When creating DCE for window handles, allocate a DC structure for the default window DC.
- Return Dhpdev if not zero for NtGdiOpenDCW.
- Reordered the DC object.

svn path=/trunk/; revision=28918

16 years agoAdd the serial keys settings dialog.
Eric Kohl [Fri, 7 Sep 2007 11:17:09 +0000 (11:17 +0000)]
Add the serial keys settings dialog.

svn path=/trunk/; revision=28917

16 years ago- use raw hdd image for linux and use vmdk for windows hosts
Johannes Anderwald [Fri, 7 Sep 2007 11:16:05 +0000 (11:16 +0000)]
- use raw hdd image for linux and use vmdk for windows hosts

svn path=/trunk/; revision=28916

16 years agoDelete the bulgarian translation and revert the polish one because they are outdated...
Eric Kohl [Fri, 7 Sep 2007 11:14:51 +0000 (11:14 +0000)]
Delete the bulgarian translation and revert the polish one because they are outdated. Dialogs and controls are missing or were removed by dreimers latest patch!

svn path=/trunk/; revision=28915

16 years agoadjust the pointers on the server side to match what the client is sending
Ged Murphy [Fri, 7 Sep 2007 10:55:16 +0000 (10:55 +0000)]
adjust the pointers on the server side to match what the client is sending

svn path=/trunk/; revision=28914

16 years agoFix the client side of the ChangeServiceConfig2 RPC call to send the text in the...
Ged Murphy [Fri, 7 Sep 2007 10:52:43 +0000 (10:52 +0000)]
Fix the client side of the ChangeServiceConfig2 RPC call to send the text in the lpDescription pointer of SERVICE_DESCRIPTION tagged onto the end of the struct.
This fixes setting service descriptions

svn path=/trunk/; revision=28913

16 years ago- add NTMW_INTERNAL structure
Timo Kreuzer [Fri, 7 Sep 2007 03:33:00 +0000 (03:33 +0000)]
- add NTMW_INTERNAL structure
- better structure implementation for ENUMFONTDATAW
- change NewEnumFontFamiliesEx to use the new structure
- some fixes and comments

svn path=/trunk/; revision=28911

16 years ago- format hdd images with raw format
Johannes Anderwald [Thu, 6 Sep 2007 22:49:05 +0000 (22:49 +0000)]
- format hdd images with raw format
- improve error checking

svn path=/trunk/; revision=28910

16 years agosilence debug output
Ged Murphy [Thu, 6 Sep 2007 21:37:58 +0000 (21:37 +0000)]
silence debug output

svn path=/trunk/; revision=28909

16 years ago- fix bug in GetCPFileNameFromRegistry spotted by Daniel Zimmermann ;)
Johannes Anderwald [Thu, 6 Sep 2007 20:18:15 +0000 (20:18 +0000)]
- fix bug in GetCPFileNameFromRegistry spotted by Daniel Zimmermann ;)

svn path=/trunk/; revision=28908

16 years ago- terminate comment by Marc Puilachs
Johannes Anderwald [Thu, 6 Sep 2007 20:00:19 +0000 (20:00 +0000)]
- terminate comment by Marc Puilachs
See issue #2611 for more details.

svn path=/trunk/; revision=28907

16 years ago- fix memory leak in GetCPFileNameFromRegistry
Johannes Anderwald [Thu, 6 Sep 2007 19:57:19 +0000 (19:57 +0000)]
- fix memory leak in GetCPFileNameFromRegistry
- bug report + patch by Daniel Zimmermann / netzimme@aol.com
See issue #2637 for more details.

svn path=/trunk/; revision=28906

16 years ago- there can be only one instance of the device manager
Johannes Anderwald [Thu, 6 Sep 2007 19:45:26 +0000 (19:45 +0000)]
- there can be only one instance of the device manager

svn path=/trunk/; revision=28905

16 years ago- Fix LoaderPagesSpanned calculation.
Aleksey Bragin [Thu, 6 Sep 2007 17:18:42 +0000 (17:18 +0000)]
- Fix LoaderPagesSpanned calculation.

svn path=/trunk/; revision=28903

16 years ago- Shutdown services when the SCM is terminated
Ged Murphy [Thu, 6 Sep 2007 14:51:38 +0000 (14:51 +0000)]
- Shutdown services when the SCM is terminated
- Add basic code for shutting down of the SCM
- Fix the headers

svn path=/trunk/; revision=28902

16 years ago- end the configuration commit war
Johannes Anderwald [Thu, 6 Sep 2007 13:57:55 +0000 (13:57 +0000)]
- end the configuration commit war

svn path=/trunk/; revision=28901

16 years ago- add the missing macro
Timo Kreuzer [Thu, 6 Sep 2007 13:14:21 +0000 (13:14 +0000)]
- add the missing macro
What the last change does and I missed last commit:
- use individual pool tags for each gdi object type
- allow object allocation w/o lookaside list
- don't search for the lookaside list/cleanup proc, the index into the lists is now calculated from type

svn path=/trunk/; revision=28900

16 years agoGracefully handle the case where the BIOS insists there is a floppy drive, but there...
Andrew Munger [Thu, 6 Sep 2007 12:36:05 +0000 (12:36 +0000)]
Gracefully handle the case where the BIOS insists there is a floppy drive, but there is no controller. Patch by Cameron Gutman (aicommander at gmail dot com) from Bug 1508.

svn path=/trunk/; revision=28899

16 years agoRemove Byte-Order-Mark from rc file. Fixes my solitaire. ;0)
Andrew Munger [Thu, 6 Sep 2007 12:14:43 +0000 (12:14 +0000)]
Remove Byte-Order-Mark from rc file. Fixes my solitaire. ;0)

svn path=/trunk/; revision=28898

16 years agoAdd a hack to fix the build.
Ged Murphy [Thu, 6 Sep 2007 09:41:00 +0000 (09:41 +0000)]
Add a hack to fix the build.
Timo, can you revert this and add the missing macro when you can please.

svn path=/trunk/; revision=28897

16 years agoadd the account name to the QueryServiceConfig RPC call
Ged Murphy [Thu, 6 Sep 2007 09:18:23 +0000 (09:18 +0000)]
add the account name to the QueryServiceConfig RPC call

svn path=/trunk/; revision=28896

16 years agoExplain why some binutils are blacklisted
Hervé Poussineau [Thu, 6 Sep 2007 08:25:57 +0000 (08:25 +0000)]
Explain why some binutils are blacklisted

svn path=/trunk/; revision=28895

16 years agoAdd method to get target arch in rbuild
Hervé Poussineau [Thu, 6 Sep 2007 07:46:48 +0000 (07:46 +0000)]
Add method to get target arch in rbuild

svn path=/trunk/; revision=28894

16 years agoAs described in documentation, default TEMPORARY variable to current directory (...
Hervé Poussineau [Thu, 6 Sep 2007 07:17:33 +0000 (07:17 +0000)]
As described in documentation, default TEMPORARY variable to current directory (".") instead of nothing ("")
This permits TEMPORARY followed by the directory separator to be "./" instead of "/" (root dir)
Spotted by Andrew Munger on IRC

svn path=/trunk/; revision=28893

16 years ago- use the new ObjectType list with fixed indices
Timo Kreuzer [Thu, 6 Sep 2007 02:54:17 +0000 (02:54 +0000)]
- use the new ObjectType list with fixed indices

svn path=/trunk/; revision=28892

16 years ago- cleanup EXTPENS and PENS in BRUSH_Cleanup, remove EXTPEN_Cleanup
Timo Kreuzer [Thu, 6 Sep 2007 01:04:18 +0000 (01:04 +0000)]
- cleanup EXTPENS and PENS in BRUSH_Cleanup, remove EXTPEN_Cleanup
- add new new ObjectTypeInfo structure. It's unused atm, but it will be soon.

svn path=/trunk/; revision=28891

16 years ago- use NtDd api directly instead of using old syscall function.
Timo Kreuzer [Thu, 6 Sep 2007 00:42:51 +0000 (00:42 +0000)]
- use NtDd api directly instead of using old syscall function.
- remove some old definitions
- fix build to make Wax happy

svn path=/trunk/; revision=28890

16 years ago- move dx gdi object type definitions from intddraw.h to ntgdihdl.h, change 2 type...
Timo Kreuzer [Thu, 6 Sep 2007 00:28:04 +0000 (00:28 +0000)]
- move dx gdi object type definitions from intddraw.h to ntgdihdl.h, change 2 type values to make them match windows, comment out 2 unused types for now.
- add pool tags for gdi objects
- add a bitmask for basic type (0x01 - 0x1f)

svn path=/trunk/; revision=28889

16 years agodon't try to free a NULL pointer
Ged Murphy [Wed, 5 Sep 2007 22:44:46 +0000 (22:44 +0000)]
don't try to free a NULL pointer

svn path=/trunk/; revision=28888