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

2006-09-24 10:54 RR, revision 41406

Fixed [ 1561693 ] wxGIFDecoder creates incorrect wxPalette

2006-09-24 10:27 RR, revision 41405

Updated wxPallete information. Added GetColourCount() implementation to Carbon (I wonder why it doesnt just use the generic implementation).

2006-09-24 10:06 RR, revision 41404

[ 1563875 ] wxTreeCtrl::FindItem asserts when item not found

2006-09-24 07:52 MR, revision 41403

Regenerate Makefile.in with "bakefile_gen -fautoconf wx.bkl" for the old wxrc build fix (fail whole make on failure). Changes to helpview and autoconf_inc.m4 not committed. What insanity are the dnl 4600+ character long line comments in autoconf_inc.m4 that seem to change slightly on regen (and diff being 108 lines of 4600+ characters)? That nonsense wasn't committed as it seemed to be related to helpview.

2006-09-24 04:18 KO, revision 41402

kDataBrowserListViewNoGapForIconInHeaderButton not defined on Panther.

2006-09-24 00:39 RD, revision 41401

remove superfluous assert

2006-09-23 23:26 RD, revision 41400

New names for some ArtProvider methods

2006-09-23 22:54 RD, revision 41399

More bakfile changes needed for bmpcbox. Rebaked.

2006-09-23 20:16 VZ, revision 41398

1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo() 2. wxArtProvider::Remove() now really only removes the provider without deleting it, Delete() does delete it 3. moreover, ~wxArtProvider removes the provider as well so there is almost no need to call Delete() explicitly any more

2006-09-23 18:44 VS, revision 41397

changed the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdirectory on all platforms: the change that made this Unix-only (rev.180) silently broke old applications

2006-09-23 18:39 VS, revision 41396

renamed GetMsgCatalogSubdir to *Subdirs to make it clear it may return more than one path and documented this in its comment

2006-09-23 17:25 VS, revision 41395

added comment clarifying the meaning of DoMoveWindow's x and y arguments

2006-09-23 17:23 VS, revision 41394

fixed client<->window coords translations in DoMoveWindow and DoSetSize

2006-09-23 17:06 VZ, revision 41393

regenrated after removing imaglist.cpp from GTK and Motif sources

2006-09-23 16:57 VZ, revision 41392

added src/xrc/xh_bmpbt.cpp (how comes it was in Makefile but not here?)

2006-09-23 16:44 VZ, revision 41391

remove generic/imaglist.cpp from GTK|MOTIF_SRC now that it is in XWIN_LOWLEVEL_SRC already included in them

2006-09-23 16:17 RR, revision 41390

[ 1564062 ] wxComboCtrl popup height fix

2006-09-23 16:16 RR, revision 41389

[ 1564113 ] wxComboCtrl and wxODComboBox documentation update

2006-09-23 10:01 RR, revision 41388

Typo.

2006-09-23 09:54 RR, revision 41387

Implememt GetColoursCount() in the generic wxPalette.

2006-09-23 09:47 RR, revision 41386

Compilo.

2006-09-23 09:35 RR, revision 41385

[ 1557935 ] wxPalette::GetColoursCount implementation I commited the version which MSDN claims to be available since Windows 95. No idea why MFC doesn't use it.

2006-09-23 09:19 RR, revision 41384

Updated Makefile.in after wxBitmapComboBox addition.

2006-09-23 09:14 RR, revision 41383

[ 1559479 ] wxImageComboBox Actually wxBitmapComboBox. Also commited configure. Not yet updated Makefiles.

2006-09-23 09:04 RR, revision 41382

[ 1560860 ] wxComboCtrl EVT_TEXT filtering.

2006-09-23 09:00 RR, revision 41381

Reset m_oldValue of after ::SetValue().

2006-09-23 04:15 RD, revision 41380

Added wx.lib.expando, a multi-line textctrl that exands as more lines are needed.

2006-09-22 22:55 RD, revision 41379

Fix my last fix. The method is pure virtual in the base class so it can't be fully removed.

2006-09-22 21:55 RD, revision 41378

Remove the wxVariantDataString::Read method since the >> operator it depends on has been removed.

2006-09-22 21:47 RD, revision 41377

Patch from Tim Kosse to allow virtual list ctrl to work when using the generic control

2006-09-22 21:46 RD, revision 41376

add some properties

2006-09-22 21:45 RD, revision 41375

docstring fix

2006-09-22 21:19 RD, revision 41374

Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too

2006-09-22 17:37 KO, revision 41373

Fixing SetColumnWidth and selection handling, attempt at fixing ClearAll(), and initial impl. for EditLabel / EndEditLabel.

2006-09-22 17:20 KH, revision 41372

When autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

2006-09-22 14:46 SC, revision 41371

typo

2006-09-22 14:28 SC, revision 41370

further encapsulation of graphics context, wxdc becoming 'generic'

2006-09-22 14:25 SC, revision 41369

allow access to wxWindow*

2006-09-22 14:19 SC, revision 41368

extending graphics context encapsulation

2006-09-22 14:10 SC, revision 41367

extending graphics context encapsulation

2006-09-22 13:04 JJ, revision 41366

Update OpenVMS make files Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/univ/descrip.mms

2006-09-22 06:55 VS, revision 41365

implemented SetFocus

2006-09-22 00:53 VZ, revision 41364

don't release the DC which we don't own in wxUSE_UXTHEME case (backport from HEAD)

2006-09-22 00:50 VZ, revision 41363

don't release the DC which we don't own in wxUSE_UXTHEME case

2006-09-21 22:51 RD, revision 41362

reSWIGged

2006-09-21 22:45 RD, revision 41361

disown wxPyXmlResourceHandler

2006-09-21 22:44 RD, revision 41360

Use the generic listctrl on Mac by default until it gets up to par

2006-09-21 22:42 RD, revision 41359

s_macSupportPCMenuShortcuts no longer exists

2006-09-21 21:00 VZ, revision 41358

fix unescaped underscores

2006-09-21 20:57 VZ, revision 41357

fix incorrect \param usage