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-04-03 18:05 SC, revision 60005

adjusting DATE_TIME_FMT on OS X

2009-04-03 17:03 VZ, revision 60004

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 17:02 VZ, revision 60003

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 16:57 VZ, revision 60002

compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested with #if, not #ifdef

2009-04-03 16:56 VZ, revision 60001

handle embedded NULs correctly in wxString::CmpNoCase() in all builds and not just UTF-8 one; incidentally improve its performance under Windows (see #10375)

2009-04-03 16:38 VZ, revision 60000

avoid the ugly hack with adding an empty string to m_registries to indicate that we need to run all tests

2009-04-03 16:37 VZ, revision 59999

really fix handling of trailing periods in abbreviated month names in French locale (without breaking everything else like last commit did)

2009-04-03 15:42 VZ, revision 59998

allow for trailing periods in week day/month names (as used in e.g. French locale)

2009-04-03 15:31 VZ, revision 59997

add possibility to choose the locale (useful for Windows which doesn't honour LC_ALL &c)

2009-04-03 15:23 VZ, revision 59996

use correct expected values for Windows and OS X

2009-04-03 08:53 VZ, revision 59992

added wxXmlNode forward compatible functions (re-closes #10629)

2009-04-02 09:52 JS, revision 59981

Documented AltGr fix.

2009-04-02 09:51 JS, revision 59980

Fixed wxRTC AltGr+key input on Windows

2009-04-02 09:50 JS, revision 59979

Fixed wxRTC AltGr+key input on Windows

2009-04-02 04:43 SC, revision 59978

make long format equal to full on mac (including dayname)

2009-04-01 21:49 VZ, revision 59974

don't run wxPATH_NORM_LONG test on systems where the short file names are disabled

2009-04-01 21:17 VZ, revision 59973

expect 4 digit year in French locale under all platforms

2009-04-01 15:20 FM, revision 59972

fix a problem with setlocale() under Windows: with MSVC7 it sometimes returns garbage when passing "": use NULL instead (may need a fix also in wxLocale::IsAvailable)

2009-04-01 15:00 FM, revision 59971

add IT locale to the makefile

2009-04-01 14:59 FM, revision 59970

include the locale name in the error message when the catalog can't be loaded

2009-04-01 08:57 SC, revision 59968

bringing back utf32 encoding for wchar, fixes #10666

2009-03-31 09:18 VZ, revision 59961

fix g++ warnings for float->int conversions

2009-03-31 09:11 BIW, revision 59960

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:32 BIW, revision 59959

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:04 JS, revision 59958

Size correction

2009-03-31 08:01 JS, revision 59957

Better representation of styles

2009-03-30 22:23 VZ, revision 59954

correct French short date format for glibc; added more detailed messages for failing tests

2009-03-30 22:18 VZ, revision 59953

allow running tests whose names don't end with TestCase again

2009-03-30 21:55 VZ, revision 59952

minor improvements to Bind() description

2009-03-30 21:27 BIW, revision 59951

missing header fixed

2009-03-30 21:26 BIW, revision 59950

missing header fixed

2009-03-30 21:14 VZ, revision 59949

only Linux/glibc seem to use periods as date separator in French locale

2009-03-30 21:08 VZ, revision 59948

compilation fix after recent changes

2009-03-30 19:57 FM, revision 59947

fix doxygen warning

2009-03-30 19:57 FM, revision 59946

fix wxLogNull base class (closes #10654)

2009-03-30 18:28 VS, revision 59945

always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8()

2009-03-30 18:26 SC, revision 59944

adding OSX specific fixes to bsd level formatting problems

2009-03-30 18:13 SC, revision 59943

adding more symbols to translation, using better matching formats

2009-03-30 16:07 BIW, revision 59942

don't allow docks to be resized such that panes overlap

2009-03-30 16:01 BIW, revision 59941

don't allow docks to be resized such that panes overlap

2009-03-30 15:35 VS, revision 59940

fixes or embedded NULs handling in wxString

2009-03-30 11:54 VS, revision 59939

fixed size of buffer returned by wxFormatConverter (it was too large before)

2009-03-30 07:30 SC, revision 59938

hiding the impl type more again

2009-03-30 00:00 VS, revision 59936

compilation fix for wxUSE_UTF8_LOCALE_ONLY case

2009-03-29 23:16 VS, revision 59935

compilation fix for r59932

2009-03-29 21:31 VZ, revision 59934

make it explicitly clear that the len parameter of SetData() is in bytes

2009-03-29 21:30 VZ, revision 59933

pass size in bytes, not wchars, to SetData() in wxURLDataObject::SetURL() (fixes wxURLDataObject after r59391)

2009-03-29 21:27 VS, revision 59932

implemented CreateIconBundle() in GTK+ native art provider

2009-03-29 21:25 VS, revision 59931

set icons bundle, not single icon, for frames loaded from XRC

2009-03-29 21:23 VS, revision 59930

wxArtProvider::GetIconBundle() cleanup: * makes GetIcon() and GetBitmap() behave in the same way again (i.e. GetBitmap falls back to CreateIconBundle too) * GetIcon() used to call CreateIconBundle() first, before CreateBitmap() - this doesn't make sense, inverted * GetIconBundle() falls back to GetIcon() if provider's CreateIconBundle() doesn't return anything and vice versa: GetIcon()/GetBitmap() falls back to GetIconBundle() if CreateBitmap() doesn't return anything