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-10-25 17:22 VZ, revision 4187

1. moved fontenum.cpp to unix because implementation is common to X and GTK+ (had to add wxGetDisplay() to wxGTK) 2. implemented EnumerateEncodings() - now only if we could do something useful with this... 3. added makefile for the console sample

1999-10-25 16:55 RR, revision 4186

Mem leak in new accelerator code. Install things.

1999-10-25 16:41 VZ, revision 4185
  • D /wxWidgets/trunk/src/motif/fontenum.cpp

it now lives under unix

1999-10-25 15:51 VZ, revision 4184

1. small dnd compilation fixes (no attempt to make icon setting work though) 2. wxMenuItemBase appears 3. more key combinations handled by wxGTK for menu accels

1999-10-25 14:30 JS, revision 4183

Added wizard sample.

1999-10-25 14:28 JS, revision 4182

Added more compat. functions for wxGrid so grid sample compiles; fixed regtest compilation prob. (but still crashes on exit); fixed tab sample compile problem.

1999-10-25 14:27 JS, revision 4181

Changed #include file ordering so it compiles.

1999-10-25 14:24 JS, revision 4180

Added further makefiles for wizard sample

1999-10-25 13:46 JS, revision 4179

Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize; generate newgrid VC++ project files

1999-10-25 13:17 MB, revision 4178

Fix for incomplete initial display sometimes with wxMSW

1999-10-25 12:54 KB, revision 4177

bug fix for disable auto poll

1999-10-25 11:30 VZ, revision 4176

setup.h moved (and not copied) to the correct location by configure

1999-10-25 08:18 JS, revision 4175

Added mysteriously-missing #endif

1999-10-25 07:41 VZ, revision 4174

BC++ 16bit makefile fixes (obj isn't replaced with suffix in filenames)

1999-10-25 07:37 VZ, revision 4173

VC++ 1.5 makefile fixes (lib split, C objs)

1999-10-25 07:22 VZ, revision 4172

Symantec makefile fixes (for OLE files)

1999-10-25 07:19 VZ, revision 4171

Watcom makefile fixes

1999-10-25 06:33 VZ, revision 4170

/usr/include fix

1999-10-25 04:05 DW, revision 4169

*** empty log message ***

1999-10-25 02:41 DW, revision 4168

*** empty log message ***

1999-10-24 20:42 OK, revision 4167

Changed wxGetSingleChoiceData() to take void* client data pointers instead of char*

1999-10-24 19:50 JS, revision 4166

Fixes for 16-bit compilation

1999-10-24 19:34 VZ, revision 4165

wxDropSource now has 3 custom cursors for copy/move/nothing

1999-10-24 19:09 RR, revision 4164

wxFrame::Set/GetClientSize() uses toolbar area again, wxWindow no longer reroutes mouse events to invisble windows, Compile fix.

1999-10-24 18:32 KB, revision 4163

uncommented ping method