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

2002-08-12 17:45 RD, revision 16465

Build and distrib tweaks

2002-08-12 17:44 RD, revision 16464

Added menu icon methods everywhere

2002-08-12 15:43 JS, revision 16463

Increased the message buffer size

2002-08-12 11:10 VS, revision 16462

fixed wxChar definition

2002-08-12 11:10 VS, revision 16461

fixed another typo

2002-08-12 05:28 SC, revision 16460

updated project files

2002-08-11 23:47 DW, revision 16459

Font fixes for the font dialog

2002-08-11 20:11 JS, revision 16458

Corrected typos for typedef void (wxEvtHandler::*wxIconizeEventFunction)(wxIconizeEvent&); typedef void (wxEvtHandler::*wxMaximizeEventFunction)(wxMaximizeEvent&);

2002-08-11 19:39 RR, revision 16457

Same typo.

2002-08-11 19:39 RR, revision 16456

Typo.

2002-08-11 16:32 RR, revision 16455

Killing more wxConvLibc calls...

2002-08-11 16:17 RR, revision 16454

Corrected dangerous cast.

2002-08-11 13:09 RR, revision 16453

Added wxString::FromAscii() wxString::ToAscii(). Removed wxConvFile, made it a define wxConvLocal. Exchanged some wxConvLibc to wxConvLocal calls.

2002-08-10 20:02 SC, revision 16452

OSX fix

2002-08-10 20:01 SC, revision 16451

wxMac removed debugging code

2002-08-10 19:00 SC, revision 16450

commented out controlDef for carbon

2002-08-10 18:23 VS, revision 16449

fixed broken test in configure: no, DJGPP really is not UNIX...

2002-08-10 18:11 VS, revision 16448

tell that there was an error...

2002-08-10 17:27 MBN, revision 16447

Check if linking a motif program requires -lXp and/or -lSM -lICE

2002-08-10 16:02 RR, revision 16446

Compile fix for wxBase/Unicode/Unix.

2002-08-10 14:51 VS, revision 16445

SciTech MGL changed public interface again, let's accomodate...

2002-08-10 14:51 VS, revision 16444

fixed Julian-introduced typo

2002-08-10 14:41 RR, revision 16443

(char*)(const char*)xxx.mb_str() is not a good thing under Unicode.

2002-08-10 11:58 RR, revision 16442

Implemented the various printf() functions under Unicode with their GNU libc 2.2 funtions. This saves us some unicode<->ansi conversion and we no longer need the experimental printf() code in string.cpp. I had to implement wxSprintf() using wxSnprintf() as the former doesn't exist in Unicode GNU libc 2.2.

2002-08-10 11:54 RR, revision 16441

Added explicit Unicode conversion to wxDir - the code looked supicious to me.