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-11-04 20:15 VZ, revision 43056

updated from bakefile revision 928

2006-11-04 20:13 VZ, revision 43055

fix messages for OpenGL headers detection

2006-11-04 20:03 VZ, revision 43054

moved wxCollapsiblePane to core from adv

2006-11-04 19:54 KO, revision 43053

Adding label editing to native OS X listctrl.

2006-11-04 18:52 SN, revision 43052

Added deep copy of bitmaps.

2006-11-04 18:29 RR, revision 43051

Reorder event things a little. Two callbacks for page change and page changing. use signal_connect_after() for page changed event, as everywhere else, this should also make it possible to select a different page in the event handler. GetSelection just uses native call. Don't use m_skipEvent flag, disconnect from events.

2006-11-04 18:25 VZ, revision 43050

add wxTempFile test

2006-11-04 18:24 RR, revision 43049

Test adding page without setting selection.

2006-11-04 18:14 VZ, revision 43048

define wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)

2006-11-04 17:43 VZ, revision 43047

add wxUSE_ACCESSIBILITY guards (bug 1107297)

2006-11-04 17:41 SC, revision 43046

adding text with background brush

2006-11-04 17:40 VZ, revision 43045

test for GL/glu.h too (fixes part of bug 879474)

2006-11-04 17:33 VZ, revision 43044

look for OpenGL headers/libraries in /opt/graphics/OpenGL as this is where they're found on HP-UX systems apparently (closes bug 925307)

2006-11-04 17:17 VZ, revision 43043

rebaked after animation control and helpbest.h changes

2006-11-04 17:10 VZ, revision 43042

fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)

2006-11-04 17:09 JS, revision 43041

Account for PANGO_WEIGHT_SEMIBOLD not being available on older Pango installations

2006-11-04 17:09 VZ, revision 43040

don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW

2006-11-04 17:08 VS, revision 43039

don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+

2006-11-04 16:56 RR, revision 43038

Reenabled page selection event when page in notebook was deleted.

2006-11-04 16:46 VZ, revision 43037

correction to last commit: don't add animation control source to core library, add them to advanced one, for wxUniv builds

2006-11-04 16:10 JS, revision 43036

Generic fix for full row highlight

2006-11-04 14:01 VZ, revision 43035

fixed crash due to infinite recursion in wxPopupFocusHandler::OnKeyDown()

2006-11-04 13:43 VZ, revision 43034

don't leave tables non-owned by the grid with dangling view pointer when the grid is deleted (patch 1310535)

2006-11-04 13:31 VZ, revision 43033

capture mouse to be notified when it exists the popup rect (bug 1372228)

2006-11-04 13:08 VZ, revision 43032

moved wxSingleInstanceChecker to base from core under Mac (bug 1384489)