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-09-26 08:35 RR, revision 41456

[ 1553595 ] Doc error: wxView::OnDraw

2006-09-26 08:19 RR, revision 41455

[ 1565385 ] wxImage scaling fix - apply mask when scaling

2006-09-26 08:03 CE, revision 41454

remove wx.pdf correctly

2006-09-26 00:58 VZ, revision 41453

let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't look right and results in some weird events (see bug 1541148), it's easier to generate WM_CONTEXTMENU manually instead

2006-09-26 00:27 RD, revision 41452

Add WXDLLEXPORT to wxRegionWithCombine declaration

2006-09-26 00:26 RD, revision 41451

Add properties

2006-09-25 21:11 RR, revision 41450

Implement most of AppendRow(), PrependRow(), InsertRow(), DeleteRow() for GTK+ version and sorted model. Added tests for these.

2006-09-25 20:26 RD, revision 41449

add tests for EVT_TEXT_ENTER

2006-09-25 20:24 RD, revision 41448

build tweaks, also drop most Python 2.3 builds

2006-09-25 20:22 RD, revision 41447

various changes to get up to date with CVS

2006-09-25 19:08 VS, revision 41446

added assert to check for not-yet-implemented behavior of SetClippingRegion

2006-09-25 18:59 RD, revision 41445

Forward declare wxMacListControl

2006-09-25 18:18 VZ, revision 41444

compilation fixes after recent changes

2006-09-25 18:15 VZ, revision 41443

fix undefined behaviour due to using shift variable twice in the same expression

2006-09-25 17:35 VZ, revision 41442

make wxMacItem::m_colId of type DataBrowserPropertyID instead of short to avoid warnings whenever comparing it with values of type DataBrowserPropertyID

2006-09-25 17:34 VZ, revision 41441

fixed warnings, reformatted braces

2006-09-25 17:30 VZ, revision 41440

compilation fix after last change

2006-09-25 17:22 RD, revision 41439

fix attribute errors when importing wxPython.wx

2006-09-25 16:17 ABX, revision 41438

Corrections after The Great wxRegion Refactoring.

2006-09-25 14:35 VS, revision 41437

compilation fix (missing void)

2006-09-25 13:15 RR, revision 41436

Mention wxODCombo stuff.

2006-09-25 13:09 ABX, revision 41435

Build fix for wxMSWUniv makefile driven builds. univ/setup0.h should be autoregenerated in the future too.

2006-09-25 13:01 RR, revision 41434

Forgot to commit wxBitmapComboBox docs

2006-09-25 12:55 VZ, revision 41433

added wxUSE_VARIANT guards

2006-09-25 12:42 ABX, revision 41432

Warning fixes.

2006-09-25 12:40 VZ, revision 41431

rename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual

2006-09-25 12:27 VZ, revision 41430

use _snprintf() in system_sprintf() for the compilers which have it; really fix warning about unused maxlen in wxPrintfConvSpec::ReplaceAsteriskWith()

2006-09-25 11:47 VZ, revision 41429

The Great wxRegion Refactoring: 1. added wxRegionBase class and derive all wxRegions from it 2. also added wxRegionWithCombine for the ports providing Combine() method (MSW, OS2 and Mac) to reduce code duplication further 3. made sure region comparison works the same way in all ports (except those not implementing it) and added IsEqual() method

2006-09-25 11:46 VZ, revision 41428

add wxTLW::UseNativeDecorations[ByDefault]() to allow the programmer to control whether windows use native or custom decorations

2006-09-25 11:24 VZ, revision 41427

fix TLW borders width in mono theme

2006-09-25 08:01 VS, revision 41426

don't allocate backbuffer for dummy surfaces

2006-09-25 07:55 VS, revision 41425

reduce the number of repaintings by repaiting (rect) union of all invalidated areas instead of iterating over every Refresh() request including duplicate ones

2006-09-25 07:11 JS, revision 41424

Fixed LoadFile typo

2006-09-25 04:58 RD, revision 41423

handle starting out with multiple lines of text.

2006-09-24 15:39 VZ, revision 41422

oops, restored accidentally deleted functions in last commit

2006-09-24 15:31 VZ, revision 41421

get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code, it's never used and just makes the code which is used more difficult to read

2006-09-24 15:24 VZ, revision 41420

make log messages more readable

2006-09-24 13:59 MW, revision 41419

Improve the error messages slightly.

2006-09-24 13:58 VZ, revision 41418

1. fixed many warnings about implicit double to int conversions in newly checked in "advanced" image manipulation stuff (could we please avoid checking in the code with warnings?) 2. tried to simplify the new code a little, but much remains to be done, in particular it seems obvious that BlurVertical/Horizontal() must be refactored to avoid duplicating each other 3. reformatted (avoid jumbo lines, removed unnecessary double casts, declare the variables at the point of use, ...) Hope this didn't break anything but as there are no tests it's really hard to find out how was this supposed to behave.

2006-09-24 13:18 VZ, revision 41417

move wxBitmapComboBox dependency check to wx/chkconf.h where it belongs

2006-09-24 13:12 VZ, revision 41416

Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION to guard wxAutomationObject code which depends on wxVariant

2006-09-24 13:09 VZ, revision 41415

use wxRect::Contains(), not Inside() (fixes compilation for WXWIN_COMPATIBILITY_2_6==0

2006-09-24 12:52 RR, revision 41414

Same problem for blurring functions.

2006-09-24 12:50 RR, revision 41413

Mention the problem with mask colour and blurring.

2006-09-24 12:47 RR, revision 41412

[ 1537065 ] wxImage: Higher quality scaling/sampling

2006-09-24 11:52 MW, revision 41411

Forward port test case that corrupts archives to see if they can crash an input stream.

2006-09-24 11:40 JS, revision 41410

Added DoLoadFile, DoSaveFile to wxTextCtrlBase

2006-09-24 11:34 MW, revision 41409

Unicode compile fix.

2006-09-24 11:13 RR, revision 41408

Added test to reproduce [ 1541148 ] wxTreeCtrol: crash if right mouse click The MSW tree control sends a series of invalid events.

2006-09-24 11:08 VZ, revision 41407

added wxSize::IncBy() and DecBy() methods