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

2006-09-16 23:04 KO, revision 41256

Adding OS X list ctrl implementation file, and listctrlcmn file for shared wxListCtrl code (only events right now).

2006-09-16 21:44 RR, revision 41255

Next round of RTL fixes. This change greatly simplifes the code and makes most #ifdefs redundant.

2006-09-16 19:55 RD, revision 41254

tweaks

2006-09-16 19:50 RD, revision 41253

Tweaks and cleanup

2006-09-16 19:05 RD, revision 41252

new wxRect and wxPlatformInformation methods

2006-09-16 18:12 RD, revision 41251

added more properties

2006-09-16 13:51 VZ, revision 41250

remove unused any more wxArrayHandlers

2006-09-16 13:36 VZ, revision 41249

added wxRect::GetTopRight/BottomLeft() for consistency with the existing GetTopLeft/BottomRight()

2006-09-16 13:15 VZ, revision 41248

build extra wxUniv tags file

2006-09-16 08:09 MW, revision 41247

Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size_lookup check instead of AC_TRY_COMPILE.

2006-09-16 08:01 MW, revision 41246

Missing header.

2006-09-16 01:37 RD, revision 41245

wx.EvtHandler is OOR capable docstring fixes

2006-09-16 00:43 VZ, revision 41244

fix wxGetFreeMemory() for Linux 2.6 (part of patch 1549176)

2006-09-16 00:38 VZ, revision 41243

added CheckOS/ToolkitVersion()

2006-09-15 21:31 RD, revision 41242

added more properties

2006-09-15 19:46 JS, revision 41241

If we use a background brush, we _must_ set a colour (fixes a bug with static labels not showing on a panel with a black background when system colours are high-contrast)

2006-09-15 16:45 PC, revision 41240

wrap print headers at top level

2006-09-15 10:22 SC, revision 41239

added Bryan's new icons

2006-09-14 21:27 RD, revision 41238

reSWIGged

2006-09-14 21:06 RD, revision 41237

Added wx.lib.delayedresult from Oliver Schoenborn.

2006-09-14 20:39 RD, revision 41236

release the GIL before calling base version

2006-09-14 20:38 RD, revision 41235

GetScrollLines?

2006-09-14 20:28 RD, revision 41234

Inside --> Contains

2006-09-14 20:27 RD, revision 41233

IsVisible --> IsShownOnScreen

2006-09-14 20:27 RD, revision 41232

docstring update

2006-09-14 19:45 RD, revision 41231

Oops, file wasn't saved before last commit

2006-09-14 19:42 RD, revision 41230

As per wx-dev, split the sort arrow options out to a separate parameter.

2006-09-14 19:38 SC, revision 41229

mdi fix

2006-09-14 19:37 SC, revision 41228

cleanup

2006-09-14 19:36 VZ, revision 41227

Many changes for wxInputHandler creation mainly related to: 1. Allow the theme to create only the input handlers it customizes instead of forcing it to always create a handler even if the standard one is used: wxTheme::GetInputHandler() now takes wxInputConsumer to make this possible 2. Prefer delegation to inheritance when creating customized input handlers, almost all (except for wxStdScrollbarInputHandler) standard handler classes are now private, use wxClassName::GetStdInputHandler() to retrieve the standard handler for any class or polymorphic DoGetStdInputHandler()

2006-09-14 19:24 RR, revision 41226

More RTL fixes.

2006-09-14 17:53 PC, revision 41225

add Create to wxDocParentFrame

2006-09-14 17:42 SC, revision 41224

switching colors

2006-09-14 17:36 PC, revision 41223

remove redundant declarations of wxFrameNameStr

2006-09-14 16:53 ABX, revision 41222

Follow native renderer for DrawHeaderButton.

2006-09-14 16:51 ABX, revision 41221

m_displayMode needs complete wxVideoMode.

2006-09-14 16:48 VS, revision 41220

fixed incorrect passing of bitmap dimensions in DoBlit

2006-09-14 16:20 VS, revision 41219

added wxFAIL_MSG to unimplemented SetDepth/Width/Height

2006-09-14 16:16 VS, revision 41218

implemented convertion between wxImage and wxBitmap

2006-09-14 16:06 ABX, revision 41217

Warning fix.

2006-09-14 16:04 ABX, revision 41216

Minor cleanup.

2006-09-14 16:02 ABX, revision 41215

wxHeaderButtonParams needs complete classes.

2006-09-14 14:52 VZ, revision 41214

don't append trailing tab to items which don't have stock accels

2006-09-14 14:39 VS, revision 41213

added check for supported depth and 'not implemented' wxFAIL_MSG

2006-09-14 14:36 VS, revision 41212

implemented wxBitmap::GetSubBitmap()

2006-09-14 13:17 JS, revision 41211

Fixes bug whereby directory control foreground colour is always black on Windows

2006-09-14 12:22 VS, revision 41210

renamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other classes

2006-09-14 10:53 VZ, revision 41209

fix warnings about unused parameters and functions in wxUniv build; also clean up wxGetPrinterDC() somewhat (a lot is left to do...)

2006-09-14 00:30 VZ, revision 41208

define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while it does have the standard declaration its implementation is broken

2006-09-13 23:45 VZ, revision 41207

added wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before)