TodoList

Wine TODO List

Top level page for fixes and improvements for Wine.

Various Projects

Conformance Tests

Results from our conformance tests are posted here:http://test.winehq.org/data/ These tests need fixing so that they don't fail on Windows. There's always a need for volunteers to run the test suite on their boxes as well as help fix them.

If you would like to run the tests on your box, you can download a prebuilt Windows EXE from here: http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/

Smatch

Smatch is basically a patch to gcc-3.1.1 that makes gcc dump out its internal representation of the code and a set of perl modules/scripts to ease the parsing of the dumped code. Most of the perl scripts are for the Linux kernel but writing new scripts seems to be easy.

Michael Stefaniuc adapted an existing script for the kernel to find code paths with missing LeaveCriticalSection's. Scripts to find some other useful things like fd, DC, and GDI object leaks should be easy to write.

There is a web page about Wine and Smatch. It includes also a table with the bugs found by the smatch scripts: http://people.redhat.com/mstefani/wine/smatch/

Miscellaneous Tasks

  • Code a tool to check wine configuration (e.g. ptrace bug, cdrom device access, opengl direct rendering,...)
  • Make a D3D demo to include the Wine source - spinning Wine glass and Tux logo?
  • Add i18n section to Wine Developer's Guide
  • Handling initial install & upgrades

  • Inter-process handle management
  • I18N status tool
  • Use dsw2make from MinGW in winemaker

  • Create new winedesktop tool
  • Move all Wine-specific macros to aclocal

  • Performance-related bugs - speed things up a bit

  • also see http://www.winehq.org/site/status_todo

  • Fix bugs about UnimplementedFunctions in wine Bug list

  • Improve the documentation. It has been suggested a number of times on wine-users that the user documentation needs improvement. Wine has three sources of documentation that could be improved in one way or another:

TodoList (last edited 2008-03-25 21:14:26 by JamesEder)