Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2008-03-31 20:29 FM, revision 52951

add a list of the samples yet to document

2008-03-31 16:39 VZ, revision 52940

improve best height calculation for empty listbox [backport of r52927 from trunk]

2008-03-31 15:22 VZ, revision 52939

throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class

2008-03-31 15:00 VZ, revision 52938

give an error message when ran from a wrong location instead of just saying that config.status is not found

2008-03-31 14:53 VZ, revision 52937

fix unused parameter warning

2008-03-31 14:42 VZ, revision 52936

store selected indices as unsigned int, not size_t, in wxSelectionStore, we don't need to waste twice the memory needed under Win64

2008-03-31 14:39 FM, revision 52935

update links to the TODO lists

2008-03-31 14:35 FM, revision 52934
  • D /wxWidgets/trunk/docs/gtk/COPYING.LIB
  • D /wxWidgets/trunk/docs/gtk/changes.txt
  • D /wxWidgets/trunk/docs/gtk/licence.txt

remove old files not needed anymore

2008-03-31 14:35 FM, revision 52933
  • D /wxWidgets/trunk/docs/todo30.txt

moved to the wiki

2008-03-31 14:21 FM, revision 52932
  • D /wxWidgets/trunk/docs/cocoa/todo.txt
  • D /wxWidgets/trunk/docs/gtk/todo.txt
  • D /wxWidgets/trunk/docs/mac/todo.txt
  • D /wxWidgets/trunk/docs/motif/todo.txt
  • D /wxWidgets/trunk/docs/todo.txt
  • D /wxWidgets/trunk/docs/wine/todo.txt
  • D /wxWidgets/trunk/docs/x11/todo.txt

moved old TODO lists to the Wiki: http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List

2008-03-31 14:14 FM, revision 52931

move TODO items for wxDocs from the wxwiki to the doxygen manual

2008-03-31 14:06 FM, revision 52930

CSS changes: make lists more spaced; use sans-serif font by default

2008-03-31 14:05 FM, revision 52929

moved translations list to the doxygen manual

2008-03-31 13:27 FM, revision 52928

merge "strategies" page with devtips.h; add mention of Bakefile and wx presets in devtips.h; add explanation of the difference between static/shared builds; reorganize the main page of the manual to improve its usability.

2008-03-31 00:40 VZ, revision 52927

don't leave empty listboxes with tiny best size

2008-03-30 23:34 FM, revision 52926

s/NB:/@note; revised wxFFile

2008-03-30 23:04 FM, revision 52925

typo fix

2008-03-30 18:30 KO, revision 52924

Merge build script updates from 2.8 branch.

2008-03-30 15:50 FM, revision 52923

optimization for faster execution: don't use wxString::Replace() all the times a wxType comparison is required

2008-03-30 14:49 FM, revision 52922

further revision (done by me)

2008-03-30 14:48 FM, revision 52921

revision contributed by Utensil Candel

2008-03-30 13:09 FM, revision 52920

add references to wxWebsite,wxWiki,wxForum

2008-03-30 10:27 VS, revision 52919

added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi)

2008-03-30 10:12 SN, revision 52918

Add OS/2 to buildbot (patch #1929212).

2008-03-30 00:55 FM, revision 52915

updated the index page: 1) removed sample list: it duplicated (and was out-of-date) the doxygen samples page; 2) removed tex2rtf and odbc references; 3) merged with html/index.htm so that the entire 'html' folder can be removed; temporarily commented-out the FAQ (need to decide how to handle them) and the platforms/i18n pages (need to decide how to handle them)