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-13 07:16 MT, revision 3637

use global hwndTT

1999-09-13 07:16 MT, revision 3636

Add detachmenu

1999-09-13 07:15 MT, revision 3635

Add wxTE_AUTO_SCROLL

1999-09-13 07:15 MT, revision 3634

use a global hwndTT

1999-09-13 07:14 MT, revision 3633

add wxTE_AUTO_SCROLL

1999-09-13 07:13 MT, revision 3632

blit using icon mask

1999-09-13 07:13 MT, revision 3631

Add detachmenu, insert menu, replace menu.

1999-09-13 06:38 MT, revision 3630

Added callback to start in current directory

1999-09-13 05:31 RD, revision 3629

Allowed gsocket to compile when wxUSE_SOCKETS is 0

1999-09-13 05:30 RD, revision 3628

Makefile updates from new filelist.txt

1999-09-13 05:27 RD, revision 3627

Fixed some compile errors (MSVC++ 6) and some very strange link errors when building a DLL.

1999-09-13 05:25 RD, revision 3626

Added implicit rule for building .c files in msw directory (gsocket)

1999-09-13 05:24 RD, revision 3625

Allowed tbarsmpl to be built for win32 as it still has its uses.

1999-09-13 03:49 RD, revision 3624

Added WXDLLEXPORT's to the class definitions

1999-09-13 03:08 RD, revision 3623

Some OGl updates: uses wxINVERT instead of wxXOR a couple minor tweaks VC makefiles now use Debug and Release for object files depending on FINAL

1999-09-13 02:50 RD, revision 3622

Made wxNO_DEFAULT set the "no" button as the default, according to the docs

1999-09-12 18:49 HH, revision 3621

fixed typo (?)

1999-09-12 17:45 HH, revision 3620

New HTML help system. The old controller class has been split in three parts; basic data, a frame and a controller. Docs will appear shortly... All Makefiles should be correctly updated. To be sure, I put an #error pragma in the old files, which will be removed in a few days.

1999-09-12 11:19 GRG, revision 3619

fixed (didn't work at all)

1999-09-12 11:18 GRG, revision 3618

Added _GSocket_Configure()

1999-09-12 11:17 GRG, revision 3617

Fixed a bug when GSocket_SetCallback was used before allocating the internal socket

1999-09-11 20:30 GRG, revision 3616

little changes

1999-09-11 20:29 GRG, revision 3615

Prototypes for some _internal_ functions had to be changed (API remains the same)

1999-09-11 20:29 GRG, revision 3614

Added GSocket_Select() and removed some unused functions

1999-09-11 20:27 GRG, revision 3613

- Completed WaitOnAccept - Rewritten all the WaitXXX functions so that they do not depend on the event notification system. - Rewritten all the internal event system; now all events are internally monitorized, but users are notified only of these events they are interested in. This solves a lot of hard-to-catch little problems and bugs which could arise sometimes. - Rewritten all the automatic event notifier code. - Added callback management code, which had been forgotten (badly needed for wxTCPConnection in IPC classes) - Fixed wxSocketBase::Write(), which didn't honour the WAITALL flag. - Fixed some other bugs. - The code is now much more stable and robust than before (because the architecture is more robust, but it still needs testing).

1999-09-11 20:17 GRG, revision 3612

Added GSocket_Select()

1999-09-11 20:14 GRG, revision 3611

Added GSocket_Select() and fixed some things

1999-09-10 19:14 HH, revision 3610

sensible default...

1999-09-10 17:57 RD, revision 3609

Made wxNO_DEFAULT set the "no" button as the default, according to the docs

1999-09-10 06:25 RD, revision 3608

wxPython module for OGL added.

1999-09-10 06:23 RD, revision 3607

Some tweaks and updates

1999-09-10 06:23 RD, revision 3606

Better dependency checking

1999-09-10 06:11 RD, revision 3605

Put Get/Set/Push/PopEventHandler methods back in.

1999-09-10 06:05 RD, revision 3604

Lots more support for event-less callbacks Exported some symbols for the other modules to use etc.

1999-09-09 22:20 GRG, revision 3603

wxUSE_GIF instead of wxUSE_LIBGIF

1999-09-09 22:19 GRG, revision 3602

Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)

1999-09-09 22:16 GRG, revision 3601

small changes here and there

1999-09-09 22:14 GRG, revision 3600

wxUSE_GIF instead of wxUSE_LIBGIF

1999-09-09 22:12 GRG, revision 3599

*** empty log message ***

1999-09-09 22:08 GRG, revision 3598

Accept, AcceptWith -> wait parameter WaitOnAccept m_establishing member for correct WaitOnConnect

1999-09-09 22:03 GRG, revision 3597

Fixed WaitOnConnect(). Added wait parameter to Accept() and AcceptWith() Added WaitOnAccept() (incomplete) Added about a dozen or so small bugfixes here and there.

1999-09-09 22:01 GRG, revision 3596

Replaced wxUSE_LIBGIF with wxUSE_GIF

1999-09-09 21:58 GRG, revision 3595

Added #include "wx/setup.h" (or "wx/defs.h") before checking for wxUSE_*** Merged wxUSE_*** and wxUSE_STREAM (is this right?) Replaced wxUSE_LIBGIF with wxUSE_GIF everywhere

1999-09-09 21:24 DW, revision 3594

VisualAge C++ V4.0 configuration files

1999-09-09 21:22 DW, revision 3593

Latest OS/2 compiler bug fixes for common and generic

1999-09-09 19:16 GRG, revision 3592

Fixed some bus in Connect()

1999-09-09 13:41 KB, revision 3591

cosmetic fix

1999-09-09 12:25 GRG, revision 3590

Nothing serious here :-)

1999-09-09 11:22 JS, revision 3589

Small bug fix

1999-09-09 08:56 KB, revision 3588

no more errors in make clean

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

1999-09-05 03:31 MB, revision 3562

Modifed ShowModal() function so that you can have dialogs with yes, no and cancel buttons.

1999-09-03 10:54 HH, revision 3561

fixed crashing generic dir dialog.

1999-09-03 05:19 MB, revision 3560

Added statline, checklst and spinbutt file to wxMotif compilation.

1999-09-03 05:16 MB, revision 3559

Enabled wxStaticLine for wxMotif. Added checklst.cpp and spinbutt.cpp to Motif compilation.

1999-09-03 04:18 MB, revision 3558

Fixes for gcc 2.95 and AIX.

1999-09-02 19:11 GL, revision 3557

Added a test to wxSocket sample (client side socket event test)

1999-09-02 08:23 JS, revision 3556

SetMenuBar potential memory leak fixed; added wxTAB_TRAVERSAL as dummy (0) style for backward compatibility

1999-09-02 06:01 , revision 3555
  • A /wxWidgets/tags/wxPython-2_1b3
  • D /wxWidgets/tags/wxPython-2_1b3/.cvsignore
  • D /wxWidgets/tags/wxPython-2_1b3/autogen.sh
  • D /wxWidgets/tags/wxPython-2_1b3/BuildCVS.txt
  • D /wxWidgets/tags/wxPython-2_1b3/config.guess
  • D /wxWidgets/tags/wxPython-2_1b3/config.sub
  • D /wxWidgets/tags/wxPython-2_1b3/configure
  • D /wxWidgets/tags/wxPython-2_1b3/configure.in
  • D /wxWidgets/tags/wxPython-2_1b3/distrib
  • D /wxWidgets/tags/wxPython-2_1b3/docs
  • D /wxWidgets/tags/wxPython-2_1b3/include
  • D /wxWidgets/tags/wxPython-2_1b3/install-sh
  • D /wxWidgets/tags/wxPython-2_1b3/lib
  • D /wxWidgets/tags/wxPython-2_1b3/locale
  • D /wxWidgets/tags/wxPython-2_1b3/Makefile.in
  • D /wxWidgets/tags/wxPython-2_1b3/misc
  • D /wxWidgets/tags/wxPython-2_1b3/mkinstalldirs
  • D /wxWidgets/tags/wxPython-2_1b3/modules
  • D /wxWidgets/tags/wxPython-2_1b3/samples
  • D /wxWidgets/tags/wxPython-2_1b3/setup.h.in
  • D /wxWidgets/tags/wxPython-2_1b3/src
  • D /wxWidgets/tags/wxPython-2_1b3/tests
  • D /wxWidgets/tags/wxPython-2_1b3/user
  • D /wxWidgets/tags/wxPython-2_1b3/utils/dialoged
  • D /wxWidgets/tags/wxPython-2_1b3/utils/framelayout
  • D /wxWidgets/tags/wxPython-2_1b3/utils/glcanvas
  • D /wxWidgets/tags/wxPython-2_1b3/utils/HelpGen
  • D /wxWidgets/tags/wxPython-2_1b3/utils/HelpHTML
  • D /wxWidgets/tags/wxPython-2_1b3/utils/Makefile.in
  • D /wxWidgets/tags/wxPython-2_1b3/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-2_1b3/utils/nplugin
  • D /wxWidgets/tags/wxPython-2_1b3/utils/ogl
  • D /wxWidgets/tags/wxPython-2_1b3/utils/serialize
  • D /wxWidgets/tags/wxPython-2_1b3/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxMMedia2
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxOLE
  • R /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/modules/html
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/modules/html/Makefile.pre.in
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/modules/html/makefile.vc
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/modules/html/Setup.in
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxprop
  • D /wxWidgets/tags/wxPython-2_1b3/utils/wxtree
  • D /wxWidgets/tags/wxPython-2_1b3/wx-config.in
  • D /wxWidgets/tags/wxPython-2_1b3/wxGTK.spec
  • D /wxWidgets/tags/wxPython-2_1b3/wxMotif.spec
  • D /wxWidgets/tags/wxPython-2_1b3/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'wxPython-2_1b3'.

1999-09-02 06:01 RD, revision 3554

Prep for wxPython 2.1b3 release

1999-09-02 05:39 RD, revision 3553

updated version number for DLL name

1999-09-02 05:38 RD, revision 3552

fixed a clash in values for wxSlider styles

1999-09-02 05:36 RD, revision 3551

wxPython doc updates

1999-09-02 05:31 RD, revision 3550

Prep for wxPython 2.1b3 release

1999-09-01 20:58 RD, revision 3549

removed a test value left in by accident

1999-09-01 20:54 RD, revision 3548

Some build updates

1999-09-01 20:53 RD, revision 3547

Added sh-bang

1999-09-01 18:05 GL, revision 3546

Write 0 to m_lastcount in OnSysRead and OnSysWrite

1999-08-31 23:26 HH, revision 3545

change to make wxHtmlHelp more flexible; don't panic if an empty index or contents filename is given

1999-08-31 23:22 HH, revision 3544

added wxHtmlHelpController and -System wrappers. See README for some remarks

1999-08-31 23:18 HH, revision 3543

some changes to make wxHtmlHelpController easier to subclass

1999-08-31 20:05 VS, revision 3542

ScanParam has only one parameter now

1999-08-31 18:16 GL, revision 3541

Fixed wxZlibOutputStream::Sync

1999-08-31 12:03 JS, revision 3540

Added Set/GetSelection to wxPrintDialogData (the value of the Selection radio button); corrected bug in cursor.cpp (used wxIconRefData).

1999-08-31 05:36 MB, revision 3539

Fixes for scrolling in wxScrolledWindow

1999-08-31 03:45 MB, revision 3538

ifdef'd out call to dc.FloodFill() for WXMOTIF (not implemented).