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

2007-06-09 10:55 VZ, revision 46381

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976) [backport from HEAD]

2007-06-09 10:54 VZ, revision 46380

cancel dragging if Esc is pressed (patch 1733657) [backport from HEAD]

2007-06-09 10:53 VZ, revision 46379

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976)

2007-06-09 10:50 VZ, revision 46378

cancel dragging if Esc is pressed (patch 1733657)

2007-06-08 22:12 FT, revision 46377

Additional accessor tests to testWindow. Add testColor to runAllTests.

2007-06-08 20:17 VS, revision 46376

added wxUniChar::AsUTF8() for easy conversion in UTF8 build

2007-06-08 18:25 KO, revision 46375

Bakefile only supports 'and' conditions, so refactor the debug conditions to reflect that.

2007-06-08 16:48 SN, revision 46374

Try using UTF-8 on OS/2.

2007-06-08 16:07 SC, revision 46373

now that the bitmap context is always in topleft coords, we need the adjusted call for drawing an image

2007-06-08 12:41 JS, revision 46372

Small typo fix

2007-06-08 05:03 RD, revision 46371

zap an extra print statement

2007-06-08 04:56 RD, revision 46370

* Some menus and buttons are kept in sync with EVT_UPDATE_UI. * Tool menu items use wx.ITEM_RADIO * New polygon and scribble tools * Text tool uses wx.FontDialog rather than home grown dialog * Switched to double-buffering (code borrowed from doodle sample.) * Spent a lot of time on improving handling of canvas scrolling redraws which look bad under __WXMSW__, IMHO. * All tools are subclasses of DrawingTool now. * All objects are subclasses of the base DrawingObject now (rather than typecode switch) * Majority of event handling delegated to tools * Manipulation of handles refactored to move most of the logic into DrawingObject subclasses * Use GenBitmapToggleButton for the Tool buttons instead of reimplementing same functionality. * Nicer looking fill/stroke preview (I think anyway) * Toggle for choosing between wx.DC and wx.GCDC

2007-06-08 01:58 FT, revision 46369

Added documentation. Minor refactoring.

2007-06-08 01:54 FT, revision 46368

Implement wx.Colour tests.

2007-06-08 00:53 ROL, revision 46367

saving stub works

2007-06-08 00:41 ROL, revision 46366

moved some code from xrced.py to view.py: menubar, some menu command handlers, etc.

2007-06-07 20:28 JS, revision 46365

Init fix

2007-06-07 20:00 ROL, revision 46364

added modules for MVP architecture, some redesign of component classes

2007-06-07 18:49 RD, revision 46363

reSWIGged

2007-06-07 18:47 RD, revision 46362

Patch from Paul McNett to check for the Acrobat version more robustly

2007-06-07 18:46 RD, revision 46361

Premultiplied Alpha is now exepcted on Mac too.

2007-06-07 18:45 RD, revision 46360

Use correct name in MustHavApp macro

2007-06-07 18:44 RD, revision 46359

Add ShutdownDemo to better clean up when switching to another sample

2007-06-07 18:43 RD, revision 46358

Mac lipo build patch from Kevin O.

2007-06-07 18:34 RD, revision 46357

Yielding from a non-gui thread needs to bail out, otherwise we end up possibly sending events in the thread too.