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

2003-08-30 12:30 VS, revision 23303

removed BuildRequires: wx-base-devel from RPM .spec files

2003-08-30 10:28 VS, revision 23302

$ causes diff problems here

2003-08-30 10:12 VS, revision 23301

moved compat content to formats, there will be more wx-specific formats

2003-08-30 10:02 VS, revision 23300

moved compat content to formats, there will be more wx-specific formats

2003-08-29 22:54 VS, revision 23299

removed caching from wxInternetFSHandler

2003-08-29 20:10 MBN, revision 23298

Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong with wxHashMap. Made wxHashMap constructor explicit to prevent similar errors.

2003-08-29 19:07 SC, revision 23297

added WX_IMPLEMENT_PROPERTY

2003-08-29 14:59 DE, revision 23296

Rename some of the Cocoa methods to reflect that they are implemented by the NSWindow delegate.

2003-08-29 14:15 DE, revision 23295

Implement windowShouldClose: in delegate instead of class poser

2003-08-29 14:10 DE, revision 23294

Use a delegate instead of manually adding notifications. Not only is this less code, but a delegate will be required for future functionality.

2003-08-29 09:59 VS, revision 23293

Content-Type parsing should be case insensitive

2003-08-29 07:46 SC, revision 23292

masking out yes/no/cancel flags before creating top level window (backport from HEAD)

2003-08-29 00:11 VZ, revision 23291

implemented IsModified() and DiscardEdits()

2003-08-29 00:05 VZ, revision 23290

don't reset timer interval to 0 in Stop(), this prevents Start(-1) from working

2003-08-28 20:55 MBN, revision 23289

Added X11 headers used by wxMotif. Removed nonexistsnt wx/motif/settings.h. Only affects "make install" correctness.

2003-08-28 20:39 MBN, revision 23288

Don't crash in wxControl::GetLabel when getting the label fails (perhaps because the widget is not realized?). Correct wxRTTI information for wxFrame: it derives from wxTopLevelWindow, not wxWindow. Don't try setting Widget size to 0, because it will fail: set it to 1 instead which is exactly as sensible, but does not crash.

2003-08-28 20:32 MBN, revision 23287

wxString::rfind fixed for wxUSE_STL=0 from Robert Vazan. Added missing wxArrayString::reserve.

2003-08-28 20:26 MBN, revision 23286

wxHashMap does not take the key type as constructor argument.

2003-08-28 20:24 VS, revision 23285

correction for include name

2003-08-28 20:23 VS, revision 23284

switched to using bakefile_gen

2003-08-28 19:59 VS, revision 23283

gl lib dependency fixes

2003-08-28 19:56 VS, revision 23282

_UNICODE instead of wxUSE_UNICODE=1

2003-08-28 19:51 VS, revision 23281

added bakefile_gen support

2003-08-28 19:18 VS, revision 23280

data copying fixes for configtool

2003-08-28 18:07 VS, revision 23279

renamed netutils.bkl to net.bkl, to simplify bakefile_gen use