Timo Kreuzer
d79659982b
rbuild files use tab indentation
...
svn path=/trunk/; revision=30674
2007-11-22 15:12:39 +00:00
Christoph von Wittich
17e098c5bf
fix msvc build
...
svn path=/trunk/; revision=30673
2007-11-22 14:28:21 +00:00
Christoph von Wittich
db79be2e33
fix memory corruption
...
svn path=/trunk/; revision=30672
2007-11-22 14:06:12 +00:00
Art Yerkes
95dd7ac0b9
Fix prefast errors (submitted by Christoph Von Wittich)
...
1 Function was unused.
lock.c: Add missing null check.
svn path=/trunk/; revision=30671
2007-11-22 12:10:08 +00:00
Christoph von Wittich
f8d4f55a39
fix some PREfast warnings
...
svn path=/trunk/; revision=30670
2007-11-22 11:54:26 +00:00
Christoph von Wittich
1c2dcfb8fa
fix a PREfast warning
...
svn path=/trunk/; revision=30669
2007-11-22 11:48:43 +00:00
Christoph von Wittich
d8bcaefe5e
fix some PREfast warnings
...
svn path=/trunk/; revision=30668
2007-11-22 11:36:32 +00:00
Christoph von Wittich
485fb49bc0
fix msvc build by replacing DDKAPI with NTAPI (both __stdcall)
...
fix some format strings
svn path=/trunk/; revision=30667
2007-11-22 11:27:17 +00:00
Christoph von Wittich
fd1d7e0437
don't return a value in a void function
...
svn path=/trunk/; revision=30666
2007-11-22 11:12:39 +00:00
Aleksey Bragin
4349c4c375
Dmitry Chapyshev <lentind@yandex.ru>
...
- Add two include files from Wine, they will be needed for a DLL to be committed later.
svn path=/trunk/; revision=30665
2007-11-22 09:42:50 +00:00
Daniel Reimer
9a06cfbe8c
German Translations for ipconfig, clb.dll and rasapi32.dll
...
tbd: modemui and appwiz
svn path=/trunk/; revision=30664
2007-11-22 09:16:23 +00:00
Aleksey Bragin
479e1def7c
Dmitry Chapyshev <lentind@yandex.ru>
...
- Add russian translation for screensavers.
svn path=/trunk/; revision=30663
2007-11-22 09:11:32 +00:00
Aleksey Bragin
1632a10382
Dmitry Chapyshev <lentind@yandex.ru>
...
- Add more defines to ras.h and rasdlg.h
svn path=/trunk/; revision=30662
2007-11-22 09:06:12 +00:00
Thomas Bluemel
55e7ab53a2
Add a hack for SPI_GETKEYBOARDCUES
...
svn path=/trunk/; revision=30661
2007-11-22 05:36:01 +00:00
Thomas Bluemel
e4c06afd1d
Forward WM_UPDATEUISTATE to DefWindowProc
...
svn path=/trunk/; revision=30660
2007-11-22 05:33:22 +00:00
Thomas Bluemel
c0a6ffd7ce
- Support DT_PREFIXONLY and DT_HIDEPREFIX in DrawTextEx
...
- Support DSS_PREFIXONLY and DSS_HIDEPREFIX in DrawState
svn path=/trunk/; revision=30659
2007-11-22 00:40:24 +00:00
Thomas Bluemel
682de0efb8
Add missing definitions
...
svn path=/trunk/; revision=30658
2007-11-22 00:38:24 +00:00
Thomas Bluemel
9e7d6ab10e
- Display cues and focus when hitting the ALT key.
...
- Simplify broadcasting the UI state change
svn path=/trunk/; revision=30657
2007-11-22 00:09:21 +00:00
Colin Finck
cb52e39d9f
Update mingw headers to version 3.13
...
Patch by encoded
I made the following modifications to the patch:
- excpt.h - Removed the inclusion of <windef.h>, it caused compilation problems and I don't see a need for it, also CRT headers shouldn't include PSDK headers at all
- tchar.h - Removed the file as it would most-probably interfere with our PSDK tchar.h and this shouldn't be a CRT header
- values.h - Removed the file, it has no real content
- varargs.h - Removed the file, it just contains a #include_next line to include the next available varargs.h, also #include_next directives aren't supported by MSVC
See issue #2736 for more details.
svn path=/trunk/; revision=30656
2007-11-21 23:50:03 +00:00
Colin Finck
fdc5759408
Get avtest to build again by adding the _NTDDK_ define
...
See issue #2220 for more details.
svn path=/trunk/; revision=30655
2007-11-21 22:41:24 +00:00
Christoph von Wittich
45c4d83bf6
fix some format strings
...
svn path=/trunk/; revision=30652
2007-11-21 21:25:26 +00:00
Christoph von Wittich
c045e00d74
SetDlgItemText doesn't like NULL
...
svn path=/trunk/; revision=30650
2007-11-21 21:02:16 +00:00
Christoph von Wittich
29135cfaaf
fix some PREfast warnings
...
svn path=/trunk/; revision=30649
2007-11-21 20:35:52 +00:00
Colin Finck
4183277285
Bulgarian translations by Станев (sstpr AT narod DOT ru)
...
See issue #2838 for more details.
svn path=/trunk/; revision=30647
2007-11-21 20:23:15 +00:00
Christoph von Wittich
c07289cdd1
fix some warnings
...
svn path=/trunk/; revision=30646
2007-11-21 20:14:25 +00:00
Aleksey Bragin
7353b246e9
Dmitry Chapyshev <lentind@yandex.ru>
...
- Add russian translation.
- Fix control's size (in all languages).
svn path=/trunk/; revision=30645
2007-11-21 19:54:06 +00:00
Thomas Bluemel
e0aab6ead8
Only update the UI state if the dialog is a top level window. If it is a client window (e.g. a property sheet or embedded dialog) we simply copy the UI state from the parent.
...
svn path=/trunk/; revision=30644
2007-11-21 19:53:09 +00:00
Christoph von Wittich
7e90f1d184
set DRIVER_DISPATCH where needed
...
svn path=/trunk/; revision=30643
2007-11-21 19:37:33 +00:00
Christoph von Wittich
8780344b1b
fix condition
...
svn path=/trunk/; revision=30642
2007-11-21 19:11:40 +00:00
Christoph von Wittich
5d2b1b1435
fix a format string
...
svn path=/trunk/; revision=30641
2007-11-21 17:28:15 +00:00
Christoph von Wittich
3da1b0d2e9
fix some format strings
...
svn path=/trunk/; revision=30640
2007-11-21 17:20:36 +00:00
Christoph von Wittich
20d54e190b
fix building with msvc
...
svn path=/trunk/; revision=30639
2007-11-21 17:18:25 +00:00
Christoph von Wittich
13381f6a4b
don't assign DO_DIRECT_IO directly to DeviceObject->Flags
...
set DRIVER_DISPATCH where needed
svn path=/trunk/; revision=30638
2007-11-21 17:11:49 +00:00
Christoph von Wittich
e7df482753
fix some format strings
...
svn path=/trunk/; revision=30637
2007-11-21 17:08:21 +00:00
Christoph von Wittich
2ebb95a057
fix some format strings
...
svn path=/trunk/; revision=30636
2007-11-21 16:50:07 +00:00
Colin Finck
06d7a1861b
Add the greek translation for comctl32 from Wine on request of Apostolos Alexiadis (djapal AT gmail DOT com)
...
He published it some months ago in bug 2464, then sent it to Wine and now it got applied there.
As I don't want to risk new regressions, I only imported the translation from Wine instead of doing a full winesync.
svn path=/trunk/; revision=30634
2007-11-21 16:27:35 +00:00
Christoph von Wittich
37f215e162
don't assign DO_DIRECT_IO directly to DeviceObject->Flags
...
svn path=/trunk/; revision=30633
2007-11-21 16:01:59 +00:00
Colin Finck
3d3273d8a4
Italian translation for mstsc by Gabriel Ilardi (gabrielilardi AT hotmail DOT it)
...
See issue #2794 for more details.
svn path=/trunk/; revision=30632
2007-11-21 15:58:33 +00:00
Ged Murphy
ff3ab4a9f3
add some basic command line parsing
...
svn path=/trunk/; revision=30631
2007-11-21 15:58:00 +00:00
Christoph von Wittich
6f2afc126e
fix format strings
...
svn path=/trunk/; revision=30630
2007-11-21 15:55:58 +00:00
Christoph von Wittich
96cebf42c3
set DRIVER_CANCEL and DRIVER_DISPATCH where needed
...
svn path=/trunk/; revision=30629
2007-11-21 15:53:31 +00:00
Christoph von Wittich
e4a00dc451
don't include crt
...
define STDCALL
svn path=/trunk/; revision=30628
2007-11-21 15:46:38 +00:00
Christoph von Wittich
ddcd968807
initialize Bios Parameter Block
...
fix building with msvc
svn path=/trunk/; revision=30627
2007-11-21 15:40:41 +00:00
Colin Finck
16a82647de
Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
...
See issue #2836 for more details.
svn path=/trunk/; revision=30625
2007-11-21 14:26:42 +00:00
Colin Finck
d257461c98
Update information about shell32, it has been forked at Wine-20071011
...
svn path=/trunk/; revision=30623
2007-11-21 12:17:44 +00:00
Christoph von Wittich
1b69e6d038
adding back -enable-stdcall-fixup linkerflag
...
svn path=/trunk/; revision=30622
2007-11-21 11:47:58 +00:00
Aleksey Bragin
27cfa889db
- Slightly reformat.
...
svn path=/trunk/; revision=30621
2007-11-21 11:21:07 +00:00
Aleksey Bragin
776a248981
- Remove stupid and greatly broken "let's wait in a loop, while querying current time" by calls to KeDelayExecutionThread().
...
svn path=/trunk/; revision=30620
2007-11-21 11:18:15 +00:00
Aleksey Bragin
ac0ce5049d
- Implement some roothub URB handling, and generic URB completion (copied from EHCI's).
...
- Now OHCI is able to read ports statuses, and even discovers a low-speed device connected to the port, however port status clearing doesn't seem to work.
svn path=/trunk/; revision=30619
2007-11-21 11:15:43 +00:00
Christoph von Wittich
aeab4b393d
fix some PREfast warnings
...
svn path=/trunk/; revision=30618
2007-11-21 11:09:47 +00:00