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

2003-11-28 18:39 RD, revision 24678

Added some aliases

2003-11-28 09:19 JS, revision 24677

WinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com> 1) to take care of ShowFullScreen. 2) will make WinCE context menu in listctrl to generate the same event as right click. WinCE does not have right click so I think it is reasonable solution for it.

2003-11-27 12:13 JS, revision 24676

Attempt to fix Borland compilo

2003-11-27 12:09 DS, revision 24675

Fixed signed/unsigned warning (GetCount() returns size_t, not int); Slight cosmetic cleanup.

2003-11-27 01:17 RD, revision 24674

reSWIGged

2003-11-27 01:06 RD, revision 24673

reSWIGged

2003-11-27 00:53 RD, revision 24672

Updated docstring patch so that it senses multi-line docstrings and does a proper indentation if so.

2003-11-26 20:03 VS, revision 24671

set m_language even when wxstd.mo wasn't loaded

2003-11-26 20:01 VZ, revision 24670

resolved conflict (because I forgot to commit before)

2003-11-26 19:57 DS, revision 24669

Declaration of CopySelection is bool instead of void.

2003-11-26 19:33 VS, revision 24668

assert if wxLocale::Init called twice

2003-11-26 11:06 VS, revision 24667

cleanup: don't pass builtin libs includes to CPPFLAGS, it's already taken care of by the {b,m}makefile

2003-11-26 11:03 VS, revision 24666

fixed order of includes

2003-11-26 06:11 RD, revision 24665

wx namespace

2003-11-26 06:09 RD, revision 24664

More docstrings and rearrainged a couple things.

2003-11-25 23:52 VZ, revision 24663

don't test whether m_selection is NULL both before calling CopySelection() and inside it; one time is enough

2003-11-25 23:50 VZ, revision 24662

fixed memory leak (m_selection wasn't deleted)

2003-11-25 21:50 RD, revision 24661

Don't put the introspected argstr in the docstring if the firstline appears to have one already.

2003-11-24 20:53 DS, revision 24660

Applied patch #809919 (Allows wxMac threads to run at fullspeed).

2003-11-24 19:22 RD, revision 24659

script to make the raw preview tarball

2003-11-24 19:20 RD, revision 24658

reSWIGged

2003-11-24 19:10 RD, revision 24657

More Unicode fixes

2003-11-24 18:37 VZ, revision 24656

mention wxTheApp

2003-11-24 17:33 RD, revision 24655

Fixed how the list of files is converted

2003-11-24 17:27 RD, revision 24654

Fixed parameter type