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-11-24 08:27 joukj, revision 8788

Committing in . Modified Files: wxWindows/src/gtk/app.cpp Someone included VMS-stuff that I removed several month ago because it was not working. Now it not even compiled!!!! ----------------------------------------------------------------------

2000-11-24 04:22 vadz, revision 8787

linking fix

2000-11-23 21:46 roebling, revision 8786

Updated afm files as per stable branch.

2000-11-23 21:44 roebling, revision 8785

Don't call busy cursor when creating a message dialog - it takes longer to set the cursor than to create the dialog under GTK.

2000-11-23 21:42 roebling, revision 8784

Ported DrawPolygone fix and new PS font name matching from stable branch.

2000-11-23 21:41 roebling, revision 8783

Ported new double idle handlers for pending events processing from stable branch.

2000-11-23 21:40 roebling, revision 8782

Upported wxListBox key handling and SetFirstItem() from stable branch. Removed Vadim's code since I think mine handles all cases correctly.

2000-11-23 21:38 roebling, revision 8781

Busy cursor don't need wxYield(), SendIdleEvents() is enough and safe.

2000-11-23 21:37 roebling, revision 8780

No longer show "hidden" dir in dir dlg.

2000-11-23 21:36 roebling, revision 8779

Removed busy cursor from message box.

2000-11-23 20:33 juliansmart, revision 8778

Some mods

2000-11-23 19:45 vadz, revision 8777

more fixes to stream code: allow deriving from wxStreamBuffer and using custom buffers with wxBufferedInput/OutputStream

2000-11-23 19:07 juliansmart, revision 8776

Clarified some things for Mingw32 compilation.

2000-11-23 16:26 vadz, revision 8775

compilation fixes for wxMemoryStreams

2000-11-23 14:39 georgetasker, revision 8774

Corrections and additions to the wxODBC docs

2000-11-23 13:27 georgetasker, revision 8773

Lots more memory/resource leak fixes. There are still more, but this solves about 75% of them. These fixes also speed up tex2rtf greatly. I can now build all the RTF version of the wxWindows manual in under 30 seconds, when before it took around 90 seconds. Curley Brace matching is turned back on again. I cannot find any places where it does not work. If you find one, let me know

2000-11-23 04:34 vadz, revision 8772

fixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any more

2000-11-22 11:45 georgetasker, revision 8771

Fixed missing Curley Brace

2000-11-22 06:07 dwebster, revision 8770

Update OS/2 Frame WM_PAINT processing

2000-11-22 00:28 georgetasker, revision 8769

Fixed double deletion of a dialog in the effect of a failed connection to the datasource Fixed call to TablePrivileges() in a commented out piece of code to use the correct parameters, in case someone uses it for an example

2000-11-22 00:19 georgetasker, revision 8768

Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different data types required values Added Interbase database support based on contributions from Roger Gammans Enabled the wxDb::TablePrivileges() function for v2.3/2.4 Fixed a bunch of problems with wxDb::TablePrivileges() not working correctly with all databases. Added the ability to pass in a SCHEMA to wxDbTablePrivileges() that greatly improves the speed of the privileges lookup.

2000-11-22 00:18 georgetasker, revision 8767

Added what I think is full support for Null column values in the tables, partially based on submissions by Roger Gammans Added a parameters to wxDbTable::Open() to indicate whether Open() should check for table privileges or not. wxDbTable::ClearMemberVar() added to set a single column to an initialized value ::ClearMemberVar() and ::ClearMemberVars() can now optionally set a column to be NULL via ::SetColNull() ::SetColNull() added as the primary function name for setting a column to be a NULL value, and ::SetNull() is deprecated ::SetColNull() now has a param to select whether a columns value is NULL or not. ::SetColNull() will now clear the column value in memory when setting the column to be NULL.

2000-11-21 18:01 vadz, revision 8766

fixed wxTextCtrl::GetValue() bug for empty richedit ctrls (Marvin Aviles)

2000-11-21 17:22 vadz, revision 8765

fixed bug with Broadcast() not waking up all threads (Pieter van der Meulen)

2000-11-21 03:44 robind, revision 8764

New typemaps for wxString when compiling for Python 2.0 and beyond that allow Unicode objects to be passed as well as String objects. If a Unicode object is passed PyString_AsStringAndSize is used to convert it to a wxString using the default encoding. Fixed the generic buttons so tool tips work for them. Fixed a bug in the demo's tree control. Added a listbox to the listbox demo that shows how to find items with a patching prefix as keys are typed. Added code to the wxListCtrl demo to show how to get text from a column in report mode. Added code to the toolbar demo to clear the long help from the status bar after 2 seconds. Added wxJoystick. Fixed wxTimer so it can be used as described in the docs, either with a Notify method in a subclass, or sending an event to a wxEvtHandler object, (usually a window.) Added wxNotifyEvent.Allow()

2000-11-20 17:31 georgetasker, revision 8763

Added From(), OrderBy() and Where() functions that correspons to the Set/GetWhereClause(), Set/GetOrderByClause() and Set/GetFromClause() functions. Changed signature of wxDbTable constructor to have the default value of tblPath be "" instead of NULL which prevents crashes in the logging code if the constructor initialization fails for some reason.

2000-11-20 17:25 georgetasker, revision 8762

SQL Server and (preliminary) DB2 support added Fixed some potentially uninitialized variables

2000-11-20 17:23 georgetasker, revision 8761

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function Added wxDb copy constructors and wxDbGetConnection() copy constructors which are able to copy the typing definitions of data types retrieved from the source wxDb instance to the new data connection instance to avoid the network/database overhead of querying the datasource for its data types once they are already known once. SQL Server and (preliminary) DB2 support added If compiling with Visual C++, the wxDbCreateDataSource() can now be enabled

2000-11-20 17:17 georgetasker, revision 8760

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function

2000-11-20 15:14 georgetasker, revision 8759

Fixed the wxDirExists() function so that if asked about the root directory of a drive (i.e. "d:\") or a UNC directory, WIN32 apps will correctly report whether the dir exists

2000-11-20 15:13 dwebster, revision 8758

Another DC fix.

2000-11-20 14:09 dwebster, revision 8757

Fix and errant commented out line of code in DoGetPixel.

2000-11-20 05:18 dwebster, revision 8756

More OS/2 Updates

2000-11-20 01:16 vadz, revision 8755

1. more work on line wrap - mostly works now 2. small fixes to wxStaticText (best size calc) and to check box

2000-11-19 16:42 juliansmart, revision 8754

Removed #if wxUSE_TREECTRL (not in setup0.h, and not applied consistently)

2000-11-19 00:32 dwebster, revision 8753

New module def for OS/2

2000-11-19 00:25 dwebster, revision 8752

Window proc processing updates

2000-11-18 19:49 vadz, revision 8751

more work on wxTextCtrl with line wrapping: drawing/scrolling seems to work, refresh still doesn't

2000-11-18 14:46 vaclavslavik, revision 8750

added wxCursor ctor for creation from bits array

2000-11-17 17:03 robind, revision 8749

Fixed stupid cut-and-paste error

2000-11-17 09:06 juliansmart, revision 8748

Updated info on handlers

2000-11-17 06:02 dwebster, revision 8747

New, reworked frame class for wxOS2 and more drawing routines in wxDC

2000-11-17 06:01 dwebster, revision 8746

New, reworked frame class for wxOS2

2000-11-16 13:48 vadz, revision 8745

added an entry for Italian

2000-11-16 13:47 vadz, revision 8744

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:38 vadz, revision 8743

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:21 vadz, revision 8742

updates from Mattia Barbon <mbarbon@dsi.unive.it>

2000-11-15 22:57 vaclavslavik, revision 8741

applied Brian's patch

2000-11-15 16:54 dwebster, revision 8740

For some reason VA needs a default ctor for wxHtmlHelpTreeItemData for helpfrm to compile under VA 4.0

2000-11-15 16:52 dwebster, revision 8739

Need to define wxArrayGenericTreeItems as WX_DEFINE_WXPORTED_ARRAY instead of just WX_DEFINE_ARRAY to prevent msw .dll builds from complaining.