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

1999-12-06 12:31 VZ, revision 4837

wxThread::GetCPUCount() and SetConcurrency() added and documented

1999-12-06 12:12 JS, revision 4836

Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox works in Dialog Editor again. Compile error in Dialog Editor fixed.

1999-12-06 10:43 VZ, revision 4835

generic wxListCtrl colour/font setting

1999-12-06 09:51 VZ, revision 4834

Added DrawRotatedText

1999-12-06 09:35 VZ, revision 4833

Rotated text patch from Hans-Joachim Baader (with some corrections)

1999-12-06 05:01 DW, revision 4832

some os/2 icon-bitmap fixes

1999-12-05 21:23 DW, revision 4831

bitmap and image updates

1999-12-05 19:38 VS, revision 4830

added bookmarks support (strange thing : red color in wbkdel.bmp is somehow misinterpreted by either wxBitmap or win32 libs and is not displayed correctly :-((

1999-12-05 19:36 VS, revision 4829

added bookmarks support

1999-12-05 19:32 VS, revision 4828

fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)

1999-12-05 19:31 VS, revision 4827

fixed incorrect rendering of tables with cellspacing and cellpadding and colspan/rowspan

1999-12-05 19:30 VS, revision 4826

[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button control (m_item was no defined, rather then being set to NULL)

1999-12-05 10:07 JS, revision 4825

wxChoice/wxComboBox background colour change (to get back to where we were); and .dsp file updates

1999-12-05 00:20 VZ, revision 4824

wxListCtrl custom drawing seems to work

1999-12-04 22:57 VZ, revision 4823

compilation fixes for the wxListItemAttr

1999-12-04 22:34 VZ, revision 4822

1. wxGetOsDescription() function added 2. wxApp::GetComCtlVersion() slightly updated 3. wxToolBar::AddControl() should work on all systems, DeleteTool() added 4. wxListCtrl custom draw changes (custom colours/fonts)

1999-12-04 16:40 RR, revision 4821

Change to wxMenuBar::Remove(), "make dist" knows about src/tiff now, configure has a new shared library thing which Debian seems to require.

1999-12-04 14:51 VZ, revision 4820

EMX compilation fix

1999-12-04 14:43 VZ, revision 4819

new wxMenu(Bar) dynamic menu(bar) management functions documented

1999-12-04 14:10 VZ, revision 4818

wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected (inserting an item at pos == GetCount() should be the same as appending and not an error)

1999-12-04 13:43 VZ, revision 4817

wxMenuBar::Insert() seems to work!

1999-12-04 13:28 RR, revision 4816

Documented wxStopWatch and wxToolBar::AddControl().

1999-12-04 12:14 VZ, revision 4815

debug check for infinite loop in InitializeClasses() added

1999-12-04 11:56 RR, revision 4814

Two missing #includes in image code. Corrected item coloring in wxListCtrl report mode (incl sample).

1999-12-04 10:37 RR, revision 4813

String changes for translations, Made wxBitmap derive from wxGDIObject, Removed #ifdefs around destrctors for GDI lists (wxBrushList etc), Created wxEVT_COMMAND_SPINCTRL_UPDATE with obvious usage.

1999-12-03 22:23 DW, revision 4812

Bitmap coding

1999-12-03 21:27 VZ, revision 4811

wxDateTime...

1999-12-03 21:27 VZ, revision 4810

test for timegm() added

1999-12-03 19:37 RD, revision 4809

code cleanup

1999-12-03 19:36 RD, revision 4808

Testing wxListBox.Delete

1999-12-03 19:36 RD, revision 4807

Split out the changelog

1999-12-03 15:17 SC, revision 4806

wxMSW update for CW, wxMac updated

1999-12-03 15:11 SC, revision 4805

wxMSW update for CW, wxMac updated

1999-12-03 14:50 VZ, revision 4804

fixes for icon-inherits-from-bitmap mode

1999-12-03 14:49 SC, revision 4803

wxMSW update for CW, wxMac updated

1999-12-03 14:40 SC, revision 4802

wxMSW update for CW, wxMac updated

1999-12-03 14:30 SC, revision 4801

wxMSW update for CW, wxMac updated

1999-12-03 05:03 DW, revision 4800

bitmap and image updates

1999-12-02 23:32 DW, revision 4799

Catching up to latest thread changes

1999-12-02 17:59 VZ, revision 4798

more threds fixes, more threads tests - seems to work ok for non GUI case

1999-12-02 16:52 VZ, revision 4797

a small compilation fix

1999-12-02 16:52 VZ, revision 4796

a small compilation fix

1999-12-02 16:32 VZ, revision 4795

wxUSE_CONFIG_NATIVE fix

1999-12-02 14:47 VZ, revision 4794

mingw32 compilation fixes

1999-12-02 01:01 VZ, revision 4793

even more wxDateTime work (completely broken for now, but support for the full date range almost finished)

1999-12-01 22:29 VS, revision 4792

cosmetic changes in help browser settings dlg; fixed problem with Borland C++

1999-12-01 22:15 VZ, revision 4791

1. more wxDateTime work 2. some thread corrections (not fixing the deadlock with Delete() :-( )

1999-12-01 22:07 VZ, revision 4790

sorting test added

1999-12-01 18:16 KB, revision 4789

fixed process termination handling

1999-12-01 18:05 KB, revision 4788

rtf cut&paste works now, html export fixed

1999-12-01 16:59 RR, revision 4787

Typos in sizer docs.

1999-12-01 15:34 RR, revision 4786

Disabling PNG, TIFF and JPEG works now.

1999-12-01 15:23 VZ, revision 4785

1. wxMotif::wxFrame derives from wxFrameBase now 2. wxFrame::GetClientAreaOrigin() made common to all ports and documented

1999-12-01 14:08 RR, revision 4784

Applied patch for multiple file selection, documented. Fixed some compilation warnings, Minor change to OpenGL code. Documented wxImageHandler::GetImageCount() and related.

1999-12-01 14:03 GT, revision 4783

Added wxODBC_FWD_ONLY_CURSORS define

1999-12-01 01:45 GT, revision 4782

wxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast was lost in the last checkin

1999-11-30 22:21 VZ, revision 4781

one day people will stop putting C++ comments in C files

1999-11-30 22:14 VZ, revision 4780

wxTreeCtrl::IsVisible() fix

1999-11-30 21:55 VZ, revision 4779

wxDateTime starting to work, more tests for it and for threads in console sample

1999-11-30 20:24 RD, revision 4778

a test file

1999-11-30 20:21 RD, revision 4777

Various small fixes and tweaks Added wxIntersectRect helper function

1999-11-30 18:42 RR, revision 4776

Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX), Added sources for TIFF 3.5.2 from libtiff.org.

1999-11-30 18:23 RD, revision 4775

Various small fixes and tweaks

1999-11-30 17:24 RR, revision 4774

Compile fix for GIF decoder, Added image index to loadfile.

1999-11-30 14:40 GRG, revision 4773

Doesn't reset the stream pos to 0 in CanRead(). Please note that the PCX handler still cannot read images embedded in streams because it has to check for some things at the END of the file before proceeding!

1999-11-30 14:38 GRG, revision 4772

Fix to work with images embedded in streams (doesn't reset pos to 0)

1999-11-30 12:21 JS, revision 4771

Now allow SetMenuBar to be called several times.

1999-11-30 10:07 JS, revision 4770

Compile fixes

1999-11-29 23:05 VZ, revision 4769

joinable and detached POSIX threads (not fully tested yet)

1999-11-29 20:43 KB, revision 4768

event handling fixes

1999-11-29 19:20 GT, revision 4767

Added support for creating forward or backward scrolling cursors support at run-time versus compile time. Default behavior will be determined by wxODBC_FWD_ONLY_CURSORS set in setup.h

1999-11-29 18:36 RR, revision 4766

More TIFF things, Disabled leaking debug code.

1999-11-29 17:33 VS, revision 4765

fixed wxBITMAP for Motif

1999-11-29 11:14 VS, revision 4764

just deleted one empty line (testing CVS server)

1999-11-29 10:02 VZ, revision 4763

compilation fix

1999-11-29 09:45 VZ, revision 4762

"no C++ comments in C files" rule

1999-11-29 09:34 VZ, revision 4761

compilation fix (no C++ comments in C files, include/wx/expr.hsrc/msw/textctrl.cpp$include/wx/expr.h@!src/msw/textctrl.cppsrc/msw/textctrl.cpp)

1999-11-29 08:57 KB, revision 4760

test complete :-)

1999-11-29 08:57 KB, revision 4759

test

1999-11-29 08:56 KB, revision 4758

test

1999-11-29 08:55 KB, revision 4757

test

1999-11-29 08:54 KB, revision 4756

test

1999-11-29 08:54 KB, revision 4755

test

1999-11-29 08:53 KB, revision 4754

test

1999-11-29 08:52 KB, revision 4753

test

1999-11-29 08:51 KB, revision 4752

test

1999-11-29 08:50 KB, revision 4751

test

1999-11-29 08:50 KB, revision 4750

test

1999-11-29 08:49 KB, revision 4749

test

1999-11-29 08:48 KB, revision 4748

test

1999-11-29 08:48 KB, revision 4747

test

1999-11-29 08:47 KB, revision 4746

test

1999-11-29 08:43 KB, revision 4745

test

1999-11-28 23:30 VZ, revision 4744

1. msec resolution for timer functions under Win32 2. small wxLog corrections/enhancements 3. some wxDateTime and wxLongLong work

1999-11-28 22:15 JL, revision 4743

Same comment as in dc.cpp

1999-11-28 22:14 JL, revision 4742

stupid double declaration of GetClippingBox due to the bad (lack of) usage of wxCoord in grid

1999-11-28 22:12 JL, revision 4741

DoSetSize has to be virtual because subtype controls may have different implementation

1999-11-28 18:46 RR, revision 4740

More fool-proof lock in thread events code.

1999-11-28 18:26 VS, revision 4739

wxHtmlWinParser::SetFonts now refreshes fonts cache

1999-11-28 18:26 VS, revision 4738

fixed MSVC++ (stupid) warning