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

2009-03-23 10:42 VZ, revision 59759

don't disable wxLogTrace() at debug levels < 2

2009-03-23 10:04 FM, revision 59758

blind carbon build fix

2009-03-23 10:01 FM, revision 59757

try to remove /B from EXIT commands; prints a "separator" between test.exe and test_gui.exe output

2009-03-23 09:10 SC, revision 59756

fixing end-of-file

2009-03-23 00:26 FM, revision 59753

wxEvtHandler derives from wxTrackable, too

2009-03-22 23:29 FM, revision 59751

better docs for wxCmdLineParser (fixes a few typos, adds more comments)

2009-03-22 23:02 FM, revision 59750

fix building tests in release mode

2009-03-22 22:29 FM, revision 59749

add missing beginEventEmissionTable

2009-03-22 22:08 VZ, revision 59748

correct syntax (patterns need to be escaped)

2009-03-22 22:02 VZ, revision 59747

don't incorrectly say that wxSOCKET_REUSEADDR is for servers only (closes #10626)

2009-03-22 21:58 VZ, revision 59746

compilation fix after wxBrushStyle changes (closes #9593)

2009-03-22 21:42 VZ, revision 59745

wxGTK1 compilation fixes

2009-03-22 21:42 VZ, revision 59744

fix harmless unused parameter warning

2009-03-22 21:42 VZ, revision 59743

compilation fix for wxMotif and wxGTK1 (of course, it will still crash at run-time, just as for the other ports but hey, it compiles)

2009-03-22 21:31 VZ, revision 59742

moved the check for correct implementation of wxEvent::Clone() to a unit test from wx startup code

2009-03-22 21:07 VZ, revision 59741

set the PATH to contain ../lib/*_dll directories before running the tests

2009-03-22 21:04 VZ, revision 59740

added wxStaticCast() unit test

2009-03-22 20:51 VZ, revision 59739

fix compilation breaking typo in recent commit

2009-03-22 20:51 VZ, revision 59738

add WXWIN_COMPATIBILITY_2_8 test around another wxLogTrace(wxTraceMask) occurrence

2009-03-22 20:41 VZ, revision 59737

add runtests.bat to 2.8 branch to allow running 2.8 unit tests in buildbot builds

2009-03-22 17:18 VZ, revision 59736

made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRACE (currently never enabled by default); fix warnings about unused variables after these changes

2009-03-22 17:17 VZ, revision 59735

make wxMessageOutput::Output() public to avoid having to call Printf("%s", s)

2009-03-22 16:22 SC, revision 59734

adding tests

2009-03-22 16:10 VZ, revision 59733

compilation fix for wxUSE_STD_STRING==0

2009-03-22 16:00 VZ, revision 59732

deprecate integer trace masks and don't define the methods related to them if WXWIN_COMPATIBILITY_2_8==0

2009-03-22 15:40 VZ, revision 59731

move forward declarations unneeded in wx/log.h to wx/generic/logg.h

2009-03-22 15:40 VZ, revision 59730

define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as defined(__WXDEBUG__)

2009-03-22 15:30 VZ, revision 59729

compilation fix for STL build after the last change

2009-03-22 13:29 VZ, revision 59728

wxGTK1 compilation fixes after last changes

2009-03-22 13:12 VZ, revision 59727

fix typo; wrap lines; add some clarifications

2009-03-22 13:04 VZ, revision 59726

fix Python 2.5-ism

2009-03-22 12:53 VZ, revision 59725

replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL

2009-03-22 12:26 VZ, revision 59724

correct wxASSERT_LEVEL_2 definition

2009-03-22 11:18 VZ, revision 59723

use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit)

2009-03-22 10:55 VZ, revision 59722

use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)

2009-03-22 10:51 VZ, revision 59721

no changes, just wrap long lines

2009-03-22 09:49 SC, revision 59720

simpler define handling

2009-03-22 09:18 VZ, revision 59719

add alignment flags support to wxSpinCtrl[Double] (closes #10621)

2009-03-22 09:05 VZ, revision 59718

fix harmless warning about unreachable code under MSW after last commit

2009-03-22 08:39 VZ, revision 59717

always define ShowAssertDialog() but do nothing in it if debug level is 0

2009-03-22 07:42 SC, revision 59716

temporary build-fix

2009-03-22 06:33 KO, revision 59715

Disabling sheets codepath until we can resolve the nested loop issue.

2009-03-22 00:44 KO, revision 59713

New release script docs.

2009-03-21 23:53 VZ, revision 59712

fix typo in comment introduced in the previous change (re-closes #10622)

2009-03-21 23:36 VZ, revision 59711

first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling

2009-03-21 23:27 SC, revision 59710

fixing multiple extensions in one filter, turning off temporarily sheets code

2009-03-21 22:54 SC, revision 59709

adapting to autorelease of factory methods

2009-03-21 22:32 SC, revision 59708

adapting to autorelease of factory method

2009-03-21 21:31 VZ, revision 59707

don't use HBMMENU_CALLBACK under Windows Vista as this results in losing the themed menu display

2009-03-21 17:55 SC, revision 59706

fixing the type

2009-03-21 17:52 KO, revision 59705

Allow us to use this script to create wxPython source releases too.

2009-03-21 17:18 VZ, revision 59704

move __WXFUNCTION__ to wx/cpp.h from wx/debug.h

2009-03-21 16:53 KO, revision 59703

Don't raise, as that stops the interpreter but doesn't shut down the Python process.

2009-03-21 16:34 VZ, revision 59702

made wx/debug.h C++ header again (reverting changes of r24896); simply don't include it from wx/defs.h when compiling C files which have no need for the stuff defined in it anyhow

2009-03-21 16:12 VZ, revision 59701

fix generation of wxEVT_CHAR_HOOK events [backport of r59700 from trunk]

2009-03-21 16:11 VZ, revision 59700

fix generation of wxEVT_CHAR_HOOK events which, incredibly, seems to have never worked because of incorrect parameter being passed to SetWindowsHookEx()

2009-03-21 15:39 VZ, revision 59699

don't build flash and mfc samples with non-MSVC compilers (closes #10622)

2009-03-21 15:07 CE, revision 59698

fix for http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/112581 missinf include files

2009-03-21 14:32 SC, revision 59697

making sure the repositioning within the contentview only happens if the parent really has a superview, and not only a contentRect like notebook, fixes #10615

2009-03-21 14:24 SC, revision 59696

make it crash-proof

2009-03-21 13:49 FM, revision 59695

use /b option with the EXIT command

2009-03-21 12:34 FM, revision 59694

fix for PCH-less builds

2009-03-21 12:28 FM, revision 59693

revert 59680; implement proper fix for wxMSW test failure detection

2009-03-21 12:27 FM, revision 59692

fix unreadable typo

2009-03-21 10:04 JMS, revision 59691

Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code (backported from trunk)

2009-03-21 09:52 JMS, revision 59690

Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl (backported from trunk)

2009-03-21 09:50 JMS, revision 59689

Fixed assertion that could appear under wxGTK if wxComboCtrl drop-down button was clicked too quickly (backported from trunk)

2009-03-21 09:41 VS, revision 59688

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:41 VS, revision 59687

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:35 JMS, revision 59686

Fix wxGTK wxBitmapComboBox::SetValue() not working if wxCB_READONLY window style was used

2009-03-21 00:40 FM, revision 59683

minimal list of wx CRT wrappers (so doxygen highlights occurrences of wxFunc() if Func() is a std CRT function

2009-03-21 00:37 FM, revision 59682

fixes for Italian locale: ignore a final 'CET' string and don't test '%p' for it

2009-03-21 00:19 FM, revision 59681

handle locales where AM/PM strings are empty

2009-03-21 00:16 FM, revision 59680

try to use 0/1 instead of the cstdlib' EXIT_SUCCESS/FAILURE constants to see if buildbot makes red the currently-green boxes relative to wxMSW test runs

2009-03-21 00:06 FM, revision 59679

allow to give the testcase name without the final 'TestCase' postfix

2009-03-20 22:07 FM, revision 59677

share a few helpers between datetime.cpp and datetimefmt.cpp

2009-03-20 21:42 FM, revision 59676

build fix (part of r59673, r59656)

2009-03-20 21:00 FM, revision 59673

build fix for systems where HAVE_STRPTIME is defined

2009-03-20 20:45 FM, revision 59667

make GetNumOfDaysInMonth static again; in datetimefmt.cpp use GetNumberOfDays instead. Attempt to fix wxDateTime::ParseFormat(date, "%c") by using strptime() before our own heuristic checks.

2009-03-20 20:23 SC, revision 59661

make sure we always have a CGFontRef

2009-03-20 19:25 FM, revision 59658

move parsing helpers, too (part of r59656)

2009-03-20 19:23 SC, revision 59657

introducing temporary variables for atsu with cocoa

2009-03-20 19:16 FM, revision 59656

no real changes: split the huge datetime.cpp in two parts: one dedicated to code for formatting/parsing, the other for everything else

2009-03-20 18:25 RD, revision 59648

Use native EOL

2009-03-20 15:20 FM, revision 59647

run tests on the wxMSW port again

2009-03-20 15:07 SC, revision 59646

reworked font handling for osx (was missing because of conflicts)

2009-03-20 14:50 FM, revision 59645

add the ToCLong, ToCULong and ToCDouble functions, with docs and test units

2009-03-20 13:56 SC, revision 59644

reworked font handling for osx

2009-03-20 12:17 FM, revision 59643

add group file for locale functions (was part of r59627)

2009-03-20 11:57 FM, revision 59642

in case the user mask doesn't contain wxEVT_CATEGORY_UI, don't block forever on the never-ending WM_PAINTs messages sent by the system; but don't even break out of the loop immediately after getting the first WM_PAINT: this break repainting. (closes #10590)

2009-03-20 11:53 VZ, revision 59641

include wx/button.h to get wxBU_EXACTFIT declaration

2009-03-20 09:31 VZ, revision 59640

copied 2.8.10 changelog

2009-03-20 09:29 VZ, revision 59639

add wxBU_EXACTFIT support to wxToggleButton XRC handler (closes #10228)

2009-03-20 07:32 SC, revision 59638

adding more native definitions

2009-03-20 01:27 FM, revision 59637

implement wxStrtoX_l() variants even when wxHAS_XLOCALE_SUPPORT is not defined

2009-03-20 01:20 FM, revision 59636

remove unneeded wxCHECK_MSG: GetNextMessage() can get the msg even if the event loop is not running; the check breaks the: while ( loop->Pending() ) loop->Dispatch(); snippet in console apps since wxConsoleEventLoop::Dispatch calls GetNextMessage() (see also the TimerEventTestCase cppunit).

2009-03-20 01:03 FM, revision 59635

comment-out tests provoking a low-level assert from debug CRT libs in MSVC 2008 (2005 probably affected too)

2009-03-20 00:52 FM, revision 59634

update date for 2.9.0 release; set the title to "Reference manual"

2009-03-19 23:43 VZ, revision 59633

fix compilation for wxUSE_INTL==0 (closes #10614)

2009-03-19 20:30 FM, revision 59630

fix constant value for 32bit machines