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

2003-10-08 23:15 VZ, revision 24128

check directories passed to Append/Insert/PrependDir(); don't terminate string returned from GetPath() with wxPATH_GET_SEPARATOR flag with slash for the paths which don't have any path at all under DOS

2003-10-08 22:16 VZ, revision 24127

documented _PTR versions of WX_DEFINE_ARRAY macros

2003-10-08 22:13 VZ, revision 24126

renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR

2003-10-08 15:51 DE, revision 24125

Implement Pending and Dispatch

2003-10-08 11:59 RR, revision 24124

Aplplied second part of bitmap scaling speed-up patch. The PS part is still not done.

2003-10-07 23:07 VZ, revision 24123

don't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)

2003-10-07 23:06 VZ, revision 24122

no changes

2003-10-07 23:04 VZ, revision 24121

restore status bar text after a menu has been shown

2003-10-07 22:55 VZ, revision 24120

restore status bar text after a menu has been shown

2003-10-07 21:37 VS, revision 24119

fixed bakefile so that in-tree headers take precedence over system-installed ones

2003-10-07 20:20 VS, revision 24118

added .chm support for Unix (Markus Sinner) -- regenerated makefiles

2003-10-07 20:15 VS, revision 24117

added .chm support for Unix (Markus Sinner)

2003-10-07 19:47 VS, revision 24116

added .chm support for Unix (Markus Sinner)

2003-10-07 13:37 VZ, revision 24115

fixed FixedSizeTabs()

2003-10-07 13:20 DE, revision 24114

wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used

2003-10-07 12:43 RR, revision 24113

Adding wxBitmap::Rescale()

2003-10-07 09:06 VZ, revision 24112

added test for cancelled END_EDIT

2003-10-07 08:41 VZ, revision 24111

send END_EDIT label if label editing is cancelled

2003-10-06 19:17 DE, revision 24110

Use NSWindow delegate notification windowWillClose instead of overriding close

2003-10-06 19:12 VS, revision 24109

remove wxBase files to get rid of RPM's complains about unpackaged files

2003-10-06 18:54 DE, revision 24108

* Add bool parameter to WindowDidResignKey indicating whether the menu bar should be changed to the common menubar or remain installed. * Add back some assertions to ensure the code is working as intended.

2003-10-06 18:43 RR, revision 24107

Compilo.

2003-10-06 18:09 RR, revision 24106

Implemented wxChoice::SetString()

2003-10-06 18:08 RR, revision 24105

Implemented wxChoice::SetString()

2003-10-06 17:12 DE, revision 24104

Moved wxCocoa specific doIdle method to application delegate object