projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implemented DrawPrimitiveStrided and DrawIndexPrimitiveStrided.
[wine]
/
tools
/
2002-12-16
Francois Gouget
On Windows windef.h must be included before winbase.h.
tree
|
commitdiff
2002-12-16
Francois Gouget
Add '--' option for passing extra arguments to the...
tree
|
commitdiff
2002-12-15
Ove Kaaven
Output raw ICOM-less C/C++ interface definitions by...
tree
|
commitdiff
2002-12-15
Jeff Smith
Updated winemaker to account for change in wine's linki...
tree
|
commitdiff
2002-12-15
Alexandre Julliard
Added support for defining forward functions as stdcall...
tree
|
commitdiff
2002-12-15
Alexandre Julliard
Added y.tab.[ch] pseudo-dependencies to fix parallel...
tree
|
commitdiff
2002-12-15
Dimitrie O. Paun
Teach mingwrap to use winewrap to do the linking, just...
tree
|
commitdiff
2002-12-15
Dimitrie O. Paun
Small cleanups to match current build process.
tree
|
commitdiff
2002-12-15
Ove Kaaven
Include guiddef.h in widltypes.h.
tree
|
commitdiff
2002-12-13
Dimitrie O. Paun
New wine build utility that should make it easy for...
tree
|
commitdiff
2002-12-12
Jeff Smith
Add 'distclean' target to winemaker-generated projects.
tree
|
commitdiff
2002-12-12
Dimitrie O. Paun
Do not display the long options in the usage message...
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Implemented import libraries; on Unix we import the...
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Made stdcall decoration in .def files the default,...
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Added list of symbols to ignore by default in winebuild.
tree
|
commitdiff
2002-12-12
Alexandre Julliard
Warning fix.
tree
|
commitdiff
2002-12-11
Alexandre Julliard
Wine internal includes should not be in the include...
tree
|
commitdiff
2002-12-11
Dimitrie O. Paun
wrc should be aware of the location of the system headers.
tree
|
commitdiff
2002-12-11
Alexandre Julliard
Updated to the latest version.
tree
|
commitdiff
2002-12-11
Alexandre Julliard
Try to open source file in current directory first...
tree
|
commitdiff
2002-12-11
Francois Gouget
Fix stderr redirection.
tree
|
commitdiff
2002-12-10
Alexandre Julliard
winnt.h should not be self-contained, it must depend...
tree
|
commitdiff
2002-12-10
Dimitrie O. Paun
Gracefully degrade to getopt if getopt_long does not...
tree
|
commitdiff
2002-12-07
Alexandre Julliard
Replaced 'ignore' spec file directive by the -i option.
tree
|
commitdiff
2002-12-06
Alexandre Julliard
Check file header to differentiate between object files...
tree
|
commitdiff
2002-12-06
Alexandre Julliard
Fixed mingwrap install command.
tree
|
commitdiff
2002-12-06
Dimitrie O. Paun
Make wrc command line compatible with windres.
tree
|
commitdiff
2002-12-06
Alexandre Julliard
Fixed passing of -DINCLUDEDIR when building mingwrap.
tree
|
commitdiff
2002-12-05
Dimitrie O. Paun
New MinGW wrapper that makes gcc on Linux behave like...
tree
|
commitdiff
2002-12-05
Sylvain Petreolle
Install apps in windows\system since that's what the...
tree
|
commitdiff
2002-12-03
Ove Kaaven
Parse the NOT operator, the [idempotent] attribute...
tree
|
commitdiff
2002-11-30
Patrik Stridvall
- Fixed bug caused by changes to Wine.
tree
|
commitdiff
2002-11-30
Ove Kaaven
Handle encapsulated unions in a cleaner (and less buggy...
tree
|
commitdiff
2002-11-27
Patrik Stridvall
- API files update.
tree
|
commitdiff
2002-11-24
Gerald Pfeifer
Avoid using labels at the end of commpound statements.
tree
|
commitdiff
2002-11-22
Alexandre Julliard
Removed support for converting old format config, every...
tree
|
commitdiff
2002-11-21
Matthew Davison
Remove obsolete --enable-opengl.
tree
|
commitdiff
2002-11-21
Shachar Shemesh
- If running wineinstall and asking not to install...
tree
|
commitdiff
2002-11-21
Ove Kaaven
Added "generate headers only" command-line option....
tree
|
commitdiff
2002-11-20
Tisheng Chen
Added Simplified Chinese support.
tree
|
commitdiff
2002-11-20
Alberto Massari
winedump was still using the "init" keyword in the...
tree
|
commitdiff
2002-11-18
Alexandre Julliard
Removed support for 'rsrc' spec file statement.
tree
|
commitdiff
2002-11-18
Vincent Béron
Removed some unused types.
tree
|
commitdiff
2002-11-18
Alberto Massari
Install link to rundll32.exe too.
tree
|
commitdiff
2002-11-13
Alexandre Julliard
Make sure widl doesn't depend on the headers it has...
tree
|
commitdiff
2002-11-13
Alexandre Julliard
Moved rpc.h inclusion in widl-generated file so that...
tree
|
commitdiff
2002-11-12
Ove Kaaven
Support for enums, arrays, encapsulated unions, signed...
tree
|
commitdiff
2002-11-12
Patrik Stridvall
Added tests for a few new DLLs.
tree
|
commitdiff
2002-11-11
Dimitrie O. Paun
Rewrite make_ctests and runtest in shell.
tree
|
commitdiff
2002-11-11
Patrik Stridvall
- API files update.
tree
|
commitdiff
2002-11-06
Eric Frias
Added quotes to assembly language output.
tree
|
commitdiff
2002-11-06
Patrik Stridvall
- Added code for detection of missing types.
tree
|
commitdiff
2002-11-06
Alexandre Julliard
Added winebuild -e option to specify the entry point...
tree
|
commitdiff
2002-11-06
Patrik Stridvall
API files update.
tree
|
commitdiff
2002-11-04
Alexandre Julliard
Made the dll entry point default to DllMain and removed...
tree
|
commitdiff
2002-11-04
Alexandre Julliard
Hack to detect register functions automatically so...
tree
|
commitdiff
2002-11-04
Patrik Stridvall
- Updated it to support changes in Wine.
tree
|
commitdiff
2002-11-04
Patrik Stridvall
Added tests for normal types (not just structures).
tree
|
commitdiff
2002-10-29
Alexandre Julliard
Removed no longer needed support for patching the debug...
tree
|
commitdiff
2002-10-29
Patrik Stridvall
API file update.
tree
|
commitdiff
2002-10-29
Patrik Stridvall
Add new options --wine and --winetest so workspace...
tree
|
commitdiff
2002-10-29
Patrik Stridvall
Added support for excluding optional fields.
tree
|
commitdiff
2002-10-25
Andreas Mohr
- check for root user
tree
|
commitdiff
2002-10-23
Patrik Stridvall
- Added proper parsing of the Makefile.in's to find...
tree
|
commitdiff
2002-10-23
Patrik Stridvall
Fixed mismatches between the Wine headers and the Micro...
tree
|
commitdiff
2002-10-23
Patrik Stridvall
Minor modifications and improvements.
tree
|
commitdiff
2002-10-21
Vincent Béron
Run regedit even if not installed.
tree
|
commitdiff
2002-10-19
Uwe Bonnes
demangle_datatype: delete superflous free().
tree
|
commitdiff
2002-10-19
Martin Fuchs
Corrected the alignment of unicode message table string...
tree
|
commitdiff
2002-10-19
Alexandre Julliard
Converted the server to -DSTRICT.
tree
|
commitdiff
2002-10-18
Alexandre Julliard
Merged wine_call_to_16_long and wine_call_to_16_short...
tree
|
commitdiff
2002-10-18
Patrik Stridvall
- Better .dsp file generation for .exe outputs
tree
|
commitdiff
2002-10-15
Patrik Stridvall
- Fixed broken winapi_extract options --{pseudo-,}stub...
tree
|
commitdiff
2002-10-15
Patrik Stridvall
Don't use a special header file for macros used in...
tree
|
commitdiff
2002-10-15
Vincent Béron
Actually compile Wine even if not installing as root.
tree
|
commitdiff
2002-10-13
Vincent Béron
Allow wineinstall to be run from tools/ or from the...
tree
|
commitdiff
2002-10-11
Patrik Stridvall
- Improved alignment and offset calculations.
tree
|
commitdiff
2002-10-09
Alexandre Julliard
Don't list register functions in the .def file.
tree
|
commitdiff
2002-10-09
Patrik Stridvall
Reorganized the code for better support of data structu...
tree
|
commitdiff
2002-10-07
Eric Pouech
Fixed segv when incorrect command line arguments where...
tree
|
commitdiff
2002-10-03
Alexandre Julliard
Added process_id_t and thread_it_t types to the server...
tree
|
commitdiff
2002-10-02
Patrik Stridvall
- Minor improvements.
tree
|
commitdiff
2002-10-02
Alexandre Julliard
Preliminary support for dumping NE binaries.
tree
|
commitdiff
2002-10-02
Patrik Stridvall
- API file update.
tree
|
commitdiff
2002-10-01
Patrik Stridvall
- Added a new tool winapi_test for generating tests.
tree
|
commitdiff
2002-09-29
Bill Medland
Minor typo fix.
tree
|
commitdiff
2002-09-27
Francois Gouget
Updated the wrapper code to match the new naming execut...
tree
|
commitdiff
2002-09-26
Francois Gouget
Bring the naming of libraries and executable up to...
tree
|
commitdiff
2002-09-25
Alexandre Julliard
Moved ts_xlib.c into x11drv and removed libwine_tsx11.
tree
|
commitdiff
2002-09-24
Alexandre Julliard
Removed some more TSX11 functions and files.
tree
|
commitdiff
2002-09-24
Patrik Stridvall
- Don't add standard headers for the dll separation...
tree
|
commitdiff
2002-09-24
Alexandre Julliard
Removed a bunch of no longer used TSX wrappers.
tree
|
commitdiff
2002-09-24
Patrik Stridvall
- Added support for %struct16 (used by CLSID).
tree
|
commitdiff
2002-09-23
Patrik Stridvall
- Made the new C parser handle the current Wine source.
tree
|
commitdiff
2002-09-23
Francois Gouget
Install notepad.exe in c:\windows too.
tree
|
commitdiff
2002-09-20
Jon Griffiths
Update output for current build process.
tree
|
commitdiff
2002-09-20
Jon Griffiths
Documentation update.
tree
|
commitdiff
2002-09-18
Martin Wilck
Make all target names lower case.
tree
|
commitdiff
2002-09-17
Martin Wilck
Fix "install" and "uninstall" targets: .exe -> .exe...
tree
|
commitdiff
2002-09-17
Jan Kratochvil
Bug fix.
tree
|
commitdiff
next