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

2006-10-22 21:22 VZ, revision 42256

test indeterminate wxGauge mode (part of patch 1551409)

2006-10-22 21:18 VZ, revision 42255

reverted change which made the progress dialog more realistic but also made the code vastly more complex (rev 1.116), it's not really needed otherwise than to test the patch it was bundled with; simplified the test code for wxPD_SKIP (rev 1.119); increased the progress counter to see the indeterminate mode marker wrap around

2006-10-22 21:17 SN, revision 42254

Extended #1560785 (wxFileName::IsReadable/Writable/Executable) for OS/2.

2006-10-22 21:08 VZ, revision 42253

small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse() to just Pulse(); added test for it in the dialogs sample (part of the patch 1551409 which somehow wasn't applied before)

2006-10-22 21:02 VZ, revision 42252

moved last change under the correct (2.7.2) version

2006-10-22 20:52 VZ, revision 42251

clarify Skip() meaning even more (latest version of patch 1516341)

2006-10-22 20:43 VZ, revision 42250

added autopackage-related files

2006-10-22 20:42 SC, revision 42249

using GetNativePath instead of dynamic_cast

2006-10-22 20:38 SC, revision 42248

on demand creation of native CGContexts , so that pure text measuring contexts don't need a native counterpart

2006-10-22 20:25 VZ, revision 42247

add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)

2006-10-22 20:24 CE, revision 42246

remove empty dirs

2006-10-22 18:59 SN, revision 42245

Reverted font breakage caused by changes in version 1.30.

2006-10-22 18:28 SC, revision 42244

adding path accessors

2006-10-22 17:52 SC, revision 42243

adding wxobject and RTTI

2006-10-22 14:19 VZ, revision 42242

make install location autodetection work for executables compressed with (latest version of) UPX under Linux (patch 1565357)

2006-10-22 14:15 VZ, revision 42241

use wxComboCtrl instead of custom popup window (patch 1575343)

2006-10-22 13:52 SN, revision 42240

Applied patch #1582212 (completed/fixed toolbar's wxTB_BOTTOM implementation).

2006-10-22 13:08 VZ, revision 42239

Respect wxBU_EXACTFIT in wxToggleButton (backport from HEAD)

2006-10-22 13:04 VZ, revision 42238

call Init() from wxBufferedDC ctors to ensure that layout direction is inherited in any case

2006-10-22 13:00 VZ, revision 42237

inherit the original layout direction (patch 1554810); also refactored a little to reduce code duplication and added a couple of wxCHECKs

2006-10-22 12:50 VZ, revision 42236

why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back

2006-10-22 12:12 VZ, revision 42235

added wxAnimateCtrl test (rest of the patch 1581391)

2006-10-22 12:07 VZ, revision 42234

rearranged wxUSE_XXX tests in alphabetical order for ease of maintenance

2006-10-22 11:46 VZ, revision 42233

ignore .cached files created by the sample

2006-10-22 11:41 VZ, revision 42232

more printf() tests (slightly modified patch 1581936)