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

1999-07-24 00:26 VZ, revision 3112

compilation fixes

1999-07-24 00:14 VZ, revision 3111

wxTreeEvent is declared in one header, not 3 of them

1999-07-23 23:41 VZ, revision 3110

1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E') 2. compile fix for dcscreen.cpp 3. editing labels in place works in the tree ctrl and shown in the sample 4. sped up items deletion in the listview

1999-07-23 21:26 RD, revision 3109

Added a rule to the tmake templates so the makefiles know how to rebuild themselves (if you have tmake).

1999-07-23 21:08 VZ, revision 3108

disabled accelerators in wxMotif - they don't work anyhow, but break everything

1999-07-23 21:03 VZ, revision 3107

1. more wxMotif fixes 2. wxGetNumberFromUser added 3. more compilation fixes when compiling without sockets

1999-07-23 18:50 RR, revision 3106

Finished MingW32 makefiles More drawing tests and corrections Distrib things

1999-07-23 17:24 GL, revision 3105

Added GSocket motif (it compiles but I didn't tested it) Changed wxSockFlags type (switched to int)

1999-07-23 09:53 OK, revision 3104

Couple more Unicode fixes.

1999-07-23 09:52 OK, revision 3103

Unicode fixes

1999-07-23 09:51 OK, revision 3102

More _T() in asserts...

1999-07-23 09:49 OK, revision 3101

Add more _T() in asserts...

1999-07-23 09:48 OK, revision 3100

Use memcmp instead of that wxString hack

1999-07-23 09:48 KB, revision 3099

Fixed stupid new bugs :-(

1999-07-23 09:48 OK, revision 3098

Convert argv[] to Unicode

1999-07-23 09:43 OK, revision 3097

Someone need to make the clientdata be void* instead of this char* mess

1999-07-23 09:42 OK, revision 3096

Unicode fix

1999-07-23 09:41 OK, revision 3095

Couple of unicode fixes (the #if should be wxUSE_UNICODE, not wxUNICODE, and there's no sense in allocating a wxWX2MBbuf of len 200 then assigning a different buffer to it either)

1999-07-23 09:38 OK, revision 3094

Convert filenames unicode->ascii

1999-07-23 09:38 OK, revision 3093

Implementation of wxFopen, wxFreopen, wxStrftime

1999-07-23 09:36 OK, revision 3092

Add wxFopen, wxFreopen, wxStrftime

1999-07-23 09:36 OK, revision 3091

Let argv[] be wxChar**

1999-07-23 00:56 VZ, revision 3090

1. corrected "notebook selection handling" event handler to work 2. added a page for bitmapped controls tests

1999-07-23 00:53 VZ, revision 3089

1. frames respect update region (Tom Surace patch) 2. bitmap buttons don't lose bitmaps 3. attempt to reduce number of simultaneously default buttons in a panel

1999-07-22 23:39 VZ, revision 3088

1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample) 2. wxTE_RICH style added to wxMSW, the text controls don't use RICHEDIT class by default any more 3. wxRadioBox doesn't generate button events any more (grrr...) 4. commented out code in log.cpp restored and a bug corrected