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

2007-12-15 02:30 VZ, revision 50707

compilation fix + comment about bogus memory leak (patch 1849988)

2007-12-15 02:23 VZ, revision 50706

correct wxFooEventHandler name (patch 1851026)

2007-12-15 01:25 VZ, revision 50704

PalmOS 6 compilation fixes (patch 1849757)

2007-12-15 00:25 VZ, revision 50703

rebaked everything, fixes problems with OpenGL samples makefiles

2007-12-15 00:06 VZ, revision 50701

wxMotif compilation fixes after wxDC changes

2007-12-14 23:56 VZ, revision 50700

compilation fix after HandleWindowEvent() changes

2007-12-14 23:55 VZ, revision 50699

another file which needs wx/thread.h inclusion now

2007-12-14 22:41 VZ, revision 50695

fixed wxDFB compilation after wxDC-related changes

2007-12-14 22:35 VZ, revision 50694

fixed unused parameter warning

2007-12-14 17:26 SC, revision 50690

making ref counting behavior consistent, activating QD variante for polygon region creation

2007-12-14 17:15 VZ, revision 50689

compilation fix: need to include wx/thread.h now

2007-12-13 23:05 RD, revision 50687

first stab at forward porting deb build changes. There is probably more still to do...

2007-12-13 20:58 RD, revision 50682

Add a FIXME for a reminder...

2007-12-13 20:56 RD, revision 50681

Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk

2007-12-13 20:49 RD, revision 50680

Ensure child is frozen before trying to thaw it, to avoid assert.

2007-12-13 19:10 VZ, revision 50679

don't allow TAB-bing away to other TLWs

2007-12-13 00:58 VS, revision 50677

added 'wxgui' template to make writing makefiles for gui apps a bit easier

2007-12-12 22:00 MW, revision 50676

Fix typos.

2007-12-12 21:54 VZ, revision 50675

set wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INFO were set to fix the debug line in the configure summary

2007-12-12 21:51 MW, revision 50674

Add support for the Windows Testdrive machines and other improvements.

2007-12-12 21:41 MW, revision 50673

Add support for the Windows Testdrive machines, and other improvments.

2007-12-12 20:20 MR, revision 50672

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 20:19 MR, revision 50671

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 18:11 VZ, revision 50670

mention some of the major changes in 2.9 so far

2007-12-12 15:28 VS, revision 50669

fixed test for toplevel windows to use IsTopLevel() instead of doing magic with flags

2007-12-12 14:32 VZ, revision 50668

corrected/removed forward declarations

2007-12-12 01:35 VZ, revision 50646

replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)

2007-12-11 23:00 VZ, revision 50645

don't leak wxImageList if wxHF_CONTENTS is not used in wxHtmlHelpWindow

2007-12-11 15:30 JS, revision 50644

Set the object for context menu events.

2007-12-11 15:28 JS, revision 50643

Set the object for the context menu event.

2007-12-11 13:41 SC, revision 50640

fix for document preview

2007-12-11 13:02 VZ, revision 50639

hack: don't use wxCharTypeBuffer<char>::operator[]() as VC gives linking error for it for some reason

2007-12-11 12:42 VZ, revision 50638

don't overload SizeInM{aj,in}orDir() on const/non-const, VC6 has troubles with this as does DMC, so use different names

2007-12-11 12:38 VZ, revision 50637

fix unused variable warning if !HAS_AUTOCOMPLETE

2007-12-11 12:21 VZ, revision 50636

fix wxBitmapToggleButton link

2007-12-11 05:56 PC, revision 50633

fix for link errors in DLL build

2007-12-11 00:52 RD, revision 50632

Don't prematurely return from Create before appending the choices, and etc.

2007-12-10 22:00 SC, revision 50626

changing guard to support popupwindows as well

2007-12-10 22:00 SC, revision 50625

making sure it always returns a valid string

2007-12-10 20:12 SC, revision 50623

going private with refdata

2007-12-10 20:09 SC, revision 50622

moving common code

2007-12-10 20:07 SC, revision 50621

moving common code

2007-12-10 20:05 RD, revision 50620

wx/generic/filepickerg.h needs installed on Mac too.

2007-12-10 20:03 RD, revision 50619

Add GetSelectedBitmap methods

2007-12-10 15:13 VZ, revision 50614

regenerated to include libtiff make dist fixes

2007-12-10 14:56 VZ, revision 50613

updated commands copying libtiff files

2007-12-10 12:21 VZ, revision 50610

wxBufferedDC is in wxCore, not wxAdv

2007-12-10 12:20 VZ, revision 50609

put wxUSE_TASKBARICON_BALLOONS around ShowBalloon() call

2007-12-10 10:44 RR, revision 50607

document Apple event overrides and their use instead of command line args

2007-12-09 22:34 VZ, revision 50604

correct Clone() signature in the example