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-03 21:28 RD, revision 41606

Don't forget the samples\ide\activegrid\model dir

2006-10-03 21:23 RD, revision 41605

Added the wx.lib.buttonpanel module, which is a tweaked version of Andrea Gavana's FancyButtonPanel module.

2006-10-03 19:28 PC, revision 41604

build fix

2006-10-03 19:06 PC, revision 41603

univ build fix

2006-10-03 19:00 SC, revision 41602

line endings

2006-10-03 17:28 RR, revision 41601

More selection work in GTK+ version.

2006-10-03 16:49 SC, revision 41600

fixes for non precompiled headers

2006-10-03 16:47 SC, revision 41599

cairo implementation

2006-10-03 16:45 SC, revision 41598

adding alpha to gtk colour

2006-10-03 16:01 PC, revision 41597

Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtkString. While we're at it, lets use it some more.

2006-10-03 15:24 RR, revision 41596

Renamed wxDataViewCell to wxDataViewRenderer since the class just renders the cell, it doesn't represent one. Maybe wxDataViewCellRenderer would be best...

2006-10-03 15:18 VZ, revision 41595

include wxmsw27_gl (#if wxUSE_GLCANVAS) too

2006-10-03 15:16 VZ, revision 41594

added if wxUSE_XRC/AUI/RICHTEXT around appropriate libraries

2006-10-03 15:05 VZ, revision 41593

make wxSemaphore::Post() return wxSEMA_OVERFLOW as documented (patch 1557642)

2006-10-03 14:59 RR, revision 41592

Implemented GetSelection() and GetSelections().

2006-10-03 14:55 VZ, revision 41591

avoid flicker in methods which don't change listbox size by not calling XtUnmanage/ManageChild() unnecessarily (patch 1566670)

2006-10-03 14:53 VZ, revision 41590

fixes for compilation with wxUSE_XXX==0 and some other minor fixes (patch 1569904)

2006-10-03 14:38 VZ, revision 41589

fix wxFilesystem compilation if wxUSE_FFILE is 0 but wxUSE_FILE is 1; disable wxFileSystem if both wxUSE_(F)FILE are 0 (modified patch 1569960)

2006-10-03 14:29 PC, revision 41588

don't set negative window size

2006-10-03 14:28 PC, revision 41587

header cleanup

2006-10-03 13:23 RR, revision 41586

Added event skeletons, defines, event ids.. Implemented wxEVT_DATAVIEW_ROW_SELECTED.

2006-10-03 11:39 RR, revision 41585

Added selection API.

2006-10-03 11:09 RR, revision 41584

Replaces size_t with unsigned int in wxDataViewCtrl API.

2006-10-02 22:48 KO, revision 41583

Remove the ability to sort by column in virtual wxListCtrl, and remove movable columns as we don't currently support it.

2006-10-02 22:41 VZ, revision 41582

define wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with wxUSE_OLE (no separate switches for now...)

2006-10-02 22:37 VZ, revision 41581

added wxUSE_ACTIVEX which depends on wxUSE_VARIANT and which wxUSE_MEDIACTRL depends on (closes 1569606)

2006-10-02 20:14 RD, revision 41580

reSWIGged

2006-10-02 20:13 RD, revision 41579

Don't autosize if the height is too small. Interaction with the horizontal scrollbar can sometimes cause problems in this case.

2006-10-02 20:04 RD, revision 41578

Match some API tweaks made in CVS

2006-10-02 20:04 RD, revision 41577

Don't override the Label property in the base class.

2006-10-02 20:03 RD, revision 41576

Change the name of the dir where the message catalogs are installed on MSW back to 'locale' and also change back to the full directory structure including the LC_MESSAGES dir. The reasons these changes were orginally made no longer apply

2006-10-02 19:59 RD, revision 41575

fix layout

2006-10-02 19:59 RD, revision 41574

Show the color component values too

2006-10-02 19:58 RD, revision 41573

Deal with wxVariant changed

2006-10-02 19:50 RR, revision 41572

Always set colormap for PangoContext. This silences myriads of warning in the wxRichTextCtrl.

2006-10-02 19:31 SC, revision 41571

making virtual lists faster by not sorting items

2006-10-02 18:50 SC, revision 41570

first stab at the selection iterator

2006-10-02 18:04 PC, revision 41569

non-pch build fix

2006-10-02 17:38 PC, revision 41568

listctrl header cleanup

2006-10-02 17:35 PC, revision 41567

build fix

2006-10-02 16:18 RD, revision 41566

Don't cache the best size until we get a non-zero value back from the activeX control.

2006-10-02 16:01 RR, revision 41565

Forgot to commit latest sample changes.

2006-10-02 13:52 SC, revision 41564

workaround for GDIPlus conversion errors, adding wxMask support

2006-10-02 12:47 JS, revision 41563

Use wxIsalnum to test for word delimiters

2006-10-02 12:38 JS, revision 41562

Compilo fix

2006-10-02 12:11 ABX, revision 41561

Fixed crash caused by A=B?C:D used for returning wxObject derived type.

2006-10-02 11:18 ABX, revision 41560

GCC warning fix. Minor cleanup.

2006-10-02 09:10 VZ, revision 41559

fix VC warning about incorrect dll linkage of wxDataViewSelection

2006-10-02 09:00 VZ, revision 41558

put expdecl in the correct place in DECLARE/IMPLEMENT_VARIANT_OBJECT_EXPORTED

2006-10-02 08:52 ABX, revision 41557

Updated Watcom/OS2 makefiles.