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-06 07:49 SC, revision 43106

fixing origin

2006-11-06 07:46 BIW, revision 43105

aui sample can now create extra notebooks

2006-11-06 07:09 BIW, revision 43104

api uniformity between tabart and dockart

2006-11-06 01:45 VZ, revision 43103

update window before changing the scrolling position and really scrolling it to avoid redraw problems in wxUniv

2006-11-06 01:40 VZ, revision 43102

generic animation sources are used under all platforms so put them in ADVANCED_CMN_SRC/HDR instead of listing them for each platform; this fixes double inclusion (and resulting link problems) of animateg.cpp in wxUniv builds

2006-11-06 01:15 RD, revision 43101

commented out some test code

2006-11-06 01:14 RD, revision 43100

Rebaked after addition of mediactrl_qt.cpp

2006-11-06 01:12 RD, revision 43099

Re-add the wxQTMediaBackend class, by copying the code for it from the old mediactrl.cpp to mediactrl_qt.cpp

2006-11-06 00:59 VZ, revision 43098

fix compilation error when wxUSE_DYNLIB_CLASS == 0

2006-11-06 00:57 VZ, revision 43097

move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW

2006-11-05 22:47 RD, revision 43096

reSWIGged

2006-11-05 22:47 RD, revision 43095

Disown the preview object when calling wxPyPreviewFrame ctor

2006-11-05 22:46 RD, revision 43094

dosctring for DrawRotatedText

2006-11-05 22:07 RD, revision 43093

reSWIGged

2006-11-05 22:03 RD, revision 43092

Patch from F. Oliver Gathmann to observer enabled/disabled state of the control by changing text fg color.

2006-11-05 21:37 RD, revision 43091

New DrawText methods

2006-11-05 21:29 RD, revision 43090

Fix default value for wxFontPickerCtrl's initial font parameter

2006-11-05 21:28 RD, revision 43089

Patch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_TAB flag for wx.lib.flatnotebook.

2006-11-05 21:27 RD, revision 43088

Revert reentrancy patch (#1573619)

2006-11-05 21:22 RD, revision 43087

Revert reentrancy patch (#1573619)

2006-11-05 21:20 RD, revision 43086

Add DLL export macros

2006-11-05 21:07 RR, revision 43085

#if wxUSE_CARET guard.

2006-11-05 20:22 BIW, revision 43084

bug fixed for mdi parent frames

2006-11-05 19:51 SC, revision 43083

fixing pattern phase bugs

2006-11-05 14:47 SN, revision 43082

Allow passing file names with path to dllnames.sh.

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