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