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-13 09:52 GD, revision 9738

added spinctrl implementation

2001-04-12 22:45 DW, revision 9737

Filling out common controls now.

2001-04-12 22:29 VZ, revision 9736

focus fixes for toolbars and splitters

2001-04-12 22:05 VZ, revision 9735

another VC++ fix

2001-04-12 22:01 VZ, revision 9734

compilation fix

2001-04-12 21:59 VZ, revision 9733

conflicts resolved, typo fixed

2001-04-12 08:40 SC, revision 9732

corrected cw6 project files and other small problems

2001-04-12 08:34 SC, revision 9731

corrected cw6 project files and other small problems

2001-04-12 08:31 SC, revision 9730

corrected cw6 project files

2001-04-12 02:53 RD, revision 9729

Updated infoframe from Chris Fama

2001-04-11 22:21 VS, revision 9728

wxBitmap compilation fix for BCC enforced typecast in resource.cpp

2001-04-11 18:05 DW, revision 9727

DC updates and an associated .Def file update

2001-04-11 18:04 DW, revision 9726

DC updates

2001-04-11 18:04 VS, revision 9725

applied fix to fix BCC's wxBitmap ctor problem

2001-04-11 18:00 VS, revision 9724

added remark about wxMENU_TEAROFF being wxGTK only

2001-04-11 16:17 GT, revision 9723

Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that

2001-04-11 15:03 VZ, revision 9722

warning fix

2001-04-11 15:02 GT, revision 9721

Updated to reflect changes in the wxDb/wxDbTable classes

2001-04-11 14:37 GT, revision 9720

A couple more 'int' to UWORD conversions I had not merged into my previous checkin.

2001-04-11 14:20 GT, revision 9719

Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you want to help work on this Added some more test functions that have no GUI hook yet, but will be used in wxBase buidls eventually Fixed handling of checks for TableExists() and TablePrivileges() to use the (HOPEFULLY) now working functions. Better exception handling when the .CFG file does not exist Better reporting of database errors shown by example

2001-04-11 14:11 GT, revision 9718

Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 14:10 GT, revision 9717

All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 12:07 JS, revision 9716

More fixes

2001-04-11 06:32 GD, revision 9715

added destructor (correction for Mac OS X)

2001-04-11 06:18 GD, revision 9714

ifdef pi which is already defined by Mac OS X

2001-04-10 21:44 DW, revision 9713

New Module definition file for all the new image/bitmap/dc changes

2001-04-10 21:34 VZ, revision 9712

fixing compilation of wxFile (bug 415239)- I wonder how does it manage to compile at all???

2001-04-10 21:01 JS, revision 9711

Fixed some wxDragImage bugs

2001-04-10 20:52 RD, revision 9710

Updated the changelog

2001-04-10 20:52 RD, revision 9709

wxPython can now be built using the distutils that comes with Python 2.1

2001-04-10 20:47 VZ, revision 9708

oh horror, previously applied patch broke compilation - fixing

2001-04-10 20:38 VZ, revision 9707

more fixes for mingw32 compilation

2001-04-10 19:37 VZ, revision 9706

1. fixed wxCheckBox size calculation to be more MSW compatible 2. fixed assert failure in wxCheckBox OnActivate 3. fixed wxRadioBox button spacing

2001-04-10 16:55 VZ, revision 9705

removed wxYield() from wxBusyCursorSuspender

2001-04-10 15:04 JS, revision 9704

Corrections

2001-04-10 14:31 VZ, revision 9703

check that file was closed successfully in wxCopyFile (bug 414987 )

2001-04-10 13:46 JS, revision 9702

Removed misleading text from wxDragImage doc

2001-04-10 13:44 JS, revision 9701

Implemented Chuck Messenger's naming and simplification improvements, plus Move coordinate correction

2001-04-10 13:42 JS, revision 9700

Removed spurious wxCHECK which forgot about the possibility of ~wxScreenDC...

2001-04-10 12:44 JS, revision 9699

Ok() should be called on image, not bitmap

2001-04-10 10:43 GT, revision 9698

Added a param to ::Open() to allow the programmer to specify whether opening the table should check if table exists

2001-04-09 23:52 RL, revision 9697

modified rules yet again for alpha. It appears it's compiler likes to segfault just for fun when run under fakeroot, so move the -arch build phase back out of the binary target.

2001-04-09 21:25 RD, revision 9696

Added a mask to some of the images

2001-04-09 21:15 RD, revision 9695

Will raise the SystemExit exception now on wxGTK since wxGTK can not save XPM files. <grumble>

2001-04-09 21:14 RD, revision 9694

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 19:36 RD, revision 9693

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 18:53 GD, revision 9692
  • D /wxWidgets/trunk/src/mac/xpm/Imagexpm.c

removed case conflicting file

2001-04-09 17:16 RR, revision 9691

Added wxFileName::GetModificationTime() for Unix. Don't send events when constructing a text ctrl.

2001-04-09 15:37 VZ, revision 9690

mingw32 compilation fix

2001-04-09 13:25 VZ, revision 9689

fixed recursive mutexs compilation

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

2001-04-05 21:17 DW, revision 9663

New .def file for all the image/bitmap changes

2001-04-05 16:35 VS, revision 9662

fixed typos in wxBitmap::ConvertToImage

2001-04-05 15:18 JS, revision 9661

Applied Don Spear's patch

2001-04-05 12:15 GT, revision 9660

Fixes problem where maximized child windows still have a double border drawn around them

2001-04-04 23:25 VS, revision 9659

I moved platform specific code from wxImage to wxBitmap

2001-04-04 23:15 VS, revision 9658

I moved platform specific code from wxImage to wxBitmap

2001-04-04 23:14 VS, revision 9657

implemented wxMask::Create(bitmap, paletteEntry) for wxGTK

2001-04-04 02:57 VZ, revision 9656

memory leak in wxZlibOutputStream fixed

2001-04-03 22:44 DW, revision 9655

InvertMask fix

2001-04-03 16:57 SN, revision 9654

Fixed Bug #413014: Missing refresh after calling DeleteCols

2001-04-03 16:07 VZ, revision 9653

second part of Markus' BC++ fix

2001-04-02 23:02 VS, revision 9652

enabled palette code for wxGTK

2001-04-02 20:22 GD, revision 9651

backed out improper casts and corrected prototypes for Mac OS X

2001-04-02 19:32 VZ, revision 9650

merged wxLogDebug -> wxLogTrace change from 2.2 branch

2001-04-02 19:31 VZ, revision 9649

replaced an annoying wxLogDebug with wxLogTrace

2001-04-02 14:02 JS, revision 9648

Corrected some typos and quaint English

2001-04-02 13:44 DW, revision 9647

char* cast on wxString libname blows up VC and VA. added .x_str(). Should have been wxChar* cast???

2001-04-02 12:29 VZ, revision 9646

argh! patch misapplied the patch in another place as well, fixing this

2001-04-02 12:25 VZ, revision 9645

oops... wrong patch, second try

2001-04-02 12:23 VZ, revision 9644

fix for clicking on the button from 2.2 branch

2001-04-02 12:22 VZ, revision 9643

changed clicking on the item button to not select the item

2001-04-02 11:53 DW, revision 9642

Filling out wxDC

2001-04-02 07:33 RD, revision 9641

Fixed Tim's patch so it will compile when using a Python version < 2.0

2001-04-02 07:26 RD, revision 9640

A little tweak so the button sizes right

2001-04-02 07:26 RD, revision 9639

Added patch to wxPoint_LIST_helper from Tim Hochberg that should make it gobs faster in certain situations.