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

2009-03-29 21:19 VS, revision 59929

add support for loading wxIconBundles from streams

2009-03-29 21:04 VZ, revision 59928

don't dereference end iterator (closes #10656)

2009-03-29 20:58 VS, revision 59927

added length to wx(Scoped)CharBuffer to improve handling of embedded NULs

2009-03-29 20:51 SC, revision 59926

special casing mac code

2009-03-29 20:49 SC, revision 59925

glgrab not available for iphone

2009-03-29 20:48 SC, revision 59924

adding iphone code

2009-03-29 20:45 SC, revision 59923

adding proper iphone includes

2009-03-29 20:44 SC, revision 59922

streamlining code

2009-03-29 20:42 SC, revision 59921

make sure button is known for non-precomp case

2009-03-29 20:10 SC, revision 59920

adding a for am/pm and windows special character t

2009-03-29 19:46 SC, revision 59919

fixing conversion

2009-03-29 18:13 SC, revision 59918

adding implementation for OSX

2009-03-29 17:26 VZ, revision 59916

use short date format in wxLOCALE_DATE_TIME_FMT handler for MSW for compatibility with strftime("%c")

2009-03-29 17:20 SC, revision 59915

adding comment about wxHAS_OPENGL_ES

2009-03-29 17:15 VZ, revision 59914

Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo(). - Implement for POSIX and Win32, TODO for OS X - Use this instead of ad hoc code in wxDateTime::ParseFormat() - Remove HAVE_STRPTIME, we don't need nor use strptime() any more

2009-03-29 17:13 SC, revision 59913

bracketing opengl code that doesn't work on OpenGL ES

2009-03-29 15:13 VZ, revision 59912

minor cleanup of Unix GetInfo(): assert if invalid parameters are passed; don't use explict wxString ctors

2009-03-29 12:53 VZ, revision 59911

update documentation for Bind() (closes #10594)

2009-03-29 12:38 VZ, revision 59910

no real changes, jus renames some parameters (see #10594)

2009-03-29 12:01 VZ, revision 59909

fix Unicode build after last change (closes #10649)

2009-03-28 20:06 VS, revision 59907

fixed logical error in SetIcons(): only assert if no icon was set, at least one is OK

2009-03-28 19:10 VZ, revision 59905

fix setting of HOST_{PRE,SUF}FIX in case --host option is specified but --build is not (this is not recommended by autoconf but still possible)

2009-03-28 18:18 VZ, revision 59904

fix basetsd.h name for case-sensitive file systems (which can be used when cross-compiling)

2009-03-28 16:46 SC, revision 59903

bracketing menu code

2009-03-28 12:32 VS, revision 59901

variadic macros need specializations for both wxCharBuffer and wxScopedCharBuffer (fixes #10651)

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