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

2000-09-25 08:34 ronl, revision 8413

binary compatible fix for screen PPI (hardcoded 75 instead of 100)

2000-09-25 00:20 vadz, revision 8412

more work on horz textctrl scrolling

2000-09-24 15:25 ronl, revision 8411

removed unneccesary (and unwanted) asserts

2000-09-24 15:24 ronl, revision 8410

make contrib symlink relative to WXDIR

2000-09-24 15:14 ronl, revision 8409

removed unneccesary (and unwanted) asserts

2000-09-24 14:58 ronl, revision 8408

create 'contrib' symlink relative to $WXDIR instead of $WXWIN. (it's still broken, but slightly less so this way :)

2000-09-24 14:52 ronl, revision 8407

added python-contrib package. optimised use of configure cache. determine python install dir automatically.

2000-09-23 23:28 vadz, revision 8406

1. modified wxMSW::wxCaret to use client coords 2. fixed uninit m_curXXX vars leading to a crash in wxMSW 3. fixed wxWindow::DoDrawBackground() for empty update region

2000-09-23 22:30 robind, revision 8405

Fixed the python version of wxListEvent to derive from wxNotifyEvent

2000-09-22 22:49 vadz, revision 8404

wxTextCtrl work: 1. horz scrolling (not perfect yet) 2. more actions (clipboard, double click) 3. wxCaret fixes 4. clipboard support 5. wxTE_PASSWORD support wxScrolledWindow/wxlistBox: better hit test calculation: take into account GetClientAreaOrigin() fix for wxGTK bug in wxDC::Blit() in wxWindow::ScrollWindow draw transparent radio bitmaps under GTK wxWindow::ScrollWindow() can now scroll a part of window only

2000-09-22 22:44 vadz, revision 8403

wxCaret now uses backing store instead of forcing window refresh each time the caret is hidden; the non blinking carets work too

2000-09-19 01:37 RD, revision 8402

A bunch of little tweaks

2000-09-19 00:21 RD, revision 8401

A bunch of little tweaks

2000-09-18 20:10 VS, revision 8400

backmerged fix in wxListCtrl::SetItem and InsertItem -- changing attributes more than once had no effect

2000-09-18 20:01 VS, revision 8399

added XML resources sample

2000-09-18 20:00 VS, revision 8398

backmerged bugfix in wxHtmlParser::DoParsing (text between two tags longer than 1024 characters was not parsed correctyl)

2000-09-18 19:07 VZ, revision 8397

1. better kbd interface to wxTextCtrl (selection...) 2. mouse input handling

2000-09-18 19:06 VZ, revision 8396

attempts to implement non blinking caret - failed so far

2000-09-18 15:45 VZ, revision 8395

some minor changes mentioned

2000-09-18 15:40 VZ, revision 8394

give frame a reasonable default size if none specified

2000-09-18 15:16 VZ, revision 8393

mention wxTreeItemId::IsOk

2000-09-17 19:20 VS, revision 8392

added XML resources sample

2000-09-17 19:19 VS, revision 8391

added unknown widget support

2000-09-17 19:18 VS, revision 8390

added <bitmap> and <icon> resources

2000-09-17 19:18 VS, revision 8389

added wxStaticLine handler