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-08-17 12:09 RR, revision 16565

Convert %s to %ls and %c to %lc in printf and scanf etc.

2002-08-17 11:31 JS, revision 16564

Remove mmedia makefile for wxMac

2002-08-17 07:44 JS, revision 16563

Removed all trace of richedit from scripts

2002-08-16 23:03 VZ, revision 16562

compilation fix for wxApp after exitOnFrameDelete changes

2002-08-16 22:57 VZ, revision 16561

a better fix for notebook page not being refreshed after Delete()

2002-08-16 22:29 JS, revision 16560

More script tweaks

2002-08-16 22:29 JS, revision 16559

Corrected SVG makefile

2002-08-16 21:07 JS, revision 16558

Corrected files for PDF RTF

2002-08-16 20:41 JS, revision 16557

Tweaks to distrib scripts

2002-08-16 19:54 RD, revision 16556

Bad copy/paste fix

2002-08-16 19:53 RD, revision 16555

SWIGged updates for wxMSW

2002-08-16 19:52 RD, revision 16554

Don't send EVT_KILL_FOCUS when the window is in the process of being deleted.

2002-08-16 19:45 RD, revision 16553

SWIGged update for wxGTK

2002-08-16 19:44 RD, revision 16552

Reorganized listctrl demo a bit so I can test a bug report

2002-08-16 18:52 RD, revision 16551

wxPython needs to deal with the new exitOnFrameDelete policy too.

2002-08-16 18:50 RD, revision 16550

Exit on frame delete is now initialized and handled in AppBase.

2002-08-16 17:39 RR, revision 16549

Compile fix.

2002-08-16 17:18 RR, revision 16548

Exchanged compile flags so that local include paths are used before others (such as PangoFT2'2).

2002-08-16 17:08 JS, revision 16547

Script tweaks

2002-08-16 16:18 JS, revision 16546

Applied patch [ 596061 ] Adds more navigation buttons to preview By Juergen Geltinger (jgelti)

2002-08-16 12:43 JS, revision 16545

Applied patch [ 566816 ] adds xBase type for Sequiter's SQL/ODBC

2002-08-16 12:22 JS, revision 16544

Fix for Unices with small command line space

2002-08-16 11:39 JS, revision 16543

Added wxMac distrib to tardist

2002-08-16 11:24 JS, revision 16542

Applied [ 594925 ] Implement wxArtProvider and XRC together By Robert O'Connor (robertoconnor) This patch is a draft which successfully allows a wxArtProvider to serve out icons to bitmaps for XRC files. The syntax to use a wxArtProvider bitmap is: <bitmap stock_id="wxART_INFORMATION" stock_client="wxART_TOOLBAR">somefallbackicon.png</bitmap> The bitmap is optional, and will only be used as a fallback image, if the wxArtProvider returned a wxNullBitmap for some reason. The client attribute, if not specified, currently will be wxART_OTHER. Perhaps there should be a guessing heuristic of it being in a menu node to call wxART_MENU. Usage of XRC resouces and wxArtProvider together can be seen in an updated /contrib/samples/xrc demo, which is a separate patch. Search the wx-dev mailing lists for "wxArtProvider" and "XRC" for the full discussions on this feature's API design. Applied patch [ 594932 ] Extended XRC XML resources sample By Robert O'Connor (robertoconnor) This is a more comprehensive introduction to how to get up and running using XRC in your new wxWindows project. It describes both the basics (for new users) and advanced features. It consists of a demo of dialogs and frames loaded from XRC. Each dialog has a textctrl at the top of the dialog, which walks the new user through that feature. There are 8 demos: The 4 basic ones: -A non-derived dialog, as typically used for an about dialog. -A derived dialog that loads its resources from an XRC (a frequently-asked question on the mailing lists), and responds to some simple events, including the disable-another-control-via-EVT_UPDATE_UI that is another FAQ, and powerful and simple-to-use feature. -A XRC reference "Controls" dialog, using a notebook. Each tab has a single control. All XRC handled widgets can be seen at a glance, and how to use them under XRC. -An uncentered dialog, to demonstrate the easy use of <centered>1</centered> to automatically place a Dialog centered on its parent.. The 4 advanced ones: -Embedding a custom class into an XRC dialog, by using the "unknown" class. -Using wxArtProvider to use stock icons from within your your XRC resources. -Using the platform attribute to selectively show a part of XRC based on the current OS. -Runtime variable expansion (demo only. Not implemented at this time). Also: -The main frame is now demonstrated as being loaded as an XRC. - The toolbar has longhelp tag demonstrated, and are hooked up to the same events as the menu to show how XRCID() works on the same tool and menuitem XRCID. -Some custom icons for the demonstration were created, and put into the toolbar and menubar. A custom icon also for the demonstration. -The example code has been put in 1 class per file (both .cpp and a matching .xrc), to make it much less confusing for a newcomer to figure out what class is what, expecially with all the wx macros for declaration and implementation.

2002-08-16 10:51 JS, revision 16541

Applied [ 594745 ] Fixes core dump under Forte 6U1 in imagbmp.cpp By John Skiff I was getting a core dump under Solaris 2.6 when storing images. My compiler is Forte 6 Update 1. The problem was in imagbmp.cpp: t@1 (l@1) signal BUS (invalid address alignment) in wxANIHandler::DoCanRead at line 1304 in file "imagbmp.cpp" 1304 if ( FCC1 != *riff32 ) (dbx) p FCC1 FCC1 = 31064321 (dbx) p *riff32 *riff32 = 1380533830 (dbx) I have tested the fix under Windows 2000, Solaris 2.6, and Irix 6.5.