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-11-03 21:37 RR, revision 17690

Correct cursor thing in wxSplitterWindow (which manifested itself only in GTK 2.0)

2002-11-03 21:17 VZ, revision 17689

added Unix makefile

2002-11-03 21:11 VZ, revision 17688

fix app exit code: it is returned by OnExit(), not OnRun()

2002-11-03 21:03 VZ, revision 17687

replaced type unsafe wxHash with hash_map<>

2002-11-03 20:58 VZ, revision 17686

added wxPoll() implementation (based on patch 626861)

2002-11-03 20:56 VZ, revision 17685

added configure test for poll()

2002-11-03 19:09 RR, revision 17684

Added more uniode compile fixes. Made prologio and resources optional. Added native GTK 2.0 size grip to status bar.

2002-11-03 17:19 VS, revision 17683

Turkish translation update (I checked it into poEdit by mistake and didn't realize it was wxWindows catalog)

2002-11-03 17:19 VS, revision 17682

make sure wxDefaultArtProvider is linked-in

2002-11-03 16:19 RR, revision 17681

More wxT() macros.

2002-11-03 15:48 RR, revision 17680

Some more Unicode fixes. What does wxTextStream do with a char in Unicode mode?

2002-11-03 13:48 RR, revision 17679

Bunch of compile fixes for wxX11 in Unicode.

2002-11-03 13:07 RR, revision 17678

Added wxString::FromAscii() for char Used it in protocol.cpp which probably assumes ASCII anyway.

2002-11-03 12:36 RR, revision 17677

Unicodification.

2002-11-03 12:19 RR, revision 17676

Added first tests for wxX11 for Unicode.

2002-11-03 09:52 VZ, revision 17675

fixed bug in wxToolTip::SetTip() which didn't do anything before

2002-11-03 09:32 SC, revision 17674

added export attribute for classes

2002-11-03 09:21 SC, revision 17673

adjusted to other platforms

2002-11-03 09:18 SC, revision 17672

corrected class export

2002-11-03 00:25 VZ, revision 17671

removed duplicates from encoding names/descriptions arrays

2002-11-03 00:01 VZ, revision 17670

removed default conv argument in wxString(const char *) ctor in Unicode build

2002-11-02 23:58 VZ, revision 17669

added ctor taking wxFontFlags

2002-11-02 19:05 VS, revision 17668

added support for versioned symbols on Linux

2002-11-02 12:26 VS, revision 17667

applied patch #630001 (fixes \ escapement)

2002-11-01 18:36 SC, revision 17666

constrain tooltip rectangle to window (access to screen is very expensive under OSX)