Commit graph

27313 commits

Author SHA1 Message Date
Mike Nordell 821c3e5125 [FORMATTING] Consistency.
svn path=/trunk/; revision=29827
2007-10-23 11:08:18 +00:00
Mike Nordell c4720317ab First small attempt at implementing process memory quota. Currently disabled without explicit code modification (enabled by macro) to not modify behaviour of trunk.
svn path=/trunk/; revision=29826
2007-10-23 10:05:40 +00:00
Mike Nordell 6daf79aab8 [FORMATTING] Tab -> spc consistency.
svn path=/trunk/; revision=29825
2007-10-23 09:49:16 +00:00
Hervé Poussineau acdded5eed When creating the context menu, take care of attributes returned by the shell folder implementation
svn path=/trunk/; revision=29824
2007-10-23 09:43:23 +00:00
Hervé Poussineau f9ca3809d6 Use SHCreateDefaultExtractIcon to simplify code
svn path=/trunk/; revision=29823
2007-10-23 09:09:46 +00:00
Hervé Poussineau daa26745c2 Implement SHCreateDefaultExtractIcon
Export SHCreateDefaultContextMenu

svn path=/trunk/; revision=29822
2007-10-23 09:01:39 +00:00
Aleksey Bragin c99c8b6957 - Add a bit more debug traces, like the previous implementation had.
svn path=/trunk/; revision=29821
2007-10-23 08:32:19 +00:00
Hervé Poussineau 130fe6e833 Fix some svn properties
svn path=/trunk/; revision=29819
2007-10-23 08:30:39 +00:00
Hervé Poussineau a8f4976951 Do not mix ReactOS and Wine debug style
svn path=/trunk/; revision=29818
2007-10-23 08:27:48 +00:00
Hervé Poussineau 195f28c5df Code refactoring to be able to handle installation of network protocols/services/clients
svn path=/trunk/; revision=29817
2007-10-23 08:25:53 +00:00
Hervé Poussineau 802a970a9e No need to define __USE_W32API
svn path=/trunk/; revision=29816
2007-10-23 08:22:02 +00:00
Hervé Poussineau aabdae9d56 No need to define __USE_W32API
svn path=/trunk/; revision=29815
2007-10-23 08:12:28 +00:00
Hervé Poussineau fca3c865ba __USE_W32API is always defined nowadays
svn path=/trunk/; revision=29814
2007-10-23 07:53:02 +00:00
James Tabor af679ec61d Sync with Wine: Combo controls. Checked Button and no changes.
svn path=/trunk/; revision=29813
2007-10-23 06:13:16 +00:00
James Tabor ac7a2ffaa6 Sync with Wine: Add the rest of Alex Villacís Lasso : user32: Fix EM_SETLIMITTEXT with zeroed args.
svn path=/trunk/; revision=29812
2007-10-23 04:32:10 +00:00
James Tabor c3d4561829 Sync with Wine: Edit controls.
svn path=/trunk/; revision=29811
2007-10-23 04:19:29 +00:00
Johannes Anderwald 84a13a2101 - silence wine debug messages
svn path=/trunk/; revision=29809
2007-10-23 02:03:29 +00:00
Johannes Anderwald 4da0e180ee - add a member to shlview to able to track the current context menu
- make the background menu use owner drawn items to show icon (icon not yet shown)
- let the shell item menu also accept owner drawn images
- this makes winrar shellextension appear however the language is _not_ correct in most cases and executing a command is at your own risk :)

svn path=/trunk/; revision=29808
2007-10-23 02:00:30 +00:00
Marc Piulachs 4ce5c80551 Add xcopy and maginify to bootcd to make aicom happy
svn path=/trunk/; revision=29802
2007-10-22 22:06:29 +00:00
Daniel Reimer 435b8c7cc0 Translate xcopy into German and fix the SUBLANGs of the rest.
Update German Shell32 Translation

svn path=/trunk/; revision=29799
2007-10-22 21:24:42 +00:00
Marc Piulachs 49b663a0a1 Wine imported xcopy command line tool
svn path=/trunk/; revision=29794
2007-10-22 19:55:26 +00:00
Gregor Brunmar 5492d9a135 More svchost stub, end-of-the-day checkin.
svn path=/trunk/; revision=29793
2007-10-22 19:54:51 +00:00
Marc Piulachs 7324d950c7 - Minor fixes to the es-ES localization for eventvwr
- Add it to the build

svn path=/trunk/; revision=29789
2007-10-22 19:39:47 +00:00
Gregor Brunmar 9e306bf2f4 Added first stub of svchost - not included in the build yet.
svn path=/trunk/; revision=29783
2007-10-22 18:06:31 +00:00
Colin Finck fa46551b04 Shell32 resource file cleanup - Part 2
All resource files contain the same elements now, so translators know what they have to translate.
If elements are added or changed, please do that for all translations now to avoid such a mess in the future.

svn path=/trunk/; revision=29781
2007-10-22 16:49:34 +00:00
Hervé Poussineau 8ffd3b71f2 Add SHCreateDefaultExtractIcon prototype and IDefaultExtractIconInit interface.
IID_IDefaultExtractIconInit is not correct, it has to be fixed later

svn path=/trunk/; revision=29779
2007-10-22 14:43:01 +00:00
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