Aleksey Bragin
f5b2746f9a
- Fix PARTITION_STYLE enum to include PARTITION_STYLE_RAW.
...
- Add a few storage-related IOCTLs and GUIDs definitions.
svn path=/trunk/; revision=32798
2008-03-31 18:22:46 +00:00
Aleksey Bragin
b8266b24f2
- Fix a typo in the debug message.
...
svn path=/trunk/; revision=32796
2008-03-31 15:58:59 +00:00
Colin Finck
a5fd44c475
First detect the mouse and then the keyboard as it was done in the old i8042prt driver.
...
If we do it the other way round, some systems throw away settings like the keyboard translation, when detecting the mouse.
All known keyboard and mouse detection problems should be fixed now! :-)
See issue #2790 for more details.
svn path=/trunk/; revision=32795
2008-03-31 15:52:30 +00:00
Ged Murphy
c608364e5a
missed a few bits in cleanup
...
svn path=/trunk/; revision=32794
2008-03-31 15:00:12 +00:00
Ged Murphy
317b7559ff
I wrote a quick skeleton service this morning, thought it might be useful to someone.
...
svn path=/trunk/; revision=32793
2008-03-31 14:41:06 +00:00
Timo Kreuzer
bae8253dc7
fix a typo
...
svn path=/trunk/; revision=32792
2008-03-31 13:44:38 +00:00
Timo Kreuzer
95af11a848
- give the fontview class an EXTLOGFONT to set the font, fixes display of wrong font style.
...
- add font size 8
svn path=/trunk/; revision=32791
2008-03-31 12:48:40 +00:00
Colin Finck
47034d9d29
- Remove much deprecated code for the mouse initialization (had been imported from the ancient psaux.sys driver, which was removed in _r14938_)
...
Do a much simpler initialization instead:
* The "Get ID" command was used for detecting whether a mouse is present.
But it just handled normal mice, IntelliMice and IntelliMice Explorer, although there can be many more possible values for other mice. (see for example http://www.win.tue.nl/~aeb/linux/kbd/scancodes-13.html#mcf2 ).
Also this command isn't available on all systems.
Furthermore we already do a MOUSE_LINE_TEST in i8042BasicDetect, which is the more reliable method to test whether a mouse is plugged in. Therefore this "Get ID" command can be simply removed.
* The whole mouse initialization process now boils down to enabling the mouse itself and in the controller
* All in all, some more mice should be detected now.
- Give i8042IsrWritePort a boolean return value and pass the results of the i8042Write calls
- Replace two i8042Write calls for writing to the mouse by one i8042IsrWritePort call where possible
- Remove the unused KBD_LINE_TEST define
This change was tested under QEMU, VMware and on one real system.
svn path=/trunk/; revision=32790
2008-03-31 12:40:31 +00:00
Daniel Reimer
81d1c9b3ac
Bug 3098: Italian fixes to mstsc by Carlo Bramini (carlo.bramix@libero.it)
...
Bug 3161: Greek patch update by Apostolos Alexiadis (djapal@gmail.com )
svn path=/trunk/; revision=32789
2008-03-31 12:02:52 +00:00
James Tabor
ec07bd1531
Update to Wine. Need winesynced. Tested with Qemu.
...
svn path=/trunk/; revision=32788
2008-03-31 04:55:20 +00:00
James Tabor
068bad469b
Fix GETTEXTEX update it to current sdk and web info.
...
svn path=/trunk/; revision=32787
2008-03-31 04:49:35 +00:00
James Tabor
70b9ba87f0
Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
...
- Remove NtGdiCreateDIBitmap, update all related files.
- Rewrite CreateDIBitmap.
- Tested with Qemu.
svn path=/trunk/; revision=32786
2008-03-30 22:37:42 +00:00
Johannes Anderwald
0ed931896c
- enumerate additional client protocols
...
- retrieve description with RegLoadMUIString
svn path=/trunk/; revision=32785
2008-03-30 22:07:49 +00:00
Colin Finck
b376c055bb
- Reenable the DejaVu font and use it for all purposes except substitudes for "Arial" and "Times New Roman". Keep using the Liberation fonts for these cases.
...
- Finally remove the Bitstream Vera fonts and substitude them by the DejaVu fonts.
The DejaVu fonts were derived from the Bitstream Vera fonts, so they look similar.
svn path=/trunk/; revision=32783
2008-03-30 18:18:53 +00:00
Johannes Anderwald
75637afd81
- fix compilation with msvc8
...
svn path=/trunk/; revision=32782
2008-03-30 10:01:37 +00:00
Aleksey Bragin
891170c25c
- Convert to wmilib.def to wmilib.spec (so far stdcall-fixup was not really working).
...
svn path=/trunk/; revision=32781
2008-03-30 10:00:18 +00:00
Pierre Schweitzer
1c7adb9dd4
Set all FSD (except fastfat.sys) start to 0x4 to let fs_rec.sys doing his job (and matching with Windows...).
...
It will silent ext2 driver.
svn path=/trunk/; revision=32780
2008-03-29 13:40:28 +00:00
James Tabor
499c6cd517
Phase 2:
...
- Implement RtlRegisterWait and RtlDeregisterWait/Ex. Move the function to new file wait.c. Ported from Wine source.
- Completely untested.
- good luck!
svn path=/trunk/; revision=32779
2008-03-29 06:41:30 +00:00
James Tabor
fd52a49081
Phase 1:
...
- Implement RegisterWaitForSingleObject/Ex and UnregisterWait/Ex in stubs.c. I'm not sure where to place the exports. So ATM it is here.
- Stub RtlRegisterWait and RtlDeregisterWait/Ex.
- Import from Wine source and is LGPL.
- Ref: http://source.winehq.org/WineAPI/RtlRegisterWait.html http://source.winehq.org/WineAPI/RtlDeregisterWait.html
svn path=/trunk/; revision=32778
2008-03-29 03:46:17 +00:00
Thomas Bluemel
5b92a7951b
Fix difference in signedness warning
...
svn path=/trunk/; revision=32777
2008-03-29 01:04:33 +00:00
Daniel Reimer
46c8f01954
Clean Up WineFile Folder. The MSVC Files are autogenerated anyway and these ones are rather old.
...
Synched WineFile to recent Wine CVS.
svn path=/trunk/; revision=32776
2008-03-28 14:40:37 +00:00
Daniel Reimer
e9014322e0
Bug 3153, 3154, 3155, 3156, 3157 Korean translations Update by Manatails (admin@manateeshome.com)
...
svn path=/trunk/; revision=32775
2008-03-28 14:35:51 +00:00
Timo Kreuzer
871375bbfb
sorry forgot to commit this one.
...
svn path=/trunk/; revision=32774
2008-03-28 03:44:49 +00:00
Johannes Anderwald
7e4c2d0294
- display properties title for recycle bin folder
...
See issue #3140 for more details.
svn path=/trunk/; revision=32773
2008-03-27 21:02:33 +00:00
Daniel Reimer
f7d5c8c1fe
Once more update WinHelp and wordpad. Seems like we have a problem with wordpad, even on windows. Try open it and goto the options dialog and close it again. Then you will see. Can someone investigate in it?
...
svn path=/trunk/; revision=32772
2008-03-27 13:13:54 +00:00
James Tabor
46599eb3f0
Question is what is its?
...
svn path=/trunk/; revision=32771
2008-03-27 01:41:27 +00:00
KJK::Hyperion
b9e079bdfb
Fix some serious handle table bugs which led to memory corruption and stale values (which led to more memory corruption). Patch by Alex Ionescu.
...
svn path=/trunk/; revision=32770
2008-03-27 01:13:24 +00:00
Daniel Reimer
51a2c9f737
Bug 3144, 3145, 3149, 3151 : Korean Translations by manatails007 (admin@manateeshome.com)
...
Bug 3152 : Greek Update by Apostolos Alexiadis (djapal@gmail.com )
svn path=/trunk/; revision=32769
2008-03-26 20:21:55 +00:00
Gregor Brunmar
3b4d8c9d07
Renamed some internal D3D9 structs as only COM objects should be named _INT
...
svn path=/trunk/; revision=32768
2008-03-26 20:16:07 +00:00
James Tabor
3523e8a76d
Help Stefan out with SEH. It seems to run faster. I guess.
...
svn path=/trunk/; revision=32767
2008-03-26 17:49:18 +00:00
Johannes Anderwald
5fb0c2e1f1
- improve a few parameters checks
...
- should fix bug 3146
See issue #3146 for more details.
svn path=/trunk/; revision=32766
2008-03-26 17:44:08 +00:00
Dmitry Chapyshev
acac2b98e7
- Update headers (Part 2/2)
...
svn path=/trunk/; revision=32765
2008-03-25 17:36:27 +00:00
Dmitry Chapyshev
4f5fb2c4ee
- Remove old gdiplus
...
- Add gdiplus from wine (Part 1/2)
svn path=/trunk/; revision=32764
2008-03-25 17:34:57 +00:00
Daniel Reimer
39f5b70ba0
Update UniATA Driver to Version 0.3.9f. It works well in ROS.
...
thx to Samuel Serapión aka encoded.
svn path=/trunk/; revision=32763
2008-03-24 21:35:52 +00:00
Daniel Reimer
5830d67c51
Update WordPad to recent Wine CVS. Fixes some strange behavior for me.
...
svn path=/trunk/; revision=32762
2008-03-24 16:43:34 +00:00
Colin Finck
29d152f93b
Update the Liberation Fonts to the new versions with full hinting capabilities
...
Source: https://bugzilla.redhat.com/show_bug.cgi?id=427791
svn path=/trunk/; revision=32761
2008-03-23 20:31:25 +00:00
Daniel Reimer
e750b91893
Fix Build on Linux
...
svn path=/trunk/; revision=32760
2008-03-23 17:30:45 +00:00
Timo Kreuzer
114e07cda7
better don't mess with the focus border height
...
svn path=/trunk/; revision=32759
2008-03-23 17:24:54 +00:00
Daniel Reimer
734d2039df
Add the Actual Versions to show the need to update some of them.
...
The non actual ones are:
GNU adns 1.0 REV 1 -> 1.0 REV 5
BZip2 1.0.1 -> 1.0.5
Expat 2.0 -> 2.0.1
libXML 2.6.20 -> 2.6.31
svn path=/trunk/; revision=32758
2008-03-23 16:43:52 +00:00
Daniel Reimer
d05f1896f8
Add the rest of 3rd Party code.
...
svn path=/trunk/; revision=32757
2008-03-23 15:07:26 +00:00
Dmitry Chapyshev
f8f99586b5
- Add RedHat's fonts (Part 3/3)
...
svn path=/trunk/; revision=32756
2008-03-23 14:05:34 +00:00
Dmitry Chapyshev
506cb38c98
- Add RedHat's fonts (Part 2/3)
...
svn path=/trunk/; revision=32755
2008-03-23 14:05:14 +00:00
Dmitry Chapyshev
c018d305da
- Add RedHat's fonts (Part 1/3)
...
svn path=/trunk/; revision=32754
2008-03-23 14:03:48 +00:00
Daniel Reimer
2144cdba3e
Started a text file which shows all 3rd Party Code we use and the Version we use of it (except Wine Syncs, which have their own Document already)
...
While I am on it I synced DejaVu Fonts from 2.17 to 2.24 Version. 21 Fonts updated, 4 deleted.
Hopefully I did it right ;-)
svn path=/trunk/; revision=32753
2008-03-23 13:43:16 +00:00
Daniel Reimer
7cad507b98
Bug 3142: Spanish Translation Updates by Javier Remacha (remialdo@gmail.com)
...
svn path=/trunk/; revision=32752
2008-03-23 13:00:37 +00:00
Daniel Reimer
d018947631
Bug 3142: Spanish Translation Updates by Javier Remacha (remialdo@gmail.com)
...
svn path=/trunk/; revision=32751
2008-03-23 12:59:21 +00:00
Magnus Olsen
6c16e66402
implemented NdisScheduleWorkItem writen by me and arty
...
svn path=/trunk/; revision=32750
2008-03-22 22:11:54 +00:00
Magnus Olsen
9797b5eeb0
add a missing struct NDIS_WORK_ITEM and missing prototype NdisScheduleWorkItem
...
svn path=/trunk/; revision=32749
2008-03-22 20:49:46 +00:00
Timo Kreuzer
12fca51a88
remove duplicate definitions
...
svn path=/trunk/; revision=32748
2008-03-22 14:59:02 +00:00
Magnus Olsen
9a08ab6b7c
Fixing a typo in ndis rename NdisGetSystemUptime to NdisGetSystemUpTime
...
svn path=/trunk/; revision=32747
2008-03-22 09:18:21 +00:00