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

2005-02-28 11:00 JS, revision 32453

Added XPM ctor

2005-02-28 10:53 VZ, revision 32452

compilation fix for non-debug build

2005-02-28 09:30 SC, revision 32451

10.2 additions for non compositing

2005-02-28 06:14 SC, revision 32450

cleanup

2005-02-28 05:18 SC, revision 32449

no_rtti fix was not having correct eval order

2005-02-28 02:47 RN, revision 32448

fix for bug raised in patch [ 1145715 ] endless loop in wxString::PrintV

2005-02-28 02:25 RN, revision 32447

partially fix bug [ wxwindows-Bugs-1145813 ] Centre() Doesn't Work With Dual Monitors , and note other part of bug

2005-02-28 02:24 KH, revision 32446

Casting grouping (Get/SetNativeContext), fixes 10.2 compilation

2005-02-28 02:10 DS, revision 32445

removed trailing comma from enum

2005-02-28 02:00 RN, revision 32444

comment and 'fix' bug 1145623

2005-02-28 01:51 RR, revision 32443

Add PrivData() field to wxPrintData since MSW's printer sometimes seem to save data in an extra field. The original author of the patch chose to save it in char* so I kept that, although void* would probably be correct. The patch is against 2.4.2 and the code has been reshuffled since then so that the patch had to be redone entirely.

2005-02-28 01:23 VZ, revision 32442

show tooltips for the text control part of the spin control as well (bug 735044)

2005-02-28 01:22 VZ, revision 32441

made Add() public so that it could be called for addition HWNDs making part of the same logical wxWindow from other classes

2005-02-28 01:15 VZ, revision 32440

1. added possibility to test setting tooltip for the widget 2. added WidgetPage::GetWidget2() for pages like the spin one which shows 2 widgets and not only one

2005-02-28 01:06 VZ, revision 32439

wxUniv compilation fix

2005-02-28 00:23 VZ, revision 32438

another test for DST bug

2005-02-28 00:20 VZ, revision 32437

fixed test to actually work

2005-02-28 00:18 VZ, revision 32436

support filenames with empty extension (foo.) (bug 1078200)

2005-02-28 00:13 VZ, revision 32435

fixed last commit to not break ToString() for negative numbers but still fix it for wxLongLong(LONG_MIN, 0) for which Negate() doesn't work

2005-02-27 23:18 MW, revision 32434

Detect SIZEOF_WCHAR_T when cross-compiling

2005-02-27 23:08 VZ, revision 32433

fixed ToString() for negative long longs (bug 1101426)

2005-02-27 21:55 VS, revision 32432

GTK+ headers aren't needed anymore

2005-02-27 20:49 SC, revision 32431

no_rtti fix was not having correct eval order

2005-02-27 20:31 MW, revision 32430

Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the common section in setup_inc.h to tackle the problem raised by patch 1152046.

2005-02-27 19:31 SC, revision 32429

guard for 10.2

2005-02-27 17:47 RR, revision 32428

The position (mouse pos) returned by wxKeyEvent sometimes was wrong, as it reported the position relative to the TLW (this is what a bug report claims, in any case).

2005-02-27 17:01 SC, revision 32427

old style casts for no-rtti builds

2005-02-27 16:42 VZ, revision 32426

further resized icons to 16*15 (still patch 1151163)

2005-02-27 16:39 VZ, revision 32425

set WS_GROUP on the first button in the group, fixes hangs inside native radiobox code (bug 1091714)

2005-02-27 16:35 RR, revision 32424

SetLabel() no longer invalidates the font which was previously set.

2005-02-27 15:58 VZ, revision 32423

refersh after changing the image (patch 1151163)

2005-02-27 15:57 VZ, revision 32422

cropped icons to 16*16 (patch 1151163)

2005-02-27 15:54 VZ, revision 32421

added default ctor and fixed copying of wxFileData (patch 1149384)

2005-02-27 15:46 MBN, revision 32420

Updated Italian translation.

2005-02-27 15:43 VZ, revision 32419

refresh bitmap when it's label changes, this is necessary for wxMSW and maybe wxGTK and shouldn't hurt much for other ports

2005-02-27 15:40 VZ, revision 32418

better compatibility with old wxList in wxUSE_STL==1 mode (patch 1075432)

2005-02-27 15:39 MBN, revision 32417

Use the same error message for wxMSW and wxMac.

2005-02-27 15:36 VZ, revision 32416

fix to previous patch: don't crash when saving in 16bpp

2005-02-27 15:25 VZ, revision 32415

added tests for savin PNG images in different formats; don't ask for BMP bpp if not saving as BMP

2005-02-27 15:24 VZ, revision 32414

added support for saving grey and grey-red PNG images (patch 985447)

2005-02-27 14:58 SC, revision 32413

ommission

2005-02-27 14:57 SC, revision 32412

cleanup

2005-02-27 14:47 SC, revision 32411

cleanup

2005-02-27 14:47 SC, revision 32410

moving compositing knowledge into utility classes

2005-02-27 14:44 SC, revision 32409

scrolling UPP moved

2005-02-27 14:43 VZ, revision 32408

fix for BCC compilation (see patch 1101702)

2005-02-27 14:35 VZ, revision 32407

compilation fix (missing header) (patch 1151763)

2005-02-27 14:06 JS, revision 32406

Tweaks to install guide

2005-02-27 12:03 VS, revision 32405

include version information in DLLs

2005-02-27 12:01 VS, revision 32404

copyright and name updates