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-26 13:37 VZ, revision 59862

detect horizontal overflow in wxHtmlPrintout and warn the user about it

2009-03-26 10:17 SC, revision 59861

better native date locale support

2009-03-26 08:34 BIW, revision 59860

fix misusage of wxFlexGridSizer that was causing an assert

2009-03-25 21:24 SC, revision 59858

making sure NULs stay in the result, even if the string is not nul terminated

2009-03-25 16:29 VZ, revision 59857

don't omit wxOK in wxMessageBox() call

2009-03-25 16:28 VZ, revision 59856

produce a better looking report with --time option (closes #10643)

2009-03-25 15:56 BIW, revision 59855

added ability to set tool alignment (#10174)

2009-03-25 14:23 BIW, revision 59854

added missing getters to wxAuiToolBar (#10182)

2009-03-25 14:05 SC, revision 59853

moving down for non-precomp build

2009-03-25 13:43 VZ, revision 59852

ensure the number of values we expect to record in RecordingDefaultsTest() is always correct (fixes test failure under VC6)

2009-03-25 13:42 BIW, revision 59851

fix incorrect application of styles (#10171)

2009-03-25 13:41 BIW, revision 59850

fix incorrect application of styles (#10171)

2009-03-25 13:40 VZ, revision 59849

correct order of parameters in CPPUNIT_ASSERT_EQUAL

2009-03-25 13:32 VZ, revision 59848

fix tests for the release builds

2009-03-25 13:32 VZ, revision 59847

don't log std::exceptions ourselves, let cppunit do it as it outputs more details

2009-03-25 13:31 VZ, revision 59846

don't crash in wxFAIL and wxCHECK if assertion handler is NULL

2009-03-25 13:12 SC, revision 59845

adding support for focus events to multiline textctrl

2009-03-25 12:59 VZ, revision 59844

give more detailed message when the test fails in TestTimeFormat()

2009-03-25 12:49 FM, revision 59843

fix the FontTestCase::GetSet unit so that it passes under wxMSW

2009-03-25 12:44 FM, revision 59842

add a few comments about the fact that Get/SetNativeFontInfoUserDesc are not meant for 100%-precise serialization/deserialization of wxFont objects, at least under wxMSW

2009-03-25 12:30 FM, revision 59841

document that under wxMSW slant == italic

2009-03-25 12:21 FM, revision 59840

implement quoting for the facename and parsing of quoted facenames in wxNativeFontInfo::To/FromUserString()

2009-03-25 11:51 VZ, revision 59839

fix dereferencing end() iterator in ParseFormat() and constructing out of bound iterator in ParseDate() (thanks to VC9 debug CRT for the warnings)

2009-03-25 10:42 VZ, revision 59838

trap CRT assertions and report assertions which happen inside CppUnit tests in a better way

2009-03-25 10:27 VZ, revision 59837

compilation fix after wxDateTime::Parse() changes (but do we really intent to return true here if the string was only partially parsed?)

2009-03-25 10:26 SC, revision 59836

supporting kill focus for single line text controls

2009-03-25 10:24 SC, revision 59835

focus handling streamlined

2009-03-25 10:20 SC, revision 59834

better native types for carbon

2009-03-25 10:11 BIW, revision 59833

wxAuiToolbar properly handles items with wxID_ANY (#10173)

2009-03-25 10:11 JS, revision 59832

Added a couple of wxRTC string translations in es.po

2009-03-25 10:11 JS, revision 59831

Added a couple of wxRTC string translations in es.po

2009-03-25 10:11 BIW, revision 59830

wxAuiToolbar properly handles items with wxID_ANY (#10173)

2009-03-25 09:54 VZ, revision 59829

abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators don't short circuit silently breaking existing code so it is better to not provide them at all; instead simply return bool from the new versions taking wxString::const_iterator; advise to use the new versions in the new code and so in our own files

2009-03-25 09:48 SC, revision 59828

adding native icon for executables

2009-03-25 09:46 SC, revision 59827

making method properly const

2009-03-25 09:23 VZ, revision 59826

compilation fixes for wxAnyStrPtr for VC7; mention it in the change log

2009-03-25 09:20 VZ, revision 59825

check that the conversion to wxDateTime was really successful

2009-03-25 00:44 VZ, revision 59824

compilation fixes for wxAnyStrPtr for VC6

2009-03-25 00:25 FM, revision 59823

PCH less build fix

2009-03-24 23:21 VZ, revision 59822

return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTime::ParseXXX() methods to improve compatibility with wx 2.8 and also simplify the code (closes #9560)

2009-03-24 23:13 FM, revision 59821

add a comment about wxNativeFontInfo::SetFaceName return value

2009-03-24 23:13 FM, revision 59820

make sure that wxSystemSettings::GetFont/GetColour return values are always valid

2009-03-24 21:18 FM, revision 59819

update wxGTK font implementation removing useless functions dating to wxGTK1 (HasNativeFont() always == true in wxGTK2)

2009-03-24 21:11 FM, revision 59818

fix misc typos

2009-03-24 20:58 FM, revision 59817

backport of r59774

2009-03-24 19:09 JS, revision 59816

Don't translate panel titles

2009-03-24 19:06 JS, revision 59815

Fixed small alignment issues

2009-03-24 19:05 JS, revision 59814

Fixed small alignment issue

2009-03-24 17:55 VS, revision 59813

added some clarifying comments to wxCStrData

2009-03-24 17:54 SC, revision 59812

correcting inverted conditions of r59725

2009-03-24 16:51 VZ, revision 59811

added GetEnglish{Month,WeekDay}Name()

2009-03-24 12:20 VZ, revision 59810

correct translation between iterators and char pointers in CallStrptime()

2009-03-24 12:19 VZ, revision 59809

discard the time zone part of strings being parsed (generalizes the "CEST"-ignoring hack of r59682)

2009-03-24 11:18 VZ, revision 59808

work around VC6 bug

2009-03-24 10:05 VZ, revision 59807

set eol-style to native

2009-03-24 09:15 VZ, revision 59806

compilation fix: remove extraneous variable declaration after last commit (why didn't g++ complain about it?)

2009-03-24 08:26 SC, revision 59805

applying proper weak link test, closes #10581

2009-03-24 07:56 SC, revision 59804

conforming to new naming convention of starting all port specific methods with the port prefix

2009-03-24 07:40 SC, revision 59803

cleanup

2009-03-24 07:18 JJ, revision 59802

Updated 'setup' for OpenVMS

2009-03-24 06:58 SC, revision 59801

adding back API for 2.8 compatibility

2009-03-24 00:11 VZ, revision 59798

fix parsing methods for non-ASCII strings (e.g. dates in non-"C" locales) (see #9560)

2009-03-23 23:29 VZ, revision 59797

enforce "C" locale for tests which can't work in any other (because test data is in English)

2009-03-23 23:22 VZ, revision 59796

give better error messages when tests fail

2009-03-23 23:11 VZ, revision 59795

make wxStringOperationsWchar methods templates too to be able to reuse them with char pointers (and for consistency with wxStringOperationsUtf8)

2009-03-23 18:34 SC, revision 59794

adding scheduler

2009-03-23 18:28 MW, revision 59793

Fix branch name.

2009-03-23 18:16 MW, revision 59792

Make dir names unique.

2009-03-23 17:56 SC, revision 59791

adding OSX 2.9 preview

2009-03-23 17:48 SC, revision 59790

branching off for 2.9 OSX preview

2009-03-23 17:45 SC, revision 59789

switching a few icons, removing OS9 folder icons

2009-03-23 17:44 SC, revision 59788

switching a few icons, removing OS9 folder icons

2009-03-23 16:49 FM, revision 59787

small changes to make the test run fine on wxMSW, too; do not use stdout as variable name as VC9 doesn't like it

2009-03-23 16:28 FM, revision 59786

remove VCard code leftover: it's not part of wx

2009-03-23 16:25 FM, revision 59785

put wxSetLocale() call in setUp() as VC6 still fails because of wrong locale in VsnprintfTestCase

2009-03-23 16:23 FM, revision 59784

make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs

2009-03-23 16:13 SC, revision 59783

simplyfing code, fixing warnings

2009-03-23 16:12 SC, revision 59782

adding more native icons, fixes #8778

2009-03-23 16:12 SC, revision 59781

adding more native icons, fixes #8778

2009-03-23 15:59 VZ, revision 59780

don't assert in Refresh() if window is not created yet, simply return without doing anything (fixes crash on startup in the aui sample introduced by r59394)

2009-03-23 15:32 SC, revision 59779

textctrl cleanup

2009-03-23 15:26 SC, revision 59778

fixing warnings in osx cocoa

2009-03-23 15:24 SC, revision 59777

fixing warning in osx core and carbon

2009-03-23 15:17 SC, revision 59776

fixing warnings in osx common code

2009-03-23 15:04 FM, revision 59775

remember to users that env vars are hardly usable for IPC :)

2009-03-23 14:57 FM, revision 59774

adds proper detection of tests success/failure; clear that "error level" != "return code"

2009-03-23 14:04 FM, revision 59773

add the ability to test the wxBell() function

2009-03-23 13:57 JJ, revision 59772

Updates for OpenVMS compile support

2009-03-23 13:10 VZ, revision 59771

fix warnings about empty controlling statement in release build

2009-03-23 13:00 VZ, revision 59770

add timing of the page loading (see #9972)

2009-03-23 12:59 VZ, revision 59769

mention wxGridBagSizer (closes #10488)

2009-03-23 12:35 VZ, revision 59768

add some forward-compatibility functions to allow writing code compiling with both 2.8 and trunk without deprecation warnings (closes #10629)

2009-03-23 12:31 VZ, revision 59767

don't change the dialog size when updating the message; document that this is intentional (see #10624)

2009-03-23 12:18 VZ, revision 59766

initialize NUM_COLS correctly in columns order test (closes #10630)

2009-03-23 12:17 FM, revision 59765

fix typo; use C locale for VsnprintfTestCase

2009-03-23 12:09 VZ, revision 59764

don't make the items owner drawn unnecessarily under recent Windows systems; fix handling of checked/unchecked bitmaps under Vista too; simplify the code by refactoring bitmaps handling in a separate function

2009-03-23 12:07 VZ, revision 59763

added "bool checked" parameter to SetBitmap() too, for consisttency with GetBitmap()

2009-03-23 11:01 FM, revision 59762

this one should really work

2009-03-23 10:59 VZ, revision 59761

modify signature of new wxStreamBuffer ctors to avoid conflicts with the existing ones (closes #10144)

2009-03-23 10:58 FM, revision 59760

fix the build fix