Filip Navara
a1f1c3b257
- Fixed BitBlts from 4bpp surfaces.
...
svn path=/trunk/; revision=8916
2004-03-28 23:25:48 +00:00
Filip Navara
acc112d9d4
- Fixed non-SRCCOPY BitBlts to 1bpp surfaces.
...
svn path=/trunk/; revision=8915
2004-03-28 23:24:57 +00:00
Gé van Geldorp
cdaaa65096
Simple font substitution and matching
...
svn path=/trunk/; revision=8914
2004-03-28 22:39:59 +00:00
Martin Fuchs
77684eece7
compiler friendly access operator implemantation
...
svn path=/trunk/; revision=8913
2004-03-28 22:17:49 +00:00
Thomas Bluemel
4309d1082e
Partly (not working) implementation of TransparentBlt()
...
svn path=/trunk/; revision=8912
2004-03-28 21:46:26 +00:00
Martin Fuchs
50c2bd5cc2
avoid GCC complaining about: "ISO C++ says that String XMLStorage::XMLNode::operator[](const char *) const' and
String & XMLStorage::XMLNode::operator[](const String &)' are ambiguous even though the worst conversion for the former is better than the worst conversion for the latter
...
svn path=/trunk/; revision=8911
2004-03-28 21:04:00 +00:00
Filip Navara
741870b134
DbgPrint -> DPRINT
...
svn path=/trunk/; revision=8910
2004-03-28 20:44:09 +00:00
Martin Fuchs
9447d23bc1
option "display version on desktop background"
...
svn path=/trunk/; revision=8908
2004-03-28 20:32:23 +00:00
Martin Fuchs
f2d4a56a85
option "display version on desktop background"
...
svn path=/trunk/; revision=8907
2004-03-28 20:32:21 +00:00
Martin Fuchs
3bf2b751a9
UNICODE optimizations
...
svn path=/trunk/; revision=8906
2004-03-28 18:10:48 +00:00
Filip Navara
0831947d6c
- I accidently ommited two '*' and caused a random crashes when DriverEntry didn't return STATUS_SUCCESS.
...
svn path=/trunk/; revision=8905
2004-03-28 17:08:55 +00:00
Filip Navara
c05238d39f
- Fixed a dumb ExFreePool that I accidently left there.
...
svn path=/trunk/; revision=8904
2004-03-28 17:01:10 +00:00
Thomas Bluemel
352d841f3b
fixed a crash caused by removing a message twice from the queue
...
svn path=/trunk/; revision=8903
2004-03-28 16:21:58 +00:00
Martin Fuchs
bdaa4495d0
more configuration options:
...
- show/hide clock
- disable automatic notification icon hiding
svn path=/trunk/; revision=8902
2004-03-28 14:55:18 +00:00
Thomas Bluemel
86d212c244
added basic sas window, some other modifications
...
svn path=/trunk/; revision=8901
2004-03-28 12:21:41 +00:00
Thomas Bluemel
fa00201ce1
basic implementation of WlxLoggedOutSAS()
...
svn path=/trunk/; revision=8900
2004-03-28 12:19:07 +00:00
Filip Navara
a24291f78a
- Fixed a minor bug in IopLoadServiceModule that caused crashes for disabled drivers.
...
svn path=/trunk/; revision=8899
2004-03-28 12:03:25 +00:00
Martin Fuchs
bbc679d779
make config option "show-hidden notification icons" persistent
...
svn path=/trunk/; revision=8898
2004-03-28 12:00:46 +00:00
Filip Navara
6d1dae4a75
- Fixed line endings.
...
svn path=/trunk/; revision=8897
2004-03-28 09:52:18 +00:00
Filip Navara
c734759964
- Minor cleanup and fixed few memory leaks on driver unload.
...
svn path=/trunk/; revision=8896
2004-03-28 09:48:13 +00:00
Martin Fuchs
5c7330b4d4
smart XML formating
...
svn path=/trunk/; revision=8895
2004-03-28 09:34:43 +00:00
Thomas Bluemel
7d9ce02db4
implemented WlxDisplaySASNotice()
...
svn path=/trunk/; revision=8894
2004-03-27 23:24:51 +00:00
Martin Fuchs
25c77834ce
Merge Wine commit:
...
Martin Fuchs <martin-fuchs@gmx.net>
Call IShellExecuteHook interface for ShellExecute() calls with ID
lists.
svn path=/trunk/; revision=8893
2004-03-27 21:19:27 +00:00
Gé van Geldorp
ac44e25672
Fix LOGFONT conversion in CreateFontIndirectA()
...
svn path=/trunk/; revision=8892
2004-03-27 21:07:33 +00:00
Filip Navara
014d8e9588
- Rewritten some driver loading functions to get higher control of the driver loading and initialization process (Fixes bug #263 ).
...
- Added support for lower level filter drivers.
svn path=/trunk/; revision=8891
2004-03-27 19:41:32 +00:00
Martin Fuchs
bf1b24c1fb
- XMLChildrenFilter iterator
...
- correctly encode special characters while writing XML strings
- MIT license for XmlStorage classes
svn path=/trunk/; revision=8890
2004-03-27 18:08:42 +00:00
Gé van Geldorp
287b32c870
Return empty instead of NULL region for invisible windows
...
svn path=/trunk/; revision=8889
2004-03-27 15:16:05 +00:00
Martin Fuchs
0fa710246c
rollback changes when cancelling notify icon configuration dialog
...
svn path=/trunk/; revision=8888
2004-03-27 14:02:28 +00:00
Gé van Geldorp
dd3a343e64
Implement scrollbar controls
...
svn path=/trunk/; revision=8887
2004-03-27 10:46:32 +00:00
Martin Fuchs
0529529902
readll ntdll lib for DbgPrint
...
svn path=/trunk/; revision=8886
2004-03-27 09:23:05 +00:00
Martin Fuchs
9b62efc1ca
Merge of Wine commit:
...
Martin Fuchs <martin-fuchs@gmx.net>
Implementation of IPersistFile::IsDirty().
svn path=/trunk/; revision=8885
2004-03-27 09:16:08 +00:00
Martin Fuchs
796ec35113
Merge of Wine commit:
...
Robert Shearman <R.J.Shearman@warwick.ac.uk>
Allow passing NULL to ILFindLastID.
Patch: http://cvs.winehq.org/patch.py?id=11621
svn path=/trunk/; revision=8884
2004-03-27 09:12:05 +00:00
Martin Fuchs
9477018084
merge Wine commit:
...
Modified files:
dlls/shell32 : shellole.c shell32_main.h pidl.h pidl.c
folders.c enumidlist.c control.c Makefile.in
Added files:
dlls/shell32 : cpanelfolder.c cpanel.h
Log message:
Martin Fuchs <martin-fuchs@gmx.net>
Implementation of the control panel folder in shell namespace.
Patch: http://cvs.winehq.org/patch.py?id=11721
svn path=/trunk/; revision=8883
2004-03-27 09:08:10 +00:00
Martin Fuchs
63c5fcc117
merge Wine commit:
...
Martin Fuchs <martin-fuchs@gmx.net>
- Fix handling of %2, %3, ... and lower case format characters in
SHELL_ArgifyW().
- Move "%I" expansion from ShellExecuteEx() into common function
SHELL_ArgifyW().
- Pass buffer length to SHELL_FindExecutable().
- FIXME comment for len paramater in SHELL_ArgifyW().
Ge van Geldorp <ge@gse.nl>
- Add double quotation marks unless we already have them (e.g.: "%1"
%* for exefile).
- Remove unnecessary double quotation marks and command line arguments.
Patch: http://cvs.winehq.org/patch.py?id=11706
svn path=/trunk/; revision=8882
2004-03-27 09:07:42 +00:00
Art Yerkes
2673c9cd5e
Fixed make bootcd on windows and cross.
...
svn path=/trunk/; revision=8881
2004-03-27 06:23:37 +00:00
Art Yerkes
fa4663f158
Define TOPDIR to . if not defined (for make bootcd)
...
svn path=/trunk/; revision=8880
2004-03-27 04:33:15 +00:00
Thomas Bluemel
3868dbd0a0
a few more minor speed-up
...
svn path=/trunk/; revision=8879
2004-03-27 00:35:02 +00:00
Thomas Bluemel
bf9c49bb8b
little speed-up
...
svn path=/trunk/; revision=8878
2004-03-26 23:48:47 +00:00
Gé van Geldorp
367dea79d9
Add riched32.dll
...
svn path=/trunk/; revision=8877
2004-03-26 23:13:58 +00:00
Gé van Geldorp
c84ea8d62e
libexpat.dll was moved
...
svn path=/trunk/; revision=8876
2004-03-26 23:01:44 +00:00
Martin Fuchs
b2221ecb04
add original .cvsignore entries
...
svn path=/trunk/; revision=8875
2004-03-26 21:20:30 +00:00
Martin Fuchs
1589b3aa3a
add original .cvsignore entries
...
svn path=/trunk/; revision=8874
2004-03-25 18:02:56 +00:00
Thomas Bluemel
fcc80b7588
added missing .cvsignore file
...
svn path=/trunk/; revision=8873
2004-03-25 15:16:42 +00:00
Gé van Geldorp
a4c2f8ebd3
Make sure submenus are marked as popups
...
svn path=/trunk/; revision=8872
2004-03-25 12:32:13 +00:00
Gé van Geldorp
95d5ae34d2
Don't reserve space for empty menubar
...
svn path=/trunk/; revision=8871
2004-03-25 11:40:41 +00:00
Eric Kohl
9e558fcc6a
- Implement ImpersonateLoggedOnUser().
...
- Moved some security related functions to better places.
svn path=/trunk/; revision=8870
2004-03-25 11:30:07 +00:00
Gé van Geldorp
8a8167ab4d
Set correct colors before calling owner-drawn handler
...
svn path=/trunk/; revision=8869
2004-03-25 08:51:44 +00:00
Gunnar Dalsnes
9d7050fddd
add RtlCreateCriticalSectionSpinCount + fix
...
svn path=/trunk/; revision=8868
2004-03-24 23:43:52 +00:00
Gunnar Dalsnes
29a9d5c519
add RtlCreateCriticalSectionSpinCount
...
svn path=/trunk/; revision=8867
2004-03-24 23:42:39 +00:00
Emanuele Aliberti
458909a9c0
Initialize LPC-related fields in ETHREAD.
...
svn path=/trunk/; revision=8866
2004-03-24 22:00:39 +00:00