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