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-10-29 22:38 MW, revision 42681

Compile fix after GetC return type changed from char to int.

2006-10-29 22:33 MW, revision 42680

Compile fix for 64-bit.

2006-10-29 22:31 MW, revision 42679

Make m_typeflag an int.

2006-10-29 22:01 JS, revision 42678

Digital Mars doesn't like the identifiers being declared later

2006-10-29 21:55 JS, revision 42677

Digital Mars fixes

2006-10-29 21:49 VZ, revision 42676

escape special SQL chars in where clauses (patch 1204728)

2006-10-29 21:29 VZ, revision 42675

search in the index case-insensitively in FindPageByName() if all else fails (replaces patch 1227882)

2006-10-29 21:28 SC, revision 42674

minimize overlay area to avoid eg scrolling artifacts when using a caret

2006-10-29 21:13 VS, revision 42673

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 21:10 MW, revision 42672

Restore the final wildcard.

2006-10-29 21:10 VZ, revision 42671

avoid infinite recursion by not using GetMaxWidth/Height() from GetMaxSize() implementation

2006-10-29 21:09 VZ, revision 42670

mention wxTB_RIGHT patch

2006-10-29 21:01 SC, revision 42669

guarding against setting of NULL

2006-10-29 21:00 SC, revision 42668

applying correct offsets

2006-10-29 20:51 SC, revision 42667

remove unneeded code

2006-10-29 20:47 VZ, revision 42666

remove manual bitmap greying code with a call to wxImage::ConvertToGreyscale()

2006-10-29 20:44 CE, revision 42665

fix borland header difference

2006-10-29 20:39 VZ, revision 42664

don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead

2006-10-29 20:39 PC, revision 42663

remove unnecessary casts

2006-10-29 20:38 VZ, revision 42662

return the results of GetMin/MaxSize() from GetMin/MaxWidth/Height(); fix warnings about unused parameters in DoSetSizeHints()

2006-10-29 20:37 PC, revision 42661

remove unneeded include

2006-10-29 20:36 PC, revision 42660

fix for Borland 5.5

2006-10-29 20:26 VZ, revision 42659

pass correct indicator pointer to SQLBindCol() (patch 1390059)

2006-10-29 20:26 VS, revision 42658

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 20:24 VZ, revision 42657

post WM_CLOSE instead of deleting the inplace edit control (second incarnation of the patch 1394785)