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-05-25 18:34 VZ, revision 7488

fix for wxObjectArray::Clear()

2000-05-25 18:29 VZ, revision 7487

patch for bounding box initialization

2000-05-25 14:50 VZ, revision 7486

added missing wxDateSpan methods

2000-05-24 23:10 MT, revision 7485

Remove frame on a SetMenuBar(NULL)

2000-05-24 20:39 RD, revision 7484

SciLexer.h from Scintilla is used to get the constants used for all the lexical states, for setting styles.

2000-05-24 20:37 RD, revision 7483

note to specify the version of Scintilla in use

2000-05-24 20:35 VS, revision 7482

added wxToolTip documentation

2000-05-24 20:35 VS, revision 7481

documented Set/GetToolTip

2000-05-24 20:35 VS, revision 7480

updated wxListEvent documentation

2000-05-24 20:35 RD, revision 7479

workaround a bug in SWIG

2000-05-24 17:30 RD, revision 7478

Some PythonNotes

2000-05-24 14:57 RD, revision 7477

Added wxDateTime, wxTimeSpan, and wxDateSpan to wxPython.utils. Added wxCalendarCtrl. Other tweaks and fixes.

2000-05-24 09:08 JS, revision 7476

Some doc tidying

2000-05-24 04:25 RD, revision 7475

Added DYNAMIC_CLASS macros for wxCalendarEvent

2000-05-24 03:34 DW, revision 7474

Update module definition for wxOS2 VA 3.0

2000-05-24 00:56 RD, revision 7473

added some missing Scintilla constants for events.

2000-05-23 22:54 VZ, revision 7472

minor changes to the sample

2000-05-23 22:50 VZ, revision 7471

fixes for wxExecute with redirection

2000-05-23 21:09 VS, revision 7470

fixed parsing of HTML tags of the form <tagname\nproperties> + \t parsing

2000-05-23 21:00 DW, revision 7469

More accelerator work

2000-05-23 18:55 JS, revision 7468

Misc small mods for WIN16 and making HTB files

2000-05-23 13:14 JS, revision 7467

defs.h had been altered so only 3 MSW compilers were allowed for WXDLLEXPORT :-) false removed from dbtable.cpp. WS_CLIPCHILDREN/SIBLINGS added to glcanvas.cpp.

2000-05-23 12:16 JS, revision 7466

Motif fixes, distribution script fixes

2000-05-23 06:31 RD, revision 7465

Fixed "Substract" typo

2000-05-23 06:23 RD, revision 7464

Fixed "Substract" typo

2000-05-23 06:01 VZ, revision 7463

fix for crash in wxTreeCtrl::GetSelections() when the tree is empty

2000-05-22 21:23 DW, revision 7462

Some more accelerator fixes.

2000-05-22 18:05 RR, revision 7461

dnd event blocking switched off now.

2000-05-22 14:04 DW, revision 7460

removal of VA #ifdefs aournd delete operators and some additional support for accelerators

2000-05-22 14:03 DW, revision 7459

removal of VA #ifdefs aournd delete operators

2000-05-22 13:43 JS, revision 7458

Doc debugging

2000-05-22 13:10 VZ, revision 7457

another buglet in ParseDate() fixed

2000-05-22 12:53 VZ, revision 7456

better ParseDate() test

2000-05-22 12:35 VZ, revision 7455

several bug fixes in ParseDate()

2000-05-22 11:14 VZ, revision 7454

add -isystem for gcc on Solaris

2000-05-22 11:13 JS, revision 7453

Added bc_ide.txt as a tech note; updated readme; added CHM targets for makefiles

2000-05-22 08:28 JS, revision 7452

Fixed OnSize corruption problem

2000-05-22 02:43 RL, revision 7451

totally rehashed the build system to be much less monolithic, it's now possible to build subsets of the available packages and easier to add new packages in a much more modular fashion. updated for changes to wxPython.

2000-05-22 02:34 RL, revision 7450

made Robert's fix for wxBase too, and cleaned a couple of typos

2000-05-21 16:17 RR, revision 7449

setup.h now tests if wx-config is being used and changes the search path from wx/gtk/.. to wx/gtkd/.. when __WXDEBUG__ is defined.

2000-05-21 16:15 RR, revision 7448

wx-config now defines __USE_WXCONFIG__

2000-05-21 13:20 RR, revision 7447

Tried to fix problem with events being blocked in the drop *target* by the global block from the drop source.

2000-05-21 10:49 GT, revision 7446

Fixed problem where if a table had no insertable columns, construction of the insertion statemtent would fail, which then would cause unstable behavior at a later time. Now if Insert() is called and there are no insertable columns, insert will return a failure.

2000-05-21 10:45 GT, revision 7445

Cleaned up some unix compilation problems due to for loops declaring a variable in the for statement

2000-05-21 03:43 RL, revision 7444

don't bug out if no .mo files exist

2000-05-20 22:17 RL, revision 7443

updated PYTHON_DIST for new wxPython location. added INTL_DIST target for i18n files when --enable-intl is used. make install now installs any .mo files it finds in locale. bugfix for make install being a no op with static wxBase. libs built with __WXDEBUG__ can now be installed alongside libs built without. locale/Makefile now autodetects which languages are supported when make allpo is used and added allmo target.

2000-05-20 19:25 RD, revision 7442

More build/distrib updates

2000-05-20 18:56 RD, revision 7441

forgot this file in yesterday's STC checkin

2000-05-20 03:25 RD, revision 7440

New code from Scintilla and supporting code in STC. Styles can now have underlines, new indicator types, zoom-in and zoom-out methods.

2000-05-20 03:24 RD, revision 7439

New code from Scintilla and supporting code in STC. Styles can now have underlines, new indicator types, zoom-in and zoom-out methods.