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

2000-01-16 00:31 VS, revision 5438

wxFileDialog's report/list view icons changed to some visually more different

2000-01-15 23:04 SN, revision 5437

SN: Added dir.cpp to OS/2 sources

2000-01-15 22:56 SN, revision 5436

SN: Added first try for dir.cpp. Since the version taken from unix-directory is POSIX-compliant, this might have a chance to work for VAC++ as well.

2000-01-15 22:54 SN, revision 5435

SN: Removed use of undefined refData

2000-01-15 22:36 VZ, revision 5434

1. fixed small bug with toolbar size updates 2. fixed bug with showing message box from wxApp::OnInit() 3. fixed crash on DDE client disconnection 4. fixed wxExecute() which was broken since quite some time (hidden window creation problems) and in wxShell()

2000-01-15 22:34 VZ, revision 5433

cleaned IPC samples a bit

2000-01-15 22:33 VZ, revision 5432

added test for text ctrls with the same id

2000-01-15 22:31 VZ, revision 5431

added demo for bitmaps of different size

2000-01-15 22:16 VZ, revision 5430

new sample - shows wxExecute

2000-01-15 21:48 GRG, revision 5429

No more pnghand.h

2000-01-15 21:48 GRG, revision 5428

Compile fix for mingw32

2000-01-15 21:45 GRG, revision 5427

Bug related to icon/bitmap conversion, fix by Mumit Khan

2000-01-15 21:36 GRG, revision 5426
  • D /wxWidgets/trunk/samples/html/about/Makefile.g95

renamed to makefile, instead of Makefile

2000-01-15 21:32 GRG, revision 5425

Fixes from Mumit Khan

2000-01-15 20:06 RR, revision 5424

Next try at avoiding too few or too many size events.

2000-01-15 16:40 VS, revision 5423

fixed my previous commit that broke help context/index parser :-(

2000-01-15 15:51 RR, revision 5422

Slightly better fix for resize problems.

2000-01-15 14:48 RR, revision 5421

Fixed resize behaviour under certain circumstances. Disabled GUI threading when using GTK < 1.2.4, better than crashing. Typos corrected.

2000-01-15 11:46 RR, revision 5420

Typos in docs. GetClientSize and related code now queries the size of the scrollbar instead of hard coding the values for the standard (no-theme) scrollbars.

2000-01-15 10:39 RR, revision 5419

black now denotes 0 on mono-bitmaps.

2000-01-15 10:20 JS, revision 5418

16-bit fixes

2000-01-15 01:52 VZ, revision 5417

drawing mono bitmaps now uses correct colours

2000-01-15 01:52 VZ, revision 5416

inversed wxImage for the mono bitmap

2000-01-15 00:17 VZ, revision 5415

use HWND in HandleCommand() to let buggy programs using duplicate ids for controls work

2000-01-14 23:08 SN, revision 5414

SN: Derive wxSpinButton from wxSpinButtonBase instead of wxControl.