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

2008-07-30 19:25 VZ, revision 54858

document that numbers outside of the valid range are forced into it

2008-07-30 15:48 SC, revision 54853

default to using graphics context on osx

2008-07-30 15:32 VZ, revision 54852

use different strings for wchar_t and UTF-8-based Unicode builds

2008-07-30 15:25 VZ, revision 54851

added another Replace() test

2008-07-30 15:04 SC, revision 54850

OSX reshuffling

2008-07-30 15:02 SC, revision 54849

OSX reshuffling

2008-07-30 15:02 SC, revision 54848

OSX reshuffling

2008-07-30 15:01 SC, revision 54847

OSX reshuffling

2008-07-30 15:00 SC, revision 54846

OSX reshuffling

2008-07-30 14:52 SC, revision 54845

OSX renaming round 2

2008-07-30 13:56 VZ, revision 54844

added some Replace() benchmarks (#9802)

2008-07-30 04:57 SC, revision 54841

getting rid of warnings for unused params

2008-07-30 04:56 SC, revision 54840

adding header for non-precomp

2008-07-29 23:19 VZ, revision 54839

don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON works just as well and doesn't hang the application in some circumstances (see #9786)

2008-07-29 23:10 VS, revision 54838

optimize wxFormatStringArgumentFinder<T> for strings and make it work correctly for wxCharBuffer

2008-07-29 23:07 VZ, revision 54837

add PostSizeEvent() and use it in wxMSW status bar code (#9795)

2008-07-29 22:25 VS, revision 54836

fixed messed up indentation

2008-07-29 21:51 SC, revision 54835

adding constant which appears in Leopard SDK only

2008-07-29 21:12 SC, revision 54834

console builds need another header from xcode

2008-07-29 21:03 SC, revision 54833

avoiding warning because of missing define

2008-07-29 20:35 SC, revision 54832

osx regrouping

2008-07-29 20:30 SC, revision 54831

osx regrouping

2008-07-29 20:30 SC, revision 54830

osx regrouping

2008-07-29 20:28 SC, revision 54829

osx regrouping

2008-07-29 20:27 SC, revision 54828

osx regrouping

2008-07-29 20:26 SC, revision 54827

osx regrouping

2008-07-29 20:24 SC, revision 54826

osx regrouping

2008-07-29 20:23 SC, revision 54825

osx regrouping

2008-07-29 20:22 SC, revision 54824

osx regrouping

2008-07-29 20:15 SC, revision 54823

osx regrouping

2008-07-29 20:13 SC, revision 54822

osx regrouping

2008-07-29 20:11 SC, revision 54821

osx regrouping

2008-07-29 20:04 SC, revision 54820

osx regrouping

2008-07-29 19:58 SC, revision 54819

universal implementation for osx cocoa

2008-07-29 19:58 SC, revision 54818

universal implementation for iphone

2008-07-29 19:57 SC, revision 54817

OSX regrouping

2008-07-29 19:51 SC, revision 54816

OSX regrouping

2008-07-29 19:50 SC, revision 54815

OSX regrouping

2008-07-29 19:47 SC, revision 54814

OSX regrouping

2008-07-29 19:25 SC, revision 54813

new SDK has frame CGRect return param

2008-07-29 13:32 VS, revision 54811

added a test for passing wxCharBufer to wxprintf functions

2008-07-29 13:22 JS, revision 54810

Take on appropriate paragraph style in the newly created paragraph.

2008-07-29 13:22 JS, revision 54809

Take on appropriate paragraph style in the newly created paragraph.

2008-07-29 13:09 VZ, revision 54808

updated Hindi translations

2008-07-29 13:08 RR, revision 54807

Further corrections to wxFileName docs

2008-07-29 12:43 RR, revision 54806

Minor formating

2008-07-29 12:35 VZ, revision 54805

generate a size event from ShowWithEffect() for consistency with Show()

2008-07-29 12:34 VZ, revision 54804

send the size event in SendSizeEvent() instead of posting it, otherwise we have no way to trigger immediate relayout; if we need delayed version we should add a separate PostSizeEvent()

2008-07-29 12:32 VZ, revision 54803

move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent() helper

2008-07-29 11:01 RR, revision 54802

Added 32-bit (UCS-4) wxUString class