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

2006-09-10 15:51 VS, revision 41131

make it possible to create wxWindowDC for a hidden window

2006-09-10 15:38 VS, revision 41130

added wxWindow::IsVisible() method

2006-09-10 14:59 RR, revision 41129

Also set GTK text direction to m_wxwindow.

2006-09-10 14:52 RR, revision 41128

Remove direct access to GtlPizza's offset variable. That way, we can change the underlying meaning for RTL windowing mirroring without wxWindow knowing it.

2006-09-10 12:25 VZ, revision 41127

blind compilation fix for daily builds error

2006-09-10 12:23 VZ, revision 41126

compilation fix for !WX_PRECOMP (missing wx/app.h)

2006-09-10 12:20 VZ, revision 41125

compilation fix after last commit (forgot to remove WXUNUSED)

2006-09-10 04:23 MR, revision 41124

Restore ability to have a much lower runtime GTK version than build time - down to 2.4 (2.0 is still broken from gtk_combo_box_entry_new)

2006-09-10 02:00 VZ, revision 41123

removed overloaded virtual InitWith() methods, keep just a single InitRGBA()

2006-09-10 01:58 VZ, revision 41122

compilation fix after wxGUIAppTraits::GetToolkitVersion() introduction

2006-09-10 01:20 VZ, revision 41121

removed unused variable

2006-09-09 23:20 VZ, revision 41120

compilation fixes after recent stock menu items changes

2006-09-09 23:10 RD, revision 41119

reSWIGged

2006-09-09 22:57 RD, revision 41118

more properties

2006-09-09 19:58 RD, revision 41117

mention Pulse mode on Guage, and native toolbar on Mac

2006-09-09 19:57 RD, revision 41116

Path fix

2006-09-09 19:57 RD, revision 41115

reSWIGged

2006-09-09 19:55 RD, revision 41114

reSWIGtged

2006-09-09 19:42 RD, revision 41113

It's not in use yet, but add Kevin's docparser code so it doesn't get lost...

2006-09-09 19:41 RD, revision 41112

Build the contents and index files for HtmlHelp

2006-09-09 19:38 RD, revision 41111

DetachRoot

2006-09-09 19:37 RD, revision 41110

Add AddStretchSpacer and friends

2006-09-09 19:36 RD, revision 41109

Pulse mode in gauge

2006-09-09 19:18 RD, revision 41108

Show Pulse mode

2006-09-09 19:07 RD, revision 41107

Compilo fix