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-02-08 21:31 RD, revision 5913

Fix in parse headers so it wouldn't always store an empty string for each header value.

2000-02-08 20:04 GRG, revision 5912

Life! version 2

2000-02-08 19:25 JS, revision 5911

ShowFullScreen (MSW) doc; projgen updates

2000-02-08 19:22 JS, revision 5910

Minor mods if any

2000-02-08 19:19 JS, revision 5909

Added ShowFullScreen call (MSW only)

2000-02-08 19:18 JS, revision 5908

VC++ project file updates; minor sashwindow/splitterwindow cursor mods

2000-02-08 19:17 JS, revision 5907

Misc. fixes for obscure compilers

2000-02-08 19:14 JS, revision 5906

Added ShowFullScreen

2000-02-08 19:06 VZ, revision 5905

don't use ROPs for drawing the text for wxMSW compatibility

2000-02-08 18:31 GRG, revision 5904

Changed the order in which events are checked, so that LOST events are ignored until there are no more events pending. This is because you can have data waiting to be read, for example, even when the peer has already closed the connection. This affects _Wait() and OnRequest().

2000-02-08 17:44 VZ, revision 5903

added checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS

2000-02-08 17:16 VZ, revision 5902

cache the result of socklen_t check

2000-02-08 16:28 VZ, revision 5901

HP-UX compilation errors

2000-02-08 11:06 BJ, revision 5900

add SQL_CATALOG and SQL_LOG filename variablesas extern

2000-02-08 11:06 BJ, revision 5899

add SQL_CATALOG and SQL_LOG filename variables

2000-02-08 04:33 MB, revision 5898

Fixed problem with label resize cursor not resetting

2000-02-08 02:09 GRG, revision 5897

M_PI is not ANSI

2000-02-08 01:08 VZ, revision 5896

1. wxWizard appears in the centre of the screen by default 2. the selected brush isn't damaged any more by DrawBitmap() 3. corrected confusion between current and bg brush in DrawBitmap() 4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c) 5. mem leak/crash in wxListCtrl on mode change fixed 6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

2000-02-08 01:07 VZ, revision 5895

1. more test code for drawing with ROPs/masks/bg brushes in drawing 2. wxListCtrl colour setting tests added

2000-02-07 23:26 GRG, revision 5894

Fixed transparency problem when masked area was not black

2000-02-07 20:47 SB, revision 5893

Add ctor with shared GLCanvas ( to be gtk compliant)

2000-02-07 17:33 VZ, revision 5892

fix for missing AC_SUBST(SAMPLES_SUBDIRS)

2000-02-07 17:28 VZ, revision 5891

many fixed for configure for Win32 - cross-compiling should work now

2000-02-07 16:53 VZ, revision 5890

wxLogFatalError() should abort now

2000-02-07 16:51 VZ, revision 5889

trying to fix memory leak in wxListCtrl (attributes not deleted)