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):

2001-01-02 20:29 robind, revision 9038

yet more testing...

2001-01-02 20:17 robind, revision 9037

more testing of cvs update messages...

2001-01-02 20:00 robind, revision 9036

test commit...

2001-01-02 19:41 robind, revision 9035

test cvs commit

2001-01-02 16:42 juliansmart, revision 9034

Added filename.cpp to .dsp files

2001-01-02 16:04 roebling, revision 9033

Small change to error dialog to make it look better if the details button is bigger than the OK button (German locale). Don't let it capitalize the first letter (WxWindows).

2001-01-02 15:35 vadz, revision 9032

patch adding DeselectXXX() functions from Roland Scholz <scholz@pb.izm.fhg.de>

2001-01-02 07:59 juliansmart, revision 9031

Added line to wxMask doc.

2001-01-01 11:32 vaclavslavik, revision 9030

fixed docs of wxLocale::Init (forgotted bConvertEncoding)

2000-12-31 17:45 roebling, revision 9029

Corrected .so name. Updated German locale and related things.

2000-12-31 15:23 vadz, revision 9028

readded back SetFullName

2000-12-31 01:15 vadz, revision 9027

implemented wxFileName::SplitPath(), wxSplitPath() now just calls it

2000-12-31 00:23 vadz, revision 9026

rewrote wxFileName::Normalize(), added a few methods, general clean up, added some tests

2000-12-30 21:35 vaclavslavik, revision 9025

fixed nonsenses in tnoneng.tex

2000-12-30 19:36 vadz, revision 9024

just added some _T()s

2000-12-30 12:47 roebling, revision 9023

Various fixes for wxFilename.

2000-12-30 00:28 roebling, revision 9022

wxFileName II. It actually works.

2000-12-29 23:44 vadz, revision 9021

merged wxStaticLine ctor fix

2000-12-29 23:38 vadz, revision 9020

fixed wxStaticLine ctor docs

2000-12-29 22:12 dwebster, revision 9019

Added filename.cpp to build

2000-12-29 17:39 dwebster, revision 9018

include "wx/filefn.h" instead of just "filefn.h".

2000-12-29 17:38 dwebster, revision 9017

should use array delete on a wxString object (line 991) that is not an array of wxStrings

2000-12-28 14:07 vadz, revision 9016

modified check listbox indicators and made them customizable

2000-12-28 03:52 vadz, revision 9015

added event sending to wxComboBox

2000-12-28 01:05 vadz, revision 9014

1. fixed flicker causing bug introduced into wxListBox yesterday 2. fixed wxBitmapButton refresh logic (reacts to bitmap changing now) 3. fixed focus rect drawing in win32 renderer - don't do it if no label 4. fixed combobox layout, seems to look fine now!