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-06-12 21:20 JS, revision 15815

Fixed a bug in transferring data to a wxComboBox if string is not in the list of strings.

2002-06-12 20:26 VZ, revision 15814

added wxGetProcessId()

2002-06-12 19:54 RD, revision 15813

make the second parameter to wxTreeCtrl.GetFirstChild optional

2002-06-12 19:53 RD, revision 15812

little demo updates

2002-06-12 16:15 VZ, revision 15811

added clipping test

2002-06-12 16:08 VZ, revision 15810

use AF_INET instead of PF_INET in wxGetFullHostName

2002-06-12 15:26 VZ, revision 15809

added missing semicolons after asserts (patch 567853)

2002-06-12 14:12 VZ, revision 15808

fixed infinite loop in wxCursor(wxImage) ctor

2002-06-12 14:12 VZ, revision 15807

fixed a warning

2002-06-12 14:05 VZ, revision 15806

typo fixes

2002-06-12 13:19 JS, revision 15805

Added HTML About box and changed player dialog label

2002-06-12 11:56 CE, revision 15804
  • D /wxWidgets/trunk/samples/mdi/bitmaps/bitmap1.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/bitmap2.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/calc.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/copy.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/cut.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/dirplain.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/draft.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/drawing.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/flowchar.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/help.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/helpcs.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/new.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/open.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/paste.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/preview.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/print.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/save.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/tick.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/write.xbm
  • M /wxWidgets/trunk/samples/mdi/mdi.cpp
  • M /wxWidgets/trunk/samples/mdi/mdi.rc

removing bitmaps from mdi sample

2002-06-12 10:33 VS, revision 15803

updated wxXRC sample

2002-06-12 08:29 JS, revision 15802

Applied recent FL patches from Benjamin Williams <biwilliajsb@yahoo.com>. 1) There is a problem in that floating frames are not currently supported with !mRealTimeUpdates. We wrote a patch to correct this problem. You will find it attached to this posting. Here is a description of what was changed and why. In cbBarDragPlugin::ShowHint(), SetBarState is called every time mpCurPane changes. This is correct. However, this also happens every time, even if mRealTimeUpdates is false. The state should not be changed during the drag operation if mRealTimeUpdates is off. This is corrected in this patch. Code was also added in cbBarDragPlugin::OnLButtonUp() to actually do the state changing, only if mRealTimeUpdates is off. Normally, this is performed in ShowHint if mRealTimeUpdates is on. I also took the liberty of changing the drag cursor back to an arrow. This is the way it is in MS Visual C++, and it looks way better. The MoveWindow cursor looks terrible, IMHO. When FL gets the embedded cursor code working, we can switch back to a hand or something else. 2) This time we have discovered a crash bug in FL. The steps to reproduce this bug are as follows: 1. Open up a pane, dock it. 2. Click the Expand button (arrow button) in the frame hints portion 3. Click it again to Collapse the pane. 4. Now click the close button of the pane. Crash. We investigated what was causing this problem, and it turns out that the button state never gets unset. Once a button is pressed, it is always pressed. Thus, when the expand/ collapse button is pressed, and then the close button is pressed, the pane will close, but then FL will also try to expand or collapse the pane as well, because it thinks that the expand/collapse button was set.

2002-06-11 22:07 JS, revision 15801

Initialise font family when initializing from native font, since this is otherwise uninitialised (the font family is taken from the ref data and not the native font data).

2002-06-10 17:58 MBN, revision 15800

Check for attributes before copying them

2002-06-10 15:59 VZ, revision 15799

attempts to fix wxMimeTypesManager mess: many bugs (entries priority, memory leaks, ...) fixed, but probably even more left

2002-06-09 23:02 RR, revision 15798

Moved wxCharhookEvent so that it sends the same keycode as wxCharEvent. Removed wxDestroyWindowEvent as it crashes all the time. Corrcted wxTreeCtrl's interception of wxCharEvents as it misinterpreted "F5" for "Z" e.g.

2002-06-09 22:19 VZ, revision 15797

added _T()s around the literal strings

2002-06-09 19:24 MBN, revision 15796

Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE; fixes an runtime error with MinGW and (probably) Cygwin.

2002-06-08 21:32 VZ, revision 15795

reenabled WS_EX_CONTROLPARENT style together with a check that the focus window is not disabled or hidden

2002-06-08 18:43 VZ, revision 15794

don't link in libwx_gtk twice when linking apps using OpenGL

2002-06-08 18:30 VZ, revision 15793

typo in dir enum test code fixed

2002-06-08 17:36 JS, revision 15792

Use standard IDC_HELP cursor instead of oversize custom cursor.

2002-06-08 15:11 VZ, revision 15791

compilation fix (for !PCH)