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-05-07 14:43 SN, revision 39103

Need to do tests for compiler version (to determine C++ libs needed to successfully link C++ core) in C mode on OS/2.

2006-05-07 01:26 PC, revision 39102

call static functions directly

2006-05-07 01:17 PC, revision 39101

unused variables/declarations

2006-05-07 01:14 PC, revision 39100

correct access for virtuals

2006-05-07 00:39 VZ, revision 39099

use non numpad equivalents for the numpad keys in CHAR events

2006-05-07 00:34 VZ, revision 39098

removed more unneeded code in kbd handling logic

2006-05-07 00:31 VZ, revision 39097

removed code which had no effect in HandleChar()

2006-05-06 22:53 VZ, revision 39096

generate ctors with optional parent parameters in C++ code (patch 1238355)

2006-05-06 22:48 VZ, revision 39095

fix for popup menus (part of patch 1238355)

2006-05-06 22:41 RD, revision 39094

Add wx.TextAttr.Merge

2006-05-06 22:40 VZ, revision 39093

better Wait/Delete() docs (patch 1434085)

2006-05-06 22:35 VZ, revision 39092

use SubclassWin() insteaf of just wxAssociateWinWithHandle() to make sure we generate wxWindowCreateEvents for MDI frames (see patch 1411774)

2006-05-06 22:34 VZ, revision 39091

send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get WM_CREATEs for the windows of standard classes (last version of patch 1411774; closes bug 1349291)

2006-05-06 22:27 VZ, revision 39090

don't generate duplicate event for numpad keys with numlock on (patch 1448853)

2006-05-06 21:59 VZ, revision 39089

use wxGtkString instead of manual g_free()s (also fixed free/g_free mismatch)

2006-05-06 21:57 RD, revision 39088

GetXRCID has a new parameter

2006-05-06 21:56 RD, revision 39087

Added wxDD_CHANGE_DIR

2006-05-06 21:55 RD, revision 39086

minor wx.DirDialog updates

2006-05-06 21:51 ABX, revision 39085

Include wx/dcclient.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-06 21:48 VZ, revision 39084

pango_font_description_get_family() can return NULL

2006-05-06 20:32 VZ, revision 39083

compilation fix for the last check in

2006-05-06 20:23 VZ, revision 39082

clamp the point size of the font to a reaosnable range (second part of patch 1481722)

2006-05-06 20:15 VZ, revision 39081

docs for Get/SetNativeFontInfoUserDesc() (part of patch 1481722)

2006-05-06 20:12 VZ, revision 39080

cache best size in DoGetBestSize()

2006-05-06 20:10 VZ, revision 39079

misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)