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

1999-02-23 19:05 VZ, revision 1761

another wxBeginBusyCursor fix

1999-02-23 18:57 VZ, revision 1760

some feeble attempts at making wxBeginBusyCursor work

1999-02-23 18:26 VZ, revision 1759

support for incorrect entries in .mime.types added (world is not perfect, alas)

1999-02-23 18:13 VZ, revision 1758

SetSelection(from, to) and SetEditable() implemented

1999-02-23 17:51 VZ, revision 1757

HP-UX compilation fixes (thanks to Zdravko Bas)

1999-02-23 17:48 VZ, revision 1756

1. C++ comments removed from setup.h 2. --with-dynlib option added (wxUSE_DYNLIB_CLASS)

1999-02-23 15:43 VZ, revision 1755

crash in some very special case when arrows were used to move around fixed

1999-02-22 23:15 VZ, revision 1754

listview has LVS_EX_FULLROWSELECT style when supported

1999-02-22 20:34 VZ, revision 1753

dlopen fixes

1999-02-22 19:48 VZ, revision 1752

dlopen() also exists under FreeBSD

1999-02-22 19:42 VZ, revision 1751

HP-UX support added

1999-02-22 14:50 KB, revision 1750

Fixed DoSetClientSize() causing infinite recursion.

1999-02-22 13:28 JS, revision 1749

Soem corrections for SetSize changes

1999-02-22 11:01 VZ, revision 1748

GetSize() and GetClientSize() changes

1999-02-22 10:31 JS, revision 1747

Corrected WM_KEYDOWN bug (missing 'break')

1999-02-22 09:32 JS, revision 1746

Minor changes

1999-02-21 23:17 VZ, revision 1745

error msg when there are no files in wxFindFirst() removed

1999-02-21 22:32 VZ, revision 1744

1. more C++ parser fixes - now it almost parses wx/string.h a) #if/#ifdef/#else (very) limited support b) param type fix - now indirection chars are correctly handled c) class/struct/union distinction d) public/private fixes e) Dump() function added - very useful for debugging 2. option to ignore parameter names during 'diff' (in fact, they're ignored by default, and this option switches it on)

1999-02-21 12:59 VS, revision 1743

NO_GUI bug fixed

1999-02-20 23:17 VZ, revision 1742

wxListCtrl column resize bug corrected

1999-02-20 23:01 VZ, revision 1741

1. better 'const' and 'virtual' functions handling 2. operators are now supported 3. tokens such as "<=" and "!=" are now tokenized properly

1999-02-20 23:00 VZ, revision 1740

1. new 'diff' mode which seems to work 2. output files are not overwritten in 'dmup' mode 3. fixes for better handling of const functions and operators

1999-02-20 22:50 VZ, revision 1739

\\param -> \param

1999-02-20 22:49 VZ, revision 1738

ignore file for HelpGen

1999-02-20 10:05 RD, revision 1737

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.