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-07-06 18:26 VZ, revision 28178

another compilation fix for after last check in

2004-07-06 17:56 RD, revision 28177

unicode compilation fix

2004-07-06 16:58 VZ, revision 28176

suppress new lines in the details pane

2004-07-06 16:55 VZ, revision 28175

blind compilation fix for wxUSE_STL==1 (bug 985662)

2004-07-06 12:48 DS, revision 28174

removed deprecated source files from project (as well as a few unneeded panel settings such as those related to Java and x86)

2004-07-06 10:33 VZ, revision 28173

corrected misleading IsSelection() docs

2004-07-05 19:29 DS, revision 28172

removed tab character; replaced -1 with wxID_ANY

2004-07-05 19:27 DS, revision 28171

use a default position for frames and in some cases a default size as well (otherwise the menubar is partially hidden (with MSW) due to too small frame height)

2004-07-05 13:53 DS, revision 28170

use slashes in #include, not backslashes

2004-07-05 12:46 DS, revision 28169

fixed typo (no code changes)

2004-07-05 10:40 VZ, revision 28168

renamed errcode to fix compilation with VC++ 8 (replaces patch 982303)

2004-07-05 10:35 VZ, revision 28167

fixed syntax error

2004-07-04 18:41 JS, revision 28166

Enclosed control in a panel to demonstrate display glitches

2004-07-04 11:20 VZ, revision 28165

don't set font unless necessary (patch 984853)

2004-07-04 11:19 VZ, revision 28164

typo/spelling fixes (patch 983448)

2004-07-04 11:17 VZ, revision 28163

corrections from Andreas Mohr (part of patch 983448)

2004-07-04 11:13 JS, revision 28162

Should set event object to relevant window when dispatching wxEVT_HELP

2004-07-04 11:13 VZ, revision 28161

typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852)

2004-07-04 11:11 VZ, revision 28160

(blind) compilation fix for GTK+ 1.x after last commit

2004-07-03 16:58 VS, revision 28159

a better way of applying style changes to label_widget

2004-07-03 16:28 RR, revision 28158

Not sure how important that is, but now you can set the font of a static box.

2004-07-03 15:51 SC, revision 28157

going on with wxMacControl functionality

2004-07-03 15:50 SC, revision 28156

SetFont implementation moved to peer

2004-07-03 15:49 SC, revision 28155

wxMacControl extensions, sleep implementations header corrected

2004-07-03 15:49 RD, revision 28154

Invalidate notebook best size when pages are added or removed