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-04 17:11 VZ, revision 43806

quick fix for TRACE_DND being undefined for compilers without vararg macros support in release builds

2006-12-04 17:07 VZ, revision 43805

fix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)

2006-12-04 17:05 VZ, revision 43804

fix (harmless) assert in virtual list control under Vista

2006-12-04 16:53 VZ, revision 43803

use wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extends fix of rev 1.77; replaces the change of rev 1.81); fixes spurious errors when reading KDE MIME files in Unicode builds

2006-12-04 16:50 VZ, revision 43802

give the file name in the error message about failed Unicode conversion

2006-12-04 16:33 JS, revision 43801

Avoid generating two events on selection (when MSWCommand returns false, the default window procedure is called in window.cpp and this generates a further event)

2006-12-04 14:30 VZ, revision 43800

removed wxGTK-specific 2 pixel border around the window which is the sole child of a wxTLW

2006-12-04 12:39 VZ, revision 43799

allow dynamically changing most of text control styles in wxGTK

2006-12-04 11:39 VZ, revision 43798

removed empty and unused CalculateScrollbar() method

2006-12-04 11:19 VZ, revision 43797

added documentation of return value of ToggleWindowStyle()

2006-12-04 11:10 VZ, revision 43796

added a small helper ToggleWindowStyle() function

2006-12-04 11:05 VZ, revision 43795

ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange

2006-12-04 10:47 VZ, revision 43794

removed explicit initial size for BugsGridFrame, it's not needed as its size is set to fit to the grid

2006-12-04 10:44 VZ, revision 43793

removed unneeded SetMargins(0, 0) call (this is the default) in BugsGridFrame ctor

2006-12-04 10:43 VZ, revision 43792

added the missing parameter to SetScrollbars() call in AutoSize()

2006-12-04 10:32 VZ, revision 43791

replaced wxLogDebug with wxLogTrace in wxExecute() to suppress annoying messages each time it is called

2006-12-04 10:16 JS, revision 43790

Use font encoding

2006-12-04 10:07 JS, revision 43789

An attempt at fixing the Unicode conversion errors when loading configuration files - try ISO-8859-1 if Unicode fails.

2006-12-04 08:26 JS, revision 43788

Added SetEncoding

2006-12-04 07:58 JJ, revision 43787

Committing in . Update for (experimental) OpenVMS wxGTK2 compilation Modified Files: wxWidgets/src/common/descrip.mms

2006-12-04 02:09 VZ, revision 43786

create mask from alpha channel if the bitmap has no mask, this is better than using grey as transparent colour

2006-12-04 01:46 VZ, revision 43785

use Remove(-1) instead of looping over all images manually in RemoveAll()

2006-12-04 01:14 VZ, revision 43784

moved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to fix wxUniv/GTK build

2006-12-03 23:18 MW, revision 43783

Backport the fix for the boolean conflict with w32api 3.8.

2006-12-03 22:27 MW, revision 43782

Backport the fix for the boolean conflict with w32api 3.8.