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-05-02 16:19 RR, revision 7338

Fixed colour buglet in wxListCtrl.

2000-05-02 15:34 RR, revision 7337

Test for wxST_NO_AUTORESIZE in controls sample. Add lots of code to change the (German) comma in floating point number string in Postscript code to ".".

2000-05-02 14:47 VZ, revision 7336

1. fixed fatal bug in SetImageList() 2. tried to make header resizing work with horz scrolling - it still doesn't

2000-05-02 07:52 VZ, revision 7335

added wxLogWindow::OnFrameClose()

2000-05-02 03:51 DW, revision 7334

Statusbar updates.

2000-05-01 20:20 RR, revision 7333

Fixed wxNotebook::RemovePage(), Made modal dialogs children of wxApp->GetTopWindow() if no parent is given.

2000-05-01 19:36 DW, revision 7332

Changes to DC

2000-05-01 19:04 RR, revision 7331

Tried to fix problem with wrong fonts in tool tips.

2000-05-01 18:55 RL, revision 7330

fixed combo.h -> combobox.h

2000-05-01 13:40 VZ, revision 7329

added wxFileConfig::SetUmask()

2000-05-01 13:08 VS, revision 7328

fixed memory leak in modules list (devik's patch)

2000-05-01 13:08 RL, revision 7327

fix to correctly adjust growable bits of FlexGridSizer

2000-05-01 12:31 VZ, revision 7326

corrected alignment of the descriptions in the Usage() message

2000-04-30 22:20 VZ, revision 7325

added wxConstCast to fix compilation error

2000-04-30 16:29 VZ, revision 7324

give wizard buttons standard ids (wxID_FORWARD)

2000-04-30 16:15 VZ, revision 7323

bug recently introduced in wxWizard::GetPageSize() fixed

2000-04-30 16:05 JS, revision 7322

BC++ fixes

2000-04-30 16:02 JS, revision 7321

Chnaged name for text sample with BC++

2000-04-30 15:30 GT, revision 7320

Removed semicolon from the end of DECLARE_EVENT_TABLE() lines that prevented BC5 from compiling this sample

2000-04-30 13:28 GT, revision 7319

TARGET= line said CONTROLS instead of TEXT

2000-04-29 18:34 RD, revision 7318

tweaks and code updates

2000-04-29 18:07 VZ, revision 7317

don't use wxFile::Eof() (for the reasons explained in the docs now :-) in wxTextFile - this allows it to be used with FIFOs

2000-04-29 16:03 RR, revision 7316

Set wxGTK's GTK idle priority back up to 0, wxGTK's frame's toolbar is now in m_children again, as wxFrameBase's idle logic and the update UI code based on it require that.

2000-04-29 05:18 RD, revision 7315

More STC fixes. The demo now shows Calltips and AtuoComplete

2000-04-29 05:17 RD, revision 7314

More STC fixes. Calltips and AutoComplete work now.

2000-04-29 02:45 RD, revision 7313

Fixed FullPaint for brace matching

2000-04-28 21:28 DW, revision 7312

Some framework updates

2000-04-28 17:20 RD, revision 7311

Another off-by-one error fixed in STC

2000-04-28 14:19 VZ, revision 7310

small fix to the code I just commited

2000-04-28 14:06 VZ, revision 7309

added and documented wxWizard::SetPageSize()

2000-04-28 13:45 BJ, revision 7308

Add support for Virtuoso

2000-04-28 12:59 DW, revision 7307

static data members cannot be redeclared static in the cpp file under VisualAge, it already knows that it is static

2000-04-28 12:45 DW, revision 7306

Virtual function hiding suppression

2000-04-28 12:45 VZ, revision 7305

made dnd cursors/icons slightly more usable (and much more documented)

2000-04-28 09:49 JS, revision 7304

Win16 fixes (incl. slider not sending messages, text ctrl not showing consistent colours

2000-04-28 06:49 RD, revision 7303

various tweaks, fixes, and doodads

2000-04-28 06:37 RD, revision 7302

Some wxStyledTextCtrl bugfixes Merged in new Scintilla sources Added new methods to wxStyledTextCtrl to match new Scintilla capabilities.

2000-04-28 05:50 VZ, revision 7301

corrected bug with m_selection not being initialized in CreateGrid() and SetTable()

2000-04-28 05:37 VZ, revision 7300

compilation fix

2000-04-28 05:36 VZ, revision 7299

wxUSE_UNICODE set to 0 by default, added wxUSE_WCHAR_T

2000-04-27 20:51 VZ, revision 7298

use CRT in DLL for wxBase too

2000-04-27 20:46 VZ, revision 7297

added test for wxDateTime TZ/DST bug

2000-04-27 20:45 VZ, revision 7296

added test for combo/focus bug

2000-04-27 20:42 VZ, revision 7295

fixed problem with help text being left in the status bar

2000-04-27 18:03 VZ, revision 7294

attempts to fix the proplist crash - fruitless

2000-04-27 18:02 VZ, revision 7293

some more convenience functions/wrappers (all inline, cross-platform)

2000-04-27 17:46 JS, revision 7292

Further non-PCH fixes

2000-04-27 17:41 JS, revision 7291

Added missing brush.h includes.

2000-04-27 16:46 RD, revision 7290

Made the DLL load lots faster by specifying that other DLLs it depends on are to be loaded on demand. The is experimental, but it works for wxPython.

2000-04-27 16:41 RD, revision 7289

some minor tweaks