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

1999-01-26 13:10 RR, revision 1486

a bit more docs

1999-01-26 12:56 VZ, revision 1485

SetInsertionPointEnd() bug corrected (was off by 1)

1999-01-26 12:42 KB, revision 1484

more waste of time fixing uncompilable code

1999-01-26 12:35 KB, revision 1483

sun compilation fix

1999-01-26 11:51 JS, revision 1482

Some compile warnings removed; file selector prototypes put in each filedlg.h; Dialog Editor wxGTK makefile hacked

1999-01-26 11:35 RR, revision 1481

A few resize bugs removed combo box now emits EVT_TEXT position of pop-up menu can now be set

1999-01-26 11:08 KB, revision 1480

compilation fixes for solaris PLEASE READ COMPILATION LOGS AFTER MAKING CHANGES!

1999-01-26 09:34 KB, revision 1479

fixed wxBusyCursor privacy bug

1999-01-26 04:40 UG, revision 1478

binary insertion

1999-01-26 04:39 UG, revision 1477
  • D /wxWidgets/trunk/include/wx/msw/magnif1.cur

removal before binary insertion

1999-01-25 21:55 VZ, revision 1476

width and height arguments are no longer ignored in wxRadioBox::SetSize()

1999-01-25 18:34 JS, revision 1475
  • D /wxWidgets/trunk/docs/latex/wx/stream2.tex

Removed stream2.tex.

1999-01-25 18:33 JS, revision 1474

Split up wxStream doc files; added wxTCP... files; added wxBusyCursor; added overloaded wxGetHostName etc. functions

1999-01-25 14:45 JS, revision 1473

Fixed wxFileDialog and VC++ DLL compilation

1999-01-25 13:57 RR, revision 1472

Added wxToolTip

1999-01-25 12:20 JS, revision 1471

Sigh, some more makefiles I forgot about (for TWIN32 compilation)

1999-01-25 12:17 JS, revision 1470

*** empty log message ***

1999-01-25 12:15 JS, revision 1469

Added some makefiles

1999-01-25 12:12 JS, revision 1468

char* -> wxString

1999-01-25 10:01 JS, revision 1467

Fixed compile bug in proplist.cpp; added makevc.env

1999-01-24 23:58 JS, revision 1466

Added wxMotif wxGLCanvas makefiles

1999-01-24 23:56 JS, revision 1465

Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples; some doc bug fixes

1999-01-24 23:31 VZ, revision 1464

1. wxLoad/SaveFileSelector return "wxString" instead of "char *" 2. WXDLLEXPORT was misplaced in a couple of places (hopefully my chanegs won't break compilation for other compilers) 3. Some VC++ warnings suppressed in socket code

1999-01-24 19:16 JS, revision 1463

Added some distribution helper files

1999-01-24 19:13 JS, revision 1462

Renamed .nt makefiles to .vc and factored them out; made DND sample compile

1999-01-24 15:23 JS, revision 1461

Removed print.cpp, added tokenizr.tex

1999-01-24 15:07 RR, revision 1460

Small doc corrections Removed wxFontDirectory Added move event to dialog and frame Cannot remeber the rest

1999-01-24 14:57 JS, revision 1459

Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs look OK on Motif now; got rid of some #ifdef wxUSE_... instances

1999-01-24 00:52 VZ, revision 1458

Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for default extension filter handling

1999-01-23 23:52 VZ, revision 1457

compilation fix for MSW

1999-01-23 23:50 VZ, revision 1456

1. registry files corresponding to the recent registry.h changes 2. badly famous wxRegConfig::DeleteAll() bug corrected

1999-01-23 17:58 GL, revision 1455

* Stream doc update.

1999-01-23 10:14 RR, revision 1454

wxGTK now chooses better font when no matching font family is found (and doesn't crash then)

1999-01-22 21:59 VZ, revision 1453

Rename() (partly) implemented for wxRegConf

1999-01-22 19:06 GL, revision 1452

* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be written, today or tomorrow)

1999-01-22 18:35 VZ, revision 1451

TestDestroy() is not const any more (warnings suppressed)

1999-01-22 18:08 RR, revision 1450

The Image sample now does anti-aliasing, oh well. Made internal use of OnIdle - er - internal. (I.e. it doesn't use EVT_IDLE anymore and thus cannot be overridden by users)

1999-01-22 16:21 VZ, revision 1449

wxThread POSIX implementation seems to work (under libc6 Linux at least)

1999-01-22 15:14 KB, revision 1448

Now uses dcps.h

1999-01-22 11:06 JS, revision 1447

Made wxGTK dcps.cpp generic.

1999-01-22 10:52 RR, revision 1446

iODBC v2.5

1999-01-21 19:02 RR, revision 1445

changed make_int, make_exp .. to wxmake_int.. fixed small listbox thing fixed layout probs of wxFrame small DnD updates small DialogEd optical correction small ODBC updates added wxListBox DClick Text in controls sample updated wxGTK.spec

1999-01-21 17:38 JS, revision 1444

Made EVT_SLIDER event happen always; some doc and wxProperty updates

1999-01-21 16:06 VZ, revision 1443

thread fixes (compiles, but doesn't work yet)

1999-01-21 12:47 VZ, revision 1442

wxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented

1999-01-21 12:35 VZ, revision 1441

common/mimetype.cpp added

1999-01-20 21:16 KB, revision 1440

Fixed orientation of radioboxes.

1999-01-20 19:55 VZ, revision 1439

compilation fix (wxFAIL() must have a ';')

1999-01-20 19:54 VZ, revision 1438

RenameEntry/Group() functions added to wxConfig and derivations (not yet implemented for wxIniCnfig and wxRegConfig)

1999-01-20 19:09 VZ, revision 1437

fixes to previous fixes for Sun's CC 5.0