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

2001-08-06 22:50 VZ, revision 11315

changed wxControlContainer to avoid triggering tons of warnings from VC++ at warning level 4 ("'this' : used in base member initializer list" is really the stupidiest warning I've ever seen)

2001-08-06 22:40 VS, revision 11314

Unicodification of wxTextFile

2001-08-06 22:40 VS, revision 11313

Unicodification of wxTempFile

2001-08-06 22:39 VS, revision 11312

why was generic wxNativeFontInfo code disabled for wxMGL?

2001-08-06 22:38 VS, revision 11311

compilation fix

2001-08-06 21:06 RR, revision 11310

Applied patch for wxComboBox and wxListBox to prevent "hanging" in single selection mode. Also removed call to AddPendingEvent and changed wxLB_EXTENDED mode so that no changes to the listbox go unnoticed. I do wonder what the difference between multiple and extended list boxes actually are. Not suer what I changed in the other files.

2001-08-06 20:40 DW, revision 11309

Some Updates for latest CVS.

2001-08-06 19:49 VZ, revision 11308

use item colour when drawing the focused item if we don't highlight it

2001-08-06 19:29 VZ, revision 11307

don't draw the focused item rect around the image

2001-08-06 19:27 VZ, revision 11306

don't draw the selected item background if we don't have the focus

2001-08-06 19:12 VZ, revision 11305

don't draw the selected item background if we don't have the focus

2001-08-06 18:59 VZ, revision 11304

don't allow TABbing to wxHtmlWindow

2001-08-06 18:53 VZ, revision 11303

compilation fix

2001-08-06 15:57 SC, revision 11302

corrected mac src due to new api changes

2001-08-06 12:55 VZ, revision 11301

1. slightly changed how wxControlContainer is used 2. use it now for wxSplitterWindow too 3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)

2001-08-06 12:24 VZ, revision 11300

added another small test for wxTimeSpan::Format

2001-08-06 12:19 VZ, revision 11299

added wxUSE_SPLASH

2001-08-06 12:18 VZ, revision 11298

wxBase compilation fix

2001-08-06 12:13 VZ, revision 11297

added wxUSE_SPLASH

2001-08-06 12:12 VZ, revision 11296

fixed infinite recursion in SetFocus()

2001-08-06 11:58 VZ, revision 11295

regenerated to include src/common/containr.cpp

2001-08-06 11:58 VZ, revision 11294

bug in SetLastFocus corrected

2001-08-06 11:57 VZ, revision 11293

compilation fixes

2001-08-06 11:48 VZ, revision 11292

compilation fix (sorry)

2001-08-06 11:43 VZ, revision 11291

pragma fix for gcc