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-05-22 22:47 VZ, revision 15640

no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all

2002-05-22 22:28 VZ, revision 15639

added wxDir::Exists() test

2002-05-22 21:01 RR, revision 15638

wxImage::Copy() didn't really just copy the image, it sometimes changed the mask colour, when it was unused. This patch makes life easier.

2002-05-22 18:04 VZ, revision 15637

added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case

2002-05-22 17:22 RD, revision 15636

Fixed bug when sizer if offset from 0,0. Also removed old commented out code

2002-05-22 16:27 VZ, revision 15635

added a check which should prevent the crash of bug 555111

2002-05-22 15:56 VZ, revision 15634

fixed GL case in #include (patch 557178)

2002-05-22 15:54 VZ, revision 15633

mingw/cygwin compilation fix (patch 556157)

2002-05-22 15:49 VZ, revision 15632

fixed ProcessMessage() signature

2002-05-21 22:26 VS, revision 15631

download clarification

2002-05-21 21:03 RD, revision 15630

wxMac updates

2002-05-21 20:45 SC, revision 15629

survive delete within Notify

2002-05-21 20:44 SC, revision 15628

show/hide via moving

2002-05-21 20:43 SC, revision 15627

initial value set

2002-05-21 20:35 SC, revision 15626

added hide/show

2002-05-21 04:20 DW, revision 15625

Catching up for the week

2002-05-21 04:19 DW, revision 15624

Font dialog fix

2002-05-20 20:34 SC, revision 15623

carbon event handlers

2002-05-20 20:33 RD, revision 15622

wxSystemScreen --> wxSystemScreenType

2002-05-20 20:33 SC, revision 15621

Carbon-Standard conversion

2002-05-20 20:32 SC, revision 15620

Dan 'Bud' Keith's Implementation

2002-05-20 20:31 SC, revision 15619

OnInit for adding carbon event handlers

2002-05-20 20:28 SC, revision 15618

uma.h added

2002-05-20 20:18 SC, revision 15617

carbon event handlers for app level

2002-05-20 20:17 SC, revision 15616

Dan 'Bud' Keith's implementation