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-07-02 22:14 VZ, revision 34803

added GetItemRect() test

2005-07-02 21:18 KH, revision 34802

Fix BOTTOM events to use BOTTOM in their description instead of TOP

2005-07-02 19:10 MW, revision 34801

Revert check on wxABI_VERSION since it doesn't work for all compilers VS: ----------------------------------------------------------------------

2005-07-02 11:22 VZ, revision 34800

only set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been switched to another window of our application

2005-07-02 11:19 VZ, revision 34799

added include wx/toolbar.h neededfor mingw32 compilation

2005-07-01 22:01 VZ, revision 34798

really fixed wrong argument to wxString::Format()

2005-07-01 21:42 VZ, revision 34797

fixed wrong argument to wxString::Format(); include wx/thread.h

2005-07-01 21:36 VZ, revision 34796

wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT

2005-07-01 19:36 ABX, revision 34795

Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.

2005-07-01 18:05 VZ, revision 34794

fixed bug with HasGroup() creating groups as side effect

2005-07-01 18:04 VZ, revision 34793

added test for HasGroup() bug

2005-07-01 13:39 ABX, revision 34792

Helpers in disabling warnings for unused params.

2005-07-01 13:06 ABX, revision 34791

eVC3 build fix.

2005-06-30 15:31 ABX, revision 34790

Helpers in disabling warnings for unused params.

2005-06-30 15:24 ABX, revision 34789

DMC/PCH info.

2005-06-30 11:59 MR, revision 34788

Note on need for build environment support for PCH in case of some compilers (GCC notably). TODO: Clarify later once things are more clear.

2005-06-30 10:24 CE, revision 34787

allow console progs to build

2005-06-30 08:27 CE, revision 34786

add missing all target

2005-06-30 08:07 CE, revision 34785

add missing all target

2005-06-30 07:20 KO, revision 34784

Added a missing import that was causing FormatText to fail.

2005-06-30 01:05 MW, revision 34783

Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside #if wxABI_VERSION >= 20601 ... #endif

2005-06-30 00:58 MW, revision 34782

Add wxABI_VERSION

2005-06-30 00:52 MW, revision 34781

Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications won't depend on it, and so will be compatible with 2.6.1 libs. But still define and export it in event.cpp so that 2.6.0 apps will be able to use 2.6.1.1 libs.

2005-06-29 22:05 VZ, revision 34780

use a constant instead of hardcoded value

2005-06-29 21:53 VS, revision 34779

moved version-related variables to separate file in preparation for sonames fix (no real changes yet)