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-11-06 08:30 RD, revision 4387

wxPython stuff: 1. Added Clipboard and Drag-and-Drop classes 2. Added wxFontEnumerator 3. Many changes to wxMenu, wxMenubar 4. Various other changes and additions 5. Updates to the demo 6. Documentation updates

1999-11-06 08:03 RD, revision 4386

Fixed a misplaced } that was causing the wrong encoding to be enumerated

1999-11-06 08:01 RD, revision 4385

Stuff needed for the font sample to build with VC++

1999-11-06 08:00 RD, revision 4384

added a WXDLLEXPORT

1999-11-06 07:59 RD, revision 4383

added fontenum.cpp for MSW

1999-11-06 00:43 VZ, revision 4382

1. wxFontMapper seems to work for wxMSW 2. font functions moved into a separate file, duplicated code in font.cpp and fontdlg.cpp removed 3. wxCustomDataObject docs finished

1999-11-06 00:14 VS, revision 4381

fixed memory leak in wxFilesystemHandler

1999-11-06 00:13 VS, revision 4380

fixed some clipping related bugs in wxHTML priting

1999-11-05 22:09 DW, revision 4379

Change the const global wxDefaultValidator to a pointer for VisualAge

1999-11-05 19:36 VZ, revision 4378

wXMotif compilation fixes

1999-11-05 19:19 VZ, revision 4377

(start of) wxCustomDataObject docs

1999-11-05 19:03 VZ, revision 4376

1. wxFontMapper almost finished 2. font helper functions are now in separate files, not utilsunx.cpp

1999-11-05 18:47 RD, revision 4375

Incremented the version number used in the DLL filename to match version.h

1999-11-05 18:25 RR, revision 4374

This window positioning setting works on AfterStep and almost on KDE 1.0, so lets leave it here.

1999-11-05 17:04 KB, revision 4373

another operator needed for __alpha__

1999-11-05 15:54 RR, revision 4372

Added IsTopLevel() as a virtual function. Added fontenum.hto filelist.txt, Changed window positioning code again, some more related things.

1999-11-05 15:04 JS, revision 4371

Cleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning

1999-11-05 14:41 VZ, revision 4370

fontmap.h/cpp and fontutil.h/cpp added

1999-11-05 13:04 VZ, revision 4369

compilation fixes for GTK+ <= 1.2.3

1999-11-05 10:56 KB, revision 4368

fixed menu accelerators

1999-11-05 09:56 KB, revision 4367

added missing event.Skip(), now menus work properly

1999-11-05 09:16 SC, revision 4366

CW5.2 Pro Adaptions, wxMac starting to move in

1999-11-05 06:56 RD, revision 4365

Change a Popup menu from using a callback to using events. Can't test it right now but it compiles.

1999-11-04 20:43 JS, revision 4364

Retyping some lines in tfontenc.tex seemed to remove a strange WinHelp compile problem...

1999-11-04 20:40 VZ, revision 4363

1. wxFontMapper starts to materialise 2. wxFontEnumerator corrections: EnumerateFamilies => EnumerateFacenames

1999-11-04 20:04 JS, revision 4362

Some doc changes

1999-11-04 19:47 RR, revision 4361

Window placement changes. Pure guessing.

1999-11-04 18:20 VZ, revision 4360

wxUSE_RADIOBOX/SLIDER/SPINCTRL added

1999-11-04 17:49 RR, revision 4359

Minor doc updates.

1999-11-04 16:52 VZ, revision 4358

more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS determined by configure which avoids trying to build the samples which won't compile anyhow

1999-11-04 16:35 VS, revision 4357

2.2 release should happen in 1999, not 2000 :-)

1999-11-04 16:33 VZ, revision 4356

bug with object being passed through ... corrected

1999-11-04 15:59 VZ, revision 4355

compilation fixes

1999-11-04 15:49 VZ, revision 4354

compilation fix

1999-11-04 13:02 KB, revision 4353

modification to AXP hack

1999-11-04 09:43 KB, revision 4352

made new operator __alpha__ dependent

1999-11-04 09:27 KB, revision 4351

added operator[](unsigned int) const -- testing it now on Linux/axp, solaris, linux/i386

1999-11-04 02:39 VZ, revision 4350

1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added to the dnd sample and documented 2. wxLogTextCtrl gets status messages too (were just eaten) 3. wxWindow::Enable() goes down recursively 4. attempts at fixing wxButton::SetBackgroundColour() - didn't work :-(

1999-11-03 23:51 VZ, revision 4349

wxFontEnumerator docs

1999-11-03 22:40 VS, revision 4348

added frame icon for HTMLhelp frame

1999-11-03 22:39 VS, revision 4347

wxHTML now supports not only "&nbsp;"-like specials but "&nbsp " as well

1999-11-03 22:39 VS, revision 4346

saving customization now works fine

1999-11-03 18:09 GL, revision 4345

Added makefile.g95 Added some commentary in sndwin.cpp

1999-11-03 17:48 RR, revision 4344

Some menu things.

1999-11-03 15:55 RR, revision 4343

A bit more testing.

1999-11-03 15:53 KB, revision 4342

Added a border around dialogs. Has anyone got a better solution?

1999-11-03 15:33 VS, revision 4341

fixed rounding error problem in wxPostscriptDC::SetFont when DC's user scale was != 1 ; this fixes AFM problem with wxLayout

1999-11-03 15:32 VS, revision 4340

wxPostScriptDC::CanGetTextExtent now returns TRUE - bugfix

1999-11-03 14:24 RR, revision 4339

wxDialog now stays on top of its parent.

1999-11-03 12:59 KB, revision 4338

Improved tests for networks. Compiles. PLEASE TEST ON AS MANY PLATFORMS AS POSSIBLE! I can only test it on Linux, have no dialup running on Solaris, know nothing about other Unixes. If there's a problem: mailto:karsten@phy.hw.ac.uk