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-28 22:19 vaclavslavik, revision 8438

added wxTreeCtrl::AssignImageList

2000-09-28 22:18 vaclavslavik, revision 8437

modified wxHtmlHelpFrame to use AssignImageList

2000-09-28 16:25 vadz, revision 8436

more fixes for horz scrolling, still unsuccessfully

2000-09-28 15:45 vadz, revision 8435

fix for wxRegion::Intersect

2000-09-28 14:23 vadz, revision 8434

added event.Skip() to OnIdle() handler

2000-09-28 09:30 ronl, revision 8433

remove deb-wide config.cache in clean target

2000-09-28 00:19 vadz, revision 8432

1. iterate over update region in wxTextCtrl 2. fixed DC clipping under wxMSW 3. fixes to enable clipboard under wxMSW

2000-09-27 23:13 vaclavslavik, revision 8431

added bitmaps to menu items

2000-09-27 23:10 vaclavslavik, revision 8430

documented wxMenuItem::SetBitmap

2000-09-27 11:32 joukj, revision 8429

Committing in . Modified Files: wxWindows/include/wx/motif/menuitem.h ----------------------------------------------------------------------

2000-09-26 23:53 robind, revision 8428

fixed indentation error

2000-09-26 21:59 vaclavslavik, revision 8427

updated resources convertor

2000-09-26 21:54 vaclavslavik, revision 8426

fixed bug in wxHtmlWindow: HistoryBack/Forward now correctly preserves last entry's scrolled position

2000-09-26 21:52 vaclavslavik, revision 8425

added ability to read resources directly from wxXmlDocument to wxXmlResource

2000-09-26 18:09 vadz, revision 8424

no changes

2000-09-26 16:47 vadz, revision 8423

fixed bug in ScrollWindow refresh logic

2000-09-26 15:36 juliansmart, revision 8422

Fiddled with wxFindWindowAtPoint to make it work with notebooks and static boxes

2000-09-26 14:46 juliansmart, revision 8421

Removed assert complaining about out-focus without in-focus, because it happens a lot

2000-09-26 13:54 vadz, revision 8420

fix from Robert

2000-09-26 10:49 joukj, revision 8419

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/src/common/filefn.cpp Filename problem on VMS fixed. ----------------------------------------------------------------------

2000-09-26 05:32 robind, revision 8418

wxPython changes for new and improved wxSTC

2000-09-26 05:15 robind, revision 8417

new and improved wxSTC

2000-09-25 16:01 juliansmart, revision 8416

Enabled context-sensitive help for wxRadioBox

2000-09-25 14:26 juliansmart, revision 8415

Added wxID_IGNORE

2000-09-25 08:51 ronl, revision 8414

implemented wxDisplaySizeMM for gtk, msw & motif. used wxDisplaySize and wxDisplaySizeMM to calculate real screen PPI in wxPostScriptPrinter. documented wxDisplaySize and wxDisplaySizeMM.