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-03-01 01:31 HH, revision 1836

Added Makefile[.in] for wxGTK standard build. Are not yet used, because wxGTK's createall script doesn't look in this dir...

1999-03-01 01:26 HH, revision 1835

added Makefile[.in] for build using wxGTK method. Note that wxGTK's createall script doesn't yet look this deep, so it's not very usefull now... also fixed some wxGTK compile problems.

1999-02-28 23:48 JS, revision 1834

Added tbarsmpl.cpp (hope that's OK...)

1999-02-28 23:39 JS, revision 1833

wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks

1999-02-28 21:56 HH, revision 1832

Modified makefile.unx to include bitmaps dir. Added missing folder.xpm to bitmaps

1999-02-28 20:59 JS, revision 1831

Doc mods; fixed return non-processing problem; fixed toolbar sizing problems (incl. MDI area clipping); put wxPrintPaperDatabase, wxPrintPaperType into prntbase.cpp since it's needed in non-PostScript WIN16 for the generic page setup dialog; corrected some 16-bit makefiles

1999-02-28 18:03 RR, revision 1830

added wxMenu::Append( wxMenuItem ) added keyboard hooks to glcanvas fixed probs with slider/spin button etc

1999-02-28 15:35 VZ, revision 1829

wxCheckListBox fixes: crash/memory leak when items are dynamically inserted/deleted corrected and docs updated

1999-02-28 14:18 VZ, revision 1828

shows different SetCursor() calls

1999-02-28 14:16 VZ, revision 1827

SetCursor() doesn't set cursor for children of the window any more

1999-02-28 13:58 VZ, revision 1826

wxArrayString documentation added

1999-02-28 12:36 GL, revision 1825

* Added "--with-sockets" and made wxSocket optionnal.

1999-02-28 00:00 VZ, revision 1824

some more files to ignore for cvs

1999-02-27 23:55 VZ, revision 1823

cursor problem in sash windows corrected

1999-02-27 23:54 VZ, revision 1822

compilation fix

1999-02-27 23:52 VZ, revision 1821

1. wxListCtrl fixes a) implemented GetColumnCount() b) columns are always created with some reasonable (i.e. != 0) width 2. wxRadioBox: keyboard navigation now works inside it (almost) as it should

1999-02-27 23:16 VZ, revision 1820

added 'provides wxwin'

1999-02-27 22:51 VZ, revision 1819

unused param warning suppressed

1999-02-27 21:01 GL, revision 1818

* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop. * wxSocket stream fix: they can be encapsulated by now * Doc update: wxURL::GetPath

1999-02-27 14:40 VZ, revision 1817

VK_APPS handling

1999-02-27 14:39 VZ, revision 1816

MSWProcessMessage speed up by a factor of 100 (at least)

1999-02-27 14:38 VZ, revision 1815

wxTreeCtrl::GetBoundRect() implemented

1999-02-27 14:37 VZ, revision 1814

keyboard navigation in dialogs works (again)

1999-02-27 14:36 VZ, revision 1813

1. typos corrected in ftp/protocol/url (Members is no longer a hyperlink leading to nowhere) 2. wxTreeCtrl::GetBoundRect() documentation updated

1999-02-27 11:32 GL, revision 1812

* Big memory bug fixed in socket/getline fixed. * Added two missing "virtual" in stream.h (Sorry, you'll have to rebuild all)

1999-02-27 04:21 RD, revision 1811

Added missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS

1999-02-27 04:20 RD, revision 1810

minor tweaks for testing

1999-02-27 01:43 VZ, revision 1809

i18n overview

1999-02-27 01:33 VZ, revision 1808

wxSetCursor() bug with splitters corrected

1999-02-27 01:26 VZ, revision 1807

1. (very) short i18n overview added, wxGetTranslation() documented. 2. wxTreeCtrl overview written and documentation updated 3. wxString docmunetation updated (no more unresolved references) 4. wxWindow::SetCursor() recursive behaviour mentioned

1999-02-26 22:22 JS, revision 1806

DoSetClientSize omissions fixed; some doc fixes

1999-02-26 21:13 VZ, revision 1805

char */wxString confusion cleaned in the docs

1999-02-26 20:56 VZ, revision 1804

wxLog fix as for wxMSW

1999-02-26 18:54 GL, revision 1803

*** empty log message ***

1999-02-26 18:51 GL, revision 1802

* Missing doc file.

1999-02-26 18:04 JS, revision 1801

Fixed wxMSW arrow key bug, changed wxPoem window to a wxWindow

1999-02-26 17:29 JS, revision 1800

Doc fixes

1999-02-26 17:01 HH, revision 1799

added double click handler. various minor fixes.

1999-02-26 09:45 JS, revision 1798

Some doc fixes

1999-02-26 00:25 HH, revision 1797

A port of tkPlotCanvas.py. Requires Numeric module.

1999-02-25 22:53 JS, revision 1796

wxBitmapButton bug fixed

1999-02-25 20:13 GL, revision 1795

* Added a small wxHTTP description * Added some example/description to wxFTP * Some more on wxURL * Added missing file in wxMMedia

1999-02-25 15:45 VZ, revision 1794

delete all log messages suppressed

1999-02-25 15:09 JS, revision 1793

Small changes

1999-02-25 15:07 JS, revision 1792

Corrected some .tex problems

1999-02-25 14:47 VZ, revision 1791

1. validator fixes: don't eat TAB. Added new SetBellOnError() function to suppress _annoying_ bell. 2. Docs and samples updated to reflect this.

1999-02-25 13:50 VZ, revision 1790

InsertItems() implemented for wxGTK

1999-02-25 13:50 VZ, revision 1789

check list box sample updated to test InsertItems

1999-02-25 13:38 VZ, revision 1788

more HP-UX fixes

1999-02-25 12:38 VZ, revision 1787

InsertItems() documented