Commit graph

29 commits

Author SHA1 Message Date
adam
f044b13b01 Changes 20050211:
* Still more work on the MSI dll.
* More OLE work, including a builtin stdole32.tlb.
* Fixed inter-process window resize and repaint.
* Lots of bug fixes.
2005-02-16 12:22:11 +00:00
adam
4cf8a5c2a1 PLIST fix + depend on fontforge 2005-01-17 15:35:41 +00:00
adam
2c548cb2d2 Changes 20050111:
- Many OLE bug fixes and improvements.
- A lot more work on the MSI dll.
- Update regions now handled in the Wine server.
- Beginnings of typelib generation in the IDL compiler.
- Many janitorial cleanups.
- Lots of bug fixes.
2005-01-14 13:00:05 +00:00
adam
abb86da067 Changes 20040505:
- Many more filesystem improvements, including autodetection
          of drive types and devices, and support for editing the drive
          configuration with winecfg.
        - Many Direct3D improvements.
        - Several fixes to the various sound drivers.
        - Lots of bug fixes
2004-05-06 15:51:35 +00:00
adam
bdd1767538 Changes 20040408:
* DOS devices and drives are now configured through symlinks.
* Many shell32 improvements.
* New task manager merged from ReactOS.
* First version of wineprefixcreate tool for initial setup.
* Lots of bug fixes.
2004-04-09 12:44:22 +00:00
adam
4bd60a0732 Changes 20040309:
* Much improved winegcc tool, now used to build Wine itself.
* VxDs are now separate libraries for better modularity.
* Improvements and simplifications to the drive configuration.
* New setupapi INF script to create the initial registry.
* Many improvements to the various multimedia dlls.
* Lots of bug fixes.
2004-03-12 11:13:48 +00:00
adam
5a485fda44 Changes 20040213:
- Improved support for screen resolution changes.
    - More shell32 improvements.
    - Several Winelib compatibility fixes.
    - Beginnings of support for typelib creation.
    - Lots of bug fixes.
2004-02-16 14:06:58 +00:00
adam
9df1111e47 Changes 20040121:
- Many improvements in the shell32 dll.
- Better support for constructors in C++ Winelib apps.
- Improved Regedit tool.
- Full support for graphic tablets.
- Lots of DirectMusic improvements.
- Better support for video playback.
- Full IME support for Asian locales.
- Lots of bug fixes.

Pkgsrc: wine does not seem to need unlimited data size (in fact, I tried
smaller limit then the default and it worked), so MESSAGE removed.
2004-01-22 15:46:43 +00:00
wiz
47af25a301 Undo previous: committed by accident. 2004-01-17 15:22:22 +00:00
wiz
4d80908b94 Add MESSAGE describing that the data size limit
needs to be raised to run wine.
2004-01-17 15:21:22 +00:00
adam
b3fe5e7d62 WHAT'S NEW with Wine-20031212: (see ChangeLog for details)
- Initial implementation of XDND drag&drop support.
        - Improved startup performance on remote displays.
        - Major improvements in the oleaut32 dll.
        - Some support for Netbios functions.
        - Work around for Exec Shield and prelinking troubles.
        - Many code cleanups.
        - Lots of bug fixes.
2003-12-16 11:10:47 +00:00
adam
520c2913e4 Changes Wine-20031118:
- Many printing improvements.
- Run-time detection of NPTL threading.
- Lots of code merges from Crossover Office 2.1.
- Some reorganization of the source tree.
- Lots of bug fixes.
2003-12-01 15:59:50 +00:00
wiz
adf94daa6f Add some files. 2003-10-26 09:59:42 +00:00
adam
3919a1a995 WHAT'S NEW with Wine-20031016: (see ChangeLog for details)
- Support for the Xrandr extension.
        - Dll separation of kernel and ntdll is finished.
        - Many enhanced metafile improvements.
        - Lots of bug fixes.
2003-10-17 13:54:18 +00:00
wiz
1116f7a369 Sort PLIST. 2003-09-25 13:25:45 +00:00
adam
b9d3b5f352 Changes 20030911:
- Many improvements to the winecfg configuration tool.
- Massive header files cleanup for better source compatibility.
- Some more progress on the kernel/ntdll separation.
- Lots of bug fixes.

Changes 20030813:
- Partial implementation of the Microsoft Installer (msi.dll).
- GUI for regedit (from ReactOS).
- DirectMusic dlls reorganization.
- Many Wininet improvements.
- Lots of bug fixes.
2003-09-15 10:51:36 +00:00
wiz
4c51985391 Install win.ini into examples dir too; use REPLACE_PERL for two perl scripts.
Bump PKGREVISION to 1.
2003-07-19 22:44:56 +00:00
adam
8565056aeb WHAT'S NEW with Wine-20030709:
- Still more Direct3D and DirectSound improvements
- Inter-process clipboard support
- Locale handling improvements
- More progress on the kernel/ntdll separation
- Lots of bug fixes
2003-07-14 11:15:28 +00:00
zuntum
4796206a47 Install share/examples/wine/winedefault.reg by default.
Per suggestion in PR#21560 by Todd Vierling, thanks
2003-07-12 14:33:28 +00:00
adam
2fef7a8259 Updated to wine-20030618 2003-06-23 08:12:57 +00:00
wiz
bad9234c19 Update to 20030219.
Changes:
20021219
- DLL linking now done through import libraries.
- A couple of new tools to make Winelib easier to use.
- Many Direct3D improvements.
- Improved Windows compatibility of the regression tests.
- Lots of bug fixes.
20030115
- Much better header files compatibility in Winelib.
- A ton of Direct3D work.
- Many improvements in sound support.
- New wineboot tool to simulate a Windows reboot.
- Lots of bug fixes.
20030219
- Better dead keys support.
- Many debugger fixes.
- More Direct3D work.
- Lots of bug fixes.
2003-03-04 11:45:58 +00:00
junyoung
a8d811699f Update to 20021125. From Juan <Juan@xtraeme.dyndns.org> via pkg/19309.
WHAT'S NEW with Wine-20021125: (see ChangeLog for details)
	- Finished conversion to STRICT compilation mode.
	- WinHelp revival.
	- Client-side fonts supported even without RENDER extension.
	- Regression tests no longer require Perl.
	- Lots of bug fixes.
2002-12-09 14:42:54 +00:00
wiz
b4d7d56e20 Update to 20021031, based on PR 19039 by Juan RP.
Changes:
- Complete listview overhaul.
- Beginnings of real RPC support.
- Most dlls now build properly in STRICT mode.
- Inter-process window activation and focus handling.
- Many improvements to AVI support.
- Lots of bug fixes.
2002-11-15 18:34:40 +00:00
junyoung
30db644493 Update to 20021007 snapshot. Changes include:
WHAT'S NEW with Wine-20021007: (see ChangeLog for details)
	- Massive listview rewrite.
	- New MS RLE codec.
	- winemaker should be working again.
	- Beginnings of Direct3D 8 support.
	- Lots of bug fixes.

WHAT'S NEW with Wine-20020904: (see ChangeLog for details)
	- Much improved PowerPC support.
	- More correct locale definitions.
	- Progress on the conversion of handle types to pointers.
	- Many Visio and Quicken fixes merged from Crossover.
	- Lots of bug fixes.
2002-10-10 10:48:20 +00:00
junyoung
e8c4d80510 Update to 20020804 snapshot.
WHAT'S NEW with Wine-20020804: (see ChangeLog for details)
	- Beginnings of an IDL compiler.
	- Several new winedbg features.
	- More OLE and shell improvements.
	- NAS and AudioIO sound drivers.
	- Still more Sparc portability fixes.
	- Lots of bug fixes.
2002-08-05 16:38:57 +00:00
junyoung
ff1fda2fd0 Update to 20020710 snapshot. Highlights since 20020411 snapshot include:
WHAT'S NEW with Wine-20020509:
	- More dll separation work.
	- Many async I/O improvements.
	- Still more unit tests.
	- A lot less multimedia code.
	- Many portability fixes, esp. for ReactOS.
	- Lots of bug fixes.

WHAT'S NEW with Wine-20020605:
	- Better Mingw support, including cross-compilation on Linux.
	- Still more dll separation work.
	- Winelib applications now get loaded much like builtin dlls.
	- Some command-line options replaced by config entries.
	- Multimedia improvements, including an MP3 decoder.
	- Massive whitespace cleanup.
	- New Winelib file manager.
	- Lots of bug fixes.

WHAT'S NEW with Wine-20020710:
	- DirectSound 8 and DirectInput 8 support.
	- Many OLE improvements.
	- Support for font downloading in Postscript driver.
	- ALSA sound driver.
	- More portability fixes, particularly for Sparc.
	- Lots of bug fixes.
2002-07-29 09:16:37 +00:00
rh
0de03b66c7 Update wine to 20020411. Changes include:
* Licence changed to LGPL.
    * Beginnings of an SMB client implementation.
    * New naming scheme and location for builtin dlls.
    * aRts sound driver.
    * A bunch of unit tests.
    * Much more complete setupapi implementation.
    * Some dll separation progress.
    * The usual common controls rewrites.
    * Much improved Microsoft Office support.
    * Lots of bug fixes.
2002-04-20 08:20:16 +00:00
junyoung
295e2278da Update Wine to 20020228 snapshot. 2002-03-15 04:10:20 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00