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-10-16 15:05 VZ, revision 24203

fixed wxMouseEvent::Moving() and Dragging() after the last change

2003-10-16 11:33 VZ, revision 24202

made wxRTTI macros namespace-friendly (patch 799434)

2003-10-16 11:23 VZ, revision 24201

compilation fix for Watcom (part of patch 813225)

2003-10-16 11:17 VZ, revision 24200

added wxSYS_ICONTITLE_FONT (patch 816026)

2003-10-16 11:09 VZ, revision 24199

VC++ release mode warning fix

2003-10-16 11:02 VS, revision 24198

Vadim moved the macros to dlimpexp.h

2003-10-16 10:31 VZ, revision 24197

RemoveEventHandler() didn't reset all pointers correctly (patch 819545)

2003-10-16 10:28 VZ, revision 24196

warning fixes for BCC and OW (heavily modified patch 819146)

2003-10-16 10:25 VZ, revision 24195

moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

2003-10-16 10:00 VZ, revision 24194

added ShouldInheritColours()

2003-10-16 09:39 VZ, revision 24193

use ShouldInheritColours() instead of IsContainerWindow()

2003-10-16 09:38 VZ, revision 24192

use ShouldInheritColours()

2003-10-16 09:19 VZ, revision 24191

don't complain if file doesn't exist in DeleteFile(); do return false if it exists and we failed to delete it (patch 819530)

2003-10-16 09:15 VZ, revision 24190

removed a string from contrib (Scintilla)

2003-10-16 09:12 VZ, revision 24189

added missing wxCMPFUNC_CONVs (patch 817551)

2003-10-16 09:10 VZ, revision 24188

added missing wxCMPFUNC_CONVs (patch 820862)

2003-10-16 09:05 VZ, revision 24187

use correct fallback file name in SaveFile() (patch 820884)

2003-10-16 08:57 VZ, revision 24186

finished Japanese translations (patch 824608)

2003-10-16 08:51 VZ, revision 24185

some cosmetic fixes

2003-10-16 08:50 VZ, revision 24184

patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code cleanup

2003-10-16 07:55 VZ, revision 24183

wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

2003-10-16 07:23 VZ, revision 24182

added EVT_WIZARD_FINISHED handler

2003-10-16 07:22 VZ, revision 24181

send EVT_WIZARD_FINISHED for modal wizards as well

2003-10-15 22:59 VZ, revision 24180

update the selection properly after deleting the page

2003-10-15 22:45 VZ, revision 24179

removed the weird m_style which was never initialized GTK and duplicated m_windowStyle under Mac/MSW