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

2001-08-16 13:18 VZ, revision 11390

added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy EVT_TEXT_UPDATED events when the text doesn't really change

2001-08-16 11:30 VZ, revision 11389

compilation fix

2001-08-15 23:48 VS, revision 11388

bugfixes, bugfixes, bugfixes...

2001-08-15 15:37 VZ, revision 11387

compilation fix

2001-08-15 15:26 VZ, revision 11386

compilation fixes for VC++ in release mode

2001-08-15 14:54 VZ, revision 11385

fixed bug with loading standard icons

2001-08-15 14:27 VZ, revision 11384

traces of my debugging session, no real changes

2001-08-15 12:45 VZ, revision 11383

implemented, tested and documented wxTextCtrl::SetMaxLength()

2001-08-15 11:47 VZ, revision 11382

compilation warning fix

2001-08-14 23:03 RD, revision 11381

updates for swig generated code

2001-08-14 19:19 RD, revision 11380

Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust. Added the new virtual list capabilities to wxListCtrl. Other odds and ends.

2001-08-14 18:48 RD, revision 11379

Fixed the drawing of the HRules so they don't try to iterate over all the zillions of items in a large (or virtual) list control

2001-08-14 18:34 RD, revision 11378

Fixed a bug so wxLC_VRULES works by itself.

2001-08-14 14:59 VZ, revision 11377

1. reset default item in ~wxWindow (better to be safe) 2. blind fix for Motif compilation

2001-08-14 12:57 VZ, revision 11376

unsuccessful attempts to fix wxMenuBar positioning under wxGTK

2001-08-14 11:51 VZ, revision 11375

reduce flicker in header window when deleting items and let space select items even in single selection mode

2001-08-14 11:24 VZ, revision 11374

removed redundant InitDialog methods

2001-08-14 09:02 RD, revision 11373

A fix for attribrute sorting, but it's still broken if there are duplicate sort keys...

2001-08-14 05:35 RD, revision 11372

Moved fix from 2.2 branch that allows the attributes in MSW wxListCtrl to move with their items when the list is sorted.

2001-08-14 03:09 RD, revision 11371

fixed the last of the off-by-one errors (some are refixed, again...)

2001-08-13 19:13 SC, revision 11370

added translation of mac system into language, adaption of search paths

2001-08-13 15:42 VZ, revision 11369

implemented (untested) work around for wxScrolledWindow painting bug

2001-08-13 15:41 VZ, revision 11368

added missing refresh when changing focus in wxListCtrl, added test for it in the sample

2001-08-13 15:01 VZ, revision 11367

moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from wxWindow

2001-08-13 14:59 VZ, revision 11366

don't try to refresh the menu bar before showing it, fixes crash on startup with wxGTK

2001-08-13 00:59 GT, revision 11365

Replaced /'s with \'s as BCC requires \'s for path names

2001-08-12 23:56 GT, revision 11364

Replaced 'erase' with $(RM) so that the default file deletion program can be overriden

2001-08-12 23:50 GT, revision 11363

Makefile submitted by Markus G. for G95

2001-08-12 23:49 GT, revision 11362

Added regex to WXINC line (patch from Markus G) Added definition of RM for use in makefiles so that 'erase' can be overridden with a different file deletion program (like 'rm')

2001-08-12 22:10 VS, revision 11361

added wxEventLoop::GetActive()

2001-08-12 21:45 GT, revision 11360

Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC

2001-08-12 15:45 GD, revision 11359

corrections for Mac OS compilation

2001-08-12 15:43 GD, revision 11358

added missing methods/removed duplicated base methods

2001-08-12 15:39 GD, revision 11357

bitmap mask corrections for Mac OS

2001-08-12 15:29 GD, revision 11356

corrected CodeWarrior project target names and generated application names

2001-08-12 15:15 GD, revision 11355

applied SourceForge patch #440594 which corrects ListBox related errors in Carbon applications under Mac OS X the LDEF resource is no longer used in Carbon applications

2001-08-12 15:07 GD, revision 11354

added CodeWarrior 5.3 projects for working demos corrected CodeWarrior project target names and generated application names

2001-08-12 10:39 GD, revision 11353

added missing return value

2001-08-12 10:38 GD, revision 11352

added container class files

2001-08-12 00:13 VS, revision 11351

wxMGL bugfixes

2001-08-12 00:11 VS, revision 11350

fixed fl makefiles that Julian didn't fix correctly

2001-08-12 00:11 VS, revision 11349

compilation fix

2001-08-12 00:11 VS, revision 11348

fixed wxUniv compilation

2001-08-11 11:04 GD, revision 11347

added container class source

2001-08-11 09:43 SC, revision 11346

corrected a bug in the masking code

2001-08-10 18:31 RR, revision 11345

Message dialog crashes when calling ::Move() etc. Better do nothing than crash. MacOS 9.

2001-08-10 17:03 JS, revision 11344

Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp

2001-08-09 22:43 VS, revision 11343

wxMGL support

2001-08-09 22:42 VS, revision 11342

added evtlooop.cpp for mgl

2001-08-09 22:40 VS, revision 11341

wxMGL wxWindow and wxApp mostly complete, now hunting bugs