Commit graph

30290 commits

Author SHA1 Message Date
Johannes Anderwald
433a6fb967 - add SHOpenWithDialog prototype and structure
svn path=/trunk/; revision=32891
2008-04-07 21:40:55 +00:00
James Tabor
b242c12bdc - Remove old pump hook and use new client thread information. Tested with Qemu and installed and run more than twice FF 1.5.03.
svn path=/trunk/; revision=32890
2008-04-07 19:02:21 +00:00
Daniel Reimer
fab0ebbcca Polish Language Update by Olaf Siejka.
svn path=/trunk/; revision=32889
2008-04-07 11:51:00 +00:00
Dmitry Chapyshev
9921ac8bcb - Update Russian translation
svn path=/trunk/; revision=32888
2008-04-07 07:19:42 +00:00
James Tabor
ef08f7b929 - Plugged in client thread information, tested with Qemu.
- Add small fix to IntBroadcastSystemMessage structure.

svn path=/trunk/; revision=32887
2008-04-07 05:01:34 +00:00
Timo Kreuzer
b862b0731a PatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
- remove last traces of my dyslexia also known as GDIOBJ_AllocObjDepricated
- fix a typo

svn path=/trunk/; revision=32886
2008-04-06 23:20:31 +00:00
Colin Finck
15542bb4da Vytis Girdžijauskas (cman AT cman DOT us)
- Allow evironment variables to be used in the "Wallpaper" registry value.
- Do not display the file suffix after adding a wallpaper through the "Browse" dialog.

Changes by me:
- After using the "Browse" dialog, select the newly added item and scroll to the bottom to show it
- Add the LVS_SHOWSELALWAYS style to the ListViews, so items are also highlighted, when the ListView does not have the focus (same as WinXP does)

See issue #2746 for more details.

svn path=/trunk/; revision=32885
2008-04-06 18:36:08 +00:00
James Tabor
46780ff6d7 - Implement SendMessageCallbackA/W, user32 only.
- Add client thread infomation structure to W32THREADINFO. Nothing is plugged in yet, the code is there.
- Fix IntBroadcastSystemMessage to correct filter action. More work is needed since our message system has issues.
- This could be a good project for newbies, rewrite message system could be placed into a branch.

svn path=/trunk/; revision=32884
2008-04-06 18:24:30 +00:00
Sylvain Petreolle
03d8f3eaa9 fix baseaddress.rbuild
svn path=/trunk/; revision=32883
2008-04-06 18:02:45 +00:00
Sylvain Petreolle
3e16aa2bb5 according to fireball's comment,
complete baseaddress.rbuild sort by base address.

svn path=/trunk/; revision=32882
2008-04-06 15:24:06 +00:00
Aleksey Bragin
22861055b2 - Sync to Wine, fixes hlink_winetest build.
svn path=/trunk/; revision=32881
2008-04-06 12:31:24 +00:00
Johannes Anderwald
8859e03110 - fix build
svn path=/trunk/; revision=32880
2008-04-06 08:38:24 +00:00
Johannes Anderwald
ede86166e7 - implement PickIconDlg
- fix bug a shellink property dialog

svn path=/trunk/; revision=32879
2008-04-06 04:30:43 +00:00
Johannes Anderwald
33ba9dadb0 - add missing constants
svn path=/trunk/; revision=32878
2008-04-06 03:05:23 +00:00
Art Yerkes
05686732ed Fix resource initialization order in vfat too.
svn path=/trunk/; revision=32877
2008-04-05 23:22:02 +00:00
Art Yerkes
6a48cc1f2e Initialize this resource before the first potential use.
svn path=/trunk/; revision=32876
2008-04-05 23:12:05 +00:00
Johannes Anderwald
3baec3ddb1 - fix alignment issues in input.dll
- patch by Vytis Girdzijauskas, cman[at]cman[dot]us
See issue #3169 for more details.

svn path=/trunk/; revision=32875
2008-04-05 22:43:21 +00:00
James Tabor
faae08b50a BroadcastSystemMessage:
- Implement User half only.
- Introduce example use for NtUserMessageCall.
- IntBroadcastSystemMessage is based on Wine LGPL implementation http://www.winehq.org/pipermail/wine-cvs/2008-April/042051.html .
- Wine testing needed to be change by adding message range parameter check. The range was from 0 to -1 and check for resulting errors that conformed to XP.
- Need to move BROADCASTPARM to include/X/X/ntuser.h or other after Dr. Timo finishes header realignment.

svn path=/trunk/; revision=32874
2008-04-05 18:05:11 +00:00
Johannes Anderwald
a98f6a04f1 - use GetTickCount64 over GetSystemTime as the time reported has more reasonable values :)
svn path=/trunk/; revision=32873
2008-04-05 13:46:41 +00:00
Johannes Anderwald
25ea1cddfe - sorry again...
svn path=/trunk/; revision=32870
2008-04-05 11:03:55 +00:00
Johannes Anderwald
76a59c8312 - change statistics to display number of bytes received / send instead of number of packets
- dont show a decimal seperator

svn path=/trunk/; revision=32869
2008-04-05 11:00:29 +00:00
James Tabor
8ab61dee39 Update NtUserMessageCall prototype. Used Wine message tests to track down types.
svn path=/trunk/; revision=32867
2008-04-05 05:44:45 +00:00
Timo Kreuzer
801083bac5 Patch by Vytis Girdzijauskas (cman[at]cman[dot]us):
make mazescr show fullscreen

svn path=/trunk/; revision=32866
2008-04-05 00:25:22 +00:00
Timo Kreuzer
e17e36c352 cleanup gdiobj.c:
- use small header
- reorder code
- replace some #if GDI_DEBUG code with macros
- remove old GdiHdrXxx macros
- replace some pointless inline functions with the real code
- NtGdiExtGetObjectW: NTAPI -> W32KAPI APIENTRY

svn path=/trunk/; revision=32865
2008-04-04 23:35:43 +00:00
Aleksey Bragin
4907715e08 - Move msxml3.dll's preferred base to a better address.
svn path=/trunk/; revision=32864
2008-04-04 17:06:35 +00:00
Aleksey Bragin
5424717d47 - Again: baseaddress.rbuild is sorted BY BASE ADDRESS, not by alphabet!
svn path=/trunk/; revision=32863
2008-04-04 16:52:55 +00:00
The Wine Synchronizer
bd382346bb Autosyncing with Wine HEAD
svn path=/trunk/; revision=32862
2008-04-04 16:43:16 +00:00
The Wine Synchronizer
b6f11d466c Autosyncing with Wine HEAD
svn path=/trunk/; revision=32861
2008-04-04 15:10:09 +00:00
The Wine Synchronizer
eed95ce510 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32860
2008-04-04 14:43:57 +00:00
The Wine Synchronizer
eefe82711d Autosyncing with Wine HEAD
svn path=/trunk/; revision=32859
2008-04-04 14:41:46 +00:00
Hervé Poussineau
6cf19300da Add some constants/prototypes
svn path=/trunk/; revision=32858
2008-04-04 14:41:24 +00:00
The Wine Synchronizer
bd0a4ba0a2 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32857
2008-04-04 14:35:37 +00:00
Hervé Poussineau
654adfc684 Add some constants
svn path=/trunk/; revision=32856
2008-04-04 14:28:24 +00:00
The Wine Synchronizer
1ee43a9673 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32855
2008-04-04 14:27:55 +00:00
The Wine Synchronizer
8efd56e824 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32854
2008-04-04 14:15:40 +00:00
The Wine Synchronizer
8ca8760017 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32853
2008-04-04 13:51:01 +00:00
The Wine Synchronizer
8488824241 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32852
2008-04-04 13:49:05 +00:00
The Wine Synchronizer
e8871311fd Autosyncing with Wine HEAD
svn path=/trunk/; revision=32851
2008-04-04 13:46:58 +00:00
Hervé Poussineau
2eb2d42e01 Add some prototypes
svn path=/trunk/; revision=32850
2008-04-04 13:44:06 +00:00
The Wine Synchronizer
e1e678b0f2 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32849
2008-04-04 13:43:40 +00:00
The Wine Synchronizer
5ef42dd10a Autosyncing with Wine HEAD
svn path=/trunk/; revision=32848
2008-04-04 13:28:59 +00:00
The Wine Synchronizer
f59a940b00 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32847
2008-04-04 13:26:49 +00:00
Hervé Poussineau
d4fba75f4c Try to fix build
svn path=/trunk/; revision=32846
2008-04-04 13:24:40 +00:00
The Wine Synchronizer
8de0c452ba Autosyncing with Wine HEAD
svn path=/trunk/; revision=32845
2008-04-04 13:24:16 +00:00
The Wine Synchronizer
9374baba9d Autosyncing with Wine HEAD
svn path=/trunk/; revision=32844
2008-04-04 13:20:27 +00:00
The Wine Synchronizer
9adffe12c6 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32843
2008-04-04 13:13:15 +00:00
Hervé Poussineau
7557cf6102 Update header
svn path=/trunk/; revision=32842
2008-04-04 13:10:46 +00:00
Hervé Poussineau
14017cc967 Try to fix build
svn path=/trunk/; revision=32841
2008-04-04 12:30:11 +00:00
The Wine Synchronizer
d47984be22 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32840
2008-04-04 12:21:42 +00:00
The Wine Synchronizer
a92ed506c9 Autosyncing with Wine HEAD
svn path=/trunk/; revision=32839
2008-04-04 12:16:03 +00:00