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