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

2001-08-09 22:39 VS, revision 11340

added std icons to wxMGL

2001-08-09 01:20 VZ, revision 11339

Define _GNU_SOURCE instead of _XOPEN_SOURCE (which breaks libtiff compilation)

2001-08-09 00:26 VZ, revision 11338

changed CPPFLAGS to CXXFLAGS

2001-08-08 23:59 VZ, revision 11337

fixed wxINSTALL_PREFIX setting

2001-08-08 23:46 VZ, revision 11336

moved wxINSTALL_PREFIX from CPPFLAGS to setup.h

2001-08-08 23:35 VZ, revision 11335

1. fixed test in configure for gettimeofday() argument 2. portability fixes in wxSingleInstanceChecer (use S_IRUSR, not S_IREAD)

2001-08-08 23:19 VS, revision 11334

fix for nbsp problem and minor parsing flow change

2001-08-08 23:18 VS, revision 11333

made some wxHtmlEntitiesParser's methods public -- turned out they are useful

2001-08-08 23:18 VS, revision 11332

updated wxTextFile docs; some typo corrections

2001-08-08 23:18 VS, revision 11331

wxEraseEvent docs corrections

2001-08-08 22:52 VZ, revision 11330

1. next attempt to fix RH 7.1 build 2. CPPFLAGS are the flags for cpp, not for c++ compiler!

2001-08-08 20:08 RR, revision 11329

Probably fixed listbox crashes.

2001-08-08 16:44 VZ, revision 11328

fixed errors in glibc test

2001-08-08 16:41 VZ, revision 11327

oops, last check in undone - there is a problem somewhere there...

2001-08-08 16:38 VZ, revision 11326

attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)

2001-08-08 10:59 JS, revision 11325

Corrected my typo

2001-08-08 06:43 JS, revision 11324

Added container class

2001-08-08 00:10 VZ, revision 11323

drastically reduced flicker in RefreshItems

2001-08-07 23:22 VS, revision 11322

merged wxMGL cursors from wxUniversal branch

2001-08-07 23:16 VS, revision 11321

native theme for wxMGL

2001-08-07 19:03 VZ, revision 11320

removed Robert's message box

2001-08-07 18:18 VZ, revision 11319

fixed unwanted owner data accesses in virtual list ctrl

2001-08-07 15:12 VZ, revision 11318

compilation fix

2001-08-07 06:54 SC, revision 11317

no message

2001-08-07 00:14 VZ, revision 11316

don't process enter as tab, there are many controls which want to process it themselves