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

2004-10-27 23:07 VZ, revision 30128

we don't have to call png_set_error_fn() any more after last commit

2004-10-27 22:58 VZ, revision 30127

use wx_png_error/warning when calling png_create_read/write_struct(), don't return from wx_png_error

2004-10-27 22:55 RR, revision 30126

Removed Pango homemade implementation and reinstated old code that uses /Times and /Helv etc for printing PostScript. Various smaller fixes related to printing.

2004-10-27 22:47 RN, revision 30125

wxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regenerate Bakefiles.

2004-10-27 20:35 VZ, revision 30124

removed src/gtk/eggtrayicon.h

2004-10-27 19:27 ABX, revision 30123

Correct defaults for basic options (bug #1048680)

2004-10-27 19:23 VZ, revision 30122

don't preselect the first item if the array with the initial selections is empty in wxMultiChoiceDialog

2004-10-27 17:33 JS, revision 30121

Now possible to compile with wxURL disabled

2004-10-27 16:44 JS, revision 30120

GTK+1 doesn't have gtk_window_set_type_hint

2004-10-27 13:53 VZ, revision 30119

don't abort if a shared library can't be loaded under OS X, just return an error

2004-10-27 12:59 SC, revision 30118

setting the invoking window added to two other wxMenuBar manipulating methods

2004-10-27 11:33 ABX, revision 30117

Replace license.txt with licence.txt as it is really named.

2004-10-27 11:19 RR, revision 30116

Added initial support for GNOME printing.

2004-10-27 11:16 RR, revision 30115

Moved "enablePrint" setting around.

2004-10-27 08:18 RN, revision 30114

Add preliminary wxStringBufferLength docs

2004-10-27 07:48 RN, revision 30113

Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion. Avoids both an allocation and a memory copy in normal (non-stl) wx mode with wxString

2004-10-27 07:45 SC, revision 30112

fixes angle calculation (on mac ALWAYS clockwise)

2004-10-27 06:25 RL, revision 30111

Update for rpath with uninstalled builds and utility search.

2004-10-27 01:15 RD, revision 30110

fixed copy/paste error

2004-10-27 01:11 RD, revision 30109

Version number bump

2004-10-27 01:08 RD, revision 30108

Merge some critical fixes from HEAD

2004-10-27 01:06 RD, revision 30107

The old workaround for the 1-Jan-1970 bug still failed in some timezones. This new workaround seems to work better.

2004-10-27 01:00 RD, revision 30106

Return from DoDrawSpline without doing anything (like segfaulting <wink!>) if the list is empty.

2004-10-27 00:58 RD, revision 30105

avoid crash if active_child_frame is not set yet

2004-10-27 00:56 RD, revision 30104

Ensire that m_value is updated when SetSelection is called