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

1999-05-25 13:36 RR, revision 2561

windows emit wxCreateWindowEvent generic controls use wxINVERT for rubberbands etc wxXOR maps to GdkXOR etc

1999-05-25 13:23 JS, revision 2560

Reverted corrupt file (may not be in line with Vadim's changes)

1999-05-25 10:40 RR, revision 2559

Fixed a notebook crash and added more tests to sample. Corrected size behaviour of default button.

1999-05-25 09:02 JS, revision 2558

Small changes for VC++ 4.1, win16 compilation, etc.

1999-05-25 09:01 JS, revision 2557

Misc small changes

1999-05-24 23:53 RR, revision 2556

Made listctrl header BG grey again mapped XOR to GdkInvert and vice versa No more EVT_TEXT after SetValue()

1999-05-24 21:12 VZ, revision 2555

1. bug fixes in wxCaret 2. wxPoint now has += and -= 3. Validate() takes "wxWindow *" (and not wxWindowBase) again

1999-05-24 19:33 RR, revision 2554

Rewrote wxNotebook, incl. PAGE_CHANGING event and InsertPage and internal behaviour more like wxMSW. Leaves pixel junk sometimes...

1999-05-24 17:51 BV, revision 2553

Updated splitter docs to describe new wxSP_PERMIT_UNSPLIT style and wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED splitter event type.

1999-05-24 16:19 BV, revision 2552

Added always-unsplittable style option (wxSP_PERMIT_UNSPLIT) Added visual feedback on limits for sash-drag (Fix of previous broken behaviour: now unplits only if min pane size == 0 or if always-unsplittable style flag is used.)

1999-05-24 16:19 BV, revision 2551

Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.

1999-05-24 14:03 RR, revision 2550

Empty notebooks show up again. I'm afraid this might sometimes crash with GTK 1.2.0/1.

1999-05-24 12:05 GL, revision 2549

wxFileIn/OutputStream fix

1999-05-24 11:37 RR, revision 2548

Hardcode colours in systems settings.

1999-05-23 23:48 VZ, revision 2547

1. some minor but nasty bugs fixed (see post to the list) 2. new wxCaret class (MSW only so far)

1999-05-23 23:45 VZ, revision 2546

more MDI features tested

1999-05-23 23:43 VZ, revision 2545

corrected MSW-specific bug (in the sample, not the scrolling code)

1999-05-23 19:33 RR, revision 2544

Now wxYield() calls wxApp::ProcessIdle() which also entails that wxYield() will flush events that have been sent from other threads. I don't know what wxMSW does here, but I guess the same wouldn't be bad.

1999-05-23 18:54 RS, revision 2543

repaired recently broken framelayout

1999-05-23 18:37 RR, revision 2542

Compile fix for GTK 1.0 wxOleStream added

1999-05-23 16:09 GL, revision 2541

* wxSocket seems to work with the async requester turned off. Two things to fix: * async requester bug * GTK/GLIB idle loop wake up URL/HTTP/FTP/SocketServer/SocketClient seems to work (well, they work on my computer).

1999-05-22 15:13 RR, revision 2540

GTK 1.0 compilation (not tested) toolbars can now get inserted in the client area as well (as normal windows) Menu accels can be functions keys Made DialogEd work again (with wxGTK :-) )

1999-05-22 10:11 RR, revision 2539

Played a little with sockets.

1999-05-22 08:01 RR, revision 2538

Put wxGTK's threads back to life.

1999-05-22 03:01 NI, revision 2537

Improved keypress handling