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-21 20:52 VZ, revision 41356

fixed unmatched braces

2006-09-21 20:46 VZ, revision 41355

don't release DC we don't own in MSWOnDraw() (backport of a fix in HEAD)

2006-09-21 19:14 RD, revision 41354

Add support for aborting the worker thread

2006-09-21 17:30 VS, revision 41353

put remaining toolbars-related methods into #if wxUSE_TOOLBAR

2006-09-21 17:01 RD, revision 41352

use the MSVC 7.1 DLLs for python versions >= 2.4, not ==

2006-09-21 17:00 RD, revision 41351

reSWIGged

2006-09-21 16:59 RD, revision 41350

Several methods dropped the const from their signature

2006-09-21 16:59 RD, revision 41349

Use GridNameStr

2006-09-21 16:58 RD, revision 41348

new wxCONTROL constants

2006-09-21 16:57 RD, revision 41347

Add comment about additional forms of Inflate(). Decide what to do about them later.

2006-09-21 16:56 RD, revision 41346

Import numpy.oldnumeric

2006-09-21 16:09 VS, revision 41345

send wxChildFocusEvent

2006-09-21 12:56 VS, revision 41344

fixed DrawText to use text colours instead of pen+brush colours

2006-09-21 10:22 ABX, revision 41343

PCH build fixes.

2006-09-21 10:13 VS, revision 41342

hide the caret before setting m_updateRegion: produces small flicker, but works

2006-09-21 06:27 SC, revision 41341

cleanup

2006-09-21 05:49 ABX, revision 41340

PCH build fix.

2006-09-21 05:38 SC, revision 41339

getting out for 'addded' events early enough

2006-09-20 23:59 VZ, revision 41338

removed operator>>(istream&, wxString&) -- it's better to not have it at all than have an empty function which compiles but doesn't work

2006-09-20 23:33 KO, revision 41337

Remove instances where wxGenericImageList is included directly.

2006-09-20 23:10 VZ, revision 41336

make colours of the selected text inversed

2006-09-20 23:09 VZ, revision 41335

add more virtual border drawing functions used by frame decorations code

2006-09-20 22:55 VZ, revision 41334

centre frame decoration bitmaps in their buttons

2006-09-20 22:52 VZ, revision 41333

removed stubs for frame decorations drawing

2006-09-20 22:49 VZ, revision 41332

move frame decorations drawing to the base class

2006-09-20 22:41 VZ, revision 41331

fix infinite recursion in DrawStatusField() after latest changes

2006-09-20 21:20 VZ, revision 41330

only include generic imaglist.{cpp|h} in the ports which don't have the native version

2006-09-20 17:25 VZ, revision 41329

added stubs for the missing functions, this theme links now

2006-09-20 17:24 VZ, revision 41328

move generic part of AdjustSize() and status bar methods to the base class

2006-09-20 17:20 VZ, revision 41327

add Inflate(wxSize) overload

2006-09-20 17:15 VZ, revision 41326

define wxCONTROL_SIZEGRIP as another possible interpretation of wxCONTROL_SPECIAL bit

2006-09-20 15:57 VZ, revision 41325

first compilable version of the mono theme, replacing the accidentally checked in previous revision

2006-09-20 15:48 SC, revision 41324

preliminary editing support

2006-09-20 15:38 VZ, revision 41323

moved Arrow_ constants to the base class

2006-09-20 15:37 SC, revision 41322

undoing my duplicate efforts to solve the same problem ...

2006-09-20 15:33 SC, revision 41321

adding support for listctrl editable columns

2006-09-20 15:29 SC, revision 41320

adding support for listctrl editable columns

2006-09-20 15:27 SC, revision 41319

type corrections, adding support for listctrl editable columns

2006-09-20 14:51 VZ, revision 41318

refactored common parts of DrawItem() in the base class; implemented GetTextTotal/ClientArea() there as well

2006-09-20 14:18 RR, revision 41317

[ 1505048 ] wxHtml rendering of underlined text by using a Pango hack to make it underline leading space and trailing space. recognized as a Pango bug fixed in recent Pango.

2006-09-20 14:15 RR, revision 41316

Made MSW wxSpinCtrl emit UPDATE event when validating the value in the text field upon kill focus. Documented this behaviour. This is in line with the GTK+ control.

2006-09-20 13:15 VZ, revision 41315

corrected ifdef condition

2006-09-20 12:05 JG, revision 41314

Fix label positioning when text is LTR.

2006-09-20 08:17 JS, revision 41313

Reverted last change

2006-09-20 08:09 VS, revision 41312

last change broke seting the surface in the common case, fixed (and reorganized the code a bit)

2006-09-20 08:08 RR, revision 41311

Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused

2006-09-19 22:09 KO, revision 41310

Improved handling of column widths, removed need for hidden column for sorting, and put in a stub for editing support.

2006-09-19 18:18 RR, revision 41309

Fixed [ 1558015 ] No deselection event from wxGenericTreeCtrl::SelectItem()

2006-09-19 17:58 RR, revision 41308

More tests for circles and arcs.

2006-09-19 17:56 RR, revision 41307

Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed like a pie