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-03-14 14:43 BJ, revision 6688

better dialog for Motif

2000-03-14 14:42 VZ, revision 6687

compilation fir for !WX_PRECOMP

2000-03-14 14:34 VZ, revision 6686

changed test -a into 2 tests

2000-03-14 14:07 DW, revision 6685

Tiff library icc for VisualAge 4.0

2000-03-14 14:06 RL, revision 6684

updated samples makefiles

2000-03-14 13:53 RR, revision 6683

Even more printfs in GSocket, Copmile fix for splitter.

2000-03-14 13:36 DW, revision 6682

Some changes to fix event processing

2000-03-14 12:33 KB, revision 6681

fixed arguments to "test"

2000-03-14 11:51 JS, revision 6680

Added/updated some BC++ makefiles

2000-03-14 11:33 VS, revision 6679

Czech message catalog is now up to date

2000-03-14 11:33 VS, revision 6678
  • D /wxWidgets/trunk/locale/cs.mo
  • D /wxWidgets/trunk/locale/cz.mo
  • D /wxWidgets/trunk/locale/cz.po

removed files that have nothing to do here (cz is alias for cs, .mo files for other languages are not here)

2000-03-14 11:25 JS, revision 6677

Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps); small changes

2000-03-14 09:56 GRG, revision 6676

Changed Socket() and SocketEvent() to Get... in the samples, also added a few more comments and output messages for easier understanding of what's going on inside wxSocket.

2000-03-14 09:32 GRG, revision 6675

Changed declaration of functions taking an empty arglist (which means no prototype in C, not (void) like in C++) to take (void) instead.

2000-03-14 09:02 JS, revision 6674

Added gsockmsw.c to VC++ project files

2000-03-14 09:00 JS, revision 6673

Added prototypes to eliminate BC++ warnings

2000-03-14 04:44 GRG, revision 6672

Added new file: gsockmsw.c

2000-03-14 04:43 GRG, revision 6671

Added gsockmsw which now contains all GUI-specific code for the MSW version of gsocket - a step towards wxBase

2000-03-14 04:41 GRG, revision 6670

src\unix\gsocket.c

2000-03-14 03:13 MT, revision 6669

remove HWND association when DestroyWindow

2000-03-14 01:05 GRG, revision 6668

Removed the PREEXTRALIBS hack - no longer needed

2000-03-14 01:00 GRG, revision 6667

A few unimportant changes

2000-03-14 00:47 VZ, revision 6666

1. demo of status bar at the top in statbar 2. kbd accels added to splitter

2000-03-14 00:45 VZ, revision 6665

1. status bar can now be positioned on top (and anywhere, in fact) 2. status bar without wxST_SIZEGRIP style won't have the size grip (wow) 3. scrollbars don't get the cursor of the main window any more 4. introduced wxSetCursorEvent and use it in wxSplitterWindow

2000-03-14 00:09 GRG, revision 6664

Added PREEXTRALIBS and .cxx rule