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)

2006-09-13 22:20 RR, revision 41206

More RTL work.

2006-09-13 22:18 RR, revision 41205

Add GetScrollHelper() to wxWindow. Let wxScrollHelper set the underlying field itself.

2006-09-13 20:47 RD, revision 41204

Changes for TreeListCtrl to take advantage of the new native HeaderButton abilities

2006-09-13 20:44 RD, revision 41203

Dashes and Stipple accessors are not available on all platforms

2006-09-13 20:34 RD, revision 41202

More support for drawing native column headers, adds more states (selected, mouse-over) and also optionally drawing the contents of the header (label and/or bitmap, sort arrow) in a consistent way. Also added a method to determine the default height of the column header. This is based on work done for OSAF.

2006-09-13 20:28 RD, revision 41201

More support for drawing native column headers, adds more states (selected, mouse-over) and also optionally drawing the contents of the header (label and/or bitmap, sort arrow) in a consistent way. Also added a method to determine the default height of the column header. This is based on work done for OSAF.

2006-09-13 19:10 ABX, revision 41200

it needs wxUSE_* guard to not break smartphone build.

2006-09-13 19:01 RD, revision 41199

wxStatusBarGeneric is used directly so the header needs to be included too

2006-09-13 17:12 VS, revision 41198

renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

2006-09-13 17:06 VS, revision 41197

renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

2006-09-13 16:31 PC, revision 41196

minimize code duplication

2006-09-13 16:27 JS, revision 41195

Added public keyword

2006-09-13 16:16 ABX, revision 41194

Build fix.

2006-09-13 16:14 ABX, revision 41193

[ 1556353 ] [wxOS2] Change derivation to add wxGauge::Pulse

2006-09-13 16:06 ABX, revision 41192

Build fix.

2006-09-13 15:50 PC, revision 41191

don't include generic/statusbr.h directly

2006-09-13 14:23 BIW, revision 41190

got rid of some extra borders

2006-09-13 11:59 VZ, revision 41189

fix wxVsnprintf_ declaration for VC8

2006-09-13 11:44 VZ, revision 41188

document wxChildFocusEvent

2006-09-13 11:01 VS, revision 41187

wxTLW::DoRefreshRect must check the rect, too

2006-09-13 10:01 RR, revision 41186

Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0 if scrollbars disappear (instead of 1) as per wxMSW. Expose m_x/yScrollLines in public getters. Correct window origin for scrolled window in RTL.

2006-09-13 09:50 VS, revision 41185

corrected painting implementation for wxDFB

2006-09-13 01:31 RD, revision 41184

compile fix for Mac

2006-09-12 22:20 VZ, revision 41183

remove unneeded m_inputHandler initialization (already done in the base class ctor)

2006-09-12 21:06 RD, revision 41182

rephrase

2006-09-12 21:05 RD, revision 41181

Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode project.

2006-09-12 18:45 RD, revision 41180

DisplayAvailable renamed

2006-09-12 17:18 PC, revision 41179

gtk_pizza_set_external is redundant

2006-09-12 17:09 PC, revision 41178

calling GtkPizza base class method on non-GtkPizza widget doesn't seem like such a good idea

2006-09-12 12:02 JS, revision 41177

Increased size slightly

2006-09-12 11:57 JS, revision 41176

Sometimes, m_x and m_y don't reflect the true position of the window, for example after using wxToolBar::AddControl. This change gets the actual position if necessary; it fixes a popup window positioning problem for combo controls on a toolbar.

2006-09-12 11:38 JS, revision 41175

Added pango_context_get_language to speed up pango_context_get_metrics

2006-09-12 10:19 JS, revision 41174

Style listbox now shows current style Added combo control for selecting styles Updated the sample to show the combo control

2006-09-12 09:57 RR, revision 41173

Reverse Left and Right meaning of keys.

2006-09-12 09:48 RR, revision 41172

More RTL fixes.

2006-09-12 09:26 VS, revision 41171

limit clipping to surface area

2006-09-12 09:12 RR, revision 41170

Add const to GetTargetSize()

2006-09-12 08:42 JS, revision 41169

Setting the current style from the UI is a mode that is cancelled when moving away from the current caret position. This must be done to avoid confusing default attributes and attributes at the current caret position, in normal use. Style feedback now correct when caret is at the start of a paragraph (don't use previous paragraph's style), and out-by-one style feedback bug fixed (start/end of styled content). Added ApplyStyle for applying a character or paragraph style. Some coding style cleanup.

2006-09-12 07:39 RR, revision 41168

RD forgot to add "Do"

2006-09-12 07:18 JS, revision 41167

Fixed flag setting omission that showed up as list problems in sample

2006-09-12 03:20 RD, revision 41166

more properties

2006-09-11 21:00 VS, revision 41165

fixed two typos: XLOG2DEV was used instead of YLOG2DEV

2006-09-11 17:50 RD, revision 41164

Use DoIsExposed for the virtual version of the method, so the wxPoint and wxRect versions don't get hidden in derived classes.

2006-09-11 16:54 RD, revision 41163

sync with CVS updates

2006-09-11 14:20 RR, revision 41162

Further RTL fixes.

2006-09-11 14:11 VZ, revision 41161

removed GTK header include

2006-09-11 14:07 VZ, revision 41160

compilation fix

2006-09-11 11:26 VS, revision 41159

implemented DrawPoint in terms of DrawLine (for now)

2006-09-11 11:13 VS, revision 41158

removed tabs and trailing whitespace

2006-09-11 11:08 VS, revision 41157

wxXML load/save improvements: added ability to not ignore whitespace and specify indentation level (patch #1541888)