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

1999-02-25 12:25 VZ, revision 1786

SetSize() fixes

1999-02-25 10:32 KB, revision 1785

GetNextItem() now checks for item < GetItemCount() to avoid illegal wxList access beyond end of list.

1999-02-25 09:36 VZ, revision 1784

more DG-UX compilation fixes (thanks to Benjamin Beckwith)

1999-02-25 07:18 RD, revision 1783

wxPython version 2.0b5

1999-02-25 07:09 RD, revision 1782

wxPython version 2.0b5

1999-02-24 23:53 VZ, revision 1781

wxString docs are nearly complete (but don't compile :-( ), a brief threads overview

1999-02-24 23:50 VZ, revision 1780

demonstrates SetCursor() now too

1999-02-24 23:48 VZ, revision 1779

SetCursor() works now

1999-02-24 14:53 VZ, revision 1778

added /usr/include/Xm to the search path

1999-02-24 13:15 VZ, revision 1777

wxGTK fixes for the yesterday's addition of m_isWindow flag

1999-02-24 08:17 RD, revision 1776

More wxPython docs...

1999-02-24 08:02 JS, revision 1775

Some stubs corrections; Motif corrections incl. busy cursor fix; doc corrections

1999-02-24 00:46 HH, revision 1774

Some wxPython interface change updates. Moved refresh button. Platform sensitive defaults for external browser. uses wxYield instead of (silly) quicktimer hack.

1999-02-23 23:48 RD, revision 1773

reenabled some methods for wxPython on wxGTK

1999-02-23 23:24 VZ, revision 1772

wxCritSection change to accomodate mem checking system (even better :-)

1999-02-23 23:23 VZ, revision 1771

wxCritSection change to accomodate mem checking system

1999-02-23 23:08 VZ, revision 1770

more cursor fixes (now ::wxSetCursor() works too)

1999-02-23 23:00 VS, revision 1769

Czech language

1999-02-23 22:57 VZ, revision 1768

some very minor fixes (I don't even remember what exactly)

1999-02-23 22:53 VZ, revision 1767

menu help string fix

1999-02-23 22:51 VZ, revision 1766

wxBeginBusyCursor now works (better)

1999-02-23 22:49 VZ, revision 1765

wxLogXXX() functions called near app termiantion shouldn't crash

1999-02-23 22:43 VZ, revision 1764

compilation fixes

1999-02-23 22:42 VZ, revision 1763

new options: wxUSE_OLE (on by default except for some compilers), wxUSE_DYNLIB_CLASS (off by default)

1999-02-23 22:41 VZ, revision 1762

small optimizations: m_isWindow and m_isCommandEvent flags introduced