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

2001-12-25 22:31 VZ, revision 13190

fixed crash when an item didn't have any data

2001-12-25 22:29 VZ, revision 13189

documented Number() as obsolete and added GetCount()

2001-12-24 16:34 VZ, revision 13188

don't crash if bitmaps are not found

2001-12-24 16:28 VZ, revision 13187

fixed Fit() to avoid showing scrollbars

2001-12-24 16:26 VZ, revision 13186

DoSetClientSize() may take 4 iterations to set the right size sometimes, not 3

2001-12-24 14:15 VZ, revision 13185

really fixed GetRenderer() and GetEditor() methods, they were both broken in some strange and twisted (and different) ways

2001-12-24 14:14 VZ, revision 13184

fixed memory leak when SetTargetWindow() was called more than once and made DeleteEvtHandler() more robust

2001-12-24 14:08 VS, revision 13183

fixes to wxFont mods for the case w/o native fontinfo struct (could never possibly compile)

2001-12-24 14:06 VS, revision 13182

typo fix

2001-12-24 14:06 VS, revision 13181

compilation fix for DJGPP

2001-12-24 12:56 VZ, revision 13180

typo fixed

2001-12-24 12:12 RL, revision 13179

added slightly more informative failure reporting.

2001-12-24 11:16 RL, revision 13178

Added GetStringArray method.

2001-12-24 01:18 VZ, revision 13177

changed the default font facename for the decorative family - is it correct for Win9x?

2001-12-24 01:06 VZ, revision 13176

code clean up, avoid duplicating the same code in font.cpp and fontutil.cpp

2001-12-23 23:53 VZ, revision 13175

use wxFontMapper when setting the encoding (fix to restore the behaviour broken by the native font info change)

2001-12-23 21:26 MBN, revision 13174

Updated docs for wxGrid: added events, event macros, default editors and renderers

2001-12-23 15:52 RR, revision 13173

Removed warning for Darwin compilation from datetime.inl Added wxFileName::SetPath() and set m_relative if no dir is given Corrected wxFrame::Enable() in wxMac.

2001-12-23 13:38 VZ, revision 13172

fixed handling of the items with indirect data broken yesterday

2001-12-23 11:47 VZ, revision 13171

create masks even (slightly) faster

2001-12-23 08:04 RL, revision 13170

Added missing header and missing logic. :)

2001-12-23 02:03 VZ, revision 13169

sped up the mask creation by a factor of 40

2001-12-23 02:01 RL, revision 13168

Added missing compile define.

2001-12-23 01:56 VZ, revision 13167

compilation fixes

2001-12-23 01:56 VZ, revision 13166

sped up the mask creation by a factor of 40

2001-12-23 01:09 VZ, revision 13165

applied patch fixing some graphical glitches from Dimitri

2001-12-23 01:00 VZ, revision 13164

fixed sorting the items which have indirect data (i.e. images set for open/closed state) and made indirect data handling much simpler and more efficient as a side effect

2001-12-22 23:22 VZ, revision 13163

fixed wrong return value of wxComboBox::GetClientObject

2001-12-22 21:20 MBN, revision 13162

Made wxPD_AUTO_HIDE work.

2001-12-22 19:43 JS, revision 13161

More tweaks to wxMicroWi More tweaks to MicroWindows

2001-12-22 03:31 VZ, revision 13160

wxFont can now raelly use the native fonts

2001-12-22 02:14 VZ, revision 13159

fixed wxProgressDialog for ranges > 65535

2001-12-22 00:02 VS, revision 13158

use wxBusyCursor in wxHtmlWindow instead of SetCursor (the next step is figuring out if removing wxYield from LoadPage will break anything)

2001-12-21 22:26 RR, revision 13157

Removed two more files from wxMicroWindows compilation.

2001-12-21 21:39 VZ, revision 13156

add more methods to wxNativeFontInfo: To/FromUserString and all the accessor methods and implemented some of them

2001-12-21 20:43 DW, revision 13155

Update makefile and module def for new dynlib stuff. Also some control colouring stuff for OS/2 controls to better mesh with Panel backgrounds.

2001-12-21 20:42 DW, revision 13154

Latest updates for compiling.

2001-12-21 19:54 VZ, revision 13153

minor optical fix

2001-12-21 19:54 VZ, revision 13152

oops, forgot to commit wxFontBase::SetNativeFontInfo implementation

2001-12-21 19:28 RR, revision 13151

Forgot to add this one.

2001-12-21 19:22 RR, revision 13150

Added configure support for wxMicroWindows.

2001-12-21 18:15 JS, revision 13149

More tinkering

2001-12-21 18:09 DW, revision 13148

Headers to support 'Y' positioning fixes for OS/2 controls

2001-12-21 18:08 DW, revision 13147

'Y' positioning fixes for OS/2 controls

2001-12-21 17:39 VZ, revision 13146

added wxFont::SetNativeFontInfo(string) and documented the native font info stuff

2001-12-21 17:01 JS, revision 13145

MicroWindows tweaks

2001-12-21 14:58 JS, revision 13144

MicroWindows mods

2001-12-21 14:52 VZ, revision 13143

fix the old code for dlerror() returning const char as well (why was it changed?)

2001-12-21 14:43 VZ, revision 13142

fix for last commit which accidentally disabled wxDynamicLibrary class as well

2001-12-21 14:35 JS, revision 13141

Added some #defines