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-07-14 08:41 JS, revision 21948

Rationalised OnIdle

2003-07-14 03:48 DE, revision 21947

Put OnIdle() back. Without deleting pending objects, frames that have been Destroy()ed (e.g. by the default close implementation) never actually get deleted and thus the program never terminates because the wxTopLevelWindowBase destructor is never called to do ExitMainLoop() FIXME: Why isn't this OnIdle stuff simply in wxAppBase?

2003-07-14 03:04 DE, revision 21946

In the object destructor, Disassociate the object from its Cocoa counterpart but leave m_cocoaNSWindow intact so base class destructor can use it.

2003-07-14 03:02 DE, revision 21945

In destructor, pass the NSView ownership to the base class Avoid extra if tests now that Associate/Disassociate do the test themselves

2003-07-14 02:46 DE, revision 21944

Call -[NSApplication stop] instead of terminate. The stop message will return to the caller allowing processing to continue until all events have been processed. Make sure that no more idle events are installed by checking -[NSApplication isRunning].

2003-07-14 00:50 VZ, revision 21943

removed OnIdle() which didn't compile any longer

2003-07-13 22:53 VZ, revision 21942

ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1

2003-07-13 21:33 VZ, revision 21941

mention wxCrashReport

2003-07-13 21:31 VZ, revision 21940

added crashrpt.cpp

2003-07-13 21:31 VZ, revision 21939

wxGlobalSEHandler() takes PEXCEPTION_POINTERS now

2003-07-13 21:29 VZ, revision 21938

moved SEH stuff to crashrpt.cpp

2003-07-13 21:19 VZ, revision 21937

added wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT

2003-07-13 21:18 VZ, revision 21936

wxSEHReport renamed to wxCrashReport enhanced and debugged; seems to work

2003-07-13 20:07 MBN, revision 21935

Move #inclusion of wx/msw/winundef.h for MinGW to afterstd.h. Fix WX_DEFINE_TYPEARRAY assert to refer to base array's elemnt type rather than to void*.

2003-07-13 16:59 JS, revision 21934

Improvements to OnIdle processing

2003-07-13 02:28 VZ, revision 21933

first version of crash reporting code

2003-07-12 23:15 SN, revision 21932

Mention changes to unix/fontutil.cpp.

2003-07-12 23:14 SN, revision 21931

Font is only non default if it has non default field values.

2003-07-12 23:09 JS, revision 21930

Use WM_INITMENUPOPUP Added wxMenu member to wxMenuEvent

2003-07-12 20:36 MBN, revision 21929

Warning fixes for wxUSE_STL=1.

2003-07-12 20:36 VZ, revision 21928

warning fix

2003-07-12 20:36 VZ, revision 21927

set the containing sizer to NULL when destroying the sizer; this fixes a crash (don't ask me how could it work before)

2003-07-12 20:34 MBN, revision 21926

Readd wxStringList::Add when wxUSE_STL=1, for compatibility with wxUSE_STL=0. Fixed wxPathList double-free reported by Devid Elliot.

2003-07-12 20:11 MBN, revision 21925

Added and documented wxColourDatabase::AddColour.

2003-07-12 20:11 JS, revision 21924

Added wxWinceHelpController