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-14 15:24 RD, revision 15840

fixed missing comma

2002-06-14 14:17 CE, revision 15839

fixes MSW comparision where theme name extracted from the environment is in upper case

2002-06-14 13:04 CE, revision 15838

make file for wxUniversal and Borland/MSW

2002-06-14 13:03 CE, revision 15837

tmake files for wxUniversal and Borland/MSW

2002-06-14 10:21 CE, revision 15836
  • D /wxWidgets/trunk/samples/minifram/bitmaps/copy.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/cut.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/help.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/new.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/open.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/page.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/paste.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/preview.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/print.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/save.bmp
  • M /wxWidgets/trunk/samples/minifram/minifram.cpp
  • M /wxWidgets/trunk/samples/minifram/minifram.rc

minifram sample modified to use XPMs

2002-06-14 10:08 CE, revision 15835

comment added to toolbar to say using BMPs uses less pace than XPMs

2002-06-14 10:05 CE, revision 15834

treectrl sample modified to use XPMs

2002-06-14 00:19 RD, revision 15833

Missing ;

2002-06-13 23:59 VZ, revision 15832

fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all parents of windows with WS_EX_CONTROLPARENT to have this style themselves as well

2002-06-13 23:57 VZ, revision 15831

added missing space before >> button label

2002-06-13 22:22 RD, revision 15830

New SWIGged code for wxMac, updated version in build script

2002-06-13 20:41 VZ, revision 15829

suppress an assert when a combobox receives WM_KILLFOCUS while it is being destroyed

2002-06-13 20:21 VZ, revision 15828

fixes to the sizers behaviour necessary to make the log dialog work again (thanks to Dimitri) and a few updates to the docs after the recent changes

2002-06-13 19:37 VZ, revision 15827

new wxASSERT implementation using wxAssert() helper function

2002-06-13 19:09 VZ, revision 15826

blind fix for latest mingw32 3.1

2002-06-13 18:51 VZ, revision 15825

blind fix for latest mingw32 3.1

2002-06-13 18:46 VZ, revision 15824

fix link of wxDateTime inline methods using mingw32

2002-06-13 18:12 VZ, revision 15823

fixed buglet in wxWindow::GetPosition docs

2002-06-13 17:51 GT, revision 15822

Enhanced the DataTypeSupported() function to show the native data type name that is being automatically used by the wxODBC class column types

2002-06-13 17:48 GT, revision 15821

Added a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that is larger than the number of columns defined for the table

2002-06-13 16:57 RD, revision 15820

Added code (currently disabled) to show putting a wxGLCanvas on a panel

2002-06-13 16:51 RD, revision 15819

Patch #568403

2002-06-13 07:04 SC, revision 15818

adapted to new ..internal structure

2002-06-13 01:35 RD, revision 15817

fixed some paths in build scripts fixed yesterday's fix

2002-06-13 00:04 VZ, revision 15816

moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations

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)

2002-06-07 23:37 VZ, revision 15790

no changes (reformatted some code just to be able to read it)

2002-06-07 23:36 VZ, revision 15789

fixed wxScrolledWindow::SetScrollbars() which was broken by the virtual size changes

2002-06-07 21:46 VZ, revision 15788

restored inline for wxCriticalSection methods for !MSW

2002-06-07 21:26 VZ, revision 15787

added thrimpl.cp

2002-06-07 21:26 VZ, revision 15786

oops, compilation fix

2002-06-07 21:17 VZ, revision 15785

patch 562893: bug in dll makefile.b32

2002-06-07 21:04 VZ, revision 15784

fixed bug in wxStrstr() replacement implementation (part of patch 565031)

2002-06-07 21:00 VZ, revision 15783

don't include winsock.h directly, this doesn't work (patch 565655)

2002-06-07 20:45 VZ, revision 15782

fixed text ctrl tooltips (patch 562210)

2002-06-07 20:41 VZ, revision 15781

CW compilation fix (patch 562701)

2002-06-07 20:39 VZ, revision 15780

fix tree icon refresh after collapsing a branch (patch 565294)

2002-06-07 20:15 VZ, revision 15779

applied typos and spelling error fixes patch from Olly Betts

2002-06-07 19:56 VZ, revision 15778

more MIME tests

2002-06-07 18:32 JS, revision 15777

Removed 'inline' which was causing unresolved symbols

2002-06-07 17:56 VS, revision 15776

wxMGL requires wxUSE_PALETTE

2002-06-07 17:56 VS, revision 15775

updated wxMGL's wxExecute signatures

2002-06-07 16:52 RD, revision 15774

Patch #565656, fix for compilers without precomp headers

2002-06-07 15:40 RD, revision 15773

Fixed bug that showed a small gap on the wxStaticBox when the label string was empty.

2002-06-07 08:47 JS, revision 15772

Added USE_SIMPLE_HELP_PROVIDER symbol to help demo so we can test wxSimpleHelpProvider under Windows.

2002-06-07 05:39 RD, revision 15771

Only catch double click on wxMSW

2002-06-07 00:34 VZ, revision 15770

added wxCRITICAL_SECTION macro

2002-06-07 00:34 VZ, revision 15769

fixed glibc 2.1 detection test

2002-06-07 00:19 RD, revision 15768

minor tweaks and discuss unicode build in win32 build instructions

2002-06-06 19:37 VZ, revision 15767

make the incremental kbd search wrap to the beginning if necessary

2002-06-06 19:35 RR, revision 15766

Dislaying popup tip windows seems to work right now.

2002-06-06 19:18 VZ, revision 15765

marked the most important backwards incompatible changes with an exclamantion sign

2002-06-06 19:17 RD, revision 15764

SWIGged updates for wxGTK

2002-06-06 18:50 RD, revision 15763

Fix for compilation error in Unicode mode

2002-06-06 18:36 RD, revision 15762

Switch back to not using wxPopupWindow since wxMSW's version can't handle it...

2002-06-06 18:31 VZ, revision 15761

wxMutex changes (explicitly specify the type), return values for all wxMutex/wxSemaphore/wxCondition methods and general cleanup

2002-06-06 17:37 RD, revision 15760

Added wxPyWindow and wxPyControl which are just like their wx counterparts except they allow some of the more common C++ virtual methods to be overridden in Python derived classes. Changed wxGenButton to derive from wxPyControl.

2002-06-06 16:06 JS, revision 15759

Corrected typo in wxStringHashTable::Delete

2002-06-05 23:30 VZ, revision 15758

reverted wxPopupWindow implementation to the original version using WS_CHILD and desktop as parent; this fixes the activation problem but reopens the other ones

2002-06-05 23:13 VZ, revision 15757

VC++ warning fix

2002-06-05 22:37 VZ, revision 15756

bring the parent of a wxFRAME_FLOAT_ON_PARENT frame to the top when deleting it as Windows doesn't do it automatically

2002-06-05 21:11 JS, revision 15755

Added documentation for wxHelpProvider::RemoveHelp

2002-06-05 21:06 JS, revision 15754

Added Delete member to wxStringHashTable in order to implement wxHelpProvider::RemoveHelp, which is now called from ~wxWindowBase. Without cleaning up the hash tables, reused window addresses will cause the CS help to fail rather comically over time.

2002-06-05 20:50 RD, revision 15753

wxMac SWIGged updates

2002-06-05 20:00 GD, revision 15752

applied SourceForge patch # 544164 (hidden virtual method in wxMenuBar)

2002-06-05 16:45 RD, revision 15751

minor updates

2002-06-05 16:30 RD, revision 15750

Give wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON

2002-06-05 13:03 VZ, revision 15749

updated version from Henrik Ræder Clausen

2002-06-04 20:17 RD, revision 15748

Fixed a strange MSVC compile error (C2253) It thought a pure virtual function was being defined...

2002-06-04 20:05 VZ, revision 15747

added new Danish translator

2002-06-04 19:27 RD, revision 15746

Fix and update the note about handling EVT_KEY_DOWN preventing EVT_CHAR from being sent.

2002-06-04 19:25 RD, revision 15745

Changed FindTExt intercase to more easily handle additional flags. Fixed GetCharAt and GetStyleAt to only return values 0..255 instead of possibly negative values.

2002-06-04 18:14 VZ, revision 15744

added test for wxProgressDialog::Resume

2002-06-04 18:09 VZ, revision 15743

added default parameter values to the overloaded Show() and Enable() versions

2002-06-04 18:08 VZ, revision 15742

(re)enable Cancel button in Resume()

2002-06-04 15:00 VZ, revision 15741

added incremental keyboard search to wxTreeCtrl