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

2008-07-28 16:58 PC, revision 54797

build fix for wxMac with wxUSE_THREADS==0

2008-07-28 16:30 MMK, revision 54796

Implemented spiral layered loading.

2008-07-28 14:07 VZ, revision 54795

implement wxBitmap ctor from XBM data

2008-07-28 11:56 VZ, revision 54794

mention that it may be impossible to set the size of a wxStaticLine in the transversal direction

2008-07-28 10:18 MMK, revision 54793

Now rendering only the current scope

2008-07-28 05:49 PC, revision 54792

fix Gtk-WARNING "... no property named `row-ending-details'" (#4809)

2008-07-26 23:07 VZ, revision 54790

added a simple benchmarking suite

2008-07-26 22:08 VZ, revision 54789

don't use assert dialog under wxDFB, it does more harm than good

2008-07-26 10:44 RR, revision 54788

Trying to make wxFileName docs readable again

2008-07-26 09:20 SC, revision 54787

extending docs according #9713

2008-07-26 09:13 SC, revision 54786

extending docs according #9713

2008-07-25 14:21 MMK, revision 54785

Fixed CreateTextureFromBitmap()

2008-07-24 09:22 JS, revision 54781

Fixed mismatch in project file, added Unicode configurations, scan for JPEGs as well as PNGs

2008-07-24 02:15 PC, revision 54779

build fix

2008-07-24 00:47 VZ, revision 54778

define wxHAS_RAW_BITMAP for wxDFB

2008-07-24 00:05 VZ, revision 54777

fix index checking in GetRange()

2008-07-23 23:56 VZ, revision 54776

add unit test for wxTextCtrl::GetInsertionPoint()

2008-07-23 23:34 VZ, revision 54775

add unit test for wxTextCtrl::SetSelection()

2008-07-23 23:26 VZ, revision 54774

forbid modifying wxImage by assigning to wxImagePixelData::Iterator::Data(), this doesn't work correctly

2008-07-23 23:23 VZ, revision 54773

fix a bug in the test which was corrupting 1 byte beyond wxImage buffer

2008-07-23 17:50 MMK, revision 54772

Changed navigation mechanism

2008-07-23 13:07 JS, revision 54771

Compile for VC++6

2008-07-22 20:16 VZ, revision 54766

fix crash when reading malformed PCX images (#3836)

2008-07-22 17:33 VZ, revision 54765

attempt to fix compilation after the last change

2008-07-22 15:41 SC, revision 54764

trying to fix dnd problems leopard refs #9748

2008-07-22 14:53 SC, revision 54763

trying to fix dnd problems with the unicodetextcontrol under leopard refs #9748

2008-07-22 01:02 VZ, revision 54762

remove the workaround for STL build bug in wxArrays fixed by r54761

2008-07-22 01:01 VZ, revision 54761

get rid of base arrays in wxUSE_STL build, we don't need them there and deriving wxFooPtr from wxBaseArrayPtrVoid makes it iterators return void pointers instead of those of the correct type; added test case to check for this

2008-07-21 22:10 VS, revision 54759

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 22:09 VS, revision 54758

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 17:34 VZ, revision 54757

another compilation fix for wxDFB STL build (#9754)

2008-07-21 17:17 VZ, revision 54755

compilation fix for wxDFB STL build (#9753)

2008-07-21 17:14 VZ, revision 54754

fix wxDFB compilation without wxUSE_LOG (#9752)

2008-07-21 17:05 VZ, revision 54750

compilation fix for wxDFB STL build (#9751)

2008-07-21 17:01 VZ, revision 54748

add missing headers for wxDFB cross-build (#9770)

2008-07-21 16:58 VZ, revision 54747

add missing trailing quote in a #warning (#9769)

2008-07-21 15:53 VZ, revision 54746

avoid unnecessary conversions in wxTextDataObject code in UTF-8 build

2008-07-21 15:27 SC, revision 54745

fix for #9045

2008-07-21 05:34 RD, revision 54743

2.8.8.1

2008-07-21 03:39 VZ, revision 54742

don't call gtk_selection_data_set_text() with non-UTF-8 data as we did in ANSI build (#2037)

2008-07-21 03:35 VZ, revision 54741

wxDF_UNICODETEXT shouldn't be supported at all in ANSI build

2008-07-21 03:02 VZ, revision 54740

no changes, just fixed a typo in comment

2008-07-21 02:51 VZ, revision 54739

use #if wxUSE_UNICODE instead of #ifdefs (which totally broke ANSI build)

2008-07-21 02:33 VZ, revision 54738

don't show warning to the user if session manager detection failed, this is annoying and irrelevant

2008-07-21 02:26 VZ, revision 54737

added FromUTF8Unchecked() for ANSI build too

2008-07-21 01:35 VZ, revision 54735

use (new) safer GetTraitsIfExists() in wxMutexGuiEnter/Leave() to avoid crashing on exit of wxGTK1 applications putting anything on clipboard (and maybe other cases)

2008-07-21 01:33 VZ, revision 54734

don't give error on startup of any application using wxHTML just because /usr/local/share/mime/globs doesn't exist

2008-07-21 01:33 VZ, revision 54733

don't use deprecated function

2008-07-20 22:48 VZ, revision 54732

fix generation of events for an initially empty wxDirPickerCtrl

2008-07-20 22:36 VZ, revision 54731

blind attempt to fix wxBitmap in wxMGL