Commit graph

27337 commits

Author SHA1 Message Date
Hervé Poussineau 873fccb22a __USE_W32API is always defined nowadays
svn path=/trunk/; revision=29778
2007-10-22 14:04:23 +00:00
Hervé Poussineau d52d5d5fd7 Remove outdated file
svn path=/trunk/; revision=29777
2007-10-22 12:23:14 +00:00
Hervé Poussineau f9cef2a895 Always declare SetLogonNotifyWindow
svn path=/trunk/; revision=29776
2007-10-22 12:19:43 +00:00
Mike Nordell 1f2fce4fea [COMMENT] Document array indices for EPROCESS.Quota* members.
svn path=/trunk/; revision=29771
2007-10-22 10:04:52 +00:00
Hervé Poussineau 23dda38c1e Fix typo
svn path=/trunk/; revision=29770
2007-10-22 08:50:31 +00:00
Thomas Bluemel 05e20948eb Process window messages while the (un)installer is running and disable it
svn path=/trunk/; revision=29765
2007-10-22 03:38:51 +00:00
Johannes Anderwald e474c7c74f - load dynamic shell extensions with IContextMenu interface
svn path=/trunk/; revision=29763
2007-10-22 00:36:10 +00:00
Johannes Anderwald 75229d4d44 - use RegLoadMUIString for a translated keys
- insert shortcut assitent in front of shellnew list
- adjust item id for create shortcut action

svn path=/trunk/; revision=29756
2007-10-21 21:59:55 +00:00
Colin Finck 61738aafc9 Shell32 resource file cleanup - Part 1/2 for today
- Move all language-dependent resource files to a "lang" subdirectory and rename them appropriately
- Rename "shres.rc" to "shell32.rc"
- Make all translations consistent, if some elements were missing I copied the english ones. Also use a consistent indentation.
  All resource files from "bg-BG.rc" to "fi-FI.rc" (alphabetically) should be consistent now, I'll do the rest later.
- Fix some mistakes in the german translation

svn path=/trunk/; revision=29753
2007-10-21 21:04:36 +00:00
Thomas Bluemel db566bc495 Load libraries as data files in RegLoadMUIString
svn path=/trunk/; revision=29752
2007-10-21 19:14:19 +00:00
Johannes Anderwald b8fd4333c7 - fix a few bugs
svn path=/trunk/; revision=29749
2007-10-21 18:42:01 +00:00
Hervé Poussineau eb32aa038b [FORMATTING] General cleanup (indentation, headers...). No code change
svn path=/trunk/; revision=29748
2007-10-21 18:35:19 +00:00
Johannes Anderwald aa6fdab501 - use SHGetSpecialFolderPath if used on desktop when creating new file objects
svn path=/trunk/; revision=29744
2007-10-21 17:11:43 +00:00
Johannes Anderwald 1e5f7f1f85 - fix a typo
- may fix bug 2732

svn path=/trunk/; revision=29740
2007-10-21 16:22:39 +00:00
Johannes Anderwald 027341f0cb - fix memory leak
svn path=/trunk/; revision=29739
2007-10-21 16:20:14 +00:00
Daniel Reimer 60efb9002e Remove Trailing spaces.
Add German Translations for joy and tapiui.rc.
Fix a typo in en-US of tapiui.

svn path=/trunk/; revision=29735
2007-10-21 13:49:27 +00:00
Eric Kohl 9e7e871493 Simplify a lot of code (e.g.: SendMessage(GetDlgItem(...)...) --> SendDlgItemMessage(...))
svn path=/trunk/; revision=29733
2007-10-21 13:02:26 +00:00
Eric Kohl 89e36432c3 Fixed indentation (TABs --> Spaces)
No code changes.

svn path=/trunk/; revision=29732
2007-10-21 12:58:35 +00:00
Hervé Poussineau f468185fd7 Replace STDCALL by APIENTRY
Remove keywords property

svn path=/trunk/; revision=29730
2007-10-21 11:50:55 +00:00
Eric Kohl 2689ce9561 - Keep the value type of each environment variable that was read from the registry and assign the right type for new and modified variables.
- Read and write the the raw (non-expanded) environment variables and display the cooked (expanded) ones only.

svn path=/trunk/; revision=29729
2007-10-21 11:13:03 +00:00
Colin Finck f546265f2f - Apply the spanish translation for eventvwr by Marc Piulachs (marc DOT piulachs AT codexchange DOT net, bug 2758)
- Use a consistent indentation in all resource files
- Change the metrics of some controls to make the full text visible
- Add a manifest file to enable visual styles
See issue #2758 for more details.

svn path=/trunk/; revision=29728
2007-10-21 10:41:11 +00:00
Aleksey Bragin b54db7180d - When adding new items into a submenu, they are placed incorrectly. Fix this.
svn path=/trunk/; revision=29727
2007-10-21 09:08:04 +00:00
Hervé Poussineau d4a661abf0 Replace DDKAPI call convention by APIENTRY, as specified in winddi.h for driver function pointers
svn path=/trunk/; revision=29726
2007-10-21 07:14:55 +00:00
Thomas Bluemel f3936aecb5 Fixes updating default character attributes when calling SetConsoleTextAttribute().
See issue #2705 for more details.

svn path=/trunk/; revision=29723
2007-10-20 22:26:58 +00:00
Thomas Bluemel b7b9154d87 Enable the code to determine the time zone from the default system language
svn path=/trunk/; revision=29722
2007-10-20 21:37:48 +00:00
Johannes Anderwald 61f5e03b5c - add joy.cpl and tapiui.dll to bootcd
- patch by Cameron Gutman (aicommander[at]gmail[dot]com)

svn path=/trunk/; revision=29720
2007-10-20 18:56:46 +00:00
Thomas Bluemel 64c30129f0 tapiui.dll doesn't have an entry point
svn path=/trunk/; revision=29719
2007-10-20 18:34:56 +00:00
Aleksey Bragin 7ebd9da005 - Use "windows" module to hold native dlls, which can be legally used in different operating systems (for now, it's mfc42.dll). Put it into reactos\modules\windows directory and "makex bootcd".
svn path=/trunk/; revision=29718
2007-10-20 18:09:14 +00:00
Aleksey Bragin 3897b3d8ee - Remove entrypoint="0" from DLLs which actually need their DllMain to be exported and run. Some of them are Wine-autosynced, so the offer is to alter winesync.cmd to remove "entrypoint="0" from autocreated .rbuild files.
svn path=/trunk/; revision=29716
2007-10-20 17:38:35 +00:00
Aleksey Bragin 0ac6d75c60 Dmitry Chapyshev <lentind@yandex.ru>
- Fully implement tapiui.dll, compatible with Windows.
- Icons come from SUSE's yast2-industrial; 203,202.ico and 301,302.bmp are done by me based on Tango.

svn path=/trunk/; revision=29714
2007-10-20 17:16:30 +00:00
Eric Kohl 698fbca4a1 Make it UNICODE-safe.
svn path=/trunk/; revision=29713
2007-10-20 15:03:15 +00:00
Eric Kohl 47fe787a9e Fix indentation (TABs --> Spaces).
Use BEGIN and END instead of { and } in resource scripts.

svn path=/trunk/; revision=29706
2007-10-20 11:08:23 +00:00
Aleksey Bragin 4c94f55c72 Dmitry Chapyshev <lentind@yandex.ru>
- Implement a joy.cpl applet. Works good on Windows XP.

svn path=/trunk/; revision=29705
2007-10-20 10:20:05 +00:00
Johannes Anderwald 8a229a42d2 - fix param spotted by James Tabor
- see http://www.reactos.org/archives/public/ros-dev/2007-October/009952.html for more details

svn path=/trunk/; revision=29704
2007-10-20 10:14:03 +00:00
Mike Nordell 8bca67688e Don't try to open a harddisk for reading when checking for it to create the PhysicalDriveN links. Instead, request FILE_READ_ATTRIBUTES. This silences a hack-warning in IopParseDevice, that now possibly can be removed.
svn path=/trunk/; revision=29702
2007-10-20 07:36:17 +00:00
Mike Nordell c94bf60692 [COMMENT] Added comment explaining how this code, which at first glance simply couldn't work, indeed can work. Much code (55 lines to be precise) is hidden inside a macro.
svn path=/trunk/; revision=29700
2007-10-20 05:48:25 +00:00
Art Yerkes dedc151662 Protect access to the physical map.
svn path=/trunk/; revision=29699
2007-10-20 04:30:01 +00:00
Johannes Anderwald 12793466a6 - implement shellnew operations for type "Data" and "FileName"
svn path=/trunk/; revision=29694
2007-10-20 01:18:08 +00:00
Johannes Anderwald 01dfe7583c - store lnk extension
- store shellnew command range
- implement shellnew commands for type "Command" and type "NullFile"


svn path=/trunk/; revision=29693
2007-10-20 00:50:07 +00:00
Johannes Anderwald 6aa7d10022 - add a create shellnew option for textfiles
svn path=/trunk/; revision=29692
2007-10-20 00:46:40 +00:00
Johannes Anderwald 385e22ca5a - provide a name for shellnew command (required)
svn path=/trunk/; revision=29691
2007-10-19 23:54:26 +00:00
Daniel Reimer ae7da04787 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29690
2007-10-19 23:21:45 +00:00
Daniel Reimer a7fddf9c07 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
2007-10-19 23:05:02 +00:00
Daniel Reimer 622c29bffb Delete all Trailing spaces in code.
svn path=/trunk/; revision=29688
2007-10-19 23:01:40 +00:00
Johannes Anderwald dd02e006bb - implement loading of shell new items in context menus
- these are responsible for showing creating "new file type extension" item

svn path=/trunk/; revision=29686
2007-10-19 19:32:16 +00:00
Hervé Poussineau 4d1f688f65 Activate define override check in rbuild
Cleanup some .rbuild files
Set __REACTOS__ as overridable ; it should be removed after next winesync

svn path=/trunk/; revision=29685
2007-10-19 15:27:44 +00:00
Hervé Poussineau f33633bbf7 Add an 'overridable' attribute on defines.
Suggestion by Marc Piulachs

svn path=/trunk/; revision=29684
2007-10-19 15:06:11 +00:00
Mike Nordell 29cfc91618 Deleted definition of a variable named ScsiPortIsr that was directly followed by the declaration of the function with the same name.
svn path=/trunk/; revision=29683
2007-10-19 14:27:32 +00:00
Hervé Poussineau 7e9e19c6f6 Ignore compiler flags when generating resource macro
svn path=/trunk/; revision=29682
2007-10-19 14:16:18 +00:00
Hervé Poussineau e7d0bd05c2 Support define overriding in child .rbuild files
See issue #2745 for more details.

svn path=/trunk/; revision=29681
2007-10-19 13:24:06 +00:00