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

2002-05-20 20:15 SC, revision 15615

removed internal carbon events handlers, switch to using and resetting toplevel's handlers

2002-05-20 20:14 SC, revision 15614

added carbon event handlers

2002-05-20 20:13 SC, revision 15613

changing the focus part code

2002-05-20 16:16 JS, revision 15612

Applied drag fix to row labels as well

2002-05-20 15:28 VZ, revision 15611

added docs for a few missing methods (Inside, Deflate, Offset)

2002-05-20 14:06 SC, revision 15610

corrected initialization order of MLTE

2002-05-20 13:17 JS, revision 15609

Captured mouse in grid column label so the drag isn't prematurely and messily ended when moving out of the column label window.

2002-05-20 10:42 RR, revision 15608

Sometimes, deleting code can be a real gain. This fixes display corruption when a scroll window is made smaller and it was previously scrolled to the bottom or right most position.

2002-05-19 22:44 VS, revision 15607

Cosmetic changes to wxSS::GetScreen: 1) Renamed to GetScreenType (so that the name better describes its function) 2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that 'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'

2002-05-19 08:00 SC, revision 15606

corrected direction when sending events

2002-05-19 07:09 GD, revision 15605

corrected assignement operator

2002-05-18 23:36 VZ, revision 15604

refuse to run if not executed by the main configure script

2002-05-18 23:33 VZ, revision 15603

pass IF_GNU_MAKE and other configure params to the samples configure in wxUSE_GUI==0 case too

2002-05-18 17:30 RD, revision 15602

Applied patch to adjust ownership and permissions in the installer package.

2002-05-18 12:41 VZ, revision 15601

check the return code of wxStream::Read() in wxImageHandler::DoCanRead() and avoid reading uninitialized memory when it fails

2002-05-18 11:05 JS, revision 15600

Updated font dialog constructors to use a reference to the font data as per more recent convention

2002-05-17 23:54 VZ, revision 15599

made SetItemText() work for the item which we're about to start editing

2002-05-17 20:14 SC, revision 15598

conditionalized theme box drawing

2002-05-17 20:13 SC, revision 15597

autoresize upon setting new bitmap

2002-05-17 20:13 SC, revision 15596

fixed wxScreenDC for X

2002-05-17 17:19 RD, revision 15595

Fixed the package build script so wxPython is built with the same version of wxWindows made by the same script.

2002-05-17 16:00 RD, revision 15594

Commented out debug messages

2002-05-17 14:10 SC, revision 15593

title-less windows also for windows

2002-05-17 12:22 SC, revision 15592

using QD Text under non OSX

2002-05-17 12:20 SC, revision 15591

working closer to proper MLTE support under OSX