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

2009-04-25 15:16 VZ, revision 60342

define __EVC4__ for eVC 4 compiler to make testing for it easier

2009-04-25 15:10 FM, revision 60341

fix wxASSERT_MSG in PopStatusText: we always need to have at least one string in the stack; explicitely refresh the affected status bar pane in Push/PopStatusText as SetStatusText() optimization to avoid flickering cannot detect the stack manipulation which happened (closes #10733)

2009-04-25 15:08 VZ, revision 60340

set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see #10718)

2009-04-25 15:07 FM, revision 60339

typo fix

2009-04-25 15:04 VZ, revision 60338

eVC4 version of std::string doesn't have clear() neither (see #10718)

2009-04-25 14:59 FM, revision 60337

use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically

2009-04-25 13:57 VZ, revision 60336

undo the last change as it results in buildbot configuration error

2009-04-25 12:49 FM, revision 60335

allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)

2009-04-25 01:32 VZ, revision 60325

add 2.9.0 branch builds

2009-04-25 01:27 VZ, revision 60324

include <windows.h> instead of <basetsd.h> which is not provided by all compilers [backport of r60261 from trunk]

2009-04-24 23:17 VZ, revision 60322

correction to last commit: Korean and Romanian translations will only be in 2.9.1, not 2.9.0

2009-04-24 23:14 FM, revision 60321

fix push/pop mechanism after r58786; add a few notes about the stack mechanism both in the docs and in the public header (see #10733)

2009-04-24 23:14 VZ, revision 60320

added Korean and Romanian translations

2009-04-24 12:36 CE, revision 60319

update bakefile to 0.2.6

2009-04-24 11:45 CE, revision 60318

build a 2.9.x windows setup file and chm and htb sets of docs

2009-04-24 11:25 CE, revision 60317

update bakefile to 0.2.6

2009-04-24 10:08 CE, revision 60316

changes for bulding daily trunk

2009-04-24 10:07 CE, revision 60315

update where version number needs fixing

2009-04-24 09:58 CE, revision 60314

fix version

2009-04-24 09:40 MW, revision 60313

New dev.

2009-04-24 07:06 RD, revision 60297

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scope of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 07:03 RD, revision 60296

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 07:02 RD, revision 60295

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 06:23 RD, revision 60294

Bump subrelease number

2009-04-23 18:07 BP, revision 60293

Branched SOC2009_RIBBON for the ribbon bar Summer of Code project for Peter Cawley.

2009-04-23 18:06 BP, revision 60292

Branched SOC2009_FSWATCHER for the file system changes notification Summer of Code project for Bartosz Bekier.

2009-04-23 18:05 BP, revision 60291

Branched SOC2009_AUI for the wxAUI Summer of Code project for Malcolm MacLeod.

2009-04-23 17:52 VZ, revision 60290

another typo correction; provide GNU gettext link

2009-04-23 17:50 VZ, revision 60289

fix links and references to cvs (closes #10729)

2009-04-23 16:52 CE, revision 60288

windows and docs built for 2.9.0rc1

2009-04-22 16:06 JS, revision 60284

State fix

2009-04-22 16:00 JS, revision 60283

State fix

2009-04-22 16:00 JS, revision 60282

State fix

2009-04-22 09:59 JS, revision 60281

Removed redundant/harmful no anti-aliasing on Mac

2009-04-22 09:58 JS, revision 60280

Removed redundant/harmful no anti-aliasing on Mac

2009-04-22 09:57 JS, revision 60279

Removed redundant/harmful no-antialiasing on Mac

2009-04-21 19:58 VZ, revision 60277

correct the assert added by r60056 to not trigger in non-report modes (see #10687)

2009-04-21 19:33 VZ, revision 60276

avoid multiline strings in AC_CONFIG_COMMANDS as it seems to result in problems with /bin/dash (see #10724)

2009-04-21 19:31 VZ, revision 60275

don't readd items in SetImageList() after changing the control mode, they are supposed to be preserved by wxListCtrl itself (correction for #9484)

2009-04-21 19:19 VZ, revision 60274

add test checking that switching mode doesn't change the controls contents (see #9484)

2009-04-21 16:35 SC, revision 60271

backport r60270

2009-04-21 16:32 SC, revision 60270

adding me to author, updating date

2009-04-21 14:18 FM, revision 60267

build fix for wxMac

2009-04-21 13:21 FM, revision 60266

use :: when referring to wxDefaultSize or wxDefaultPosition

2009-04-21 13:10 FM, revision 60265

implement tooltips for wxStatusBar panes whose contents were ellipsized; introduce wxST_SHOW_TIPS and wxST_DEFAULT_STYLE styles

2009-04-21 02:05 FM, revision 60263

no real change; just add the standard separator where it's missing

2009-04-21 02:05 VZ, revision 60262

fix confusion in IsSameAs() docs (closes #10722)

2009-04-21 01:42 VZ, revision 60261

include windows.h instead of basetsd.h directly as this doesn't seem to be supported by mingw64

2009-04-20 21:31 SC, revision 60259

backport r60258

2009-04-20 21:23 SC, revision 60258

content must be changeable by wx even though control may be disabled

2009-04-20 20:49 FM, revision 60257

use WX_PIZZA(...) to deference pointers only when we are sure that the pointer is non-NULL

2009-04-20 10:47 SC, revision 60255

merging back r60252

2009-04-20 06:47 SC, revision 60252

fixing param

2009-04-19 21:51 KO, revision 60247

Backport of r60246.

2009-04-19 21:51 KO, revision 60246

Document CreateMeasuringContext now that it is available for all wxGC impls.

2009-04-19 21:46 FM, revision 60245

name wxStaticBoxSizer; some other minor wording clarifications

2009-04-19 21:45 KO, revision 60244

backport of r60185.

2009-04-19 15:29 FM, revision 60243

grouping is not allowed for enum values

2009-04-19 13:33 JS, revision 60242

Fix for using uncreated window

2009-04-19 09:20 SC, revision 60241

merging back r60180, r60184, r60212, r60214, r60215, r60234

2009-04-18 14:27 VZ, revision 60235

initialize m_hFont in the beginning of wxFontRefData::Init() to avoid freeing invalid font handle in SetXXX() called afterwards; removed hard TABs

2009-04-18 14:23 VZ, revision 60234

blind fix for eVC compilation with wxEVENTS_COMPATIBILITY_2_8==0 (hopefully closes #10714)

2009-04-18 14:19 VZ, revision 60233

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT whenever possible to see more information about the test failures

2009-04-18 13:10 SC, revision 60232

removing overloads to avoid 'hidden method' warning

2009-04-18 12:34 JMS, revision 60231

Re-added support for property attribute wxPG_BOOL_USE_DOUBLE_CLICK_CYCLING (lines required to support it were accidentally removed at some point)

2009-04-18 12:20 JMS, revision 60230

Quick (temporary) fix for some spurious splitter movement

2009-04-18 11:56 JMS, revision 60229

Fixed fallback font used in wxFontProperty::OnSetValue()

2009-04-18 11:43 JMS, revision 60228

Use wxStdDialogButtonSizer in editor dialogs of wxLongStringProperty and wxArrayStringProperty

2009-04-18 10:08 FM, revision 60227

blind wxOS2 build fix

2009-04-17 20:37 SC, revision 60221

backport r60220

2009-04-17 20:25 SC, revision 60220

wrong override params

2009-04-17 18:12 JS, revision 60219

Don't attempt to do measuring when the window hasn't been created fully yet

2009-04-17 15:24 VZ, revision 60217

mention incompatible change in EVT_TREE_ITEM_ACTIVATED behaviour under MSW

2009-04-17 13:06 VZ, revision 60216

use "ul" suffix instead of cast to unsigned long; this is not only shorter but also avoids gcc warning about working correctly only in C90

2009-04-17 00:35 VZ, revision 60215

really fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212

2009-04-16 22:41 VZ, revision 60214

compilation fix for wxEVENTS_COMPATIBILITY_2_8 build after r60212

2009-04-16 21:33 VZ, revision 60213

added failing compilation test for the case of missing handler in Bind() call

2009-04-16 21:23 VZ, revision 60212

remove wxNewEventFunctor() overload which allowed calls to "Bind(evt, &WrongClass::method)" to compile

2009-04-16 19:28 JMS, revision 60207

wxFlagsProperty now automatically relays wxBOOL_USE_CHECKBOX and wxBOOL_USE_DOUBLE_CLICK_CYCLING to child bool properties (closes #10690)

2009-04-16 18:21 JMS, revision 60203

Removed unneeded includes

2009-04-16 16:34 VZ, revision 60202

add Bind() test

2009-04-16 14:49 VZ, revision 60201

rebake after the addition of graphics/measuring.cpp

2009-04-16 14:47 VZ, revision 60200

added a failtest target to Makefile to test for the (expected) compilation failures

2009-04-16 13:02 BIW, revision 60199

implement default width for toolbar labels

2009-04-16 13:00 VZ, revision 60198

pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did)

2009-04-16 12:58 BIW, revision 60197

implement default width for toolbar labels

2009-04-16 12:48 VZ, revision 60196

define constants for the number of items in the tree at each level and number of levels

2009-04-16 09:48 SC, revision 60195

merging r60138

2009-04-16 07:11 SC, revision 60194

merging r60108, r60116, r60120, r60121, r60125 and r60126

2009-04-16 04:57 KO, revision 60193

Mac build fix.

2009-04-16 01:13 KO, revision 60192

Rebake after MSW/Cairo changes

2009-04-16 00:57 KO, revision 60190

Initial support for Cairo on MSW

2009-04-15 23:04 VZ, revision 60188

correct test for wxDEBUG_LEVEL in last commit

2009-04-15 22:38 KO, revision 60187

Add a test to ensure that CreateMeasuringContext creates a valid context that can measure text.

2009-04-15 22:01 KO, revision 60186

Implement CreateMeasuringContext for GTK/Cairo (backport from trunk)

2009-04-15 21:55 KO, revision 60185

Implement CreateMeasuringContext for GTK/Cairo.

2009-04-15 21:31 VZ, revision 60184

remove dll export declaration from wxCStrData now that all its methods are inline (fixes mingw32 warning in DLL build)

2009-04-15 21:30 VZ, revision 60183

avoid a warning about unused function in release build

2009-04-15 21:23 VZ, revision 60182

use wxUIntPtr instead of long for 3rd parameter of wxListCtrl::SortItems() to allow passing pointers to it

2009-04-15 21:14 VZ, revision 60181

removed the note about wxEvent::Clone() startup test as it was removed