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-01-07 10:22 BJ, revision 5287

fix _beginthreadex problem with bcc

2000-01-07 09:09 RD, revision 5286

small fixes and cleanups

2000-01-07 05:42 RD, revision 5285

Trying out addition of SetSize to wxCaret...

2000-01-07 02:31 VZ, revision 5284

demo of clipboard support for metafiles (which still doesn't work)

2000-01-07 02:30 VZ, revision 5283

attempts at providing clipboard/dnd support for metafiles - unsuccessful

2000-01-06 19:05 GRG, revision 5282

Fixed virtual function hiding problem

2000-01-06 18:40 RR, revision 5281

Minor resize probs solved.

2000-01-06 18:34 VZ, revision 5280

added --cc, cxx, ld options to wx-config

2000-01-06 18:23 VZ, revision 5279

MSW compilation fixes for !wxUSE_VALIDATORS

2000-01-06 17:32 RR, revision 5278

Themes again.

2000-01-06 16:58 GRG, revision 5277

typos fixed

2000-01-06 16:57 GRG, revision 5276

Removing warnings

2000-01-06 16:47 VZ, revision 5275

1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp 2. wxWindow::Create() always takes a wxValidator parameter, even if !wxUSE_VALIDATORS - it is just ignored then, tons of #if wxUSE_VALIDATORS removed

2000-01-06 15:58 VZ, revision 5274

corrected wxComboBox::GetBestSize()

2000-01-06 15:42 VZ, revision 5273

1. more HP-UX warning fixes (almost done...) 2. added a macro WXUNUSED_UNLESS_DEBUG()

2000-01-06 15:24 VZ, revision 5272

bug fixes for '\r' handling in wxTextFile::Translate()

2000-01-06 15:09 JS, revision 5271

Some edits to OGL; tweaks to wxClipboard docs

2000-01-06 10:30 JS, revision 5270

BC++ IDE compile mod to thread.cpp; other small stuff

2000-01-06 10:22 GRG, revision 5269

Lots of new features

2000-01-06 01:21 GRG, revision 5268

Small change for updated wxTCPXXX classes

2000-01-06 01:07 GRG, revision 5267

Rewrote large parts of the non-DDE IPC stuff (wxTCPServer, wxTCPClient, wxTCPConnection) to upgrade to the 'new' wxSocket code. Plenty of bugs removed. IPC samples at samples/dde working again.

2000-01-05 18:10 VZ, revision 5266

1. added wfstream.cpp to wxBase (needed by filesys.cpp) 2. small enchancements in wxCmdLineParser (handles "help" options correctly) 3. use wxCmdLineParser in makegen

2000-01-05 17:19 VZ, revision 5265

added cmdline.h/.cpp to the makefiles

2000-01-05 17:11 VZ, revision 5264

-fpermissive is now returned by wx-config -cflags if the library was compiled with it

2000-01-05 17:00 VZ, revision 5263

test for date parameters to wxCmdLineParser

2000-01-05 17:00 VZ, revision 5262

more bug fixes: options with values and compound options seem to work

2000-01-05 16:59 VZ, revision 5261

ParseDate() understands tomorrow and yesterday as well as today

2000-01-05 16:38 VZ, revision 5260

more stream-like insertion operators

2000-01-05 15:35 VZ, revision 5259

more fixes to compilation warnings from HP-UX build log. About 30% more to go <sigh>

2000-01-05 15:29 JS, revision 5258

Added contributed speedup of ConvertToBitmap under Motif, for 8-bit images.

2000-01-05 15:17 VZ, revision 5257

bug with incorrect & test fixed

2000-01-05 15:17 VZ, revision 5256

unreachable code warning fixed

2000-01-05 15:16 VZ, revision 5255

wxRegion should work with wxCoord, not long

2000-01-05 15:02 RR, revision 5254

Corrceted background problem with themes.

2000-01-05 14:07 DW, revision 5253

General fixes

2000-01-05 13:56 JS, revision 5252

Added RC file needed by makefiles.

2000-01-05 13:22 VZ, revision 5251

include "module.h"

2000-01-05 04:58 RD, revision 5250

wxFloatbar fixes other odds and ends

2000-01-05 04:51 RD, revision 5249

Fixed a bug so the toggle flag is set correctly

2000-01-05 02:46 VZ, revision 5248

small bug fix for composite options

2000-01-05 02:42 VZ, revision 5247

wxCmdLineParser tests

2000-01-05 02:41 VZ, revision 5246

1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC 2. added wxCmdLineParser class

2000-01-04 22:56 RR, revision 5245

Removed crashes when not using themes. Removed much flicker form tree ctrl and list ctrl.

2000-01-04 20:14 RR, revision 5244

EXTRA_LIBS vs. EXTRALIBS change.

2000-01-04 19:41 RR, revision 5243

Doc updates.

2000-01-04 18:19 DW, revision 5242

Added Calctrl.cpp to sources list

2000-01-04 18:00 RD, revision 5241

Fixed a bug that caused a crash on startup

2000-01-04 17:53 RD, revision 5240

fixed a compilation error for VC++ 6

2000-01-04 17:20 RR, revision 5239

Compilation fix, wxGTK requires GTK 1.2.3.

2000-01-04 17:15 DW, revision 5238

Updated OS/2 sources with fixes to wxControl and wxSpinCtrl