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-11-24 21:51 roebling, revision 8813

Made geometry class link.

2000-11-24 20:19 roebling, revision 8812

Trying to understand wxCanvas.

2000-11-24 18:59 vadz, revision 8811

added wxRenderer::DrawTextBorder() to deal with GTK+ text borders

2000-11-24 17:31 vadz, revision 8810

fixed vert offset for single line text ctrls

2000-11-24 17:20 vaclavslavik, revision 8809

added i18n support to the compiler

2000-11-24 17:20 vaclavslavik, revision 8808

added support for 'imagefile' property type

2000-11-24 17:19 vaclavslavik, revision 8807

wxrcedit bugfixes

2000-11-24 17:19 vaclavslavik, revision 8806

fixed bug in wxFileDialog: it tested wxCHANGE_DIR against GetWindowStyle() instead of m_dialogStyle

2000-11-24 17:07 vadz, revision 8805

1. added wxGTK::wxToolBar::SetToolShortHelp() and test for it in sample 2. fix a crash if SetSelection is called too early in wxTextCtrl 3. patch for mouse position in wxTreeCtrl events

2000-11-24 16:47 georgetasker, revision 8804

Added wxDbTable::SetOrderByColNums() function

2000-11-24 16:46 georgetasker, revision 8803

Increased the max length of allowed WHERE clauses and full statements (eventually needs to be changed over to use wxString). Fixed the order of params in TablePrivileges() Changed 0s to NULLs in params

2000-11-24 16:43 georgetasker, revision 8802

Added SetOrderByColNums() function Changed 0s to NULLs for const char * params

2000-11-24 16:40 georgetasker, revision 8801

More corrections and additions

2000-11-24 15:15 vadz, revision 8800

tree item right click event carries correct position

2000-11-24 14:27 vadz, revision 8799

small typo fixed

2000-11-24 13:34 roebling, revision 8798

matrix compile fix make listctrl scroll one line in report more, not some arbitrary 15 pixels

2000-11-24 12:42 roebling, revision 8797

Added matrix.cpp to compilables

2000-11-24 12:41 roebling, revision 8796

Made dnd reentrent safe as per stable tree. Dropped in new wxMatrix. Compile wxMatrix.

2000-11-24 12:40 roebling, revision 8795

dropped in new wxMatrix (from wxCanvas) use wxUSE_GEOMETRY

2000-11-24 12:39 roebling, revision 8794

RPM version 2.3.0

2000-11-24 12:38 roebling, revision 8793

Bump up version to 2.3.0, Add wxUSE_GEOMETRY

2000-11-24 12:36 roebling, revision 8792

Adding wxUSE_GEOMETRY to setup.h.in

2000-11-24 12:35 roebling, revision 8791

Adding new wxCanvas

2000-11-24 12:34 roebling, revision 8790

Adding new wxCanvas

2000-11-24 09:50 joukj, revision 8789

Committing in . Modified Files: wxWindows/src/gtk/listbox.cpp corrections for VMS since someone updated this one using an old version. ----------------------------------------------------------------------