Difference between revisions of "Development"

From WxWiki
Jump to navigation Jump to search
(→‎Archived Pages: added the Event Handling Improvements page to the archive)
m (→‎Archived Pages: removed dead links)
 
(6 intermediate revisions by 5 users not shown)
Line 20: Line 20:
 
* [[Development: Incomplete API|Incomplete API]] - interface differences between ports
 
* [[Development: Incomplete API|Incomplete API]] - interface differences between ports
 
* [[Development: Code Origins|Code Origins]] - tracking specific pieces of code to verify they don't violate any copyrights
 
* [[Development: Code Origins|Code Origins]] - tracking specific pieces of code to verify they don't violate any copyrights
* [[Development: Next Release Todo List|Next Release Todo List]]
+
* [[Development: Porting to 2.9/3.0|Porting to 2.9/3.0]]
 
* [[Development: Buildbot|Buildbot]] - documentation for the wxWidgets Buildbot
 
* [[Development: Buildbot|Buildbot]] - documentation for the wxWidgets Buildbot
 
* [[Development: BuildbotOnWindowsXp|Setting up a Windows Buildbot]] - clear information on running a Windows Buildbot slave for wxWidgets
 
* [[Development: BuildbotOnWindowsXp|Setting up a Windows Buildbot]] - clear information on running a Windows Buildbot slave for wxWidgets
 +
* [[Development: Supported Classes|Supported Classes]] - detailed table of supported classes by port
  
 
== Current Issues ==
 
== Current Issues ==
  
 
* [[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]] - progress on the migration of the documentation from LaTeX to Doxygen
+
* [[Development: wxRichTextEditor|wxRichTextEditor]] - work on the rich text editor for 2.9+
* [[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
 
* [[Development: XTI|XTI]] - overview for the extended type information
 
* [[Development: XTI|XTI]] - overview for the extended type information
 +
* [[Development: wxWidgets port to Android|wxAndroid]] - ideas about wxAndroid.
 +
* [[Development: wxMobile Proposal|wxMobile]] - discussion of a proposed wxMobile API
 +
 +
== Obsolete ==
 +
 
* [[Development: wxWidgets port to Symbian|wxSymbian]] - useful information for possible future wxSymbian port
 
* [[Development: wxWidgets port to Symbian|wxSymbian]] - useful information for possible future wxSymbian port
  
 
== Archived Pages ==
 
== Archived Pages ==
  
 +
* [[Development: Documentation|Documentation]] - progress on the migration of the documentation from LaTeX to Doxygen
 +
* [[Development: Next Release Todo List|Next Release Todo List]]
 
* [[Development: To be Backported|To be Backported]]
 
* [[Development: To be Backported|To be Backported]]
 
* [[Development: Alternative Documentation Formats|Alternative Documentation Formats]]
 
* [[Development: Alternative Documentation Formats|Alternative Documentation Formats]]
 
* [[Development: Cyclic Redundancy Check|Cyclic Redundancy Check]]
 
* [[Development: Cyclic Redundancy Check|Cyclic Redundancy Check]]
* [[Development: Compression Methods|Compression Methods]]
 
* [[Development: File Formats|File Formats]]
 
 
* [[Development: MMedia Replacement|MMedia Replacement]]
 
* [[Development: MMedia Replacement|MMedia Replacement]]
 
* [[Development: Event Handling Improvements|Event Handling Improvements]]
 
* [[Development: Event Handling Improvements|Event Handling Improvements]]
  
  
* [[Developers Notebook-Bugs]]
 
* [[Developers Notebook-DWVW]]
 
* [[Developers Notebook-Digital Signal Processing]]
 
 
* [[Developers Notebook-Event Propagation]]
 
* [[Developers Notebook-Event Propagation]]
* [[Developers Notebook-Feature Requests]]
 
* [[Developers Notebook-Huffman]]
 
* [[Developers Notebook-Kernel Streaming]]
 
* [[Developers Notebook-LZ77]]
 
* [[Developers Notebook-LZ78]]
 
* [[Developers Notebook-RLE]]
 
* [[Developers Notebook-Shannon-Fado]]
 
 
* [[Developers Notebook-Tricks]]
 
* [[Developers Notebook-Tricks]]
* [[Developers Notebook-WxMac WxTaskBarIcon]]
+
 
 
__NOTOC__
 
__NOTOC__

Latest revision as of 01:30, 3 October 2013

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/wxOSX, wxMSW, wxWinCE, wxX11, wxPalm

Ongoing Topics

Current Issues

  • wxTNG - the next big version (wx The Next Generation)
  • wxRichTextEditor - work on the rich text editor for 2.9+
  • 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
  • wxAndroid - ideas about wxAndroid.
  • wxMobile - discussion of a proposed wxMobile API

Obsolete

  • wxSymbian - useful information for possible future wxSymbian port

Archived Pages