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