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