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-10-18 15:27 JMS, revision 56424

Forgot event.Skip()

2008-10-18 15:23 JMS, revision 56423

Removed unused data

2008-10-18 15:11 JMS, revision 56422

Simplistic tab support is now default (tab focuses editor if unfocused, otherwise goes out of grid), no longer recognizes wxTAB_TRAVERSAL, unified key handling code

2008-10-18 14:32 RR, revision 56421

Allow create of 24-bit bitmap, use Pixbuf when not a 24-bit visual

2008-10-18 13:50 VZ, revision 56420

remove assert from GetSizeAvailableForScrollTarget

2008-10-17 20:55 FM, revision 56417

interface revisions

2008-10-17 20:27 FM, revision 56411

revision of wxLocale; documented the list of language constants into the wxLanguage enum; modified genlang.py to generate a .h with doxygen comments and removed generation of a .tex script; moved docs for wxXlocale to the right header (xlocale.h)

2008-10-17 19:13 SC, revision 56405

adding alias support for directories

2008-10-17 16:46 JMS, revision 56404

wxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added simple public GenerateComposedValue()

2008-10-17 13:54 VZ, revision 56403

handle error in GetDataSize()

2008-10-17 13:45 VZ, revision 56402

fix another WC2MB off-by-one error

2008-10-17 12:47 JJ, revision 56401

OpenVMS compile support update for wxX11

2008-10-17 12:39 RR, revision 56400

Updates for make dist for OSX_CARBON

2008-10-17 12:25 VZ, revision 56399

significantly optimize wxCSConv::To/FromWChar(NULL) performance by simply using a bigger temporary buffer

2008-10-17 12:24 VZ, revision 56398

add a simple benchmark for wx and iconv converters benchmarking

2008-10-17 12:02 VZ, revision 56396

compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build

2008-10-17 11:58 RR, revision 56395

Use xpms for checked/unchecked states instead of drawing them (yielded junk)

2008-10-17 11:31 VZ, revision 56394

reverted the change of r56246 and keep the old behaviour of MB2WC/WC2MB; document it even more clearly and correct code using these functions incorrectly

2008-10-17 10:50 RR, revision 56393

Sort controls alphabetically

2008-10-17 04:36 PC, revision 56392

pass window parameter to wxSystemSettings::GetMetric() so wxGTK can get the value right more often

2008-10-17 04:36 PC, revision 56391

partial support for border metrics of non-TLW

2008-10-17 04:19 PC, revision 56390

build fix for --enable-universal

2008-10-16 22:37 RD, revision 56381

Assert that a mode style *is* set, not that one isn't set.

2008-10-16 22:23 RR, revision 56380

Crop image a little

2008-10-16 22:18 RR, revision 56379

Enable intercepting ENTER in wxSpinCtrl under wxMac by using wxTE_PROCESS_ENTER