Commit graph

25688 commits

Author SHA1 Message Date
Aleksey Bragin 938646d914 - Don't do ObInsertObject() for a key object, but use CmpCreateHandle() instead.
- Remove some dead code from CmiConnectHive() and move freeing of the create information to a different place.

svn path=/trunk/; revision=27690
2007-07-15 21:35:16 +00:00
Johannes Anderwald 0d051c196e - update slovakian solitaire translation
See issue #2353 for more details.

svn path=/trunk/; revision=27685
2007-07-15 14:32:21 +00:00
Sylvain Petreolle 3f9f01b3b3 unicode compatibility
svn path=/trunk/; revision=27684
2007-07-15 13:53:28 +00:00
Ged Murphy c0ccb82f23 remove redundant string
svn path=/trunk/; revision=27680
2007-07-15 12:53:03 +00:00
Ged Murphy 2bd18ec234 fix the start menu icon to be the right way up
svn path=/trunk/; revision=27675
2007-07-15 11:57:52 +00:00
Colin Finck 085f7002ae Add a "shutdown" utility written by Frode Lillerud (frode AT enkelt DOT no), which is more compatible with the syntax of the Windows "shutdown" utility
I applied the second patch of bug #2379 and made the following changes to it:

- Removed the LocalFree line
  LocalFree can only be used if the memory is allocated with LocalAlloc. The memory doesn't need to be freed explicitly here.
- Removed the "uncertain if this is needed. Do boolean struct members default to TRUE?" comment
  Independent of the value, this setting is needed here.
- Removed a wrong 'exitOpts.shouldExit = TRUE;' in line 101.
  shouldExit was already set before and resetting it here to TRUE would also lead to TRUE if the user only sets opts.force, but not any of the other shutdown options.
- Use a consistent indentation and coding style
- Modified the Usage text a little bit, so all lines fit into console lines (max. 80 characters)
See issue #2379 for more details.

svn path=/trunk/; revision=27674
2007-07-15 11:15:27 +00:00
Thomas Bluemel 544cdbf9dd Finally get the fake (and broken by design) DOS device check to work
svn path=/trunk/; revision=27673
2007-07-15 08:33:49 +00:00
Timo Kreuzer 5a95124349 - fix IntValidateParent
- validate Parent windows on moving pixels
(both was fine earlier, but has been messed up recently)
- move sending of WM_SIZE and WM_MOVE from co_WinPosShowWindow to co_WinPosSetWindowPos
co_WinPosSetWindowPos:
- instantly erase when drawing windows or exposing region
- Invalidate child windows on BeginPaint
This should fix most window redrawing bugs and also (hopefully) speed up the gui (less redrawing).

svn path=/trunk/; revision=27672
2007-07-15 03:30:03 +00:00
Magnus Olsen 99e20bb44c Copied remotely
CMIDriver to Trunk
on silverblade request

svn path=/trunk/; revision=27671
2007-07-14 23:52:33 +00:00
Thomas Bluemel 0d910647aa Simplify code
svn path=/trunk/; revision=27668
2007-07-14 22:49:47 +00:00
Thomas Bluemel bd6665924c - Fix caching of directory queries, FindFirstFile(Ex) should no longer return garbage occasionally
- These changes re-introduce the problem with searches for fake DOS devices that I claimed to have fixed in r27634

svn path=/trunk/; revision=27667
2007-07-14 22:29:42 +00:00
Timo Kreuzer 8cd2e2a887 fix German resource
svn path=/trunk/; revision=27666
2007-07-14 21:57:22 +00:00
Magnus Olsen 191ff40f7f wrong spi value in allot SPI_
Rewrote all SPI_ to make sure no one got wrong value
hopply this prevent wax crash in spi. 


svn path=/trunk/; revision=27665
2007-07-14 16:47:48 +00:00
Ged Murphy 7249536db8 Patch by Dmitry Chapyshev <lentind@yandex.ru>:
- Add icon more image formats and clean up existing ones
- Fix some Russian translations

svn path=/trunk/; revision=27664
2007-07-14 16:17:45 +00:00
Sylvain Petreolle ac6f734427 fix french resource file
svn path=/trunk/; revision=27663
2007-07-14 16:14:11 +00:00
Johannes Anderwald 5c48c77054 - add terminate emulator option :)
svn path=/trunk/; revision=27662
2007-07-14 15:23:56 +00:00
Johannes Anderwald 47dc768408 - remove obsolete pid option
svn path=/trunk/; revision=27661
2007-07-14 15:10:17 +00:00
Magnus Olsen 06fbf99e3f add activate of screensaver when they are being selected.
we do not set or read register value for it yet, so defualt is the screensaver offline until u go into desk.cpl and select a screensaver.

svn path=/trunk/; revision=27660
2007-07-14 14:52:10 +00:00
Magnus Olsen b2272ba67c adding SPI_SETSCREENSAVEACTIVE now, it can be set to false or true
false for no screen saver and true for screensaver. 

svn path=/trunk/; revision=27657
2007-07-14 14:17:54 +00:00
Magnus Olsen b63aeeb74d fixing the limit of hover maxium time for SPI_SETMOUSEHOVERTIME
see msdn : http://msdn2.microsoft.com/en-us/library/ms724947.aspx

svn path=/trunk/; revision=27656
2007-07-14 13:56:24 +00:00
Magnus Olsen 4baff3cd38 Patch by David Lenon <DavidL@126.com>:
fixing some spi that was retutring using wrong param in retutin and setting spi
-------------------------------------------------------------------------------
1. I did add formating of the code and two debug msg. so it getting easy debug
waxdragon crashs

svn path=/trunk/; revision=27654
2007-07-14 13:18:25 +00:00
Aleksey Bragin e5c1383b31 Patch by Dmitry Chapyshev <lentind@yandex.ru>:
- Fix russian translation.

svn path=/trunk/; revision=27651
2007-07-14 12:28:54 +00:00
Aleksey Bragin 0dd033e04d Patch by Dmitry Chapyshev <lentind@yandex.ru>:
- Fix russian translation of calc, charmap, msconfig, mscutils and taskmgr.
- Fix mistakes in russian translation of explorer.
- Move title of servman to translation resources and translate to russian language.

svn path=/trunk/; revision=27650
2007-07-14 12:11:50 +00:00
Thomas Bluemel 008fc0b1ca Patch by David Lenon <DavidL@126.com>:
- Fix overflow check in RtlUpcaseUnicodeStringToCountedOemString
See issue #2403 for more details.

svn path=/trunk/; revision=27649
2007-07-14 10:59:18 +00:00
Johannes Anderwald 1309c3f3eb - fix commandline arguments
svn path=/trunk/; revision=27648
2007-07-14 10:28:58 +00:00
Johannes Anderwald d07065ab90 - fix command line handlung
- fix configuration and file parser
- remove hack

svn path=/trunk/; revision=27647
2007-07-14 10:24:02 +00:00
Thomas Bluemel bdd2ecc99e Hide the clock in setupldr
svn path=/trunk/; revision=27646
2007-07-14 10:04:32 +00:00
Johannes Anderwald f07d18172d - make sysreg compilable under linux
svn path=/trunk/; revision=27645
2007-07-14 10:01:09 +00:00
Thomas Bluemel 3a4932988f Don't strip the trailing backslash if the path is only a drive
svn path=/trunk/; revision=27644
2007-07-14 08:01:01 +00:00
Thomas Bluemel a0637bc3ac Display junction points
svn path=/trunk/; revision=27643
2007-07-14 07:16:05 +00:00
James Tabor 4aa8a9db0f Fix build.
svn path=/trunk/; revision=27642
2007-07-13 23:20:36 +00:00
Christoph von Wittich 79ae53bf4b -fix some linux build issues
svn path=/trunk/; revision=27641
2007-07-13 23:19:04 +00:00
Thomas Bluemel 111b3553aa Adjust the owner edit field on page resizes
svn path=/trunk/; revision=27640
2007-07-13 22:56:32 +00:00
Johannes Anderwald 0f27116821 - blame svn
svn path=/trunk/; revision=27639
2007-07-13 22:16:15 +00:00
Johannes Anderwald 4592bbb147 - update slovak translation by Kario <kario@szm.sk>
See issue #2353 for more details.

svn path=/trunk/; revision=27638
2007-07-13 22:13:52 +00:00
Johannes Anderwald 7007712b2f - update french translation by Pierre Schweitzer
See issue #2399 for more details.

svn path=/trunk/; revision=27637
2007-07-13 21:51:13 +00:00
Thomas Bluemel 0cfece1c1e Add support for user quotas in GetDiskFreeSpaceExW
svn path=/trunk/; revision=27636
2007-07-13 21:42:44 +00:00
Thomas Bluemel 8acdce6856 Sync GetTempFileNameW to wine HEAD
svn path=/trunk/; revision=27635
2007-07-13 20:23:26 +00:00
Thomas Bluemel 532f7fecc5 Rewrite parts of FindFirstFileEx to:
- Fix searches relative to the current directory using the features RtlDosPathNameToNtPathName_U provides instead of hacking around them
- Enable searches for fake DOS devices. Some installers like NSIS use this feature to determine if a drive exists, this works now.

svn path=/trunk/; revision=27634
2007-07-13 19:43:09 +00:00
Magnus Olsen 5bce20b1be patch from Preston Pigglessworth email : tykef at atlas dot cz
---------------------------------------------------------------
update the translations for CZ
See issue #1958 for more details.

svn path=/trunk/; revision=27630
2007-07-13 13:43:46 +00:00
Daniel Reimer f7105f9acb Fix Translation.
svn path=/trunk/; revision=27629
2007-07-13 13:43:02 +00:00
Magnus Olsen ad43654e07 patch from Preston Pigglessworth email : tykef at atlas dot cz
---------------------------------------------------------------
update the translations for CZ
See issue #1958 for more details.

svn path=/trunk/; revision=27628
2007-07-13 13:38:26 +00:00
Magnus Olsen 846d92706e patch from Pierre Schweitzer (aka Heis Spiter) heis_spiter at hotmail dor com
------------------------------------------------------------------------------
1. remove one hard code line.
2. cleanup one rc file


See issue #2400 for more details.

svn path=/trunk/; revision=27627
2007-07-13 11:42:20 +00:00
Thomas Bluemel 062ffc428c Fix unoptimized builds
svn path=/trunk/; revision=27626
2007-07-13 09:53:48 +00:00
Johannes Anderwald ea4c53340d - fix Buffer overflow in CmpHiveRootSecurityDescriptor
- patch by w3seek
See issue #2401 for more details.

svn path=/trunk/; revision=27625
2007-07-13 09:34:16 +00:00
Christoph von Wittich 456cbf9376 -revert my last change - I confused it with regedt32.exe
svn path=/trunk/; revision=27624
2007-07-12 23:26:19 +00:00
Johannes Anderwald 99ba170554 - add system.ini property page resource definition
svn path=/trunk/; revision=27623
2007-07-12 23:20:28 +00:00
Christoph von Wittich 1a4b3833af -change shortcut targetdir to system32
svn path=/trunk/; revision=27622
2007-07-12 23:16:16 +00:00
Christoph von Wittich b690c23325 -install regedit in system32
svn path=/trunk/; revision=27621
2007-07-12 23:15:41 +00:00
Magnus Olsen e8c11f0d71 patch from Yaroslav Ponomarenko yarryp at gmail dot com
-------------------------------------------------------
This is a small hack, instead send invaild data we are sending 
a hardcode value for few unimplement spi, This solv some problem 
with firefox, like icon is not longer gray out, frist time u start 
firefox, it also fix some other werid problem, 




svn path=/trunk/; revision=27620
2007-07-12 22:14:40 +00:00