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):

2004-10-28 22:22 RN, revision 30153

wxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclosed literal characters with wxT, more source comments, doc cleanups, changed StartsWith(x) to [ou] == x

2004-10-28 20:34 RD, revision 30152

I think that going to the home page woudl be more user friendly than to the SF download page, but make it a module attr so the app can change it if it's really needed.

2004-10-28 20:32 RD, revision 30151

add skipupload flag

2004-10-28 20:31 RD, revision 30150

Use the wx.App.SetMac* static methods instead of the global functions

2004-10-28 16:47 VZ, revision 30149

fixed wxBU_EXACTFIT handling in wxBitmapButton (closes 1056234)

2004-10-28 14:24 ABX, revision 30148

Missed CanRead and correct type for Eof (bug #983978).

2004-10-28 14:22 ABX, revision 30147

Single section for variants of the same function so it is less confusing for referencing from other parts.

2004-10-28 14:20 ABX, revision 30146

Lack of label causes 'topicN' anchors in url and reports warning during tex2rtf execution.

2004-10-28 11:48 ABX, revision 30145

Borland warning fix.

2004-10-28 11:43 ABX, revision 30144

Warning fixes.

2004-10-28 11:41 ABX, revision 30143

Warning fix due to unsigned nature of wParam.

2004-10-28 11:20 VS, revision 30142

FL's floating windows render borders themselves, don't use small titlebars

2004-10-28 11:19 VS, revision 30141

fixed wxTextCtrl::EmulateKeyPress to work in Unicode build of wxGTK2

2004-10-28 10:54 VZ, revision 30140

temp compilation fix for wxMac

2004-10-28 10:00 RN, revision 30139

Use proper wxURI unescape instead of old way

2004-10-28 09:57 RN, revision 30138

final wxURI API changes. Changed Get to BuildURI to better reflect what its doing. Added wxURI::Unescape to unescape characters in a url or uri. Added wxURI::BuildUnescapedURI. Changed the wxURL convertXXXuri methods to use uri methods instead, and depreciated these methods.

2004-10-28 08:18 VS, revision 30137

wxKeyEvent::m_uniChar must be copied by operator= too

2004-10-28 06:49 RN, revision 30136

Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and less duplication of code. Change wxURI a bit to meet some of Vadim's reccommendations - move accessors into header, and finish some of his other reccom. Change assignment to use const wxString& instead of const wxChar*. Change wxURI docs to reflect that it inherits from wxObject. Made preliminary docs for the wxURL transition. Add some unit tests for the transition.

2004-10-28 02:00 RL, revision 30135

Applied patch 1055774 from Paul Cornett for platforms without a posix /bin/sh. Among those reported as not yet expired are Solaris 9, IRIX 6.5, and Tru64 5.1b.

2004-10-28 01:05 VZ, revision 30134

use \true/\false and \arg

2004-10-28 01:03 VZ, revision 30133

minor cleanup: don't use bool parameters, don't typedef the enums, don't abuse references

2004-10-28 00:43 RD, revision 30132

just a little tweak

2004-10-27 23:59 RD, revision 30131

Changed selectNewest to ensureMinimal. If the default version is >= the minimum then use it, otherwise find an installed version that is >= minimum, or will display a message and bail out.

2004-10-27 23:30 RN, revision 30130

final sweep over docs - replace & with \&

2004-10-27 23:21 RN, revision 30129

update docs, add to class list