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-04-21 14:58 VZ, revision 45556

oops, restored wrongly removed semicolon

2007-04-21 10:52 VZ, revision 45555

removed extraneous semicolons

2007-04-20 22:27 DE, revision 45554

Remove Objective-C class posing for everything except for NSApplication.

2007-04-20 20:21 DE, revision 45553

Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files. No new or changed code. Work on behalf of Software 2000 Ltd.

2007-04-20 11:03 CE, revision 45552

add const to avoid hiding warning

2007-04-20 09:03 BIW, revision 45551

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:54 BIW, revision 45550

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:29 JJ, revision 45549

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms

2007-04-20 08:16 JJ, revision 45548

Committing in . Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms OpenVMS build update wxWidgets/include/wx/unix/glx11.h Removed superfluous semi-colon wxWidgets/samples/db/dbtest.cpp wxWidgets/samples/db/listdb.cpp fixed wxString cast problems ----------------------------------------------------------------------

2007-04-20 08:09 CE, revision 45547

add const to avoid hiding warning

2007-04-20 01:40 VZ, revision 45546

fix unused parameters warnings

2007-04-20 01:39 VZ, revision 45545

corrected DLL export declaration of wxTimerEvent to fix VC++ DLL build

2007-04-20 01:29 VZ, revision 45544

preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 1. Changed wxTimer to use wxTimerImpl 2. Added Unix-specific generic timer implementation 3. Added wxAppTraits::CreateTimerImpl()

2007-04-20 01:21 VZ, revision 45543

removed extra membersections (patch 1702329)

2007-04-20 01:18 VZ, revision 45542

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847) [backport from HEAD]

2007-04-20 01:16 VZ, revision 45541

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847)

2007-04-19 22:13 VZ, revision 45540

compilation fix (misplaced comma in OnIdle)

2007-04-19 18:33 VS, revision 45539

fixed wxCStrData::operator[] to use wxString::operator[] instead of at()

2007-04-19 18:28 VS, revision 45538

added tests for wxCStrData::operator* and operator[]

2007-04-19 16:58 PC, revision 45537

Reorganize idle system code. Installing idle handler from GTK callbacks is no longer necessary.

2007-04-19 12:47 RR, revision 45536

Fix inplace editing of custom controls for GTK+ variant of wxDataViewCtrl.

2007-04-19 11:25 VS, revision 45535

added missing forward declaration for wxCStrData

2007-04-19 10:57 VS, revision 45534

fixed compilation of STL non-UTF8 builds

2007-04-19 10:05 VS, revision 45533

moved primitive string and string iterators operations to stringops.h/cpp files to make wxString code easier to read

2007-04-19 08:04 VS, revision 45532

moved vararg CRT functions wrappers to a new wxcrtvararg.h header