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-06-06 22:00 VZ, revision 7538

1. fixed default dialog style to make them non resizeable again 2. fixed wxFrame::IsShown() which always returned TRUE before 3. wxWizard now calls TransferDataFromWindow() before calling wxWizardPage::GetNext() fixing an obvious bug 4. half-fixed fatal bug in wxDialog::ShowModal() which would crash if the top level app window was deleted while the modal dialog was shown

2000-06-06 15:42 JS, revision 7537

Changed the code that disabled __WXDEBUG__ to only disable global debug new.

2000-06-06 13:22 VZ, revision 7536

serious bug in wxListBase::DoCopy() fixed

2000-06-06 10:35 SN, revision 7535

More changes to SetCurrentCell.

2000-06-06 08:51 VZ, revision 7534

added 'Save...' button to the log dialog

2000-06-05 16:13 RR, revision 7533

Corrected gdk_draw_bitmap thing. Corrected wrong libGL.so dependence of libwx_gtk.so.

2000-06-05 13:15 JS, revision 7532

Added tech note

2000-06-05 10:24 VZ, revision 7531

added and documented trivial wxDC::GetBackgroundMode(), documented several other missing wxDC functions

2000-06-05 10:16 VZ, revision 7530

crash in OnChar() for empty list control fixed

2000-06-05 10:04 MB, revision 7529

Modified wxGrid::SetCurrentCell() to fix problem under wxMSW where the grid was spending time drawing cells outside the visible area.

2000-06-04 08:38 GL, revision 7528

wxMMedia doc updates wxMMedia compilation fixes OGL and STC makefile build fixes

2000-06-03 13:03 JS, revision 7527

Fixed doc error

2000-06-03 10:26 JS, revision 7526

Replaced C++Builder IDE tech note with up-to-date HTML file

2000-06-03 10:22 JS, revision 7525

Docs mods

2000-06-03 08:56 RR, revision 7524

Changed release date to 4th June, Made border around notebook sizer a bit bigger, you never know what people do with tabs.

2000-06-02 21:12 VZ, revision 7523

fixed some compilation warnings

2000-06-02 20:59 VZ, revision 7522

some warnings fixed for compilation of lib/dll with VC++ 6 in release mode

2000-06-02 17:01 RD, revision 7521

SWIGged code updates

2000-06-02 16:52 RD, revision 7520

updates to match C++ grid

2000-06-02 12:46 GRG, revision 7519

SIF_TRACKPOS didn't appear in mingw until 2.95.2, so I just #define it if it's missing.

2000-06-02 12:41 RD, revision 7518

fix bug where tooltip notifications could generate spin events

2000-06-02 01:50 RD, revision 7517

Removed automatic "Magic Event Methods" bindings Added explicit bindings where needed other assorted odds and ends

2000-06-01 08:21 JS, revision 7516

Doc fixes

2000-05-31 22:27 VZ, revision 7515

added possibility to view arbitrary images

2000-05-31 14:28 BJ, revision 7514

initialize insertable to TRUE in ctor

2000-05-30 20:44 VZ, revision 7513

translate window menu title in MDI parent frame

2000-05-30 19:41 VZ, revision 7512

wxStaticLine should now generate mouse messages

2000-05-30 13:08 SN, revision 7511

Changed wxGrid::Refresh to not do anything, modified EndBatch accordingly to still update the grid.

2000-05-29 19:09 RL, revision 7510

added debug versions of wxBase and wxGtk packages. made -contrib packages gtk-contrib since they, well.. are and it will make it simpler to add other ports.

2000-05-29 10:04 VZ, revision 7509

wxTHICK_FRAME the same as wxRESIZE_BORDER

2000-05-29 07:37 JS, revision 7508

Doc fixes

2000-05-28 22:09 VZ, revision 7507

corrected wxFile::Write() return type desc

2000-05-28 22:01 VZ, revision 7506

wxImageList::Create(width, height) added, as in wxMSW

2000-05-28 21:45 VZ, revision 7505

1. added missing const's to wxGrid::CalcXXX(wxRegion& r) fixing compilation 2. put frames with parent into wxTopLevelWindows too

2000-05-28 20:51 OK, revision 7504

Save registry string keys correctly in Unicode mode.

2000-05-28 14:16 SN, revision 7503

Fixed SetCurrentCell for Motif, removed SelectionToDEviceRect.

2000-05-28 12:42 SN, revision 7502

Fix for not using precompiled headers.

2000-05-28 08:35 RR, revision 7501

Made docs about wxTextCtrl::SetValue() precise wrt to modified state.

2000-05-28 08:35 RR, revision 7500

wxTextCtrl::SetValue() sets the controls state to unmodified.

2000-05-26 21:54 VZ, revision 7499

fix for stdin redirection

2000-05-26 15:19 VZ, revision 7498

no changes

2000-05-26 15:18 VZ, revision 7497

added and documented (and using in the sample) wxProcess::CloseOutput()

2000-05-26 12:15 VZ, revision 7496

added wxDC::ResetBoundingBox(), documented it and CalcBoundingBox() too

2000-05-26 11:18 BJ, revision 7495

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 11:13 BJ, revision 7494

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 10:35 VZ, revision 7493

fix warning about virtual function hiding

2000-05-26 10:30 VZ, revision 7492

remove Sun CC warning

2000-05-25 21:54 VZ, revision 7491

1. stderr redirection seems to work under Windows too (documented new wxProcess method too) 2. don't show the window of the (console) process in wxExecute if IO is redirected 3. implemented wxColourDialog::SetTitle 4. implemented wxGauge95::SetForeground/BackgroundColour()

2000-05-25 18:35 VZ, revision 7490

stdout redirection for Unix

2000-05-25 18:35 VZ, revision 7489

added APPEXTRA{C|CPP|CXX}FLAGS

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.