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-05-27 20:38 JS, revision 2586

Added some makefiles for caret, scroll and drawing samples.

1999-05-27 19:54 RR, revision 2585

Color cubes now get created on 8-bit true-color visual as well. (This exists). Added MakeModal() to wxFrame.

1999-05-27 18:08 RR, revision 2584

Corrected SetItemState() in listctrl Added test for this to scroll sample. Didn't find reason for strange positioning of progress dialog.

1999-05-27 15:37 RR, revision 2583

compile fixes. Vadim ows me a pizza.

1999-05-27 13:22 VZ, revision 2582

1. warning in wxDataObject fixed 2. wxProgressDialog got a new style flag and updated docs

1999-05-27 13:14 RR, revision 2581

Doc updates. Minor dc change.

1999-05-27 12:49 VZ, revision 2580

1. wxDataObject compilation fixes (can't test if it works right now, sorry) 2. wxProgressDialog ctor has "style" parameter 3. the controls samples now also demonstrates wxUpdateUI events and wxProgressDialog

1999-05-27 09:34 RR, revision 2579

Small cursor improvements

1999-05-26 22:39 VZ, revision 2578

wxPrivateDataObject works under MSW as well (hopefully it still does under GTK too)

1999-05-26 20:40 RR, revision 2577

Got a new idea to do cursors, including global ones and busy etc. Fixed an assert in UserScaler from PS code.

1999-05-26 17:17 GL, revision 2576

* Small fix in wxHTTP::BuildRequest * Introduced wxURL::ConvertToValidURI (to be implemented)

1999-05-26 12:39 VZ, revision 2575

validators now validate again

1999-05-26 10:17 RR, revision 2574

Made wxClientDC's use safe as per wxMSW.

1999-05-26 09:03 RR, revision 2573

wxScrolledWindow inherits from wxPanel to make tab travseral work. Work around for GTK scrolledwidget bug.

1999-05-25 23:51 BM, revision 2572

Cleaned up some warnings

1999-05-25 23:40 BM, revision 2571

Move some functions from header into here

1999-05-25 23:39 BM, revision 2570

Added dcbase.cpp

1999-05-25 23:38 BM, revision 2569

Move code to a dcbase.cpp

1999-05-25 23:27 BM, revision 2568

Fixed SetForeground and SetBackground declarations

1999-05-25 23:07 VZ, revision 2567

wxCaret MSW bug fixes

1999-05-25 19:59 RR, revision 2566

"Corrected" logical function in wxDC.

1999-05-25 18:02 VZ, revision 2565

caret.cpp included

1999-05-25 18:01 VZ, revision 2564

wxCaret now exists not only under MSW but on any supported platform as well

1999-05-25 17:14 GL, revision 2563

* wxThread fixes * wxStream fix (Read(wxStreamBase)) * wxEvent: GTK idle loop waking up was actually good, reenabled. * wxSocket: all features working on Linux/RH6 (including high-level protocols) Needs testing on other platforms now.

1999-05-25 13:38 VZ, revision 2562

1. wxNotifyEvent documented 2. wxNotebook event now derives from it under wxGTK too - fixing the PAGE_CHANGING event handling bug 3. the controls sample demonstrates PAGE_CHANGING in action