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)

2006-11-04 13:01 VZ, revision 43031

define wxMiniFrame at least somehow if the current port doesn't define it

2006-11-04 12:51 VZ, revision 43030

define arrays of chartoo as the existing ones can't be used to store char values (bug 1572314)

2006-11-04 12:42 VZ, revision 43029

document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314)

2006-11-04 12:33 VZ, revision 43028

grid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)

2006-11-04 12:20 VZ, revision 43027

invalidate best size of the book controller too when the pages are added/removed, this fixes a lot of sizing problems with treebook

2006-11-04 12:18 VZ, revision 43026

removed out of date FIXME (part of patch 1590194)

2006-11-04 12:18 VZ, revision 43025

document WX_PREPEND_ARRAY (part of patch 1590194)

2006-11-04 12:15 VZ, revision 43024

use Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)

2006-11-04 11:59 VZ, revision 43023

reverted the last fix, it was just wrong, sorry, the problem is elsewhere

2006-11-04 11:42 VZ, revision 43022

fix tree control best size calculation: account for the images and the buttons

2006-11-04 11:26 VZ, revision 43021

test GetBoundingRect()

2006-11-04 11:16 VZ, revision 43020

call base class ctor in copy ctors explicitly (fixes gcc warnings with -Wextra)

2006-11-04 11:14 VZ, revision 43019

handle all wxROLE_XXX values in wxConvertToWindowsRole()

2006-11-04 11:13 VZ, revision 43018

add generic animation sources to wxUniv (and correspondingly removed them from wxX11)

2006-11-04 11:03 VZ, revision 43017

really define TRACE_CLIPBOARD (fix for the last commit)

2006-11-04 10:57 VZ, revision 43016

attempt to fix linking error in one of the tinderbox builds by moving local class declaration out of the function

2006-11-04 10:42 VZ, revision 43015

include iostream header when using std streams

2006-11-04 10:38 SC, revision 43014

removing additional offset - why did this ever work ?

2006-11-04 09:57 SC, revision 43013

stub implementations

2006-11-04 07:50 SC, revision 43012

adding measuring contexts, streamlining printing code

2006-11-04 06:39 SC, revision 43011

allowing transformation changes even if there is no graphics context around

2006-11-04 06:33 SC, revision 43010

fixing warning

2006-11-04 03:14 VZ, revision 43009

don't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds where both __UNIX__ and __WINDOWS__ are defined)

2006-11-04 03:12 VZ, revision 43008

regenerated after last fix

2006-11-04 03:10 VZ, revision 43007

fix to last change: compilation test must be done after test for C compiler