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

2000-01-22 11:55 VS, revision 5588

fixed bug in reference to tnoneng.tex

2000-01-22 11:55 VS, revision 5587

added GNOME mimeinfo parsing & some fixes for non-XPM icons

2000-01-22 11:55 VS, revision 5586

added test for correctly created wxIcon

2000-01-22 11:54 VS, revision 5585

updated documentation about default type in wxImage ctor

2000-01-22 11:14 RR, revision 5584

Fixed wxListCtrl::GetNextItem() Fixed bug in handling wxLC_NO_HEADER, Moved logmessage stuff out of idle_recursion protection so that log dialogs get idle events

2000-01-22 01:45 VZ, revision 5583

1. added some test code (currently disabled) to controls 2. removed test code (oops...) from minimal

2000-01-22 01:44 VZ, revision 5582

I think I finally fixed activation behaviour under MSW - now focus is not given to random window after you switch to/from a frame

2000-01-21 22:58 VS, revision 5581

finished non-Eng overview

2000-01-21 22:56 VZ, revision 5580

warning fix

2000-01-21 22:21 DW, revision 5579

Adds mimietype.h to OS/2 port

2000-01-21 22:21 VZ, revision 5578

a new bitmap for the sample

2000-01-21 22:20 DW, revision 5577

Updates to fix EMX specific stuff that broke VisualAge specific stuff

2000-01-21 22:19 DW, revision 5576

Updates to fix an error that cropped up putting EMX stuff into gsocket and a new makefile for VA V3.0 to inldue new mime stuff and plot module

2000-01-21 22:18 DW, revision 5575

Fix to include the OS/2 version of mimetype.h, not unix

2000-01-21 22:17 DW, revision 5574
  • D /wxWidgets/trunk/src/wxCommon.icc
  • D /wxWidgets/trunk/src/wxGeneric.icc
  • D /wxWidgets/trunk/src/wxHTML.icc
  • D /wxWidgets/trunk/src/wxOS2.icc
  • M /wxWidgets/trunk/src/wxWin.icc

New VA config file for new plot and mimetype modules

2000-01-21 21:51 VZ, revision 5573

BC++ compilation fix

2000-01-21 21:40 VZ, revision 5572

tests for XPM images

2000-01-21 21:38 VZ, revision 5571

1. fixed (to test) the bug with bitmaps without masks in wxImageList 2. reorganized wxImageList a bit, created a new wxInvertMask() function 3. an incredibly ugly fix (?) for "unsatisfied constraints" warnings 4. added wxIcon and wxBitmap ctors from XPM 5. XPM handler now creates bitmaps with mask 6. added wxPrinterDC::BitBlt() and DrawBitmap(), cleared the horrible mess in the wxDC methods with the same names

2000-01-21 17:01 JS, revision 5570

Misc. Dialog Editor/resource bugs fixed

2000-01-21 10:52 BJ, revision 5569

new 'dynamic' SetColDefs fix

2000-01-21 09:14 BJ, revision 5568

adding search path for iodbc headers

2000-01-21 09:13 BJ, revision 5567

adding case sensitive link (/c) flag

2000-01-21 05:56 GRG, revision 5566

Some things added

2000-01-21 04:22 GRG, revision 5565

msgdlg.h missing - please try compiling without precompiled headers before commiting

2000-01-21 03:17 GRG, revision 5564

Some docs updated

2000-01-21 03:16 GRG, revision 5563

Socket sample: - Test 3 added to test large transfers involving multiple low level calls. - Stub for datagram socket tests (not yet in place) IPC sample: - Client no longer needs to use GetHostName for DDE and LocalHost for IPC; now it can just use GetHostName for both (because now the IPC server binds to INADDR_ANY instead of binding to localhost). - Fixed once again another warning about wxString objects that can't be passed through '...'

2000-01-21 03:12 GRG, revision 5562

GSocket: - Added lots of comments to both code and headers. - Restructured some parts of Unix version. Will try to merge with MSW soon and have a gsockcmn.c - Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode. - Fixed a potential (different) bug in the corresponding Unix version. - Now WaitConnection correctly fills out the peer address field. - Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY) - Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups sets the address to INADDR_NONE. wxSocket: - Added some safety checks to the wxPostEvent stuff. wxIPV4address: - Added a wxIPV4address::AnyAddress method. wxIPCConnection and co.: - Servers bind to INADDR_ANY, instead of binding to localhost.

2000-01-21 03:12 GRG, revision 5561

GSocket: - Added lots of comments to both code and headers. - Restructured some parts of Unix version. Will try to merge with MSW soon and have a gsockcmn.c - Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode. - Fixed a potential (different) bug in the corresponding Unix version. - Now WaitConnection correctly fills out the peer address field. - Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY) - Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups sets the address to INADDR_NONE. wxSocket: - Added some safety checks to the wxPostEvent stuff. wxIPV4address: - Added a wxIPV4address::AnyAddress method. wxIPCConnection and co.: - Servers binds to INADDR_ANY, instead of binding to localhost.

2000-01-21 03:10 GRG, revision 5560

GSocket: - Added lots of comments to both code and headers. - Restructured some parts of Unix version. Will try to merge with MSW soon and have a gsockcmn.c - Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode. - Fixed a potential (different) bug in the corresponding Unix version. - Now WaitConnection correctly fills out the peer address field. - Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY) - Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups sets the address to INADDR_NONE.

2000-01-21 02:31 VZ, revision 5559

1. some DDE tests in exec 2. per-page images test in wizard 3. wxLog dialog test in dialogs

2000-01-21 02:26 VZ, revision 5558

1. wxWizard supports setting images for each page, sample updated to show it 2. wxLogGui now uses a special dialog instead of a wxMsgBox 3. wxComboBox doesn't limit the text to its size under MSW 4. removed windows.h from dummy.cpp because I think it's unneeded

2000-01-20 23:07 VZ, revision 5557

restored windows.h

2000-01-20 22:57 VZ, revision 5556

oops... extra #endif removed

2000-01-20 22:49 VZ, revision 5555

'FAR redefined' warning fixed

2000-01-20 22:36 VZ, revision 5554

added test for _WIN32

2000-01-20 22:34 VZ, revision 5553

added wxMenuITemBase copy ctor decl apparently needed under FreeBSD

2000-01-20 18:09 RR, revision 5552

More life in wxPlot.

2000-01-20 15:21 GT, revision 5551

::bindInsertParams() was leaving some column bindings uninitialized if the column was set to insAllow=FALSE

2000-01-20 14:28 GT, revision 5550

Comment associated with wxODBC_FWD_ONLY_CURSORS modified

2000-01-20 14:16 GT, revision 5549

Commented out the #include of <windows.h> as it should not be needed any longer

2000-01-20 14:16 RR, revision 5548

A no-change for scroll events. Added y-axis to wxPlot.

2000-01-20 14:15 GT, revision 5547

Uses src/iodbc headers rather than windows headers to hopefully standardize across all platforms, and relieve dependency on <windows.h> Now allows reading of unknown data table structures to create wxTable instances without knowing the data dictionary ahead of time (see wxColInf() class and use) Ability to determine keys/foreign keys and read in those key definitions (see wxColFor() and wxDB::GetKeyFields() contributed by Mark Johnson) More support for mySQL, now handles columns with "non-standard" types (contributed by Bart Jourquin) SQLUnbind() was being called in some places which release ALL tables bound to the wxDB connection, not just the desired one To fix the SQLUnbind() problem, now temporary datasource connections use GetData() rather than binding columns to variables (see wxDB::Catalog()) wxDB::Catalog() now handles databases that support, and do not support passing a UserID to limit the scope of the catalog wxDB:TableExists() now handles databases that support, and do not support passing a UserID to limit the scope of existence check "const char *" now used in the appropriate places rather than "char *" GetDataSource() was not terminating the returned data source names with a '\0' wxTable::Open() now more gracefully handles tables not existing but trying to be opened with more detailed error messages wxTable::CreateTable() now handles return of SQL_SUCCESS_WITH_INFO as success (needed for some databases) Fixes to accomodate 64bit archtecture handling of some data types (may not be totally ready for 64bit, but closer now).

2000-01-20 14:00 GT, revision 5546

Uses src/iodbc headers rather than windows headers to hopefully standardize across all platforms, and relieve dependency on <windows.h> Now allows reading of unknown data table structures to create wxTable instances without knowing the data dictionary ahead of time (see wxColInf() class and use) Ability to determine keys/foreign keys and read in those key definitions (see wxColFor() and wxDB::GetKeyFields() contributed by Mark Johnson) More support for mySQL, now handles columns with "non-standard" types (contributed by Bart Jourquin) SQLUnbind() was being called in some places which release ALL tables bound to the wxDB connection, not just the desired one To fix the SQLUnbind() problem, now temporary datasource connections use GetData() rather than binding columns to variables (see wxDB::Catalog()) wxDB::Catalog() now handles databases that support, and do not support passing a UserID to limit the scope of the catalog wxDB:TableExists() now handles databases that support, and do not support passing a UserID to limit the scope of existence check "const char *" now used in the appropriate places rather than "char *" GetDataSource() was not terminating the returned data source names with a '\0' wxTable::Open() now more gracefully handles tables not existing but trying to be opened with more detailed error messages wxTable::CreateTable() now handles return of SQL_SUCCESS_WITH_INFO as success (needed for some databases) Fixes to accomodate 64bit archtecture handling of some data types (may not be totally ready for 64bit, but closer now).

2000-01-20 13:19 GT, revision 5545

Tweeked to use SQLHWND as a type rather than HWND, so that db/dbtable can use iodbc rather than #include <windows.h> and its overhead

2000-01-20 00:07 VZ, revision 5544

(run-time) fix for !wxUSE_IPC build

2000-01-19 23:53 VZ, revision 5543

XBM loading finally works (thanks Guillermo)

2000-01-19 23:07 VS, revision 5542

added link to Writing non-E apps

2000-01-19 23:07 VS, revision 5541

added Writing non-English applications

2000-01-19 23:07 VS, revision 5540

documented Charset= in hhp

2000-01-19 23:06 VS, revision 5539

rewritten to use wxTheMimeTypesManager