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

2005-08-06 12:40 MW, revision 35128

Additional information

2005-08-06 12:15 JS, revision 35127

Restored monolithic build for eVC++ 4

2005-08-06 09:37 MW, revision 35126

Notes on compiling MGL 5.1

2005-08-06 01:46 MW, revision 35125

Needs to refresh the affected parts when resized but I think that would involve breaking binary compatibilty. So for now use wxFULL_REPAINT_ON_RESIZE.

2005-08-06 01:41 MW, revision 35124

Refresh a window's non-client area when it is resized.

2005-08-06 01:24 VZ, revision 35123

set best fitting size for the toolbar in Realize()

2005-08-06 01:21 VZ, revision 35122

don't crash in GetTextExtent() under Windows where print data is not a wxPostScriptPrintNativeData; use wxStandardPaths to find the location of AFM files instead

2005-08-06 01:11 VZ, revision 35121

initialize backing store bitmap in Create(), notebook doesn't always get a size event immediately after creation

2005-08-05 23:16 VZ, revision 35120

added explicit wx/dynlib.h include

2005-08-05 23:15 VZ, revision 35119

missing dllexport declaration added

2005-08-05 23:13 VZ, revision 35118

disable RTTI and exceptions by default for wxWinCE/eVC

2005-08-05 22:54 VZ, revision 35117

corrected logic in wxQTMediaEvtHandler::OnEraseBackground(): only erase it if there is no movie controller and no movie

2005-08-05 22:39 VZ, revision 35116

only link with 3rd party libs if they're needed

2005-08-05 22:34 VZ, revision 35115

don't allow negative splitter position

2005-08-05 22:11 VZ, revision 35114

use wxDynamicLibrary::GetSymbolAorW() instead of the manual mess

2005-08-05 22:01 VZ, revision 35113

1. extracted code common to all backends in wxMediaBackendCommonBase 2. don't refresh the parent on movie load/size change unless it does use a sizer (i.e. made code follow the existing comment)

2005-08-05 21:27 VZ, revision 35112

fixed horrible hack with passing pointers of wrong type to Connect(), use a real event handler class as appropriate

2005-08-05 20:25 VZ, revision 35111

removed unused OnPaint() handlers

2005-08-05 17:35 VZ, revision 35110

don't remember size passed to SetSize() as pending position/size for TLW as deferred move is not used for them

2005-08-05 15:23 CE, revision 35109

apply SF patch 1252602 to remove warnings in bcc and watcom

2005-08-05 11:58 VZ, revision 35108

initialize send_event field of GdkEventExpose we generate (bug 1245864) (Robert, please review this if possible)

2005-08-05 11:48 VZ, revision 35107

compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)

2005-08-04 21:49 VZ, revision 35106

corrected wxUnix2DosFilename signature, added deprecation note

2005-08-04 21:05 VZ, revision 35105

corrected test for __WXGTK__ (but should it be there at all?)

2005-08-04 21:05 VZ, revision 35104

corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_FINDITEM as it's more clear to just redefine NMLVFINDITEM in DMC case