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

2001-04-09 01:27 VZ, revision 9688

fixed obsolete comment

2001-04-09 01:22 VZ, revision 9687

1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code reorganized/removed 2. applied (slightly modified) wxEnhMetaFileSimpleDataObject patch

2001-04-09 01:06 RL, revision 9686

address typo

2001-04-09 00:10 VZ, revision 9685

applied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)

2001-04-08 23:53 VZ, revision 9684

applied patch 411059 (mingw win32 api version check)

2001-04-08 22:49 VZ, revision 9683

made mutexes recursive under Unix as well as under Win32

2001-04-08 22:32 VZ, revision 9682

restored previously removed inline

2001-04-08 21:13 RR, revision 9681

wxFFileOutputStream returned no error if opening didn't succeed. This qualifies as a vital bug.

2001-04-08 21:12 RR, revision 9680

Improvement for "show programmatically selected tree ctrl item" feature.

2001-04-08 01:29 VZ, revision 9679

1. wxTextCtrl::SetValue() scrolls single line text control to the beginning 2. wxTextCtrl::SetSelection() puts insertion point to the end of selection 3. wxComboBox selects the entire text after popping down the listbox 4. wxComboBox::GetSelection() works 5. wxRadioBox selects its first item if no explicit selection 6. wxComboBox respects wxCB_SORT 7. really bad problem with wxComboBox destruction fixed 8, fixed infinite loop in wxListBox::FindItem() for empty listbox 9. wxListBox::Clear() resets m_current - fixes a crash 10. limit max wxComboBox drop down height 11. wxPopupWindow now checks if there is enough space to popup above

2001-04-07 18:01 RL, revision 9678

reverted version number to 2.2.7 (regardless of what soname we want, the next release will be 2.2.7 not 2.2.0)

2001-04-07 16:14 RL, revision 9677

Ported forward changes to 2.2 packaging. Don't build/run tex2rtf for -arch builds. It segfaults on Alpha. Added extra (required) -dev package deps.

2001-04-07 16:12 RL, revision 9676

More fine tuning for Alpha. Fixed Debian rules (again) to not build/run tex2rtf which segfaults there. (so no docs for alpha unless built on another platform) Bandaged mmedia for size_t problem. Added some extra (required) deps to -dev packages.

2001-04-07 15:45 VZ, revision 9675

1. added PgUp/Dn handling in wxTextCtrl 2. fixed crash in wxScrollTimer::Notify() related to auto stopping

2001-04-07 14:57 GD, revision 9674

corrected prototypes

2001-04-07 14:44 GD, revision 9673

preliminary file list for Mac OS X compilation

2001-04-07 14:42 GD, revision 9672

correction for Mac OS X (wxEntry has a specific prototype for Mac?)

2001-04-07 14:41 GD, revision 9671

corrections for Mac OS X (dynamic link command, thread library, extra libraries, and name of built shared library)

2001-04-07 02:06 VZ, revision 9670

needed for the std icons

2001-04-07 02:03 VZ, revision 9669

notebook page added, utility functions for page creations moved into WidgetPage

2001-04-07 02:00 VZ, revision 9668

1. fixed many bugs related to DeleteAllPages(), i.e. code which didn't work in notebook with 0 pages 2. notebook now shows the parts of pages just as wxMSW one does and selecting a partially shown tab brings it fully into view 3. resizing keeps selected tab fully shown

2001-04-07 00:29 VZ, revision 9667

fixes bug 414369

2001-04-06 22:15 VS, revision 9666

wxImage::ConvertToMono wasn't const - fixed

2001-04-06 17:22 VZ, revision 9665

no changes, just resolved conflicts

2001-04-06 12:02 JS, revision 9664

Changed wxYield to wxYieldIfNeeded in PopupMenu, to avoid recursive wxYield assertions