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-02-13 23:34 VZ, revision 14190

delete the command if we failed to execute it (bug 515687)

2002-02-13 22:17 RD, revision 14189

SWIGged updates for wxGTK for recent changes A few other little cleanups

2002-02-13 22:01 RD, revision 14188

A little different fix for how to delay the call to __wxCleanup

2002-02-13 22:00 RD, revision 14187

A fix for incorrect wrapping of wxPallet.GetRGB

2002-02-13 21:04 VZ, revision 14186

return NULL from FindById() if the tool wasn't found (bug 508399)

2002-02-13 21:01 VZ, revision 14185

added wxFSVolume patch from George Policello (untested, unreferenced from the project files yet)

2002-02-13 20:36 VZ, revision 14184

wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)

2002-02-13 20:31 VZ, revision 14183

don't use -q option with egrep, Solaris doesn't have it (bug 517145)

2002-02-13 19:03 RD, revision 14182

Fix for the splashscreen bitmap not showing up in wxGTK. NOTE: This is just a band-aid fix. Someone (Robert?) should really check why the wxEraseEvent was not sent to this window at all!

2002-02-13 18:01 JS, revision 14181

Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder

2002-02-13 17:23 JS, revision 14180

Fixes

2002-02-13 17:17 JS, revision 14179

Include src/x11/utils.cpp

2002-02-13 17:16 JS, revision 14178

Fixed typos

2002-02-13 16:47 VZ, revision 14177

disable wxSocket for wxX11, doesn't link anyhow

2002-02-13 16:43 RR, revision 14176

wxX11: INtroduced OnInternalIdle as per wxGTK so that users cannot as easily lill the internals. Fixed pop-up transient window. Removed some #if 0 here and there. Made refresh code work in idle instead of directly.

2002-02-13 16:41 VZ, revision 14175

warning fix

2002-02-13 16:33 VZ, revision 14174

do NOT hard code univ sources in x11 port

2002-02-13 16:24 JS, revision 14173

Added list of wxX11 files

2002-02-13 16:17 JS, revision 14172

Added shared private declarations header privx.h, utils.cpp now shared between wxMotif and wxX11; added some TODOs to toplevel.cpp, popupwin.cpp

2002-02-13 16:12 VZ, revision 14171

clean ups to wxX11+wxUniv handling

2002-02-13 08:38 RR, revision 14170

wxX11: Lots of wxBitmap et al work. Adapted wxIcon, wxCursor to this. Split wxApp init things up so that the X11 display is available sooner. Changed initial display code accordingly. Corrected wxDC::DrawBitmap.

2002-02-13 00:36 VS, revision 14169

safety check

2002-02-13 00:35 VS, revision 14168

use wxLogTrace, not wxLogDebug

2002-02-13 00:31 VZ, revision 14167

fixed loading the icons with non default size

2002-02-12 23:25 VS, revision 14166

don't allow dragging a window if it is maximized