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

2002-01-31 21:48 VZ, revision 13940

don't return HTCLIENT for radiobox - this breaks redrawing under Windows XP

2002-01-31 21:27 JS, revision 13939

Applied patch to reset pointer

2002-01-31 20:57 JS, revision 13938

Regenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc

2002-01-31 16:01 VZ, revision 13937

added wxObject::AllocExclusive() and associated methods

2002-01-31 16:00 VZ, revision 13936

implemented wxRegion::Offset() for MSW and documented it

2002-01-31 12:29 JS, revision 13935

Corrected Normalize invocation by casting

2002-01-31 12:25 JS, revision 13934

Removed wxPATH_NORM_CASE from Normalize or files won't be written back as the same filename.

2002-01-30 21:43 MBN, revision 13933

Add WXDLLEXPORT

2002-01-30 19:20 RD, revision 13932

SWIG update for wxMac

2002-01-30 19:11 VZ, revision 13931

attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currently they do but something else doesn't

2002-01-30 17:25 RR, revision 13930

Added wxRegion::Offset(x,y) Go to plan B: wxWindow::Scroll() now moved the m_updateRegion for later processing.

2002-01-30 16:38 VZ, revision 13929

ignore the icon option in Netscape mime.type file

2002-01-30 16:01 RR, revision 13928

Added various calls to wxWindow::Update() to wxScrolledWindow. This is ONE solution to the redraw problem of the new delayed refresh code.

2002-01-30 15:26 RR, revision 13927

New Refresh()/Update() behaviour. As expected, scrolling messes up the display.

2002-01-30 13:46 VZ, revision 13926

build ODBC objects in wxBase build as well if --with-odbc was specified

2002-01-30 13:23 RR, revision 13925

Some changes for new Update/Refresh behaviour. This commit actually doesn't change anything. I just cleared some code and added the new interface. I want this to be seperate from the commit (if any) that introduces the new behaviour.

2002-01-30 10:38 VZ, revision 13924

added a wxCHECK(index is correct) to GetParam() (fix for patch #510614)

2002-01-30 04:59 DW, revision 13923

Finish basic dialog support and some scrolling fixes.

2002-01-29 23:21 JS, revision 13922

Removed references to helpxlp

2002-01-29 23:08 JS, revision 13921

Pruned some of txrc.tex; removed redundant helpxlp files.

2002-01-29 22:50 VZ, revision 13920

added wxCondition test

2002-01-29 22:49 VZ, revision 13919

attempts to make wxCondition::Broadcast() work - it still doesn't

2002-01-29 22:41 RL, revision 13918

fix (dos) line endings.

2002-01-29 22:30 RL, revision 13917

fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet). (also submitted to win32api maintainers).

2002-01-29 21:37 MBN, revision 13916

Updated projects/makefiles