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-04-30 04:26 RD, revision 15315
  • D /wxWidgets/trunk/wxPython/SWIG

Removed the old patch files for swig

2002-04-30 02:56 RD, revision 15314

Ignore generated Makefile

2002-04-30 02:49 RD, revision 15313

swigged updates for wxMac fix for wxMac refresh problem in the demo

2002-04-29 23:21 RD, revision 15312

swigged updates for wxGTK

2002-04-29 23:17 RD, revision 15311

Switch to using a wxBufferedPaintDC, also draw/erase the focus indicator differently to workaround double focus event problem.

2002-04-29 23:09 RD, revision 15310

Put the panel-under-htmlwindow hack back in since the problem still happens.

2002-04-29 20:19 RD, revision 15309

Updates for building wxSWIG on Linux

2002-04-29 20:04 RD, revision 15308

Added execut bit for configure

2002-04-29 19:56 RD, revision 15307

Since I have made several changes to SWIG over the years to accomodate special cases and other things in wxPython, and since I plan on making several more, I've decided to put the SWIG sources in wxPython's CVS instead of relying on maintaining patches. This effectivly becomes a fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still doesn't have some things I rely on in 1.1, not to mention that my custom patches would all have to be redone, I felt that this is the easier road to take.

2002-04-29 18:55 RD, revision 15306

Various minor updates

2002-04-29 18:38 VS, revision 15305

fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backport to 2.2)

2002-04-29 14:55 VZ, revision 15304

don't generate an endless stream of asserts for the 0-sized images

2002-04-29 12:37 VZ, revision 15303

added Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs in attempt to make them more clear

2002-04-29 06:38 SC, revision 15302

setting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW

2002-04-29 04:00 DW, revision 15301

Lots of image/bitmap processing updates.

2002-04-29 04:00 DW, revision 15300

New Moddef file

2002-04-28 15:34 SN, revision 15299

Minor changes to test/show expanded array functions.

2002-04-28 14:39 VZ, revision 15298

don't pass arrays by value (and also fixed signed/unsigned comparison warning

2002-04-28 14:30 VZ, revision 15297

changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag

2002-04-28 13:34 VZ, revision 15296

added a (commented out) example of how to force the default action to be move

2002-04-28 13:28 VZ, revision 15295

removed a wxPaintDC::Clear() fatal to wxGTK

2002-04-28 10:33 VS, revision 15294

compilation fixes for C++ standard library

2002-04-28 09:35 GD, revision 15293

derive wxBitmapButton from wxBitmapButtonBase

2002-04-28 00:39 SN, revision 15292

Replaced internal calls to XToCol/YToRow added in 1.197 by internal macro which treats the out of grid case in a way that's more suitable.

2002-04-27 22:59 VS, revision 15291

use XML namespace in XRC files