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

2002-08-20 22:33 VZ, revision 16640

test new wxProcess::IsInputAvailable/Opened functions

2002-08-20 22:33 VZ, revision 16639

added and documented wxProcess::Is{Input|Error}Available() and IsInputOpened

2002-08-20 22:32 VZ, revision 16638

fixes for wxExecute() with IO redirection: wxStreamTempInputBuffer is now used under MSW as well

2002-08-20 22:28 VS, revision 16637

1. minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context 2. fixed 'platform' property handling

2002-08-20 22:27 VS, revision 16636

yet another variation on the same theme: wxMAKE_ART_ID_FROM_STR

2002-08-20 22:27 VS, revision 16635

minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context

2002-08-20 19:12 VZ, revision 16634

removed a few already implemented entries, added 3-satte checkbox

2002-08-20 18:38 JS, revision 16633

OpenGL off by default on Mac, correct scripts to copy setup0.h

2002-08-20 18:37 SC, revision 16632
  • D /wxWidgets/trunk/samples/minimal/MinimalM6.mcp
  • D /wxWidgets/trunk/samples/minimal/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac7.mcp

not necessary anymore

2002-08-20 17:16 JS, revision 16631

Fixed compilo (default arg) in joystick constructor

2002-08-20 17:16 JS, revision 16630

Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW Proposed fixes for the wxWindows joystick code under MSW. Some of these would be valid for other platforms, too. Events for buttons are named wrong, docs say different. Docs say EVT_JOY_BUTTON_DOWN and EVT_JOY_BUTTON_UP, but the code says EVT_JOY_DOWN and EVT_JOY_UP. I suggest changing the code to match the docs. wxJoystick::GetNumberJoysticks() should be a static member function. Having to create a joystick object to see if there are joysticks is silly. Docs for GetNumberJoysticks() must be changed; it returns the number of potentially connected joysticks, not the number of actually connected. Alternatively, GetNumberJoysticks() and others must be rewritten to conform with documentation, including remapping of wxWindows sequential joystick ID's to match MSW non-sequential joystick ID's. dwSize is not set when joyGetPosEx() is called. SEVERE ERROR. Error return value from functions should not be a legal return, for instance, wxJoystick::GetPOVCTSPosition() returns 0 for error, but this is a legal return value. GetButtonState() supports only four (out of 32) buttons. Also, should return as bitmap (LSB = button 1). (Win32 does this, although not documented as such).

2002-08-20 16:57 JS, revision 16629

Applied patch 548046: wxDebugAlloc & wxDebugFree thread safe

2002-08-20 15:48 RR, revision 16628

Added scrolling of widgets to GTK 2.0. Removied obsolete ifdef from toolbar code. Updated readme.

2002-08-20 15:44 RR, revision 16627

Implemented Maximize() etc for GTK 2.0.

2002-08-20 15:09 VZ, revision 16626

rewrote wxString::To/FromAscii() to fix a few small problems

2002-08-20 15:07 VZ, revision 16625

added tests for wxString::To/FromAscii

2002-08-20 15:07 VZ, revision 16624

don't initialize m_str twice in wxCharBuffer ctor

2002-08-20 14:56 VZ, revision 16623

fixed Unicode wxBase config in VC6 project files, there was an extra quote which was completely confusing the compiler

2002-08-20 14:29 VZ, revision 16622

added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS flag to wxFileConfig (patch 591381)

2002-08-20 14:15 VZ, revision 16621

fixed error message when long options are disabled (patch 597771)

2002-08-20 14:11 JS, revision 16620

Added brief instructions for compiling wxMSW with configure

2002-08-20 13:47 VZ, revision 16619

fix compilation when !wxUSE_INTL (patch 547073)

2002-08-20 13:41 VZ, revision 16618

added mentions of internat sample

2002-08-20 13:28 VZ, revision 16617

fixed m_relative initialization in wxFileName default ctor and Clear() (patch 597736)

2002-08-20 13:25 VZ, revision 16616

updated mutex and semaphore docs to reflect the new API (patch 593994)