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-12-10 22:37 RD, revision 18190

Added a version save isinsnace function Added wxPoint2DDouble

2002-12-10 22:08 RD, revision 18189

Changed version number, added some experimental stuff (which isn't currently active) for canvas, wxArt2D, etc.

2002-12-10 22:06 RD, revision 18188

Cleanup

2002-12-10 22:06 RD, revision 18187

img2py can now output a "catalog" of the images in the .py file, also added header comments to the files.

2002-12-10 22:04 RD, revision 18186

Demo enhancement from Will Sadkin

2002-12-10 22:03 RD, revision 18185

Added Throbber class from Cliff Wells

2002-12-10 22:01 RD, revision 18184

Make the RPM builder and .spec a little simpler

2002-12-10 21:50 JS, revision 18183

Applied patch [ 651649 ] Scrollbar not updated without resizing I always wondered why the scrollbar of the listbox or the log window (textctrl) never showed a thumb in the control sample while the combobox does. The AdjustScrollbars gets called through a size event and this happens before the listbox (textctrl) can set the values for the scrollbar. So always an empty scrollbar is shown. This patch calls AdjustScrollbars at the end of SetScrollbars in scrlwing.cpp. I'm not sure if this is the best fix but it works nicely. I've only tested it with wxUniv but it should be okay in any generic case. (applied for __WXUNIVERSAL__ only for now -- JACS)

2002-12-10 21:44 JS, revision 18182

Applied patch [ 651383 ] Removes 3 warnings when building w/ CW6 Dimitri Schoolwerth

2002-12-10 21:41 JS, revision 18181

Applied patch [ 651640 ] Toolbar sizing fix This patch fixes the problem discussed on wx-dev mailing list. (Message title "wxUniversal: How is the parent notified when a child changes its size") In short: - This patch makes sure the toolbar notifies the parent of any size change, this will give the parent the opportunity to resize the frame client size and to make sure the toolbar is in the right place. Hans Van Leemputten

2002-12-10 21:30 MBN, revision 18180

"cd utils; make" should not try to compile dialoged unless wxUSE_RESOURCES=yes.

2002-12-10 21:25 MBN, revision 18179
  • D /wxWidgets/trunk/distrib/msw/tmake/g295.t

Remove unused g295.t; g95.t works with any GCC from 2.95.2 to 3.2.

2002-12-10 17:02 JS, revision 18178

Applied another Marco patch (5)

2002-12-10 16:10 JS, revision 18177

FromString should not fail on wxMac if facename empty.

2002-12-10 14:09 VZ, revision 18176

corrected wxCommandProcessor ctor docs

2002-12-10 12:13 JS, revision 18175

Applied some of patch [ 650957 ] wxWinCE diff-0.0.4

2002-12-10 09:48 JS, revision 18174

Ignore DOS drive spec in GetRightLocation

2002-12-10 09:35 CE, revision 18173

fix bug with WXDLLEXPORT

2002-12-10 00:43 VZ, revision 18172

tried to clean strdup() mess: we now have wxStrdup[AW] which should be always available

2002-12-09 21:45 JS, revision 18171

Fixed the beggar good and proper

2002-12-09 21:05 VS, revision 18170

forgot to add wxHtmlHelpController::AddBook(wxFileName) to the headers

2002-12-09 21:03 VS, revision 18169

removed XPM handler from wxImage's standard handlers, let's see if it does any harm

2002-12-09 18:37 JS, revision 18168

Backported some helpview fixes

2002-12-09 18:27 JS, revision 18167

Removed duplicate art handler

2002-12-09 18:08 MBN, revision 18166

The size_type typedef must be public.