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-05-13 16:54 JS, revision 15540

textctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is to return FALSE (Redo/Undo functions are unimplemented) treectrlg.cpp: in InsertItem, allow previous item to be null in order to insert at first position of possibly-empty child list dcclient.cpp: allow setting of null font (common espec. on Windows)

2002-05-13 15:49 DW, revision 15539

Compiler bug

2002-05-13 10:11 JS, revision 15538

Eliminated a couple of warnings

2002-05-13 05:41 GD, revision 15537

use built-in wcslen instead of disabling wide character support for Darwin

2002-05-12 22:46 VZ, revision 15536

fixed bug with using wrong interval (-1) when restarting a running timer

2002-05-12 22:26 VZ, revision 15535

fixes to wxFontDialog after recent changes

2002-05-12 19:35 VZ, revision 15534

fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer

2002-05-12 18:43 JS, revision 15533

Added overloaded AddChild from contributor

2002-05-12 16:08 JS, revision 15532

Fixed mouse handling for captured windows Didn't need most of the cshelp fix

2002-05-12 12:47 JS, revision 15531

Don't use context id for context help since it doesn't seem to be working at present

2002-05-12 12:46 JS, revision 15530

Added recursive event handler pushing to fix context help problem.

2002-05-12 11:34 JS, revision 15529

Added missing brace in checkbox.tex

2002-05-12 11:28 VZ, revision 15528

added the test for GtkText inside wxYield crash

2002-05-12 11:26 VZ, revision 15527

fixed crashes in GtkText when it was refreshed from inside wxYield

2002-05-12 11:25 VZ, revision 15526

made wxIsInsideYield global -- will be fixed when we have some better way to test if we're inside wxYield() from wxApp

2002-05-12 11:10 JS, revision 15525

Added deprecated property classes for future reference (maybe separate manual)

2002-05-12 09:17 GD, revision 15524

use tm_gmtoff instead of timezone variable if tm struct member exists

2002-05-12 08:49 GD, revision 15523

no timezone variable is only a warning instead of an error (use tm_gmtoff instead, in particular for Darwin / Mac OS X)

2002-05-12 07:48 GD, revision 15522

corrected wxFontData assignement operator (was recursive!)

2002-05-12 04:16 RD, revision 15521

swigged updates for wxGTK

2002-05-12 03:20 RD, revision 15520

various tweaks and updates

2002-05-11 23:40 VZ, revision 15519

added a comment about the default button handling

2002-05-11 23:34 VZ, revision 15518

don't treat Enter always as Tab, just for the text controls

2002-05-11 23:24 VZ, revision 15517

fixed typo

2002-05-11 22:31 VZ, revision 15516

changed the handling of the default buttons to be more logical

2002-05-11 17:14 GD, revision 15515

added wxControlWithItems constructor/destructor (for Darwin)

2002-05-11 17:13 GD, revision 15514

corrected pragma interface

2002-05-11 15:09 VZ, revision 15513

fixed zlib compression test

2002-05-11 15:08 VZ, revision 15512

fixed incorrect assert for the default compression level value

2002-05-11 14:41 VZ, revision 15511

don't test for msvcrt under Unix nor libw under Windows in wcslen() test

2002-05-11 13:45 VZ, revision 15510

fixed the rule for compiling the RC files

2002-05-11 08:43 MBN, revision 15509

const KEY_T& does not do the right thing for pointers.

2002-05-11 06:55 SC, revision 15508

appearance box drawing

2002-05-11 06:55 SC, revision 15507

appearance fonts

2002-05-11 06:54 SC, revision 15506

key handling

2002-05-11 06:54 SC, revision 15505

corrected background

2002-05-11 06:53 SC, revision 15504

common value changed code for spinbutton

2002-05-11 06:53 SC, revision 15503

fixed redrawing bug

2002-05-11 06:52 SC, revision 15502

added carbon events for navigation keys, size corrections

2002-05-11 06:51 SC, revision 15501

tooltip displaying correct background under OSX , antialiased system font used

2002-05-11 06:50 SC, revision 15500

toplevel native window disposal in deferred delete clas

2002-05-11 06:49 SC, revision 15499

changed initialization of TXN in order to avoid crashes on OSX

2002-05-11 06:48 SC, revision 15498

native window disposal is moved to deferred delete, size of parent taken into account for apply background

2002-05-11 06:45 SC, revision 15497

corrected appeaance of boxes und OSX

2002-05-11 06:43 SC, revision 15496

switched to appearance savvy gui/system fonts

2002-05-11 06:39 SC, revision 15495

exposed background theme

2002-05-11 06:39 SC, revision 15494

DrawParagraph changed

2002-05-11 06:38 SC, revision 15493

common value change method

2002-05-11 06:38 SC, revision 15492

added keyboard focus & typein

2002-05-10 19:21 VZ, revision 15491

some warnings fixed, checks for various wxUSE_XXX added