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