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-01-02 22:07 VZ, revision 18515

added operator==() and !=() for wxDateSpan

2003-01-02 21:29 VZ, revision 18514

implemented support for column label alignment (closes 215870)

2003-01-02 21:00 VZ, revision 18513

the file containing the list of things which can be backported to 2.4 branch later

2003-01-02 21:00 VZ, revision 18512

added test for wxLIST_FORMAT_CENTRE/RIGHT

2003-01-02 20:59 VZ, revision 18511

set wxListItem mask automatically to the correct value when a SetXXX() method is called

2003-01-02 20:21 VZ, revision 18510

fixed bug with wxTR_EDIT_LABELS not working with xwTR_MULTIPLE (bug 622089)

2003-01-02 19:18 VZ, revision 18509

test InsertItems() trying to reproduce the bug 633150 -- but unsuccessfully

2003-01-02 18:43 VZ, revision 18508

show Univ prefix in wxWindows info dialog

2003-01-02 18:39 VZ, revision 18507

removed a couple of obsolete functions from wxDialog

2003-01-02 18:13 SC, revision 18506

attempt to recommit , contained binary data for some reason

2003-01-02 18:10 SC, revision 18505

attempt to recommit , contained binary data for some reason

2003-01-02 16:30 SC, revision 18504

easier angle conversion wx-mac , corrected elliptic arc which sometimes filled in the wrong direction, fixed rotated text under osx (OSX ignored hanging baseline attribute)

2003-01-02 13:43 SC, revision 18503

no_wrap implementation added, corrected rectangles, so that horizontal scrollbar does not have a gap at the left

2003-01-02 09:37 SC, revision 18502

corrected generation of all event members (client data) and implemented DoGetBestSize

2003-01-02 06:10 RD, revision 18501

Additional change for wxGTK2 that I forgot to check in yesterday

2003-01-02 01:00 VZ, revision 18500

fixed wxMutexLocker ctor signature (patch 660549)

2003-01-02 00:45 VZ, revision 18499

say that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER to be set (closes bug 659948)

2003-01-02 00:41 VZ, revision 18498

fixed wxCaret::SetSize() (closes bug 659209)

2003-01-02 00:07 VZ, revision 18497

made generic EmulateKeyPress() to work with Delete and BackSpace (closes bug 658409)

2003-01-01 23:39 VZ, revision 18496

typo fix (closes bug 654197)

2003-01-01 23:36 VZ, revision 18495

added a test for check tbar buttons state

2003-01-01 23:18 VZ, revision 18494

tried to fix compilation with Watcom 11 (should fix the bug 651492)

2003-01-01 22:58 VZ, revision 18493

fix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314)

2003-01-01 22:50 RD, revision 18492

Changed wxLOG_Max to be a smaller (but still large) value

2003-01-01 22:41 VZ, revision 18491

don't send CHECKLISTBOX_TOGGLE event when Check() is called (closes bug 651140)