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):

2006-11-05 00:51 VZ, revision 43081

preserve pen in DrawCheckMark() (bug 1581621)

2006-11-05 00:45 VZ, revision 43080

no changes, just removed commented out line

2006-11-05 00:03 VZ, revision 43079

fixed typo in files.bkl which broke wxUniv link (why oh why didn't bakefile tell me I forgot a bracket?)

2006-11-04 23:46 VZ, revision 43078

include wx/datetime.h and test for wxUSE_DATETIME before using wxLocaltime_r()

2006-11-04 23:41 VZ, revision 43077

VC8 has strftime(), even under CE

2006-11-04 23:27 VZ, revision 43076

use built in VC8 time functions instead of our (almost certainly broken) ones for wxWinCE

2006-11-04 23:20 VZ, revision 43075

use wxLocaltime_r() instead of localtime(): this is safer and localtime() isn't available under WinCE while wxLocaltime_r() is always available

2006-11-04 22:09 VZ, revision 43074

fix the broken code in strftime()

2006-11-04 21:58 VZ, revision 43073

really restored correct sample code

2006-11-04 21:54 RR, revision 43072

Added wxAUI category.

2006-11-04 21:41 RR, revision 43071

File rename.

2006-11-04 21:40 RR, revision 43070
  • D /wxWidgets/trunk/docs/latex/wx/framemanager.tex
  • D /wxWidgets/trunk/docs/latex/wx/paneinfo.tex

Removed. CVtn:~/wxNew/docs/latex/wx> rm paneinfo.tex l ----------------------------------------------------------------------

2006-11-04 21:38 RR, revision 43069

Renamed AUI tex files. Documented wxAuiDockArt.

2006-11-04 21:38 KO, revision 43068

Sizing and positioning fixes for generic control.

2006-11-04 21:18 VZ, revision 43067

removed unused variable

2006-11-04 21:15 VZ, revision 43066

document GetChildren() (bug 1578143)

2006-11-04 21:12 VZ, revision 43065

fix warning about unused variable in wxWinCE build

2006-11-04 20:50 VZ, revision 43064

oops, restored accidentally checked in testing code

2006-11-04 20:48 VZ, revision 43063

recognize CP866 (bug 1497808)

2006-11-04 20:39 VZ, revision 43062

rebaked with baefile rev 928

2006-11-04 20:34 VZ, revision 43061

regenerated after changes in rev 1.15 of build/aclocal/bakefile/m4

2006-11-04 20:32 VZ, revision 43060
  • D /wxWidgets/trunk/make-deb

Debian files should be in debian subdir, not here; besides this script just duplicates the information from README.HowToBuild and is not very useful anyhow

2006-11-04 20:23 VZ, revision 43059

restored manually specified project order once again

2006-11-04 20:21 VZ, revision 43058

restored the wx-specific changes accidentally lost in rev 1.13 and 1.14

2006-11-04 20:18 VZ, revision 43057

rebaked after wxCollapsiblePane move to core and using bakefile rev 928 which fixes Makefile after the last common.bkl change