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

2008-04-06 13:57 VZ, revision 53042

no changes, just some cleanup (patch 1918720)

2008-04-06 12:52 FM, revision 53041

revisions contributed by Utensil Candel

2008-04-06 10:01 CE, revision 53040

SF bug 1895101

2008-04-06 09:31 CE, revision 53039

SF bug 1895101

2008-04-06 02:38 RD, revision 53038

use the same constant the other ports use instead of a magic number

2008-04-06 02:13 RD, revision 53037

Slight reorg of last change

2008-04-06 00:00 KO, revision 53036

Initial implementation of wxGraphicsContext::GetMultilineTextExtent, so that wxGraphicsContext has all the same drawing APIs as wxDC.

2008-04-05 21:00 SN, revision 53035

Tests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.

2008-04-05 20:46 VZ, revision 53034

include more headers for PCH-less compilation

2008-04-05 18:25 RR, revision 53033

Also right-align second column

2008-04-05 18:22 RR, revision 53032

Always interpret a column width of -1 as 80 until somthing better is found

2008-04-05 17:54 VZ, revision 53031

use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

2008-04-05 17:50 VZ, revision 53030

document Alloc() vs returning bool (part of bug 1933693)

2008-04-05 17:29 RR, revision 53029

Added test for right alignment of 1st column

2008-04-05 17:28 VZ, revision 53028

don't crash in ReadString() if the length read from the stream is too big (bug 1933560)

2008-04-05 17:26 RR, revision 53027

Added test for left/centre/right alignment

2008-04-05 17:07 VZ, revision 53026

fix for g++ signed/unsigned comparison warning

2008-04-05 17:05 VZ, revision 53025

include the headers needed for its compilation from the header itself

2008-04-05 13:40 RR, revision 53024

Fixed bug that made adding a child to a branch (that was previously made empty) impossible

2008-04-05 12:37 RR, revision 53023

Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()

2008-04-05 12:33 RR, revision 53022

Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()

2008-04-05 12:24 RR, revision 53021

[ 1922123 ] Generic wxDataViewCtrl leaks

2008-04-05 12:09 RR, revision 53020

Support renderer::LeftClick() in generic code, removed unsupported RightClick(), corrected docs, added test to sample

2008-04-05 09:12 BP, revision 53019

Finished initial review of [ca*-ch*] interface headers.

2008-04-04 23:07 VZ, revision 53014

set focus to the control when it's clicked

2008-04-04 22:30 VZ, revision 53013

use wxWANTS_CHARS to allow arrows to work inside the control

2008-04-04 22:25 VZ, revision 53012

make GenerateEvent() public again to fix wxGTK compilation

2008-04-04 18:39 VZ, revision 53011

regenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too

2008-04-04 16:35 VZ, revision 53010

implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl

2008-04-04 16:26 VZ, revision 53009

implemented Mark() in the native MSW version of wxCalendarCtrl

2008-04-04 15:49 VZ, revision 53008

generate double click events in the native MSW version of wxCalendarCtrl

2008-04-04 15:26 VZ, revision 53007

generate the correct events in the native MSW version of wxCalendarCtrl

2008-04-04 14:58 VZ, revision 53006

implemented HitTest() in the native MSW version; added test for it to the sample

2008-04-04 14:24 VZ, revision 53005

implement EnableMonthChange() by restricting the dates range to the current month (this is not ideal as the UI of the control doesn't change, but better than nothing)

2008-04-04 13:07 VZ, revision 53004

compilation fix for PCH-less build

2008-04-04 06:20 BP, revision 53003

Intial review of calctrl.h.

2008-04-04 04:17 VZ, revision 53002

initial native implementation of wxCalendarCtrl for MSW

2008-04-03 23:28 RD, revision 53000

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 23:27 RD, revision 52999

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 18:57 VS, revision 52998

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 18:55 VS, revision 52997

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 12:47 VZ, revision 52996

replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one

2008-04-03 12:09 SC, revision 52995

fixing the build for wxMAC_USE_COCOA=1

2008-04-03 11:47 SC, revision 52994

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 11:41 SC, revision 52993

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 08:37 FM, revision 52992
  • D /wxWidgets/trunk/docs/html

removed FAQs: they are already available in the website; there's no reason to duplicate them here

2008-04-03 06:43 RD, revision 52990

Call ValueChanged after SetValue so other views will be updated

2008-04-03 03:33 RD, revision 52989

fix warnings

2008-04-03 03:33 RD, revision 52988

fix warnings

2008-04-03 02:50 RD, revision 52987

Fix for potential layout glitches in wxGridBagSizer when items span cells but some other item affects the size of one of spanned rows/cols.