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-01-31 19:17 DE, revision 51476

Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL)

2008-01-31 18:27 VZ, revision 51475

avoid implicitly converting a wxWindow* to wxGLCanvas

2008-01-31 17:21 VZ, revision 51474

no changes, just fix a typo in comment

2008-01-31 15:02 MW, revision 51473

Move mingw32 builds to another machine as the usual one is down.

2008-01-31 11:26 VS, revision 51471

Fixed compilation of wxVector<T> with VC6: * reverted VC6 hack in wxIf<>, using helper struct instead of typedef didn't fix compilation, only caused the compiler to crash instead of emitting semi-useful errors * changed wxVector to use typedef for Ops class instead of privately deriving from wxIf<...>::value; this is enough to make VC6 happy

2008-01-30 21:32 VZ, revision 51464

use HandleWindowEvent() in ProcessCommand(); return the value this function returns instead of returning true unconditionally

2008-01-30 21:31 VZ, revision 51463

return the result of ProcessEvent() from ProcessCommand() instead of always returning true unconditionally

2008-01-30 21:24 VZ, revision 51462

added missing wx/ prefix to the header file name

2008-01-30 19:49 VS, revision 51459

clarified EndModal assert message

2008-01-30 17:03 JS, revision 51458

Added checks to encoding conversion to avoid crash

2008-01-30 17:02 JS, revision 51457

Added checks to encoding conversion to avoid crash

2008-01-30 13:48 CE, revision 51456

add ms78 projects

2008-01-30 08:49 VS, revision 51454

do the VC6 hacks only when compiling with VC6

2008-01-29 23:31 VZ, revision 51452

more VC6 fixes: nested value must be real classes, not typedefs; skeleton declaration must contain value as well

2008-01-29 23:11 VZ, revision 51451

corrected comment: wxSingleInstance is not for Win32 only since about 10 years

2008-01-29 19:50 VS, revision 51450

corrected VC++ version check

2008-01-29 18:37 VZ, revision 51449

fix compilation with VC6

2008-01-29 17:41 RD, revision 51448

use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build

2008-01-29 17:39 RD, revision 51447

Apply change in r51405 to this file too: don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-29 17:38 VS, revision 51446

VC5 didn't support partial specialization either, check for VC>=7

2008-01-29 14:09 VS, revision 51445

wx*DCImpl PCH-less compilation fix

2008-01-29 12:22 VS, revision 51444

added wxCHECK_VISUALC_VERSION macro

2008-01-29 11:26 VS, revision 51443

compilation fix for VC6, it doesn't support partial template specialization

2008-01-29 11:18 JS, revision 51442

Corrected wxSetCursor documentation.

2008-01-29 11:18 JS, revision 51441

Corrected wxSetCursor documentation.