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