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

2008-11-26 16:13 FM, revision 56981

added note about GetTimestamp() (fixes #1986)

2008-11-26 15:54 FM, revision 56980

documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced a wxDCFontChanger

2008-11-26 15:31 JMS, revision 56979

include wx/msw/private.h to fix PCH-less compilation

2008-11-26 12:40 VZ, revision 56978
  • D /wxWidgets/trunk/src/osx/carbon/cfsocket.cpp

remove apparently unused file (src/osx/core/gsocket.cpp seems to have replaced it)

2008-11-26 12:35 VZ, revision 56977

remove unused callback and data variables

2008-11-26 12:21 VZ, revision 56976

move wx/gsocket.h to wx/private/gsocket.h

2008-11-26 12:07 VZ, revision 56975

don't include (private) wx/gsocket.h from public header, forward declaring GAddress is enough

2008-11-26 11:50 VZ, revision 56974

include wx/msw/private.h to fix PCH-less compilation

2008-11-25 20:09 BP, revision 56972

Fixed doxygen warnings regarding the XRC File Format overview using <> tags in section titles.

2008-11-25 17:26 FM, revision 56970

commit remaining portions of #10087

2008-11-25 17:14 JMS, revision 56969

To avoid error message, do not even try to set focus on MSW popup window that doesn't have WS_POPUP style (backported fix for #10157)

2008-11-25 17:04 JMS, revision 56968

To avoid error message, do not even try to set focus on MSW popup window that doesn't have WS_POPUP style (closes #10157)

2008-11-25 13:57 VZ, revision 56966

compilation fix for OS X (missing unistd.h)

2008-11-25 13:57 VZ, revision 56965

temporary fix the linking problem due to making GSocket::Detected_Read/Write() non-virtual

2008-11-25 13:33 VZ, revision 56964

trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback() and Enable/Disable_Events() has diverged in different ports and didn't make any sense any more; merge them in a single function (with still differing semantics though); also added Close_Socket()

2008-11-25 07:16 JJ, revision 56963

Update configuration for OpenVMS

2008-11-25 00:28 FM, revision 56960

fix the examples for wxThread and wxThreadHelper after field-testing on wxMSW and wxGTK; add a note to wxThread::Run about detached threads; fix the note for wxThread::Delete wrt joinable threads

2008-11-25 00:24 FM, revision 56959

add more references to the delayed deletion of wxTopLevelWindows

2008-11-24 16:42 JMS, revision 56958

DatePickerCtrl editor could crash if property had unspecified or otherwise incompatible value

2008-11-24 09:36 VZ, revision 56955

include the right header for timeval

2008-11-24 09:31 VZ, revision 56954

remove extraneous class scope qualifier

2008-11-24 07:07 BP, revision 56953

Reviewed, and re-organized members of wxGrid, which now makes the interface header manual reviews finally finished.

2008-11-24 02:23 BP, revision 56952

Reviewed the rest of grid.h except for the wxGrid class itself, and re-ordered the definitions to fit the real header.

2008-11-24 00:01 FM, revision 56949

provide an example implementation of wxCloseEvent handler

2008-11-23 23:53 FM, revision 56948

add an event table for wxFrame and wxDialog: they send wxCloseEvents...