Commit graph

31957 commits

Author SHA1 Message Date
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
Johannes Anderwald e107b6f77d - add 3 resource strings
svn path=/trunk/; revision=35197
2008-08-08 19:48:38 +00:00
Aleksey Bragin b339d8f7b8 - Leftover from the winesync.
svn path=/trunk/; revision=35196
2008-08-08 19:23:07 +00:00
Aleksey Bragin 04f79ee653 - Fix a typo.
- Stubplement one missing function.
- SVN maintenance.

svn path=/trunk/; revision=35195
2008-08-08 19:20:26 +00:00
Johannes Anderwald eb7b80a949 * fully implement enumeration of details for virtual font shell folder
svn path=/trunk/; revision=35194
2008-08-08 19:15:27 +00:00
Stefan Ginsberg 0ceea1dacb - Fix a typo
svn path=/trunk/; revision=35193
2008-08-08 19:08:27 +00:00
Art Yerkes c04d88d406 Merge aicom-network-fixes up to 35189
svn path=/trunk/; revision=35192
2008-08-08 18:38:16 +00:00
Johannes Anderwald 11c23fa25f - implement enumerating of font items
svn path=/trunk/; revision=35191
2008-08-08 18:34:51 +00:00
Jeffrey Morlan b75ff606ba - Fix cmd's SearchForExecutable: it was inside out, giving extension priority over directory.
- Remove code that checked if the file's extension was in PATHEXT. Windows does not check, and it's very handy to be able to "run" non-executable files.
- Allow explicit paths with no backslash (like "A:file")
- Batch: use GetFullPathName to get the batch file's absolute path; this way %~dp0 will always give the right directory even in the weird case of running the .bat via a relative path in PATH. Remove code in SearchForExecutable which tried to make sure it returned an absolute path (but it didn't in that case).

svn path=/trunk/; revision=35187
2008-08-08 16:48:21 +00:00
Johannes Anderwald fbb7095a67 - store all loaded global fonts under HKLM\Software\Microsoft\Windows NT\CurrentVersion\Fonts
svn path=/trunk/; revision=35184
2008-08-08 14:43:43 +00:00
Dmitry Chapyshev acbdcaaf87 - Add sxs.dll from Wine
svn path=/trunk/; revision=35183
2008-08-08 14:32:35 +00:00
Johannes Anderwald f300e6b609 - add a key to list installed sys fonts
svn path=/trunk/; revision=35182
2008-08-08 14:06:28 +00:00
Johannes Anderwald 1ec7752182 - fix typo
svn path=/trunk/; revision=35181
2008-08-08 13:33:50 +00:00
Aleksey Bragin 18dcfea9ac - Plugin the filesystem checker into vfatlib, however leave its invocation #if0-ed out until all problems are solved.
svn path=/trunk/; revision=35180
2008-08-08 09:53:13 +00:00
Aleksey Bragin 7f639dac8f - Fix tamlin's early dosfsck porting attempt (create a temporary buffer for reading 512 bytes, call reading function which creates another buffer for reading 512 bytes, reads data, copies 512 bytes to 512 byte buffer, then the caller copies sizeof(DIR_ENT) out of the last 512 bytes buffer - looks a bit redundant).
svn path=/trunk/; revision=35179
2008-08-08 09:34:23 +00:00
Aleksey Bragin ecc6480fe5 - Remove atari fs support.
- Rename global variables to more meaningful names.
- Add fs_isdirty function to determine is a filesystem is marked as dirty.

svn path=/trunk/; revision=35178
2008-08-08 09:13:21 +00:00
Aleksey Bragin a52cb631cc - Revert NDEBUG in autochk.
svn path=/trunk/; revision=35177
2008-08-08 08:37:20 +00:00
Thomas Bluemel bec4b5d170 Very basic (and incomplete) implementation of SHCreateDesktop and SHDesktopMessageLoop to implement the Progman window class for the shell. This patch has not been submitted to WINE.
svn path=/trunk/; revision=35176
2008-08-08 01:38:18 +00:00
Timo Kreuzer 121717a593 Implement FLOATOBJ api in assembly. ~~ On x86 (and only there) we must not use the FPU in kernel mode code, because the fpu state is not safed on normal context switches. That's why there's the FLOATOBJ api. It provides the needed fp emulation for win32k and drivers. I wrote it in asm to be fast. It's not yet plugged in.
svn path=/trunk/; revision=35175
2008-08-07 22:41:36 +00:00
Hervé Poussineau c3821ec8a5 Replace .def file by a .spec file
svn path=/trunk/; revision=35174
2008-08-07 20:47:54 +00:00
Hervé Poussineau ee1c8b302f Replace .def file by a .spec file
svn path=/trunk/; revision=35173
2008-08-07 20:43:05 +00:00
Hervé Poussineau 2f93772b83 Replace .def file by a .spec file
svn path=/trunk/; revision=35172
2008-08-07 20:38:54 +00:00
Hervé Poussineau 7190d810e8 Replace .def file by a .spec file
svn path=/trunk/; revision=35171
2008-08-07 20:34:19 +00:00
Hervé Poussineau 3fad64777e Replace .def file by a .spec file
svn path=/trunk/; revision=35170
2008-08-07 20:28:13 +00:00