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.

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