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-09-08 22:13 GRG, revision 3587

Bugfix in GSocket_Cleanup() GSocket_Connect and GSocket_WaitConnection now detect EWOULDBLOCK errors and act accordingly (this is needed for correct wxSocket behaviour)

1999-09-08 12:39 JS, revision 3586

Fixed cursor loading on Win95

1999-09-08 08:29 JS, revision 3585

Added wxTE_NO_VSCROLL style; corrected joystick event class

1999-09-07 16:23 GRG, revision 3584

Little changes

1999-09-07 15:40 GRG, revision 3583

Added -lwsock32 (needed for socket support)

1999-09-07 15:37 GRG, revision 3582

Added gsocket.c for MSW

1999-09-07 15:34 GRG, revision 3581

wxSocketClient::Connect() now honours the 'wait' parameter.

1999-09-07 15:25 GRG, revision 3580

GSocket for MSW

1999-09-07 15:20 GRG, revision 3579

Header file for MSW GSocket

1999-09-07 08:22 JS, revision 3578

Corrected #include in gsockmot.cpp

1999-09-07 05:28 RS, revision 3577

Fixed include gsockunix.h line

1999-09-06 19:06 GL, revision 3576

Moved gsockunx.h from src/unix to include/wx/unix Added include/wx/unix/gsockunx.h to Makefile.in

1999-09-06 12:54 PA, revision 3575

Added documentation for wxMenuBar::Refresh()

1999-09-06 12:53 PA, revision 3574

Changed scope of wxMenuBar::Refresh() from protected to public.

1999-09-06 12:15 JS, revision 3573

Added missing constant

1999-09-06 12:12 JS, revision 3572

Changed value of wxGA_SMOOTH (clashed with wxVERTICAL)

1999-09-06 09:36 JS, revision 3571

Added wxFontEnumerator class for wxMSW, and fixed text validator for French decimal point (",").

1999-09-05 20:45 VZ, revision 3570

some fixes for VC++ 1.5 makefiles

1999-09-05 19:42 JS, revision 3569

Fixed some doc problems

1999-09-05 15:14 JS, revision 3568

Misc. 16-bit compilation fixes

1999-09-05 14:09 JS, revision 3567

Updating corrupt file

1999-09-05 10:23 GL, revision 3566

Updated wxSocket documentation Renamed GSOCK_TIMEOUT to GSOCK_TIMEDOUT Added wxURL::ConvertFromURI Use wxUSE_LIBGIF in imaggif.cpp and samples/html/test/test.cpp Full implementation of "timeout"s in gsocket.c Non-blocking WaitConnection()/Connect() are supported now.

1999-09-05 06:46 GL, revision 3565

Changed some more name in wxSocket (internal)

1999-09-05 06:33 MB, revision 3564
  • D /wxWidgets/trunk/configure

What is it doing here anyway ?

1999-09-05 05:51 GL, revision 3563

Added GSocket/wxSocket alias to socket.h to prevent us from using GSocket internal symbols Added G721 filter for Wave Fixed a bug in wxsocket sample