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

2007-03-10 03:41 PC, revision 44706

sizeof(char) is 1. By definition.

2007-03-09 23:21 VZ, revision 44705

implement wxMutex::LockTimeout() using critical region API too

2007-03-09 18:44 VS, revision 44704

Unicode compilation fixes

2007-03-09 17:57 PC, revision 44703

add 4th parameter to AC_CHECK_HEADER to skip preprocessor check

2007-03-09 16:36 VS, revision 44702

Unicode compilation fix

2007-03-09 16:25 VZ, revision 44701

compilation fix for wxUSE_STL==1 build [backport from HEAD]

2007-03-09 16:19 VZ, revision 44700

compilation fix for wxUSE_STL==1 build

2007-03-09 16:03 VS, revision 44699

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-09 12:40 CE, revision 44698

add htb build to win docs

2007-03-09 00:43 VZ, revision 44697

compilation fixes after wxGTK_CONV_BACK changes

2007-03-08 19:24 RD, revision 44696

Renamed the wx.lib.inspect and wx.lib.mixins.inspect modules to inspection, in order to avoid conflicts with the inspect module in the standard Python library.

2007-03-08 19:21 RD, revision 44695

Make GetItemImage API consistent with other trees

2007-03-08 15:49 ROL, revision 44694

0.1.8-3 ------- Notebook page highlighting fix. Highlight resizes when the window is resized. ParamUnit spin button detects event handler re-entry (wxGTK probably has a bug in wxSpinButton with repeated events).

2007-03-08 14:58 VZ, revision 44693

include wx/thread.h in debug build which is needed after last change [backport from HEAD]

2007-03-08 14:57 VZ, revision 44692

include wx/thread.h in debug build which is needed after last change

2007-03-08 14:31 VZ, revision 44691

fix extra comma at the end of wxStretch enum introduced by last commit

2007-03-08 04:31 PC, revision 44690

remove unreachable declaration

2007-03-08 04:29 PC, revision 44689

add HAVE_ROUND

2007-03-08 04:28 PC, revision 44688

minor cleanup

2007-03-08 04:27 PC, revision 44687

use full repaint style instead of size event

2007-03-08 04:26 PC, revision 44686

non-debug build fix

2007-03-08 01:46 VZ, revision 44685

use gettimeofday() instead of clock_gettime() as the latter lives in librt which we currently don't link with and it seems not to be worth to add another library just because of wxMutex::LockTimeout()

2007-03-08 01:44 VZ, revision 44684

made wxGetTimeOfDay() public

2007-03-08 01:33 VZ, revision 44683

removed WXWIN_COMPATIBILITY_24

2007-03-08 01:24 VZ, revision 44682

removed WXWIN_COMPATIBILITY_24