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-01 15:43 SC, revision 1561

latest CW additions

1999-02-01 15:39 RR, revision 1560

Removed some trash from that came through tha cables Fixed Blit probs Fixed file dlg probs Fixed TextCtrl probs

1999-02-01 15:25 SC, revision 1559

latest CW additions

1999-02-01 15:20 SC, revision 1558
  • D /wxWidgets/trunk/src/mac/apprsrc.r
  • D /wxWidgets/trunk/src/mac/carbon/apprsrc.r
  • D /wxWidgets/trunk/src/mac/carbon/corersrc.r
  • D /wxWidgets/trunk/src/mac/corersrc.r

latest CW additions

1999-02-01 15:06 SC, revision 1557

latest CW additions

1999-02-01 15:00 SC, revision 1556

latest CW additions

1999-02-01 14:42 VZ, revision 1555

file I forgot to commit with other "filedlg.h"s

1999-02-01 14:40 VZ, revision 1554

wxToolTip modifications: wxUSE_TOOLTIPS setting (default: on) added and the interface changed slightly to be even more consistent with wxMSW

1999-02-01 06:44 RR, revision 1553

wxToolTip

1999-02-01 00:17 , revision 1552
  • A /wxWidgets/tags/wxPython-0_5_4
  • D /wxWidgets/tags/wxPython-0_5_4/.cvsignore
  • D /wxWidgets/tags/wxPython-0_5_4/config.guess
  • D /wxWidgets/tags/wxPython-0_5_4/config.sub
  • D /wxWidgets/tags/wxPython-0_5_4/configure
  • D /wxWidgets/tags/wxPython-0_5_4/configure.in
  • D /wxWidgets/tags/wxPython-0_5_4/distrib
  • D /wxWidgets/tags/wxPython-0_5_4/docs
  • D /wxWidgets/tags/wxPython-0_5_4/include
  • D /wxWidgets/tags/wxPython-0_5_4/install-sh
  • D /wxWidgets/tags/wxPython-0_5_4/lib
  • D /wxWidgets/tags/wxPython-0_5_4/Makefile
  • D /wxWidgets/tags/wxPython-0_5_4/misc
  • D /wxWidgets/tags/wxPython-0_5_4/mkinstalldirs
  • D /wxWidgets/tags/wxPython-0_5_4/samples
  • D /wxWidgets/tags/wxPython-0_5_4/setup
  • D /wxWidgets/tags/wxPython-0_5_4/src
  • D /wxWidgets/tags/wxPython-0_5_4/template.mak
  • D /wxWidgets/tags/wxPython-0_5_4/user
  • D /wxWidgets/tags/wxPython-0_5_4/utils/dialoged
  • D /wxWidgets/tags/wxPython-0_5_4/utils/glcanvas
  • D /wxWidgets/tags/wxPython-0_5_4/utils/HelpGen
  • D /wxWidgets/tags/wxPython-0_5_4/utils/Makefile
  • D /wxWidgets/tags/wxPython-0_5_4/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-0_5_4/utils/nplugin
  • D /wxWidgets/tags/wxPython-0_5_4/utils/ogl
  • D /wxWidgets/tags/wxPython-0_5_4/utils/serialize
  • D /wxWidgets/tags/wxPython-0_5_4/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-0_5_4/utils/wxMMedia
  • D /wxWidgets/tags/wxPython-0_5_4/utils/wxtree
  • D /wxWidgets/tags/wxPython-0_5_4/wx-config.in
  • D /wxWidgets/tags/wxPython-0_5_4/wxGTK.spec
  • D /wxWidgets/tags/wxPython-0_5_4/wxinstall

This commit was manufactured by cvs2svn to create tag 'wxPython-0_5_4'.

1999-02-01 00:17 RD, revision 1551

Added the missing EVT_LIST_ITEM_SELECTED and friends.

1999-02-01 00:11 RD, revision 1550

Added the missing EVT_LIST_ITEM_SELECTED and friends.

1999-02-01 00:10 VZ, revision 1549

this should be the file with the standard setting for wxWin compilation

1999-02-01 00:05 VZ, revision 1548

more wxToolTip changes

1999-02-01 00:03 VZ, revision 1547

some kbd handling fixes (some problems still persist)

1999-01-31 23:54 VZ, revision 1546

unused message removed from event table

1999-01-31 23:53 VZ, revision 1545

"selection changed" events are not generated any more when notebook changes size

1999-01-31 23:52 VZ, revision 1544

wxControl::MSWNotify() handler calls wxWindow version if it doesn't process the message (some messages were "missing" before due to this bug)

1999-01-31 23:50 VZ, revision 1543

bug with Shift-TAB handling corrected

1999-01-31 23:49 VZ, revision 1542

very minor changes

1999-01-31 23:38 VZ, revision 1541

wxToolTip for MSW implementation (it has several problems right now, but it still works)

1999-01-31 23:32 VZ, revision 1540

memory debugging using VC++ debug CRT works for DLL wxWin builds as well. The relevant macros are now in include/wx/msw/msvcrt.h

1999-01-31 23:30 VZ, revision 1539

wxStaticBitmap, wxStaticBox and wxPanel don't accept keyboard focus now

1999-01-31 23:28 VZ, revision 1538

by default the ctrl accepts keyboard input now (why wouldn't it?)

1999-01-31 22:26 HH, revision 1537

internal browser creates temp file in current dir, safer if /tmp doesn't exist