Commit graph

27852 commits

Author SHA1 Message Date
James Tabor ff1da0b87a Ntoskrnl:
- Add callback for BatchFlushRoutine in ps/win32.c.
- Thanks to Thomas for helping me find out why it was not working.

svn path=/trunk/; revision=30187
2007-11-05 17:27:25 +00:00
Pierre Schweitzer 9dd4fbc81c Updated Shell32 French translation
svn path=/trunk/; revision=30186
2007-11-05 17:06:44 +00:00
Ged Murphy 6cb7ffabfb Check the registry for previous servers and fill the combobox with them.
svn path=/trunk/; revision=30185
2007-11-05 16:29:20 +00:00
Hervé Poussineau 8818f37891 Remove MP build option from config.template.rbuild
See issue #1183 for more details.

svn path=/trunk/; revision=30184
2007-11-05 16:20:30 +00:00
Hervé Poussineau f93fa0baf7 Support to build more than one object file with one source file
svn path=/trunk/; revision=30183
2007-11-05 16:19:10 +00:00
Hervé Poussineau e10c1b69e6 Add rbuild file to build ntkrnlmp.exe
(not added to main build yet)
See issue #1181 for more details.

svn path=/trunk/; revision=30182
2007-11-05 16:16:41 +00:00
Hervé Poussineau c42e45b512 Add a Module argument to GetObjectFilename()
Fix a typo when a define in incorrectly overridden

svn path=/trunk/; revision=30181
2007-11-05 15:57:06 +00:00
Ged Murphy a6cd1d84e7 fix displaying of current resolution
svn path=/trunk/; revision=30180
2007-11-05 15:31:22 +00:00
Magnus Olsen 1d682c45f9 add 10 more guids for ksguid.a
svn path=/branches/reactx/; revision=30179
2007-11-05 15:20:17 +00:00
Ged Murphy 3df6ea56d3 Adding a note to ask translators not to work on this app yet.
The base file is constantly changing, and it becomes difficult to keep track of those changes across multiple resources.
Thanks

svn path=/trunk/; revision=30178
2007-11-05 15:05:51 +00:00
Aleksey Bragin b2c17d31d7 Dmitry Chapyshev <lentind@yandex.ru>
- Russian translation fixes.
- Size changes, so it looks better.

svn path=/trunk/; revision=30177
2007-11-05 14:53:11 +00:00
Ged Murphy 6833d9e227 various rough additions towards a working dialog
svn path=/trunk/; revision=30176
2007-11-05 14:39:24 +00:00
Magnus Olsen 370529231f add 27 more guids for ksguid.a
svn path=/branches/reactx/; revision=30174
2007-11-05 13:19:44 +00:00
Aleksey Bragin 64ee2581fe Dmitry Chapyshev <lentind@yandex.ru>
- Change sizes of some dialog windows(in all language resources) and controls, so that match generic UI considerations in Windows.
- Change sizes of some dialog windows, so that extensions fit in them (in all language resources).
- Make it look better in general.

svn path=/trunk/; revision=30173
2007-11-05 13:17:07 +00:00
Aleksey Bragin 8bf9fc912d - Add more debug prints in failure cases.
svn path=/trunk/; revision=30172
2007-11-05 13:06:53 +00:00
Aleksey Bragin fffed3ea73 - SeSet/QuerySecurityAccessMask() should initialize DesiredAccess to 0 (inspired by 30154).
svn path=/trunk/; revision=30170
2007-11-05 12:58:03 +00:00
Colin Finck a80a5aed57 Unbreak shell32, broken by janderwald this time ;-)
svn path=/trunk/; revision=30169
2007-11-05 12:08:20 +00:00
Hervé Poussineau db2e11b33a Add PSHORT and PUSHORT types
svn path=/trunk/; revision=30168
2007-11-05 12:03:15 +00:00
Johannes Anderwald e9616e5788 - disable insert & insert link option when no file is currently been copied / moved
svn path=/trunk/; revision=30167
2007-11-05 11:50:28 +00:00
Colin Finck c9efa857c4 Fix bootcd build for real now
svn path=/trunk/; revision=30166
2007-11-05 11:41:33 +00:00
Colin Finck ce625d50ff Attempt to fix build
Still not the perfect solution as it might be better to use the host/typedefs.h also for Windows hosts, but at least the code works without the obsolete typedefs64.h now.

svn path=/trunk/; revision=30165
2007-11-05 11:26:20 +00:00
Hervé Poussineau b964c2fdeb Remove useless file
svn path=/trunk/; revision=30164
2007-11-05 11:12:33 +00:00
Johannes Anderwald 5aad5425f5 - desktop background menu has no view option, this option is only available when browsing the shell
svn path=/trunk/; revision=30163
2007-11-05 11:07:57 +00:00
Pierre Schweitzer 6a390b34dc Oops, forgotten a line
svn path=/trunk/; revision=30162
2007-11-05 11:03:34 +00:00
Pierre Schweitzer d000326584 Fixed details in French translation of newdev
svn path=/trunk/; revision=30161
2007-11-05 10:58:33 +00:00
Johannes Anderwald fd2bfa44c6 - fix identation
- refresh shellview after success

svn path=/trunk/; revision=30159
2007-11-05 10:50:03 +00:00
Johannes Anderwald c3c57d6114 - call SHEmptyRecycleBinW on request
- store first cmdindex of first shell extension
- empty bitbucket should now work, although it gives back an error
- thnx to hpoussin

svn path=/trunk/; revision=30156
2007-11-05 09:57:30 +00:00
Hervé Poussineau 03723d94e3 Fix build
svn path=/trunk/; revision=30155
2007-11-05 09:56:45 +00:00
Art Yerkes 68734cc1a4 Initialize DesiredAccess. Cygwin is a little closer.
svn path=/trunk/; revision=30154
2007-11-05 09:43:08 +00:00
Pierre Schweitzer 7caf7b47b2 French translation for appwiz.
Avoid deleting it now.

svn path=/trunk/; revision=30153
2007-11-05 09:41:23 +00:00
Johannes Anderwald 6d83d3d8b5 - implement IShellExtInit interface for recycle bin
- fix a bug in SH_LoadDynamicContextMenuHandlers

svn path=/trunk/; revision=30152
2007-11-05 09:37:09 +00:00
Aleksey Bragin 104b879169 Dmitry Chapyshev <lentind@yandex.ru>
- Fix russian translation of winemine.

svn path=/trunk/; revision=30151
2007-11-05 09:36:35 +00:00
Aleksey Bragin ec115949ea Dmitry Chapyshev <lentind@yandex.ru>
- Russian language fixes for Taskmgr.
- 'more' cmd util translation by me and towerr.

svn path=/trunk/; revision=30150
2007-11-05 09:27:52 +00:00
Hervé Poussineau 69251b5abf Better error reporting in case of define override
Support empty defines

svn path=/trunk/; revision=30149
2007-11-05 08:57:04 +00:00
Magnus Olsen 52922faf05 add 6 more guids for ksguid.a
svn path=/branches/reactx/; revision=30148
2007-11-05 06:58:52 +00:00
Magnus Olsen 163cda6df4 add 20 more guids for ksguid.a
svn path=/branches/reactx/; revision=30147
2007-11-05 06:49:27 +00:00
James Tabor cdc0ef2243 Fix typos,, now it runs.
svn path=/trunk/; revision=30146
2007-11-05 03:09:52 +00:00
James Tabor 0dc4496ea8 Allow batch flush to handle null DCs.
svn path=/trunk/; revision=30145
2007-11-05 02:25:43 +00:00
James Tabor 1423476391 - Implement batching for DeleteObject.
- Implemented DeleteRegion, a support function with batching.
- Add delete objects and a hack to fake the running of the batch to gdibatch.c.
- These batching functions will not run until proper structure attributes are implemented.

svn path=/trunk/; revision=30144
2007-11-05 01:50:59 +00:00
Magnus Olsen d1327bf255 21 more guid to ksguid.a
svn path=/branches/reactx/; revision=30143
2007-11-05 00:55:46 +00:00
James Tabor ca76afe698 Fix typo in header.
svn path=/trunk/; revision=30142
2007-11-05 00:07:09 +00:00
Magnus Olsen e3bd20e41c Add follow guids to ksguid.a/ksguid.lib KSCATEGORY_RENDER, KSCATEGORY_CAPTURE, KSCATEGORY_BRIDGE
svn path=/branches/reactx/; revision=30141
2007-11-05 00:03:15 +00:00
Magnus Olsen 43e400e70e Fix varus issue.
make audiosrv using the new ks.h and link with ksguid
Fix dxapi build
Fix ddkmapi.h so it works like windkk version 3790.1830
offline #define DEFINE_KSPROPERTY_TOPOLOGYSET in ks.h it seam some type problem there


svn path=/branches/reactx/; revision=30140
2007-11-04 23:54:40 +00:00
Magnus Olsen 67a3fbe3e7 start building up ksguid.a/ksguid.lib it is need it for ks.h
svn path=/branches/reactx/; revision=30139
2007-11-04 23:24:42 +00:00
James Tabor afa6748db1 Fix gdi batch size.
svn path=/trunk/; revision=30138
2007-11-04 22:49:19 +00:00
Pierre Schweitzer 152e38c410 Add French translation for mstsc
svn path=/trunk/; revision=30137
2007-11-04 22:46:05 +00:00
Eric Kohl a139a7c2ad Get rid of static variables.
svn path=/trunk/; revision=30135
2007-11-04 22:12:25 +00:00
James Tabor 49f59088cf - Removed NtGdiDeleteObject from w32ksvc.db and ntgdibad.h.
- Moved the define export to gdiobj.h and made it a FASTCALL internal to win32k.
- I did not rename it to IntXXXX.
- Implemented a functional DeleteObject for gdi.

svn path=/trunk/; revision=30133
2007-11-04 22:10:59 +00:00
Magnus Olsen eb615b5cf1 add allot more struct, enum, define, to many to write in the log
svn path=/branches/reactx/; revision=30131
2007-11-04 21:43:33 +00:00
Magnus Olsen 66b9434834 Commit a ks.h header file from 2005 written by me, it is base on dxsdk 2004 dec, but it is not completed, I do not found the almost completed version of this header I wrote.
so I add the version I found so it does not get lost. Our current ks.h are not completed and is full with hacks in psdk. it will be deleted later, when ks.h are finish it will
merge down to trunks to let silveblade continue on some work.
 

svn path=/branches/reactx/; revision=30128
2007-11-04 19:47:36 +00:00