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-30 12:31 VS, revision 13240

Ehm... fixed my comment about DJGPP to say what I wanted it to say

2001-12-30 12:24 SC, revision 13239

drawing methods cleanup

2001-12-30 09:52 SC, revision 13238

carbon debugging lib added

2001-12-30 09:51 SC, revision 13237

new files added

2001-12-30 09:50 SC, revision 13236

setting and restoring the graf port

2001-12-30 09:44 SC, revision 13235

getting rid of several graf port handling routines

2001-12-30 09:43 SC, revision 13234

added theme savvy store/restore grafport

2001-12-30 00:31 VZ, revision 13233

don't make wxBitmapButtons same size as all the other buttons

2001-12-30 00:05 VS, revision 13232

fix for DJGPP returning unix/like/paths instead of what\you'd\expect\under\dos

2001-12-30 00:05 VS, revision 13231

fix for a fatal bug in wxMGL's wxDir

2001-12-30 00:05 VS, revision 13230

extended display mode handling to accept WXMODE env. variable

2001-12-30 00:05 VS, revision 13229

typo fix

2001-12-30 00:04 VS, revision 13228

making generic file dialog less Unixcentric

2001-12-29 18:34 RR, revision 13227

compile fix for bitmap.cpp under Mac

2001-12-29 16:14 VS, revision 13226

use a programmer-friendly macro for subclassing

2001-12-29 16:13 VS, revision 13225

implemented subclassing in XRC

2001-12-29 14:50 RL, revision 13224

removed dependency on windows.h from dynload.h Moved dlopen implementation into wxDynamicLibrary. Wrapped wxDllLoader in 2.2 compat guards and defined it in terms of the new classes. Added link option flags to wxDL and other missing functionality previously implemented in wxDllLoader. Modified wxDL++ classes to use wxDL base class implementation. Replaced all uses of wxDllLoader in wx classes by the new classes as appropriate. def'd out (unimplemented) wxSystemSettingsBase so wxMSW would link.

2001-12-29 09:59 SC, revision 13223

corrections for theme brush alignments under X (no more SetOrigin calls)

2001-12-29 09:57 SC, revision 13222

corrections for theme brush alignments

2001-12-28 23:06 DW, revision 13221

Add some missing methods

2001-12-28 22:25 VZ, revision 13220

a draft of wxSSBase class - it is yet unused and hopefully doesn't break anything [just yet]

2001-12-28 21:47 VZ, revision 13219

removed my timing code accidentally committed before

2001-12-28 21:27 VZ, revision 13218

disable native font stuff for wxMotif

2001-12-28 19:20 SC, revision 13217

new redrawing code

2001-12-28 19:19 SC, revision 13216

added debugging code for redrawing

2001-12-28 19:18 SC, revision 13215

adjusted for new visible region code

2001-12-28 19:17 SC, revision 13214

cleaned drawing code

2001-12-28 19:16 SC, revision 13213

appearance brush support

2001-12-28 19:16 SC, revision 13212

removed redundant code

2001-12-28 19:15 SC, revision 13211

corrected return value

2001-12-28 19:14 SC, revision 13210

code changes for redrawing

2001-12-28 19:13 SC, revision 13209

added support for appearance brushes, corrected blitting origin

2001-12-28 19:12 SC, revision 13208

added support for appearance brushes

2001-12-28 07:00 DW, revision 13207

Scrolling updates

2001-12-27 23:24 VZ, revision 13206

fix to wxLocale::GetString() calld with empty argument

2001-12-27 23:16 VS, revision 13205

Changes to the XRC library: 1. preparation of XRC handlers for subclassing (Alex) 2. fixed incorrect use of _() in couple of places 3. wxFrame and wxDialog positioning fixes 4. menus and toolbars attach themselves to the parent frame 5. style unification: let all _T()s be wxT()s

2001-12-27 23:16 VS, revision 13204

fixed bug in wxHTML that certainly prevented it from working with most web servers

2001-12-27 23:16 VS, revision 13203

fixed another 2 instances of wxStrncpy bug

2001-12-27 23:16 VS, revision 13202

Idiot I am; my previous commit certainly broke non-Unicode builds

2001-12-27 23:15 VS, revision 13201

1. libunicows support in configure 2. applied ac-2.5x compatibility patch (#497048)

2001-12-27 18:07 VS, revision 13200

fix for Unicode build -- wxMB2WXbuf cannot be initialized with NULL

2001-12-27 18:06 VS, revision 13199
  • D /wxWidgets/trunk/contrib/src/xrc/FORMAT.txt
  • D /wxWidgets/trunk/src/xrc/FORMAT.txt

removed obsolete docs

2001-12-27 18:06 VS, revision 13198

fix for unicode crashes by Dimitri

2001-12-26 23:23 RL, revision 13197

removed macro magic that causes build problems on some platforms and was apparently unneeded elsewhere after all..

2001-12-25 23:35 VS, revision 13196

fixes for misplaced radio buttons in wxRadioBox

2001-12-25 23:34 VS, revision 13195

fixed misplaced subcontrols of wxComboBox

2001-12-25 23:34 VS, revision 13194

better wxMGL wxSystemSettings

2001-12-25 22:38 VZ, revision 13193

fixed compilation for strict ANSI compilers

2001-12-25 22:36 VZ, revision 13192

emphasized that SetValue() doesn't make the control dirty

2001-12-25 22:32 VZ, revision 13191

don't make control dirty after a call to SetValue()

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