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

2005-12-24 00:37 RD, revision 36553

Mention IEHtmlWindow fix too.

2005-12-24 00:12 VZ, revision 36552

1. changed wxStringTokenizer to not modify the string we're iterating over but to just update our position in it (makes the code much more clear) 2. added GetLastDelimiter() to make up for lack of mode combining wxTOKEN_RET_EMPTY_ALL and RET_DELIMS 3. documented it and added unit tests for it

2005-12-24 00:01 VZ, revision 36551

added a couple more wxTOKEN_RET_DELIMS tests

2005-12-23 23:54 VZ, revision 36550

even more test cases

2005-12-23 23:38 VZ, revision 36549

corrected expected test results to conform to current wxTOKEN_RET_EMPTY behaviour; added the value of loop index for which the test fails to the diagnostic messages

2005-12-23 23:27 VZ, revision 36548

more test cases

2005-12-23 18:54 RD, revision 36547

reSWIGged

2005-12-23 18:49 RD, revision 36546

Not sure why yesterday's version appeared to work so well. (It didn't work at all!) The obj.this attribute is the one that should be checked for being a PySwigObject, not obj itself.

2005-12-23 16:53 RD, revision 36545

reSWIGged

2005-12-23 16:38 RD, revision 36544

Corrected comment

2005-12-23 16:36 RD, revision 36543

reSWIGged

2005-12-23 07:42 JJ, revision 36542

Committing in . configuration update for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-12-23 05:16 vell, revision 36541

more cleanup - added comment regarding possible stipple brush problem

2005-12-23 01:20 VZ, revision 36540

corrected handling of timeouts in wxConditionInternal::WaitTimeout(): check for wxSEMA_TIMEOUT, not wxSEMA_BUSY; return wxCOND_TIMEOUT, not wxCOND_MISC_ERROR (bug 1387179)

2005-12-23 01:00 VZ, revision 36539

don't set minimal column width, it should be possible to set it even to 0 if desired (e.g. to hide a column)

2005-12-23 00:59 VZ, revision 36538

correct dll export declaration for wxVolume (backport from HEAD)

2005-12-23 00:59 VZ, revision 36537

correct dll export declaration for wxVolume

2005-12-23 00:58 VZ, revision 36536

added wxRTTI macros to wxControlWithItems: it's not private any longer

2005-12-22 23:49 RD, revision 36535

reSWIGged

2005-12-22 23:43 RD, revision 36534

Fixup error message

2005-12-22 23:43 RD, revision 36533

Move wxPySwigInstance_Check() and wxPySwigInstance_Check into the core API module, change wxPySwigInstance_Check to use the SWIG runtime function PySwigObject_Check.

2005-12-22 23:33 RD, revision 36532

Fix for bug #1266745 and #1387725 in the wxFindReplaceDialog on MSW. Actually check we are using MSLU before doing the hack designed to workaround a bug in MSLU!

2005-12-22 23:11 VS, revision 36531

reverted previous accidental commit

2005-12-22 23:04 VS, revision 36530

wxMac linking fix

2005-12-22 17:58 KO, revision 36529

Backporting fix for proper TAB, RETURN, etc. handling for IE ActiveX control.

2005-12-22 17:55 KO, revision 36528

Backporting fix to allow wx parent windows to handle non-wx child events, i.e. for wxActiveX controls.

2005-12-22 06:57 KO, revision 36527

Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.

2005-12-22 06:09 KO, revision 36526

Use the now 'official' makemo.py when building packages.

2005-12-22 05:55 KO, revision 36525

Updating version.

2005-12-22 03:24 KO, revision 36524

Moving the 2.6 branch change in how SWIG is found to CVS HEAD now that Robin's build system uses it too.

2005-12-22 03:10 VZ, revision 36523

added wxListAttr::AssignFrom()

2005-12-22 03:07 VZ, revision 36522

don't overwrite the existing attributes when setting one new one, i.e. SetItemBackgroundColour() after SetItemTextColour() doesn't reset the text colour to default one any more

2005-12-22 02:43 VZ, revision 36521

update from liou xiao <liouxiao@hotmail.com> (backport from HEAD)

2005-12-22 02:41 VZ, revision 36520

update from liou xiao <liouxiao@hotmail.com>

2005-12-22 01:14 vell, revision 36519

fixed error in prior checkin

2005-12-22 00:17 VZ, revision 36518

Unicode compilation fix

2005-12-22 00:11 VZ, revision 36517

regenerated makefiles after adding tokenizer.cpp

2005-12-21 20:51 RD, revision 36516

After a conversaion with Vadim I reverted the last change and instead just allowed for the specific situation that was incorrectly causing the assert.

2005-12-21 20:19 RD, revision 36515

Fix for Bug #1387359, bail out early from DoWriteText if the string is empty.

2005-12-21 19:54 vell, revision 36514

minor cleanup; remove focus patch scaffolding

2005-12-21 16:12 VZ, revision 36513

g++ 4/wxMAC_USE_CORE_GRAPHICS warning fixes

2005-12-21 16:11 VZ, revision 36512

just added a comment

2005-12-21 16:03 RD, revision 36511

Applied patch #1238825 adding search backward capabilities to the demo. Modified to use the up/down options in the wx.FindReplaceDialog instead of a separate menu item.

2005-12-21 01:23 VZ, revision 36510

compilation test for Unicode build

2005-12-20 23:51 RD, revision 36509

Applied patch from Morgan Hua to fix bug #1219423: CommandManager should not repeat old commands after a branch.

2005-12-20 16:52 DS, revision 36508

fixed compile errors (code was using unnamed objects, resulting in compiler ambiguity)

2005-12-20 16:48 VZ, revision 36507

added tests showing that current wxStringTokenizer code doesn't handle multiple delimiters at the end of string properly in mode != wxTOKEN_STRTOK

2005-12-20 16:34 VZ, revision 36506

extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one)

2005-12-20 16:30 VZ, revision 36505

extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one)

2005-12-20 14:44 VZ, revision 36504

update from Wei-Lun Chao (backport from HEAD)

2005-12-20 14:40 VZ, revision 36503

update from Wei-Lun Chao

2005-12-20 14:25 DS, revision 36502

fixed unreachable code warnings (occurred in MSVC6+Release mode)

2005-12-20 06:17 RD, revision 36501

reSWIGged

2005-12-20 05:44 KO, revision 36500

Remove references to now removed iewin module. Replaced by activex/wxie.

2005-12-20 05:37 KO, revision 36499
  • D /wxWidgets/trunk/wxPython/contrib/iewin

Removing old iewin extension. Replaced by activex/wxie.

2005-12-20 02:12 RD, revision 36498

Applied patch from Morgan Hua for updates to ActiveGrid code (pydocview, ActiveGrid IDE, etc.)

2005-12-20 01:56 RD, revision 36497

Fix for bug #1336711: wx.lib.calendar.CalenDlg can yield incorrect result.

2005-12-20 01:47 VZ, revision 36496

added newline at end of file (avoids gcc warning when building with Xcode 2.2)

2005-12-19 23:13 RD, revision 36495

Applied patch #1243907: Give Throbber much more flexibility by allowing the user to set the rest image, the direction, the current index, custom sequence. Allows user to manually step through the sequence with Next(), Previous(), Increment(), Decrement() & SetCurrent(). Very handy if you have multiple throbbers that you want to synchronize with a single timer.

2005-12-19 20:43 RD, revision 36494

Applied patch #1072210: generalize printout.py to allow text printing.

2005-12-19 20:38 JS, revision 36493

Fixed problem trying to print from a preview, whereby wrong printer class was used instead of Gnome printer class.

2005-12-19 20:32 RD, revision 36492

Applied patch #1072210: generalize printout.py to allow text printing.

2005-12-19 20:18 RD, revision 36491

Applied patch #1066222: Fix GLCanvas demo mouse tracking

2005-12-19 20:04 RD, revision 36490

Fixes for Bugs #1232546 and #1232550

2005-12-19 19:33 RD, revision 36489

Applied Patch # #1230107 which allows image handlers to be written in Python by deriving from wx.PyImageHandler.

2005-12-19 18:25 RD, revision 36488

Ensure that the build_options.pyc file is removed too.

2005-12-19 18:24 RD, revision 36487

Applied Patch #1239456: wxPython wx.DataObject.GetAllFormats fix.

2005-12-19 16:44 RD, revision 36486

Use wx.NO_BORDER for consistency

2005-12-19 16:42 RD, revision 36485

Add test for wx.BORDER_NONE style

2005-12-19 16:07 VZ, revision 36484

don't crash when XIM is used under IRIX (backport from HEAD)

2005-12-19 16:06 VZ, revision 36483

don't crash when XIM is used under IRIX

2005-12-19 14:34 VZ, revision 36482

removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8 it results in a crash; we need another way to make it possible to use wx DLL from another DLL, this one is flawed

2005-12-19 13:56 VZ, revision 36481

documented Set/GetIcon(), added (not quite pure) virtual GetIcon() in the base class

2005-12-19 13:46 VZ, revision 36480

return a valid bitmap from GetBitmap() even if we created an icon internally

2005-12-19 12:18 JS, revision 36479

Backport: added CFRef holder templated class

2005-12-19 12:04 JS, revision 36478

wxMac changes documented.

2005-12-19 11:53 JS, revision 36477

Backported patch [ 1372567 ] wxMac wxTaskBarIcon code cleanup for recent CGImage changes

2005-12-19 11:41 JS, revision 36476

Backport: adding correct window-ids to window events (important when using eg Connect)

2005-12-19 11:35 JS, revision 36475

Backport: cleanup, using Tiger funcs if possible

2005-12-19 11:31 JS, revision 36474

Backport: support for wxNO_BORDER

2005-12-19 11:27 JS, revision 36473

Backport: CGImage Creation is always available under OS X

2005-12-19 11:23 JS, revision 36472

Backport: switch to a CoreFoundation based and thread-safe implementation for message boxes for Mach-O builds

2005-12-19 11:18 JS, revision 36471

Backport: finished implementation for stencil and colored patterns

2005-12-19 11:09 ABX, revision 36470

Somebody forgot to restore from testing phase.

2005-12-19 11:00 JS, revision 36469

Backported: added permission error to the 'expected' error codes, removed assert, as this leads to problems in wxPython otherwise, and getting another error essentially means we cannot continue iterating.

2005-12-19 10:55 JS, revision 36468

Backported joystick patch 1345435: no link error, no crash if no joysticks found.

2005-12-19 10:55 ABX, revision 36467

__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.

2005-12-19 10:47 ABX, revision 36466

__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.

2005-12-19 10:03 VZ, revision 36465

fix for compilation without PCH

2005-12-19 08:53 JS, revision 36464

Backport: activate SetFocus patch

2005-12-19 08:52 JS, revision 36463

Backporting support for standard command IDs

2005-12-19 08:52 JS, revision 36462

Backporting: support for standard command IDs

2005-12-19 08:51 JS, revision 36461

Backporting: add reasonable default TEMP for __WXMAC__ when running under __DARWIN__

2005-12-19 08:51 JS, revision 36460

Backporting: default to simple show/hide tlw on OSX instead of transitions

2005-12-19 08:51 JS, revision 36459

Backporting: avoiding unkown namespace std

2005-12-19 08:50 JS, revision 36458

Backported fix: correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

2005-12-19 08:50 JS, revision 36457

Backported patch 1352744 (custom data type fix)

2005-12-19 08:49 JS, revision 36456

Backported patch 1306473 (printer resolution fix)

2005-12-19 08:49 JS, revision 36455

Backported patch 1265473 (wxExecute fixes)

2005-12-19 08:48 JS, revision 36454

Backported wakeup code correction