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-24 15:26 SC, revision 15940

corrected scoping

2002-06-24 15:19 VZ, revision 15939

old mingw32 compilation fix

2002-06-24 15:18 SC, revision 15938

support for arbitrary backgrounds via suppressing the ordinary control background eraser and supplying a hook for us.

2002-06-24 15:15 VZ, revision 15937

wxMotif compilation warning fix

2002-06-24 15:14 VZ, revision 15936

wxMotif compilation fix

2002-06-23 18:55 VZ, revision 15935

fixed compilation for Mac OS X 10.1.4

2002-06-23 17:23 GD, revision 15934

corrected printf format strings

2002-06-23 17:22 GD, revision 15933

improved memory liberation (explicitly set to NULL after delete)

2002-06-23 17:09 GD, revision 15932

corrected warnings for unused parameters

2002-06-23 16:58 GD, revision 15931

added attribute printf to perform printf format checks (GNU C)

2002-06-23 16:56 GD, revision 15930

added missing include file

2002-06-23 14:10 JS, revision 15929

Applied patch [ 546335 ] Added Automation types and array access

2002-06-23 14:01 JS, revision 15928

Applied patch [ 571965 ] update stc contrib stuff

2002-06-23 13:55 JS, revision 15927

Applied patch [ 566194 ] Adds taskbar sample to configure-targets

2002-06-23 13:53 JS, revision 15926

Added taskbar sample Makefile.in

2002-06-23 13:51 JS, revision 15925

Applied patch [ 565012 ] Add wxTextValidator to wxTextEntryDialog

2002-06-23 13:38 JS, revision 15924

Applied [ 565397 ] FL wxNewBitmapButton patch

2002-06-22 23:33 VS, revision 15923

forgot to check in new wxrc -- as a side effect, this commit also fixes the bug with deleting source files

2002-06-22 15:58 RL, revision 15922

arg type warning fixes.

2002-06-22 15:55 RL, revision 15921

removed missing treectrl sample bitmaps from dist target,

2002-06-22 14:05 GD, revision 15920

integrated wxMac specific changes into common file

2002-06-21 22:31 VZ, revision 15919

applied patch 568329

2002-06-21 22:07 VZ, revision 15918

added wxMemoryOutputStream test

2002-06-21 21:49 VZ, revision 15917

renamed wxWizard::Fit() to FitToPage() to avoid potential conflicts with wxWindow::Fit() (and the compiler warnings about it)

2002-06-21 21:38 GD, revision 15916

added attribute printf checks to printf like functions (when using gcc)

2002-06-21 21:37 GD, revision 15915

added macro definitions for printf like function checks when using gcc

2002-06-21 18:54 SC, revision 15914

switch back to non appearance fonts until problems are solved

2002-06-21 16:10 SC, revision 15913

changed key handling to new carbon-savvy implementation

2002-06-21 16:09 SC, revision 15912

routing key events to new app routine

2002-06-21 16:05 SC, revision 15911

changed handling to skip in order to have default handling working

2002-06-21 16:04 SC, revision 15910

take out key handling at control level, we'll remove that later on, if things are still working...

2002-06-21 16:01 SC, revision 15909

factored out key handling for better integrating with carbon

2002-06-21 15:59 SC, revision 15908

millisecond resolution supported for wxMac

2002-06-21 11:18 VZ, revision 15907

fixed stray _T()s

2002-06-21 09:46 CE, revision 15906

svg Unix fix

2002-06-21 06:54 SC, revision 15905

corrected Appearance measuring routines

2002-06-21 03:03 RD, revision 15904

Refactored my last change a bit and applied it in another place too. Added the wx prefix to the other static funcitons for consistency.

2002-06-21 02:04 RD, revision 15903

fixed a typo

2002-06-21 01:57 RD, revision 15902

This fixes a crash that would happen when DeleteAllItems is called when some items have attributes.

2002-06-21 00:19 RD, revision 15901

fixed typo

2002-06-21 00:17 RD, revision 15900

Updated build notes for wxPython on unix systems

2002-06-20 23:36 RD, revision 15899

A bit of cleanup

2002-06-20 22:33 VZ, revision 15898

fixed compilation with CW8 (SF patch 567845) and also added alignment fillers for wxCriticalSection::m_buffer

2002-06-20 22:25 VZ, revision 15897

wxThread::Delete() doesn't wait until the next event occurs before waking up any longer

2002-06-20 22:25 VZ, revision 15896

tried to fix a race condition in the sample, not sure if I really did it though

2002-06-20 21:55 VZ, revision 15895

added #defines required for 64 bit off_t (a.k.a. large files) support

2002-06-20 21:53 RD, revision 15894

Changes needed to allow compilation with SunCC.

2002-06-20 21:42 RD, revision 15893

Show changing the control colour when the validator fails.

2002-06-20 21:39 RD, revision 15892

Changes needed to allow compilation with SunCC.

2002-06-20 15:01 VZ, revision 15891

don't crash trying to dereference NULL m_selection (happens when showing a grid without any rows or columns)

2002-06-20 14:49 VZ, revision 15890

fixed setting tooltips for slider by moving the code working around comctl32.dll bug from wxToolBar to wxWindow so that it is used for all common controls

2002-06-20 14:34 CE, revision 15889

fix to tex format documentation for wxSVG

2002-06-20 12:52 VZ, revision 15888

added TRUE default value for Show() argument

2002-06-20 11:46 JS, revision 15887

ifdefed out Offset call for Mac

2002-06-19 20:25 GD, revision 15886

moved header detections before sizeof detections since some headers are conditionally used in the sizeof detections

2002-06-19 10:19 JS, revision 15885

Added SVG to distribution scripts

2002-06-19 09:21 CE, revision 15884

wxSVGDC class README.TXT

2002-06-19 09:17 CE, revision 15883

wxSVGDC class include files

2002-06-19 09:16 CE, revision 15882

wxSVGDC class test sample

2002-06-19 09:13 CE, revision 15881

wxSVGDC class documentation

2002-06-18 21:46 JS, revision 15880

Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK and AddGrabIfNeeded to wxHtmlHelpController, to assist with showing the help window from a modal dialog.

2002-06-18 19:59 DW, revision 15879

New .def file

2002-06-18 15:57 JS, revision 15878

Moved flicker-removal to GTK+ code

2002-06-18 15:23 VZ, revision 15877

relayout the window after adding/removing the columns (fixes a SF bug I closed a long time ago -- but forgot to commit the fix)

2002-06-18 15:12 JS, revision 15876

Remove flicker in Undo/Redo menus by only updating if we have some new text

2002-06-18 14:43 DW, revision 15875

OS/2 has it's own popup window source now.

2002-06-18 12:47 VZ, revision 15874

added ViewStart() as synonym for GetViewStart() in WXWIN_COMPATIBILITY_2_2 mode

2002-06-18 12:46 VZ, revision 15873

mention WXWIN_COMPATIBILITY_2_2

2002-06-18 08:29 JS, revision 15872

Set the clear region to be the update region if the update region is non-empty but the clear region is empty, because otherwise we're going to clear more than we repaint

2002-06-18 00:40 VZ, revision 15871

removed SetFocus() call in WM_LBUTTONDOWN handler once again: it is *WRONG*, please let me know if there is any problem this is supposed to fix but don't put it back

2002-06-18 00:34 VZ, revision 15870

richedit 1.0 controls now send the left up event

2002-06-17 22:08 DW, revision 15869

Catching up

2002-06-17 19:38 SC, revision 15868

using Theme layout for measuring as well

2002-06-17 15:51 VZ, revision 15867

oops, typo in the large file support just checked in

2002-06-17 15:44 VZ, revision 15866

added configure support for the large files

2002-06-17 13:09 VZ, revision 15865

init the event id and timestamp fields for the mouse events

2002-06-17 09:07 CE, revision 15864

patch fixing b32 makefile (sourceforge Bugs item #566439)

2002-06-16 22:19 VZ, revision 15863

backported setting id for mouse event fix from 2.3

2002-06-16 15:38 MBN, revision 15862

Updated makefile

2002-06-16 15:17 MBN, revision 15861

Recent w32api have FONTENUMPROC; this also fixes GCC 3.1

2002-06-15 21:17 VZ, revision 15860

argh, another IsDialogMessage() fix: we still need to check all non top level parents

2002-06-15 20:09 VZ, revision 15859

fix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this case

2002-06-15 17:03 VZ, revision 15858

allow overriding the default button labels in wxWizard

2002-06-15 15:32 VZ, revision 15857

changed WM_GETDLGCODE handling so that all windows get WM_CHARs by default

2002-06-15 15:20 VZ, revision 15856

removed unused wxWindow::m_doubleClickAllowed field

2002-06-15 15:04 MBN, revision 15855

Create a new icon for each image in a file with multiple icons. Fixes a bug reported on wx-dev.

2002-06-15 14:58 MBN, revision 15854

Better detection for Cygwin; thanks to Oscar Fuentes

2002-06-15 07:10 RD, revision 15853

SWIGged update for wxMac

2002-06-15 07:03 RD, revision 15852

SWIGged updates for wxGTK

2002-06-15 06:41 RD, revision 15851

Fix for the TAB in the autocomplete list not being used correctly

2002-06-15 05:52 RD, revision 15850

Changed name of demo so the list sorts nicer

2002-06-15 05:51 RD, revision 15849

Switched to new inline image format

2002-06-15 05:51 RD, revision 15848

Fixed a bunch of embarassing reference leaks

2002-06-15 01:43 RD, revision 15847

Fixed wxApp::OnAssert signature.

2002-06-15 00:10 VZ, revision 15846

generic log dialog resizing now works more reasonably (at least under Windows): you can't resize it vertically when it is collapsed and it doesn't change horizontal size when it is expanded or collapsed

2002-06-14 23:31 RD, revision 15845

Added wxArtProvider and other changes to match CVS updates

2002-06-14 23:28 RD, revision 15844

PyCrust update

2002-06-14 22:39 VZ, revision 15843

don't use WS_EX_CONTOLPARENT with the top level windows nor wxUniv (doesn't really hurt but is not needed neither)

2002-06-14 22:26 VZ, revision 15842

compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)

2002-06-14 22:05 VZ, revision 15841

compilation fix for !USE_PCH (patch 569132)

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

2002-06-04 14:59 VZ, revision 15740

added and documented wxTIMER_XXX constants to be used instead of bool parameter to wxTimer::Start()

2002-06-04 12:48 VZ, revision 15739

commented out some strange test code which resulted in memory leaks

2002-06-04 11:01 JS, revision 15738

In SetProxy, add 1 to pos when parsing port since otherwise we include the colon.

2002-06-04 08:58 VZ, revision 15737

undid WS_EX_CONTROLPARENT change -- I recall now why we can't use it

2002-06-04 08:52 VZ, revision 15736

updated translations from Henrik Ræder Clausen

2002-06-03 23:11 VZ, revision 15735

mention EVT_KEY_DOWN/CHAR change

2002-06-03 23:10 VZ, revision 15734

set focus to the page after showing it -- otherwise it's lost (well, left on the previous, now hidden, page)

2002-06-03 23:00 VZ, revision 15733

use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic handling with nested panels

2002-06-03 19:30 JS, revision 15732

Removed spurious </a> after <img> tag

2002-06-03 19:19 MBN, revision 15731

Updated message catalogs to latest CVS

2002-06-03 14:56 DW, revision 15730

Weekly OS/2 catch-up.

2002-06-02 19:30 RR, revision 15729

Another typo fixed.

2002-06-02 18:02 RR, revision 15728

Probably fixed mouse event bug introduced recently.

2002-06-02 14:24 RR, revision 15727

Overrode wxMDIChildFrame's DoSetSize to not misplace the window when it was using wxFrame's method.

2002-06-02 14:17 RR, revision 15726

Implemented CharHook events. Implemented Destroy events. (both as per SF patches).

2002-06-02 12:05 RR, revision 15725

Small fix for make win-dist

2002-06-02 10:57 RR, revision 15724

Updates to (behaviour of) wxComboBox and wxSpinCtrl.

2002-06-02 10:57 RR, revision 15723

Removed hack in Toolbar that breaks UI updates under MSW.

2002-06-02 10:56 RR, revision 15722

Added simplistic make win-dist

2002-06-01 11:48 VZ, revision 15721

replaced quotes in #include with angle brackets

2002-05-31 16:03 RR, revision 15720

Added global skope too FinControl()

2002-05-31 14:18 VZ, revision 15719

removed unused wxWindowGTK::m_isFrame

2002-05-31 14:17 VZ, revision 15718

replaced m_isRadioButton with a virtual function

2002-05-31 14:14 VZ, revision 15717

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 14:13 VZ, revision 15716

replaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences of the code finding the window for the mouse events with one

2002-05-31 14:00 VZ, revision 15715

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 13:51 VZ, revision 15714

fixes for the focus handling: don't set back to back set/kill focus events

2002-05-31 13:49 VZ, revision 15713

added tests for the focus events

2002-05-31 10:00 RR, revision 15712

Added wxToolBar::FindControl() to fish out controls in a toolbar by its id.

2002-05-31 09:59 RR, revision 15711

Doc tweaks for FindWindowByXX Docs for SetThemeEnabled Docs for wxToolBar::FindControl

2002-05-31 07:41 RR, revision 15710

Documented wxClienData and friends.

2002-05-30 21:16 VZ, revision 15709

removed some duplicate code, no real changes

2002-05-30 19:49 RD, revision 15708

Updated setup.h settings

2002-05-30 18:40 RD, revision 15707

Updated wxPython build instructions

2002-05-29 18:47 RD, revision 15706

Removed Refresh from OnSize as it's not needed anymore

2002-05-29 08:31 JS, revision 15705

Applied patch #561454, testing for scrollbar

2002-05-29 08:28 JS, revision 15704

Corrected some typos

2002-05-28 21:50 DW, revision 15703

Catching up for the week

2002-05-28 17:14 VZ, revision 15702

corrected the completely wrong example (bug 545427)

2002-05-28 16:54 VZ, revision 15701

fix compilation without WXDEBUG (includes patch 561458)

2002-05-28 16:52 VZ, revision 15700

use new style ctor for wxFontDialog (patch 561411)

2002-05-28 16:51 VZ, revision 15699

added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array (repaces patch 561183)

2002-05-28 16:44 VZ, revision 15698

fixed icon drawing when they have different sizes (patch 554973)

2002-05-28 16:30 VZ, revision 15697

unselected the current item when unfocusing it in a single selection list control (patch 540818)

2002-05-28 11:29 VZ, revision 15696

added asserts to ensure that the splitter windows have it as parent (otherwise they're not positioned correctly)

2002-05-27 22:14 RD, revision 15695

No, I didn't test it before. This is what I meant to do!

2002-05-27 22:06 RD, revision 15694

Patch 559673 and 561053

2002-05-27 21:22 RD, revision 15693

Some little demo updates

2002-05-27 21:21 RD, revision 15692

Fixed wxMac's wxStaticText::SetFont to behave like the others and resize the control to fit the text

2002-05-27 19:47 RD, revision 15691

Fixed a tex2rtf warning