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-12-07 08:59 PC, revision 43856

correct access for virtual, declare variable only if used

2006-12-07 08:57 PC, revision 43855

class/struct mismatch

2006-12-07 08:56 PC, revision 43854

correct access for virtuals

2006-12-07 07:22 PC, revision 43853

correct access for virtuals

2006-12-07 07:20 PC, revision 43852

remove redundant test

2006-12-07 07:20 PC, revision 43851

use correct test

2006-12-07 07:18 PC, revision 43850

indentation fix

2006-12-07 07:18 PC, revision 43849

use computed justification

2006-12-07 07:16 PC, revision 43848

unused variable

2006-12-07 07:15 PC, revision 43847

fix wrong parenthesizing of boolean expressions

2006-12-07 05:50 PC, revision 43846

correct access for virtuals

2006-12-07 05:47 PC, revision 43845

minor cleanup

2006-12-07 05:47 PC, revision 43844

don't use %d to print pointer

2006-12-07 05:44 PC, revision 43843

correct access for virtuals

2006-12-07 03:27 RD, revision 43842

wxRect2DDouble --> wxRect2D

2006-12-07 03:07 RD, revision 43841

clip the bitmap to the size of the source DC in DoBlit if neccessary

2006-12-06 23:28 VZ, revision 43840

explicitly call OnExit() in the ports which don't use wxEventLoopManual

2006-12-06 23:14 KO, revision 43839

Implement SortItems for native OS X wxListCtrl to match behavior with other impls, and request an update when an item's data changes.

2006-12-06 21:47 RR, revision 43838

Correct Unicode support topic.

2006-12-06 21:40 RR, revision 43837

I blindly believe that WinCE doesn't delete a directory with CreateDirectory. [ 1610415 ] wxWinCE remove directory

2006-12-06 19:20 VZ, revision 43836

we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)

2006-12-06 18:48 VS, revision 43835

use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively for fonts

2006-12-06 17:19 VZ, revision 43834

don't leave dummy extension in of.lpstrDefExt (bug 1609614, backport from HEAD)

2006-12-06 17:17 VZ, revision 43833

don't leave dummy extension in of.lpstrDefExt (bug 1609614)

2006-12-06 17:13 VZ, revision 43832

ask for BPP for .bmp extension, not .bpp one