Difference between revisions of "Development"

From WxWiki
Jump to navigation Jump to search
(added task list for doxydocs)
Line 28: Line 28:
 
* [[Development: wxTNG|wxTNG]] - the next big version (wx The Next Generation)
 
* [[Development: wxTNG|wxTNG]] - the next big version (wx The Next Generation)
 
* [[Development: Documentation|Documentation]] - ideas concerning wxWidget's documentation system
 
* [[Development: Documentation|Documentation]] - ideas concerning wxWidget's documentation system
 +
* [[Development: Doxydocs_review|Doxygen documentation reviewing]] - a task list for reviewing the .h doxygen header files automatically-converted from the latex wxWidgets documentation.
 
* [[Development: wxRichTextEditor|wxRichTextEditor]] - the rich text editor for 2.7
 
* [[Development: wxRichTextEditor|wxRichTextEditor]] - the rich text editor for 2.7
 
* [[Development: UTF-8 Support|UTF-8 Support]] - adding support for UTF-8 build mode in wxWidgets and improving the existing Unicode build
 
* [[Development: UTF-8 Support|UTF-8 Support]] - adding support for UTF-8 build mode in wxWidgets and improving the existing Unicode build

Revision as of 06:31, 24 February 2008

New to wxWidgets development? Have something you want to contribute, but don't know how? The contribution guide has the answers you're looking for.

Platform Specific Development Pages: wxCocoa, wxGTK, wxMac, wxMSW, wxWinCE, wxX11, wxPalm

Ongoing Topics

  • Bug Days - schedule of Bug Day events and information on helping
  • Todo List - list of features or bugs that need worked on
  • Student Projects - list of potential projects for students (Google Summer of Code, or otherwise)
  • To be Backported - list of patches to backport to 2.8 from current HEAD (Please consider helping with testing these patches and leave your notes on that page!)
  • Platform Independent Notes - concerns that affect all platforms
  • Incomplete API - interface differences between ports
  • Code Origins - tracking specific pieces of code to verify they don't violate any copyrights
  • Next Release Todo List
  • Buildbot - Documentation for the wxWidgets Buildbot

Current Issues

  • wxTNG - the next big version (wx The Next Generation)
  • Documentation - ideas concerning wxWidget's documentation system
  • Doxygen documentation reviewing - a task list for reviewing the .h doxygen header files automatically-converted from the latex wxWidgets documentation.
  • wxRichTextEditor - the rich text editor for 2.7
  • UTF-8 Support - adding support for UTF-8 build mode in wxWidgets and improving the existing Unicode build
  • XTI - overview for the extended type information
  • wxSymbian - useful information for possible future wxSymbian port
  • wxMac64 - wxMac 64bit, Carbon and Cocoa

Archived Pages