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

1998-09-07 22:04 RR, revision 711

Changed DnD MIME file type for file DnD. Understood?

1998-09-07 22:01 RR, revision 710

After resolving all conflicts that came down the telephone line: DialogEd is ready for general consumption now.

1998-09-07 21:53 JS, revision 709

Fixed wxCheckBox on wxGTK (SetLabel called before widget creation), wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

1998-09-07 18:04 RR, revision 708

Suppress warnings

1998-09-07 17:23 RR, revision 707

Added USE_CONFIG A little more DnD work wxDialog now inherits from wxPanel (recompile)

1998-09-07 15:38 VZ, revision 706

ok, now it _does_ compile

1998-09-07 15:32 VZ, revision 705

cvs incorrectly merged my last change somehow (there a\were 2 SetActiveTargets), corrected.

1998-09-07 14:44 RR, revision 704

wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT Added Checkbox::SetLabel

1998-09-07 12:29 RR, revision 703

Much more aggressive for intercepting events and (not) redirecting them to wxWindows or GTK All widgets work now in DialogEd

1998-09-07 09:27 JS, revision 702

Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample

1998-09-07 09:17 RR, revision 701

Tries unsuccesfully to cure a few more problems for DialogEd wxFileSelector now sets the title Todo is quite complete now

1998-09-07 09:01 VZ, revision 700

some clean up of the code

1998-09-07 08:59 VZ, revision 699

tab traversal now works better (using uninitialized variable was a bad idea :-)

1998-09-07 08:57 VZ, revision 698

added wxLogSysError() in wxExecute() if the command fails

1998-09-07 08:56 VZ, revision 697

wxGetHomeDir() added

1998-09-07 08:55 VZ, revision 696

wxRegConfig now works again

1998-09-07 08:54 VZ, revision 695

the notebook now has wxTAB_TRAVERSAL style

1998-09-07 08:53 VZ, revision 694

added support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)

1998-09-07 08:52 VZ, revision 693

"const" added to wxAceelTable ctor

1998-09-07 08:48 VZ, revision 692

wxRegConfig now works correctly again

1998-09-07 08:46 VZ, revision 691

"const" added to wxAccelTable ctor

1998-09-07 08:45 VZ, revision 690

const char *wxGetHomeDir(wxString*) added

1998-09-07 08:44 VZ, revision 689

minor change (using wxLogNull no doesn't flush the old messages)

1998-09-07 07:58 JS, revision 688

Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp for USE_SERIALL; included io.h for VC++ in socket.cpp

1998-09-06 20:27 RR, revision 687

Fillid in many more missing functions (such as Enable()) There are still things to fix when compiling sockets ..