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 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