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-26 22:55 vadz, revision 8838

documented just added env functions

2000-11-26 22:46 vadz, revision 8837

added wxGet/Set/UnsetEnv() for Unix

2000-11-26 19:51 vadz, revision 8836

quick fix for crash in wxStreamBuffer

2000-11-26 19:40 vadz, revision 8835

fixed SubString docs

2000-11-26 19:37 vadz, revision 8834

fxied SubString docs

2000-11-26 16:36 roebling, revision 8833

Split wxCanvas into two (wxVectorCanvas).

2000-11-26 14:18 vadz, revision 8832

fix for uninit vars

2000-11-26 14:16 vadz, revision 8831

oops... compilation fix

2000-11-26 11:15 juliansmart, revision 8830

Added m_destroybuf initialisation

2000-11-26 10:25 roebling, revision 8829

Corrected typos in geometry.

2000-11-26 10:20 roebling, revision 8828

Ported stable-tree refresh code to devel tree.

2000-11-26 04:36 vadz, revision 8827

1. fix for generation of mouse enter/leave events in wxMSW 2. render disabled check/radio box [more] correctly 3. several bug fixes with m_posLast caching 4. implemented wxTextCtrl word (as opposed to line) wrap 5. problem with selection refresh in line wrap style fixed

2000-11-26 02:05 vadz, revision 8826

1. don't call GetPartOfWrappendLine() unnecessarily 2. optimized it (replaced by a call to HitTestLine) for the other cases

2000-11-25 23:41 vadz, revision 8825

patch 102361 applied

2000-11-25 23:23 vadz, revision 8824

typo in AutosizeRowOrCol fixed (bug 115437)

2000-11-25 23:14 vaclavslavik, revision 8823

various bugfixes

2000-11-25 23:14 vaclavslavik, revision 8822

updated XRC sample

2000-11-25 23:13 vaclavslavik, revision 8821

added growable cols and rows to wxFlexGridSizer XRC handler

2000-11-25 23:13 vaclavslavik, revision 8820

added wxFrame::IsMDIChild() (msw only, protected)

2000-11-25 23:13 vaclavslavik, revision 8819

applied (part of) Alexey Leko's patch

2000-11-25 23:12 vadz, revision 8818

fixed Set(wxPercentOf) (bug #12227)

2000-11-25 22:44 vadz, revision 8817

compilation fix for !wxUSE_DIRDLGG

2000-11-25 22:23 vadz, revision 8816

fixed majorDim == 0 problem in wxGTK::wxRadioBox

2000-11-25 20:07 roebling, revision 8815

Small mods to wxCanvas.

2000-11-24 21:52 roebling, revision 8814

Made geometry classes link.

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. ----------------------------------------------------------------------