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-09-11 10:32 RR, revision 41156

Implement dc mirroring for RTL.

2006-09-11 09:54 RR, revision 41155

Make IsExposed virtual.

2006-09-11 09:08 VS, revision 41154

move misc surface helpers to wxIDirectFBSurface class

2006-09-10 23:57 VZ, revision 41153

added hyperlink alignment flags (patch 1537043)

2006-09-10 23:50 VZ, revision 41152

compilation fixes for wxUSE_STL==1 (patch 1555754)

2006-09-10 23:49 VZ, revision 41151

minor corrections and note about Unicode (patch 1555691)

2006-09-10 23:47 VZ, revision 41150

use RTL paragraphs in rich edit control in RTL mode (patch 1553298)

2006-09-10 23:42 VZ, revision 41149

return correct coordinates for child windows from DoGetPosition() in RTL mode (patch 1552664)

2006-09-10 23:39 VZ, revision 41148

fix static box label drawing in RTL locale (patch 1552545)

2006-09-10 23:28 VZ, revision 41147

added wxLocale::IsAvailable() (extended patch 1547191)

2006-09-10 23:19 VZ, revision 41146

use wxID_OPEN instead of INTERNAT_OPEN

2006-09-10 23:09 VZ, revision 41145

compilation fix for Unicode build (patch 1546975)

2006-09-10 23:08 VZ, revision 41144

allow wxRB_GROUP to be changed after creation (patch 1544686)

2006-09-10 23:07 VZ, revision 41143

fix constructing wxRegKey from string names (replaces patch 1542052, backport from HEAD)

2006-09-10 23:04 VZ, revision 41142

fix constructing wxRegKey from string names (replaces patch 1542052)

2006-09-10 22:45 VZ, revision 41141

clear values of type SQL_C_DATE/TIME too (patch 1541829)

2006-09-10 22:43 VZ, revision 41140

don't call ::GetSystemMetrics() unnecessarily in wxGetHiconSize()

2006-09-10 20:50 PC, revision 41139

avoid null pointer dereference in DoGetClientSize

2006-09-10 19:40 RR, revision 41138

The usual missing commit.

2006-09-10 19:39 RR, revision 41137

Implemented window coord mirroring for RTL. This is only implemented for *setting* the coordinates which is enough for wxSizers and 99% or other dialogs to work. Also reversed the meaning of wxStaticText alignment in RTL mode. It is possible that later versions of GTK actually do that themselves. (?)

2006-09-10 18:18 VZ, revision 41136

ensure that -2 font size is readable, it could be too small after last change

2006-09-10 17:07 VZ, revision 41135

small sample cleanup (formatting, use stock menu items)

2006-09-10 16:52 VZ, revision 41134

ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

2006-09-10 16:11 VS, revision 41133

compilation fix

2006-09-10 16:02 VS, revision 41132

fixed subcontrols refreshing in wxWindow::Refresh