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

2004-07-25 11:16 VZ, revision 28453

basic UDP support (patch 835128)

2004-07-25 11:10 VZ, revision 28452

GTK2 fixes (patch 966803)

2004-07-25 11:01 VZ, revision 28451

docs for Change/GetMode(s) (patch 966312)

2004-07-25 11:00 VZ, revision 28450

tided up the code a little (replaces part of patch 966312)

2004-07-25 10:07 VS, revision 28449

documentation fixes

2004-07-24 10:46 VZ, revision 28448

compilation fix for !MSW

2004-07-24 09:57 VS, revision 28447

wxSound wasn't in alphabetically correct place

2004-07-24 04:00 DE, revision 28446

Incorporated gsocket.c 1.80 to 1.86 changes

2004-07-23 23:25 RD, revision 28445

reSWIGged

2004-07-23 22:13 VZ, revision 28444

generate EVT_CONTEXT_MENU when right mouse button is pressed, not released

2004-07-23 21:56 VZ, revision 28443

show the cursor on screen after moving it

2004-07-23 21:34 VZ, revision 28442

don't crash if WriteText() argument can't be converted to UTF-8

2004-07-23 21:32 VZ, revision 28441

implemented ScrollLines/Pages() for GTK+ 2

2004-07-23 20:55 RD, revision 28440

Fixed typo

2004-07-23 20:52 VZ, revision 28439

unhide the other HitTest() overload

2004-07-23 20:48 DS, revision 28438

adding missing closing bracket

2004-07-23 20:28 RD, revision 28437

Wrapper for new HitTest

2004-07-23 20:26 RD, revision 28436

Fix for unhiding the other version of the base class HitTest

2004-07-23 19:59 VZ, revision 28435

fixed inserting styled text into an empty control under GTK+ 2.0

2004-07-23 18:52 VZ, revision 28434

don't modify all wxBitmaps sharing the same wxBitmapRefData when SetMask() is called

2004-07-23 18:43 VZ, revision 28433

implement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows gives us

2004-07-23 18:43 VZ, revision 28432

cosmetic change

2004-07-23 18:31 RD, revision 28431

Avoid an assert in wxFrame::SetTitle

2004-07-23 18:07 VZ, revision 28430

implemented HitTest() for GTK2; test it in the sample

2004-07-23 18:06 ABX, revision 28429

wxUSE_STATLINE fixes.