Martin Fuchs
448af8f18a
added locale resources
...
svn path=/trunk/; revision=7695
2004-01-16 23:09:01 +00:00
Martin Fuchs
182cd0377f
don't clear GetTimeFormat() flags when calling RosGetTimeFormat()
...
svn path=/trunk/; revision=7694
2004-01-16 23:08:38 +00:00
Martin Fuchs
1c99ac5f74
Don't specify any specific time format for the clock.
...
svn path=/trunk/; revision=7693
2004-01-16 22:53:12 +00:00
Eric Kohl
7a72b1d1a7
Add creation of administrator profile.
...
svn path=/trunk/; revision=7692
2004-01-16 21:33:23 +00:00
Martin Fuchs
4e0b597dfa
added language resources for english, german and french
...
svn path=/trunk/; revision=7691
2004-01-16 21:08:32 +00:00
Thomas Bluemel
9ef2c888de
show <JUNCTION> "type" in dir listing
...
svn path=/trunk/; revision=7690
2004-01-16 19:58:47 +00:00
Thomas Bluemel
06866a65df
show <JUNCTION> "type" in dir listing
...
svn path=/trunk/; revision=7689
2004-01-16 19:57:13 +00:00
Gé van Geldorp
660a7812d3
Serialize access to display driver. Fixes serious display corruption
...
with the VGA driver: drawing function starts and sets up VGA registers,
mouse moves and pointer needs to be redrawn for which VGA registers
are changed, then drawing function continues with wrong registers
svn path=/trunk/; revision=7688
2004-01-16 19:32:00 +00:00
Gé van Geldorp
0fd869efa8
Don't use RECTL structure in ntoskrnl
...
svn path=/trunk/; revision=7686
2004-01-16 15:39:28 +00:00
Eric Kohl
c97ad8c5de
Create user profile directory by copying the default user directory.
...
Prepare to copy the default user hive.
svn path=/trunk/; revision=7684
2004-01-16 15:31:53 +00:00
Filip Navara
4dbcbd1b9d
Fixed window activation bug (GA_ROOTOWNER -> GA_ROOT).
...
svn path=/trunk/; revision=7683
2004-01-16 13:28:29 +00:00
Gé van Geldorp
b91ffe51dc
Patch by Filip Navara.
...
Fix window activation flickering
svn path=/trunk/; revision=7682
2004-01-16 13:26:26 +00:00
Gé van Geldorp
ade9a80f9a
Store area touched by mouse pointer as this may be larger than the cursor
...
size. Fixes bug #63 .
svn path=/trunk/; revision=7679
2004-01-16 13:18:23 +00:00
Gé van Geldorp
3fb858b15e
Adjust for cabinet/oledlg
...
svn path=/trunk/; revision=7677
2004-01-16 13:08:56 +00:00
Mark Tempel
9d16b51f6b
Add winfile back into the build.
...
svn path=/trunk/; revision=7676
2004-01-16 05:17:31 +00:00
Mark Tempel
c26a81328e
Update makefile to build winfile again.
...
svn path=/trunk/; revision=7675
2004-01-16 05:12:03 +00:00
Mark Tempel
9b74fe4b28
Add the net apps back into the default build.
...
svn path=/trunk/; revision=7674
2004-01-16 04:44:41 +00:00
Mark Tempel
d57d41f1f8
Update ping to build again.
...
Remove some errors.
svn path=/trunk/; revision=7673
2004-01-16 04:43:19 +00:00
Mark Tempel
f1ec3f9804
Update finger to build again.
...
svn path=/trunk/; revision=7672
2004-01-16 04:42:06 +00:00
Mark Tempel
d236f9c5f7
Update to build snmpapi.a
...
svn path=/trunk/; revision=7671
2004-01-16 04:35:07 +00:00
Mark Tempel
f118079b90
Update to add in some typedefs needed my winsock2.h
...
svn path=/trunk/; revision=7670
2004-01-16 03:41:13 +00:00
Mark Tempel
aab70138d5
Update to add in some typedefs needed my winsock2.h
...
svn path=/trunk/; revision=7669
2004-01-16 03:35:03 +00:00
Thomas Bluemel
0cf7978c58
Draw window icons into the title bar.
...
However SendMessageTimeout() needs to be implemented to get it working properly (and also DrawIconEx() has to be extended to use StretchBlt() in order to get drawing big icons poperly.
svn path=/trunk/; revision=7668
2004-01-15 22:33:30 +00:00
Gé van Geldorp
304b25bbb6
Allow building with released 2.4 w32api and current pre-2.5 CVS w32api
...
svn path=/trunk/; revision=7667
2004-01-15 22:21:36 +00:00
Martin Fuchs
b125070d51
remove unused variable 'commandlen'
...
svn path=/trunk/; revision=7666
2004-01-15 22:20:57 +00:00
Martin Fuchs
17198161b0
use return value of GetLocaleInfoW() in GetTimeFormatW()
...
svn path=/trunk/; revision=7665
2004-01-15 22:10:29 +00:00
Martin Fuchs
41fd456b47
- merged in WineHQ's shell32 commit about "Get rid of W->A calls for shlexec" and FindExecutableW()
...
- fixed some errors with wrong buffer lengths for wide character strings when calling RegQueryValueW()
svn path=/trunk/; revision=7664
2004-01-15 22:09:33 +00:00
Gé van Geldorp
c15141cd94
Patch by Filip Navara.
...
- Unlock DC in error case.
svn path=/trunk/; revision=7663
2004-01-15 21:03:05 +00:00
Gé van Geldorp
a51baa3efc
Patch by Filip Navara.
...
- Fixed foolish comparing of window handle and pointer.
- Fixed dereferencing of not referenced window in WinPosSetWindowPos.
svn path=/trunk/; revision=7662
2004-01-15 21:02:39 +00:00
Gé van Geldorp
78bad70f56
Patch by Filip Navara
...
- Removed nonsense code for activating invisible windows in NtUserCreateWindowEx.
svn path=/trunk/; revision=7661
2004-01-15 21:02:09 +00:00
Gé van Geldorp
c2b74fc86f
Patch by Filip Navara.
...
- Don't ask twice for window from the same specified point.
svn path=/trunk/; revision=7660
2004-01-15 21:01:40 +00:00
Gé van Geldorp
1ccba09119
Patch by Filip Navara.
...
- Don't try to move window on the top if it is already.
- Removed small block of commented-out code.
- Activated the message queue locking which caused dead-lock earlier.
svn path=/trunk/; revision=7659
2004-01-15 21:00:49 +00:00
Gé van Geldorp
aded6947aa
Patch by Filip Navara.
...
- Fixed IsChild.
svn path=/trunk/; revision=7658
2004-01-15 20:59:57 +00:00
Gé van Geldorp
6afe5b36ec
Patch by Filip Navara.
...
- Work on correctly activating the MDI child windows.
svn path=/trunk/; revision=7657
2004-01-15 20:59:35 +00:00
Gé van Geldorp
077f983899
Fix VGA display corruption caused by mouse pointer
...
svn path=/trunk/; revision=7649
2004-01-15 16:29:10 +00:00
Eric Kohl
9595c8617b
Implemented most of the user profile creation.
...
svn path=/trunk/; revision=7646
2004-01-15 14:59:06 +00:00
Eric Kohl
4a42875891
Resorted dlls and made libwine a static library.
...
svn path=/trunk/; revision=7645
2004-01-15 10:32:19 +00:00
Eric Kohl
9dfb5ee1cc
Fixed a potential cause of registry corruption in NtSetValueKey():
...
- Mark all modified cells dirty.
- Allocate value cell after value list cell has been created or resized.
svn path=/trunk/; revision=7643
2004-01-15 09:26:56 +00:00
Martin Fuchs
c6f4c292e9
changed comment to a better description
...
svn path=/trunk/; revision=7642
2004-01-15 08:29:15 +00:00
Mark Tempel
0acbe2acf6
Really fix the make file this time (and add the maze demo back in :) )
...
svn path=/trunk/; revision=7641
2004-01-15 06:36:44 +00:00
Mark Tempel
4729e23087
Remove finger from the list of apps to build. This allows the apps list to make untill the header issues involved with network applications can be worked out.
...
svn path=/trunk/; revision=7640
2004-01-15 06:32:25 +00:00
Mark Tempel
4f49fbcdbc
Update to remove a bit of MFC style preprocessor abuse to get this application to compile.
...
svn path=/trunk/; revision=7639
2004-01-15 05:27:18 +00:00
Gé van Geldorp
f3691049d8
Bump version number on HEAD
...
svn path=/trunk/; revision=7635
2004-01-14 23:40:14 +00:00
Richard Campbell
782a2efe59
changed explorer slightly
...
svn path=/trunk/; revision=7633
2004-01-14 23:28:33 +00:00
Gé van Geldorp
490c55529b
Set explorer as default shell
...
svn path=/trunk/; revision=7632
2004-01-14 23:21:31 +00:00
Gé van Geldorp
0a8c4b149b
Add creation of command prompt shortcut on desktop
...
svn path=/trunk/; revision=7631
2004-01-14 23:17:50 +00:00
Gé van Geldorp
89cfa2f16d
Fix crash when clicking outside any button
...
svn path=/trunk/; revision=7630
2004-01-14 23:16:59 +00:00
Gé van Geldorp
95adb6598c
Return nTrackPos if requested
...
svn path=/trunk/; revision=7629
2004-01-14 22:18:35 +00:00
Gé van Geldorp
1ec39bbe83
Rename SEVERITY_* constants to SYSSETUP_SEVERITY_* to avoid naming conflict
...
svn path=/trunk/; revision=7628
2004-01-14 22:15:09 +00:00
Richard Campbell
73b055af44
added small FIXME note.
...
svn path=/trunk/; revision=7627
2004-01-14 21:41:24 +00:00