Colin Finck
256cab14c1
Revert the changes in r29036 to the file "ReactOS-i386.rbuild". They broke build and look like test code for me.
...
svn path=/trunk/; revision=29041
2007-09-14 17:34:37 +00:00
Hervé Poussineau
b2327d1918
Update project dtd file based on usage (doesn't mean it is good and can't be changed anymore)
...
svn path=/trunk/; revision=29040
2007-09-14 17:13:46 +00:00
Hervé Poussineau
47bdba1c9b
Update README.WINE after revision 29034
...
svn path=/trunk/; revision=29039
2007-09-14 17:12:13 +00:00
Hervé Poussineau
58d6c588b0
Delete useless files
...
svn path=/trunk/; revision=29038
2007-09-14 17:10:48 +00:00
Hervé Poussineau
4e99cc9eea
Add missing svn:eol-style=native property
...
svn path=/trunk/; revision=29037
2007-09-14 17:09:45 +00:00
Hervé Poussineau
4b912ebbbc
Clean up .rbuild files and make them xml compliant
...
Inspired by bug 2627
svn path=/trunk/; revision=29036
2007-09-14 17:07:53 +00:00
James Tabor
6aa84d10f7
- Setting up for the User32 part of the win32k rewrite.
...
- Pass window handle and pointer to the current teb callback. This will allow easy and fast read access for user space programs.
- Next will be ValidateHwnd and the rest.
- https://www.microsoft.com/msj/0397/hood/hood0397.aspx
- http://www.winterdom.com/dev/ui/wnd.html
- http://www.mvps.org/user32/modal.html
- http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.kernel/2006-05/msg00522.html
svn path=/trunk/; revision=29035
2007-09-14 15:34:41 +00:00
The Wine Synchronizer
b0de8603f3
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=29034
2007-09-14 08:03:04 +00:00
Hervé Poussineau
6585935cc4
Add imm.h header (enough to let Wine imm.dll compile)
...
svn path=/trunk/; revision=29033
2007-09-14 08:01:57 +00:00
Hervé Poussineau
96cdd6485c
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=29032
2007-09-14 07:22:03 +00:00
James Tabor
05315cb742
It does work. There is another bug in the tree!
...
svn path=/trunk/; revision=29031
2007-09-14 06:37:08 +00:00
James Tabor
a9a5011479
Need to update or sync with wine.
...
svn path=/trunk/; revision=29030
2007-09-14 06:30:26 +00:00
James Tabor
eb04671664
Vitaliy Margolen: Dont exit when double-clicking with right button held.
...
svn path=/trunk/; revision=29029
2007-09-14 06:14:50 +00:00
James Tabor
d5de37fdd3
Fix typo, add extra entry to the structure.
...
svn path=/trunk/; revision=29028
2007-09-14 05:05:35 +00:00
Timo Kreuzer
fa29846725
make upper 16 bit of gdi table entries type field more windows compatible
...
svn path=/trunk/; revision=29027
2007-09-14 02:53:49 +00:00
James Tabor
1c35130224
Add window client information structure to TEB.
...
svn path=/trunk/; revision=29026
2007-09-13 16:57:53 +00:00
Daniel Reimer
c182bbd8d8
Reformat the RC Files of the cpls to use rsrc.rc for including additional languages.
...
*Nameofcpl*.rc should be LANG_NEUTRAL SUBLANG_NEUTRAL.
Add manifest.xml to all CPLs to support skinning from now on.
svn path=/trunk/; revision=29025
2007-09-13 11:40:16 +00:00
Johannes Anderwald
612cdea22b
- implement reading/displaying audio schemes
...
svn path=/trunk/; revision=29024
2007-09-13 03:11:15 +00:00
Johannes Anderwald
e4d4dd3eaa
- implement loading of sound items
...
svn path=/trunk/; revision=29023
2007-09-12 20:22:41 +00:00
Ged Murphy
329da883d0
Set the main icon resource number to 3004. This should ensure SetupDiLoadClassIcon loads it correctly.
...
svn path=/trunk/; revision=29022
2007-09-12 19:00:36 +00:00
Johannes Anderwald
088f9d7355
- start implementing sound scheme dialog
...
svn path=/trunk/; revision=29021
2007-09-12 17:51:51 +00:00
Daniel Reimer
fde1731b49
Translate the Keyboard Settings too.
...
svn path=/trunk/; revision=29019
2007-09-12 15:17:15 +00:00
Ged Murphy
9fdc73bf65
- rewrite the Control code
...
- smooth the progress bar movement
- clean up various other bits
svn path=/trunk/; revision=29018
2007-09-12 13:50:51 +00:00
Ged Murphy
8732a04d4a
Use the handle for ControlService too. This allows me to start and stop my test service (but tcpsvcs hangs on stop)
...
svn path=/trunk/; revision=29017
2007-09-12 09:27:33 +00:00
Ged Murphy
3d95120a59
silence a couple of debug messages I missed
...
svn path=/trunk/; revision=29016
2007-09-12 09:08:11 +00:00
Ged Murphy
4092f435c3
add a client handle to the private interface
...
svn path=/trunk/; revision=29015
2007-09-12 08:47:06 +00:00
Ged Murphy
af45f6b22d
- Share a client service handle with the SCM and use it to identify services.
...
- This fixes the problem where a service name created via CreateService (reg key name) can be different than the one supplied in the call to StartServiceCtrlDispatcher. Windows can still start services in this situation, previously we would fail to find the right service.
svn path=/trunk/; revision=29014
2007-09-12 08:46:00 +00:00
Ged Murphy
b29eee1b73
Receive a client service handle from advapi32 so we can get a permenant link between the SCM and the service
...
svn path=/trunk/; revision=29013
2007-09-12 08:41:00 +00:00
Hervé Poussineau
873c9d539e
Cleanup GetDirectory(), GetFilename() and GetExtension() usage
...
svn path=/trunk/; revision=29012
2007-09-12 07:04:32 +00:00
Andrew Greenwood
b453ee14e3
Modified WINE's winmm.dll to support loading of user-installable drivers
...
from the registry 'Drivers' and 'Drivers32' keys, as Windows does. Also
silenced the beep-MIDI driver (which is supported by winmm! - but
doesn't seem to do much, at least under vmware.)
Added some Drivers32 entries to be loaded by default, to the hivesft.inf
file.
svn path=/trunk/; revision=29011
2007-09-12 00:29:07 +00:00
Ged Murphy
48345d7b1d
make the apps icon a bit neater
...
svn path=/trunk/; revision=29010
2007-09-11 21:56:25 +00:00
Ged Murphy
2f0dcbcdef
delete comments
...
svn path=/trunk/; revision=29006
2007-09-11 13:06:20 +00:00
Ged Murphy
b7d1b4a8f8
- Send the SERVICE_STATUS_HANDLE to the SCM so SetServiceStatus has something to work with
...
- Add control code to stop, pause and resume services and forward it onto the service control handler
svn path=/trunk/; revision=29005
2007-09-11 12:59:38 +00:00
Ged Murphy
c047522694
- store the SERVICE_STATUS_HANDLE and use it for setting service status
...
- add functionality for controlling services
svn path=/trunk/; revision=29004
2007-09-11 12:56:22 +00:00
Aleksey Bragin
108d48388e
- When media is changed, set VolumeDevice's DO_VERIFY_VOLUME flag so it actually gets verified.
...
- IoVerifyVolume() actually gives two successful statuses - STATUS_SUCCESS and STATUS_WRONG_VOLUME. Respect that when processing an device ioctl.
- "Inability to change CD after boot" issue is fixed.
svn path=/trunk/; revision=29002
2007-09-11 10:29:03 +00:00
Hervé Poussineau
cf9e10327c
Rename strFile/strDirectory to a more meaningful name, and move them to appropriate place
...
svn path=/trunk/; revision=29000
2007-09-11 07:14:32 +00:00
Ged Murphy
5425875734
fix the service name to match the registry key
...
svn path=/trunk/; revision=28999
2007-09-10 22:28:34 +00:00
Eric Kohl
f9e9cc03c6
- Enumerate short and long date formats.
...
- Use the currently selected locale id instead of LOCALE_USER_DEFAULT.
svn path=/trunk/; revision=28998
2007-09-10 22:16:01 +00:00
Eric Kohl
9fe96d7b9b
Add missing definitions of EnumDateFormats.
...
svn path=/trunk/; revision=28997
2007-09-10 22:13:52 +00:00
Eric Kohl
edc540afb1
- Enumerate time formats.
...
- The user must able to change the locale id. Move it into a global structure.
- User the selected locale id instead of LOCALE_USER_DEFAULT.
svn path=/trunk/; revision=28996
2007-09-10 20:46:27 +00:00
Eric Kohl
4c8cd18f0e
- Change the currently selected locale id instead of LOCALE_USER_DEFAULT.
...
- Let the user choose between 0 and 9 fractional digits.
- Fix a typo: SendMesssgeW --> SendMessage.
svn path=/trunk/; revision=28995
2007-09-10 20:40:27 +00:00
Aleksey Bragin
6f31706927
- Separate creating partitions objects into a different function (CreatePartitionsObject()).
...
- Slightly improve the logic of accessing the partitions list.
svn path=/trunk/; revision=28993
2007-09-10 16:25:48 +00:00
Eric Kohl
743a10f834
Add missing quotation mark and enable the german translation again.
...
svn path=/trunk/; revision=28992
2007-09-10 13:31:48 +00:00
Hervé Poussineau
0ee69eac89
Fix File::GetFullPath()
...
svn path=/trunk/; revision=28991
2007-09-10 13:20:32 +00:00
Hervé Poussineau
d1a39218b2
Continue rbuild cleanup (File class)
...
svn path=/trunk/; revision=28990
2007-09-10 13:13:16 +00:00
Hervé Poussineau
f19c8990fb
Disable german resource file as it breaks build
...
svn path=/trunk/; revision=28989
2007-09-10 13:00:42 +00:00
Hervé Poussineau
5f5a00646d
Fix rbuild files
...
svn path=/trunk/; revision=28988
2007-09-10 12:21:50 +00:00
Daniel Reimer
c04b494d38
Bug 2643: Ukrainian translation update (temarez@yandex.ru)
...
Fixes in English RC file of Input and a German Translation by myself.
svn path=/trunk/; revision=28987
2007-09-10 10:59:21 +00:00
Hervé Poussineau
621618fbbb
Continue rbuild cleanup (Include class)
...
svn path=/trunk/; revision=28986
2007-09-10 06:52:07 +00:00
James Tabor
f53a2fd07d
We are using it now,,, so clean up before use.
...
svn path=/trunk/; revision=28985
2007-09-10 05:37:57 +00:00