Aleksey Bragin
044c66916e
- Fix dxtn build.
...
svn path=/trunk/; revision=35265
2008-08-10 16:25:26 +00:00
Ged Murphy
197cc3f634
Give Techbot the ability to check for and ghost existing bots, then rename itself
...
svn path=/trunk/; revision=35264
2008-08-10 13:06:58 +00:00
Hervé Poussineau
b2a074adbf
Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules
...
svn path=/trunk/; revision=35263
2008-08-10 11:42:31 +00:00
Hervé Poussineau
0cf60adb98
On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl
...
svn path=/trunk/; revision=35262
2008-08-10 11:33:33 +00:00
Hervé Poussineau
f7de51f699
Use a .spec file for ntoskrnl.
...
Keep specific .def for ARM, as long as it has not been tested
svn path=/trunk/; revision=35261
2008-08-10 11:23:16 +00:00
Hervé Poussineau
889aabd999
Fix exports
...
svn path=/trunk/; revision=35258
2008-08-10 09:48:25 +00:00
Hervé Poussineau
041e42b57d
I was wrong, because KeUpdateSystemTime prototype is not the same on all platforms
...
svn path=/trunk/; revision=35256
2008-08-10 09:02:49 +00:00
Hervé Poussineau
d28b074156
Remove stdcall decorations to fix build.
...
Real fix should be available soon.
svn path=/trunk/; revision=35253
2008-08-10 06:50:29 +00:00
Hervé Poussineau
876fa09ee5
Try to fix some symbol names
...
svn path=/trunk/; revision=35252
2008-08-10 05:47:20 +00:00
Timo Kreuzer
8eb52874be
- add more accelerator flags for xform objects
...
- add MATRIX structure using FLOATOBJ instead of EFLOAT_S (which is a x86 specific structure)
svn path=/trunk/; revision=35249
2008-08-09 22:42:35 +00:00
Jeffrey Morlan
809dd4cd3c
- Fix the way the start command parses its arguments. Previously, the arguments were split up using split() and then the parts intended for the program were recombined, but this is wrong because it cannot preserve quotes. Changed cmd_start to do tokenization itself instead.
...
- Implement "title", /Ddirectory, /MIN, /MAX, and /WAIT options.
- Remove 'first' variable which only ever contained the name of "start" itself - all the places where it was used appear to be mistakes; replaced with 'rest'.
- Fix crash that happened when attempting to start a file with no extension.
svn path=/trunk/; revision=35248
2008-08-09 21:51:34 +00:00
Hervé Poussineau
f763594308
Fix prototype
...
svn path=/trunk/; revision=35247
2008-08-09 20:14:29 +00:00
Aleksey Bragin
8f4d636360
- MmAdjustWorkingSetSize has 4 parameters, not 3.
...
svn path=/trunk/; revision=35243
2008-08-09 17:55:35 +00:00
Ged Murphy
bca74ffa16
- Don't use LoadIcon, it's broken as it incorrectly calls LoadImage
...
- This fixes the ugly treeview icons
- *note, cursor/icon loading code needs revising
svn path=/trunk/; revision=35242
2008-08-09 16:40:43 +00:00
Dmitry Chapyshev
2ca0e5562e
- Update Russian translation
...
svn path=/trunk/; revision=35241
2008-08-09 16:16:49 +00:00
Hervé Poussineau
aeedb31a0f
Add module linker flags after project flags, so project ones can be overridden
...
svn path=/trunk/; revision=35240
2008-08-09 16:01:20 +00:00
Dmitry Chapyshev
1f86650758
- Fix typo
...
svn path=/trunk/; revision=35239
2008-08-09 15:59:08 +00:00
Dmitry Chapyshev
2b53cd4661
- Update Russian translation
...
svn path=/trunk/; revision=35238
2008-08-09 15:56:18 +00:00
Dmitry Chapyshev
addd8647a6
- Update Russian translation
...
svn path=/trunk/; revision=35236
2008-08-09 15:18:20 +00:00
Hervé Poussineau
85355cf4c8
Add missing APIENTRY
...
svn path=/trunk/; revision=35235
2008-08-09 14:47:13 +00:00
Hervé Poussineau
3423abf125
Add missing APIENTRY
...
svn path=/trunk/; revision=35234
2008-08-09 14:24:51 +00:00
Hervé Poussineau
8648e50340
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35233
2008-08-09 14:19:48 +00:00
Hervé Poussineau
1b69810a3b
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35232
2008-08-09 14:10:04 +00:00
Hervé Poussineau
9a953b4c78
Fix vDbgPrintExWithPrefix export
...
svn path=/trunk/; revision=35230
2008-08-09 13:56:45 +00:00
Hervé Poussineau
9b782f79ec
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35227
2008-08-09 13:10:39 +00:00
Hervé Poussineau
a4ca6c1704
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35225
2008-08-09 13:07:18 +00:00
Hervé Poussineau
4f84f4dabf
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35221
2008-08-09 11:12:15 +00:00
Hervé Poussineau
1a3e978ddd
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35220
2008-08-09 09:42:43 +00:00
Hervé Poussineau
3744b87979
Fix build
...
svn path=/trunk/; revision=35219
2008-08-09 09:26:00 +00:00
Hervé Poussineau
a5f5b8583f
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35218
2008-08-09 09:25:21 +00:00
Hervé Poussineau
a19e408738
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35217
2008-08-09 09:06:04 +00:00
Dmitry Chapyshev
eaab13c551
- Update & fix Russian translation
...
svn path=/trunk/; revision=35216
2008-08-09 08:36:34 +00:00
Hervé Poussineau
e8502792bb
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35215
2008-08-09 08:35:36 +00:00
Hervé Poussineau
2a95f43a4e
Fix User32InitializeImmEntryTable export
...
svn path=/trunk/; revision=35214
2008-08-09 08:29:31 +00:00
Hervé Poussineau
55953529e3
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35213
2008-08-09 08:26:56 +00:00
Dmitry Chapyshev
506a86fe51
- Update Russian translation
...
svn path=/trunk/; revision=35212
2008-08-09 08:23:45 +00:00
Hervé Poussineau
0f760a46fd
Define exported functions as WINAPI
...
svn path=/trunk/; revision=35211
2008-08-09 08:20:58 +00:00
Hervé Poussineau
b978aa5399
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35210
2008-08-09 08:18:55 +00:00
Hervé Poussineau
389c99370d
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35209
2008-08-09 08:09:40 +00:00
Hervé Poussineau
ce5c619db0
Fix exports
...
svn path=/trunk/; revision=35208
2008-08-09 07:57:02 +00:00
Hervé Poussineau
765c4f1ae6
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35207
2008-08-09 07:56:27 +00:00
Hervé Poussineau
e784b26eb0
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35206
2008-08-09 07:55:45 +00:00
Hervé Poussineau
4a9c4de4f4
Replace .def file by a .spec file
...
svn path=/trunk/; revision=35205
2008-08-09 07:01:23 +00:00
Johannes Anderwald
782a7d5ea7
- add 2 resource strings
...
- rewrite recyclebin item handling
- partly implement recycle bin item context menu
- rewrite Trash_CanTrashFile to support volume serial numbers
- recycle bin shows now correct deleted file details for files
svn path=/trunk/; revision=35204
2008-08-09 01:48:18 +00:00
Johannes Anderwald
bab735cf05
* add registry key for bitbucket shell folder
...
svn path=/trunk/; revision=35203
2008-08-08 22:31:15 +00:00
Johannes Anderwald
c817f603ac
- add a baseaddress for SXS (based on Vista SP1)
...
svn path=/trunk/; revision=35202
2008-08-08 22:28:16 +00:00
Johannes Anderwald
66105f44ec
* register printer shell folder
...
* move printer column descriptors to resource files
* fix enumeration of printers
svn path=/trunk/; revision=35201
2008-08-08 21:50:24 +00:00
Johannes Anderwald
a6c16c0cd1
* add missing return
...
* implement context menu handling of font items for font shell folder
svn path=/trunk/; revision=35200
2008-08-08 20:26:52 +00:00
Dmitry Chapyshev
6ee6160ac0
- Update Russian translation
...
svn path=/trunk/; revision=35199
2008-08-08 19:59:41 +00:00
Johannes Anderwald
316da61ad2
sorry, fix build
...
svn path=/trunk/; revision=35198
2008-08-08 19:51:29 +00:00