projects
/
wine
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wine
2001-01-12
Mike McCormack
Swap lpOverlapped parameters in ReadFile and WriteFile.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-12
Jon Griffiths
Fixes as a result of testing builtin crtdll against...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-12
Chris Morgan
Updated messages with new config files in mind to keep...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-12
Susan Farley
Implemented most functionality. TODO lists whats left.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
John R. Sheets
Implemented stubs for IWebBrowser in shdocvw.dll.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Nathan Neulinger
Renamed struct option to avoid conflicts with getopt.h.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Jon Griffiths
Added binary compatible __EH_prolog.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Josh DuBois
Added a simple usage() function.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Alexandre Julliard
No longer used.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
John R. Sheets
Correct some cut & paste typos.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Chris Morgan
Update for the new config format and location of the...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
François Gouget
Create the main_target in single-target mode.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Dmitry Timoshkov
Fix the return value of WM_GETTEXT in the edit control.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Dmitry Timoshkov
Various combobox fixes.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Chris Morgan
Removed some unnecessary defines after profile.c cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Ulrich Weigand
Fixed unnamed union dummy names.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Ulrich Weigand
Replaced architecture-dependent configure checks by...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Ulrich Weigand
Added missing prototypes to avoid compile warnings...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Ulrich Weigand
Work around problems on Solaris if config.h is not...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-11
Ulrich Weigand
Fixed byteorder problems caused by non-portable code.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Jon Griffiths
- Migrate CRTDLL to MSVCRT.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Alexandre Julliard
Removed all traces of the --config option.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Gavriel State
Reenabled DXGrab option.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Dmitry Timoshkov
Synchronize the sizes of the external and internal...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Gerard Patel
Fixed returned length for LB_GETTEXT.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Alexandre Julliard
Added nls to EXTRASUBDIRS.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Chris Morgan
Removed use of outdated WINE_INI environment variable...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
James Hatheway
es->buffer_size is not always the length of the text...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Gerard Patel
Added a specific debug channel for dll loading (builtin...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Joerg Mayer
Fixed some signed/unsigned warnings.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Mike McCormack
Implemented asynchronous ReadFile and WriteFile.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
François Gouget
Require that the user specify a work directory. This...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
François Gouget
Only copy the dwSize bytes really occupied by lpPropShe...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Eric Pouech
For the Global*Ptr* set of macros, replace the 16bit...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-10
Ulrich Czekalla
Only call TOOLBAR_CalcToolbar when parameters change.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Dmitry Timoshkov
Added unicode window proc for the listbox control.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
Test for NULL and LPSTR_TEXTCALLBACK before using lpCol...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Gerald Pfeifer
Fixed some incorrect format strings.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Alexandre Julliard
Removed obsolete file.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
Move HDWP to winuser.h.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Ryan Cumming
Make CDROM_GetLabel return 0 in the event of failure...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
David Elliott
Fixed usage of RegEnumValueA.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Huw D M Davies
Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Huw D M Davies
Actually call CDROM_Audio_GetTracksInfo when retrieving
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
SERVICE_AddObject check for NULL handles in addition to
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
The last parameter of CreateFile should be 0 (aka NULL...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
pty_handle is a HANDLE, not an int.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
François Gouget
(configure) Look for the headers in $WINE_ROOT/include...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Gerard Patel
Send the creation notification to the true owner of...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Ulrich Czekalla
Ensure there is an edit control when we reset contents.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Ulrich Czekalla
Adjust item rects by horizontal scrollbar offset.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-09
Gerard Patel
Fixed TCM_GetRowCount.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Alexandre Julliard
Need to import user32 even though we don't use symbols...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Leonard Norrgård
Reference $(SRCDIR) when installing the perl script...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Gerard Patel
Changed string pointer calculation.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Huw D M Davies
Moved all the documented shlwapi functions out of undoc...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Marcus Meissner
Removed one &, now CoCreateInstance() of ddraw objects...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Mike McCormack
Calculate the timeout time once when the async is created.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Mike McCormack
Implemented HasOverlappedCompleted macro.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Dmitry Timoshkov
Add missing mapping for LB_FINDSTRINGEXACT message...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-07
Dmitry Timoshkov
Combobox should clear its current selection on response to
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Alexandre Julliard
Use the exe name and file handle we got from the server...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Alexandre Julliard
Added separate queue for "system" APCs that get called...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Alexandre Julliard
Removed old format config file.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
François Gouget
Modify the look of bitmap menu items to match Win95...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
François Gouget
Fixed some HFILE vs. HANDLE mismatches.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Eric Pouech
Forced loading of msacm32 when msacm is loaded.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Huw D M Davies
Implement InternetCanonicalizeUrl.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Johan Gill
Added a more truthful message about what really is...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Marcus Meissner
Don't call QueryAbort16() in WriteSpool16(), since...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-06
Andreas Mohr
Took a stab at implementing LBS_NOSEL.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Alexandre Julliard
Send the exe file handle in init_process_done request.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Alexandre Julliard
Avoid crashing on invalid lines during config file...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Huw D M Davies
Implemented a few Url* functions.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Dmitry Timoshkov
Added unicode window proc for combobox control.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Dmitry Timoshkov
Added unicode window proc for the static control.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Mike McCormack
Returning success for unknown WSCNTL_TCPIP_QUERY_INFO...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Andreas Mohr
Mouse events fix.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
François Gouget
I triple checked but yes, CHOOSECOLOR.hInstance is...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
François Gouget
We must cast the return value of GetProcAddress.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
François Gouget
The WndProc function was missing the CALLBACK modifier.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
François Gouget
The first 2 parameters of WinMain are HINSTANCEs, not...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-05
Dmitry Timoshkov
Fixed some problems with scrolling in the edit control.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Francois Gouget
Removed the 'fn' prefix (i.e. ICOM_FN).
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Alexandre Julliard
Authors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Eric Pouech
Added a few missing parts.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Francois Gouget
Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Alexandre Julliard
Removed obsolete code.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Alexandre Julliard
Fixed dll dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Eric Pouech
Now using manifest constant instead of raw values for...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Mike McCormack
Added Ulrich Weigand's description of KERNEL32_99.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Mike McCormack
Some borken memory monitoring programs divide by dwTota...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Jon Griffiths
Added spec generation tool specmaker.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Guy L. Albertelli
Reimplemented "relay=" and "snoop=" suboptions.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
François Gouget
Moved the function pointer types to their rightful...
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Andreas Mohr
Starcraft was confused by a wrong FALSE BitBlt return.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Marcus Meissner
Set fragments for wave input to 7 x 1024 byte.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Eric Pouech
Fixed loading of 16 bit drivers.
commit
|
commitdiff
|
tree
|
snapshot
2001-01-04
Aric Stewart
Fixed a problem where when deleting an item using index...
commit
|
commitdiff
|
tree
|
snapshot
next