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-28 09:35 VS, revision 59900

don't duplicate copy ctor and assignment operator code in wxCharTypeBuffer<T>, it was identical to base class' version

2009-03-27 22:37 VZ, revision 59897

don't reset WS_EX_CONTROLPARENT bit in wxNotebook::MSWGetStyle(), this can result in freezing the program

2009-03-27 21:51 RD, revision 59891

Make this module be usable as an import from other python modules. Add --extra_make allowing to pass additional command line items to make Other fixes and tweaks

2009-03-27 21:50 RD, revision 59890

Detabified. Use PATH to check availability of name.exe instead of trying to run it with /help. (This could be used in the other builders too...)

2009-03-27 20:54 BIW, revision 59889

corrections for inner-dock pane sizing for 2.9

2009-03-27 16:34 VZ, revision 59888

correct the test for Windows platform (this also fixes unit test failures in FormatConverterTestCase)

2009-03-27 15:33 VS, revision 59887

split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T> -- the former is for transient data with validity limited to parent's lifetime, the latter is for permanent storage of string data (bug #9638)

2009-03-27 13:18 BIW, revision 59886

don't draw resize sash if it's dragged outside of managed frame

2009-03-27 13:06 BIW, revision 59885

don't draw resize sash if it's dragged outside of managed frame

2009-03-27 12:47 BIW, revision 59884

pane sizes within a dock are not allowed to exceed the dock's entire current pixel size

2009-03-27 12:47 BIW, revision 59883

pane sizes within a dock are not allowed to exceed the dock's entire current pixel size

2009-03-27 09:46 BIW, revision 59882

applied patch fixing border problem (#10171)

2009-03-27 09:46 BIW, revision 59881

applied patch fixing border problem (#10171)

2009-03-26 23:07 VZ, revision 59880

minor corrections to TranslateFromUnicodeFormat() - Don't try to dereference end() iteratorm this will fail (unlike comparing pointer with NUL) - Use prefix rather than postfix increment for iterator - Use wxUniChar::GetValue() rather than cast to char for consistency with other switch statements in the same file

2009-03-26 23:00 VZ, revision 59879

always declare TestStrip(), it is now available even without 2.8 compatibility

2009-03-26 20:38 SC, revision 59878

changing to iterator

2009-03-26 16:02 VZ, revision 59871

mention wxFilename::StripExtension()

2009-03-26 16:02 VZ, revision 59870

no changes, just write a more detailed comment for StripExtension()

2009-03-26 15:59 VZ, revision 59869

added forward compatible wxFileName::StripExtension() (see #10634)

2009-03-26 15:55 VZ, revision 59868

implement deprecated wxStripExtension() in terms of new wxFileName::StripExtension() (closes #10634)

2009-03-26 15:35 VZ, revision 59867

no changes, just some cleanup (use compile-time asserts instead of run-time ones; use "FAIL" instead of "F")

2009-03-26 15:31 VZ, revision 59866

switch off logging sooner (closes #10646)

2009-03-26 14:58 VZ, revision 59865

build bot systems don't manage to generate enough ticks in 2 seconds to pass this test

2009-03-26 14:35 SC, revision 59864

revert to proper defaults for US

2009-03-26 13:46 VZ, revision 59863

remove unused variable