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-27 20:44 FM, revision 60412

correct SetFont() documentation: at least wxMSW and wxGTK do allow the user to pass wxNullFont (or another invalid font instance) (see #10475)

2009-04-27 15:59 CE, revision 60411

same as 60347, Borland bug

2009-04-27 15:26 VZ, revision 60410

make it possible to forward declare the class defined by WX_DECLARE_HASH_SET (fixes the build on systems where unordered_set is available after r60408)

2009-04-26 19:02 VZ, revision 60408

add a possibility to disable individual grid rows/columns resizing

2009-04-26 18:50 VZ, revision 60407

wxHashSet::count() method should be const

2009-04-26 17:50 VZ, revision 60406

added short col/row resizing overview

2009-04-26 17:47 CE, revision 60405

tracker 10737 fix

2009-04-26 17:28 VZ, revision 60404

pass parent argument of wxAboutBox to wxGenericAboutDialog ctor under GTK/Mac too

2009-04-26 16:59 VZ, revision 60403

added missing parent parameter to Cocoa version of wxAboutBox(); also pass it to the generic version in both Cocoa and Carbon versions

2009-04-26 21:41 VZ, revision 60399

set eol style correctly (see #10745)

2009-04-26 21:36 VZ, revision 60398

use svn:eol-style instead of eol:style (see #10745)

2009-04-26 21:12 VZ, revision 60396

add missing wx/module.h header to fix PCH-less build (closes #10743)

2009-04-26 20:43 VZ, revision 60395

set more svn properties for the files which didn't have them set correctly

2009-04-26 20:41 VZ, revision 60394

fix a problem with loading inked.dll (see #10633)

2009-04-26 18:24 FM, revision 60393

fix yet another typo

2009-04-26 17:01 FM, revision 60392

mention that calling SetFaceName() with an invalid facename will invalidate the font object (see #10475)

2009-04-26 16:55 FM, revision 60391

make clear that wxFont::SetFamily() does change the font face name, too (not only on wxGTK, also in wxMSW); reorganize docs for wxFont using doxygen groups; mention that GetFamily() is not very useful and returns a lot of times wxFONTFAMILY_UNKNOWN

2009-04-26 16:38 FM, revision 60390

typo fix (strangely VC9 doesn't consider it an error)

2009-04-26 15:41 VZ, revision 60389

add parent parameter to wxAboutBox() (closes #9952)

2009-04-26 15:37 FM, revision 60388

Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TIPS flags under wxMSW

2009-04-26 14:45 VZ, revision 60387

WinCE compilation fix: ifdef out HandlePaint() (see #10731)

2009-04-26 13:13 VZ, revision 60386

correct the release branch name

2009-04-26 13:12 VZ, revision 60385

set correct EOL style for files added in r58024 [backport of r60383 from trunk]

2009-04-26 13:00 VZ, revision 60384

add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it

2009-04-26 12:52 VZ, revision 60383

set correct EOL style for files added in r58024

2009-04-26 07:24 MW, revision 60380

New devs.

2009-04-26 04:57 KO, revision 60373

Rebake after last change.

2009-04-26 04:47 KO, revision 60372

Don't move the actual executable, just link to it. (backport from trunk)

2009-04-26 04:04 KO, revision 60371

Rebake after latest changes.

2009-04-26 04:01 KO, revision 60370

Don't move the actual executable, just link to it.

2009-04-26 01:49 KO, revision 60366

Separate out constructors / destructors, add support for enums and include files, and add a verbose option.

2009-04-26 01:38 VZ, revision 60364

include port number in HTTP Host header (closes #10632)

2009-04-26 01:19 VZ, revision 60363

add support for table border width attribute (closes #10610)

2009-04-26 00:31 VZ, revision 60362

optimize FindItem(data) performance (closes #9870)

2009-04-25 19:18 VZ, revision 60359

another typo correction after last change, correct the return types too

2009-04-25 18:26 VZ, revision 60358

no changes, just fix a typo in a menu item label

2009-04-25 18:23 VZ, revision 60357

added find performance test (see #9870) and the possibility to set the number of items (for list and report views only)

2009-04-25 17:58 VZ, revision 60356

compilation fix after the latest change (typo: used char instead of wchar_t)

2009-04-25 17:53 VZ, revision 60355

more order in wxCRT_filefunctions: define A and W versions, just as for everything else and simply map suffix-less versions to the appropriate ones

2009-04-25 17:37 VZ, revision 60354

only use Mac-specific menu item under Mac

2009-04-25 16:48 VZ, revision 60352

Cygwin doesn't have _wcsdup() (closes #10738)

2009-04-25 16:42 VZ, revision 60351

minor corrections: document typeDefault, remove text copied from the header (closes #10740)

2009-04-25 16:12 VZ, revision 60350

define wxStrchr(non-const char-or-wchar_t*) as a template to ensure that second parameter of any type that can be used with const version can be used with this one too; this is shorter than listing them all explicitly and without this Borland refuses to compile wxStrchr(char *, wxUniChar) (see #10736)

2009-04-25 16:08 VZ, revision 60349

disable wxGC for Borland as it can't compiler the macros used in msw/gdiplus.cpp

2009-04-25 16:07 VZ, revision 60348

(harmless) Borland release build warning fixes

2009-04-25 16:07 VZ, revision 60347

workaround for Borland compilation: don't use unspecified_bool_type for it

2009-04-25 15:54 VZ, revision 60346

remove HasNativeFontInfo() which always returns true now but was left for some reason

2009-04-25 15:52 VZ, revision 60345

build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS_HUGE_FILES cases; only define one of wxMSLU__wstat and wxMSLU__wstati64; also define wxStructStat as 64 bit version of struct stat if needed

2009-04-25 15:19 VZ, revision 60344

attempt to hyperlink wxCHECK_VISUALC_VERSION

2009-04-25 15:19 VZ, revision 60343

make wxSTRING_BASE_HASNT_CLEAR check more readable

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

2009-04-15 21:07 VZ, revision 60180

correct GTK+ version check added by r59603

2009-04-15 20:45 SC, revision 60179

merging r60178

2009-04-15 20:43 SC, revision 60178

have at least a measuring context available

2009-04-15 20:19 FM, revision 60177

remove unneeded font members from wxFontRefData (all font characteristics are stored only inside the wxNativeFontInfo member); simplify code because m_nativeFontInfoOk==true always; return wxFONTFAMILY_UNKNOWN from GetFamily() when there's no font family info.

2009-04-15 20:17 SC, revision 60176

merge r60175

2009-04-15 20:16 SC, revision 60175

make sure we treat partial conversions as failed

2009-04-15 20:02 FM, revision 60174

small enhancement: account for SLANT==ITALIC on wxMSW; print explicitely the face name of the current font; make wxFontBase::GetFamilyString aware of wxFONTFAMILY_UNKNOWN

2009-04-15 19:46 SC, revision 60171

merging r60170

2009-04-15 19:44 SC, revision 60170

textctrl fixes

2009-04-15 17:49 SC, revision 60168

merging r60166

2009-04-15 17:47 KO, revision 60167

Add a space to ensure we have a space between qualifiers and parameter names

2009-04-15 17:46 SC, revision 60166

fixing return values and handling of invalid files

2009-04-15 16:57 SC, revision 60165

merging r60164

2009-04-15 16:55 SC, revision 60164

using proper SubItemRect

2009-04-15 09:40 JS, revision 60163

Fixed a bug whereby setting one element size set all element sizes.

2009-04-15 09:40 JS, revision 60162

Fixed a bug whereby setting one element size set all element sizes.

2009-04-14 23:18 FM, revision 60158

don't return whatever encoding was set in SetEncoding(); always return wxFONTENCODING_UTF8 instead since that's the real encoding always used by wxFont under wxGTK

2009-04-14 20:11 SC, revision 60155

merging r60154

2009-04-14 20:09 SC, revision 60154

adapting TextUpdateEvents, using wxTextEntry API

2009-04-14 20:07 SC, revision 60153

merging r60152

2009-04-14 20:05 SC, revision 60152

making sure min and max sizes can be overridden

2009-04-14 20:04 SC, revision 60151

merging r60150

2009-04-14 19:58 SC, revision 60150

fixing native font info support bugs

2009-04-14 19:55 SC, revision 60149

merging r60148

2009-04-14 19:54 SC, revision 60148

guaranteeing autorelease pools for overridden OnRun on OSX

2009-04-14 18:55 FM, revision 60147

dump all font properties upon failure

2009-04-14 18:38 SC, revision 60146

merge r60145

2009-04-14 17:44 SC, revision 60145

adding all encodings on mac

2009-04-14 17:13 KO, revision 60144

For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPy thon extensions can be built.

2009-04-14 17:11 KO, revision 60143

For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPython extensions can be built.

2009-04-14 16:06 SC, revision 60142

fixing path for test_gui

2009-04-14 14:35 VZ, revision 60139

mention that SetValue() does generate a wxEVT_COMMAND_TEXT_UPDATED event

2009-04-14 13:22 VZ, revision 60138

only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls

2009-04-14 12:47 VZ, revision 60137

remove semicolon from wxDECLARE_EVENT; having it there was inconsistent with other wxXXX_EVENT macros and generally unexpected

2009-04-14 07:05 SC, revision 60136

failed conversion shouldn't trigger an assert

2009-04-14 07:04 SC, revision 60135

failed conversion shouldn't trigger an assert

2009-04-14 07:02 VS, revision 60134

(blind) fix for VC6s' warning about non-dll base template class

2009-04-14 05:30 SC, revision 60133

no test_gui present

2009-04-13 18:34 FM, revision 60128

even more detailed info to debug buildslaves failures

2009-04-13 17:49 VZ, revision 60126

better check for conversion failure in OutputString(); use wxScopedCharBuffer::length() instead of strlen()

2009-04-13 17:48 VZ, revision 60125

return empty string instead of NULL from mb_str()/wc_str() when conversion fails to avoid crashing badly written code which doesn't check for conversion failures

2009-04-13 17:33 VZ, revision 60124

suppress output from the test commands; use CPPUNIT_ASSERT_EQUAL() whenever possible

2009-04-13 09:03 FM, revision 60122

provide more info when a check for native font [user] info fails

2009-04-12 23:43 VZ, revision 60121

fix g++ warnings about initialization order mismatch after the last change

2009-04-12 23:37 VZ, revision 60120

fix support for using asterisks in the format string and some code cleanup

2009-04-12 22:53 FM, revision 60119

implement wxNativeFontInfo::SetFamily for wxGTK with the same logic used by wxMSW; remove the now useless m_family from wxGTK's wxFont implementation; better docs for many wxFont functions (don't use typeface term; use the 'face name' one instead) and wxFontFamily

2009-04-12 22:10 FM, revision 60118

more PCH-less build fix

2009-04-12 22:02 FM, revision 60117

allow testing more font properties: light weight, slant style and font families

2009-04-12 19:49 VZ, revision 60116

return persistent buffers from mb_str()/wc_str() to allow assigning the returned value to simple pointers

2009-04-12 18:42 VZ, revision 60115

blind PCH-less build fixes: add missing headers

2009-04-12 18:41 VZ, revision 60114

MSVC compilation fixes: don't use std{out,err} as variable names; don't reuse loop variables

2009-04-12 16:30 FM, revision 60113

build fix (wx doesn't use bakefile 0.2.6 yet)

2009-04-12 16:06 FM, revision 60112

no real change; just fix the argument name of the wxFont(const wxString&) ctor under wxGTK since it was misleading

2009-04-12 15:51 FM, revision 60111

do not call setlocale() twice in wxLocale::IsAvailable() and in IMPLEMENT_STRTOX_L_START

2009-04-12 12:43 FM, revision 60110

now wxGTK is always compiled against GTK+ >= 2.4

2009-04-12 11:44 FM, revision 60109

adding the first raw version of the execution monitor

2009-04-12 10:12 VS, revision 60108

fixed wxString::utf8_str() in UTF8 build to return buffer with length

2009-04-12 04:23 RD, revision 60106

compile fix for buildbot

2009-04-12 04:03 RD, revision 60103

Don't define HAVE_STRFTIME if it is already defined

2009-04-12 03:01 RD, revision 60102

Use a panel inside the CallTip window so it will be painted right on Mac. Rip out the antialias font option, it hasn't been needed for a long time.

2009-04-10 22:55 VZ, revision 60094

add missing tests (closes #10692)

2009-04-10 22:40 KO, revision 60093

Catch the return type when it's inside a <ref> tag.

2009-04-09 17:31 KO, revision 60080

Commit script which parses the Doxygen XML output into a list of class and method objects, which later can be passed for post-processing to autogenerate bindings, etc.

2009-04-09 09:01 VZ, revision 60078

fix row/column deselection in row-or-column selection mode (it wasn't doing anything)

2009-04-07 19:33 RR, revision 60063

Add test for wxDataViewColumn::GetWidth

2009-04-07 15:00 VZ, revision 60057

added names of WM_XXXUISTATE messages to wxGetMessageName() (closes #10691)

2009-04-07 11:11 VZ, revision 60056

added assert checking the column index validity (see #10687)

2009-04-07 11:10 VZ, revision 60055

remove "item.cchTextMax=0" line from SetItem() as it doesn't seem to make any sense (see #10687)

2009-04-07 11:09 VZ, revision 60053

no real changes, just remove unnecessary semicolons (part of #10687)

2009-04-07 11:04 VZ, revision 60052

document that a valid image list is required for item dragging under MSW (see #4390)

2009-04-07 10:41 VZ, revision 60050

document wxFont(wxString) ctor

2009-04-07 04:01 SC, revision 60048
  • D /wxWidgets/branches/WX_2_9_OSX_PREVIEW

replaced by release branch

2009-04-06 22:11 VZ, revision 60046

return better fitting size from DoGetBestSize() for grids with few rows

2009-04-06 22:07 VZ, revision 60045

no changes, just got rid of many __WXWINCE__ ifdefs

2009-04-06 17:39 SC, revision 60044

adding buildbot for 2.9.0

2009-04-06 16:41 SC, revision 60043

branching for a 2.9.0 release

2009-04-06 10:21 VZ, revision 60038

compilation fix for PCH-less build

2009-04-06 09:09 VZ, revision 60037

update from Micha³ Trzebiatowski

2009-04-05 14:58 VZ, revision 60034

use COLORONCOLOR stretching mode in DrawBitmap() too (see #3400)

2009-04-05 14:53 VZ, revision 60033

added test for wxDC-based image scaling; updated copyright

2009-04-05 14:34 VZ, revision 60032

paint background by default to avoid unexpected sample appearance

2009-04-05 13:07 VZ, revision 60031

improve wxTreeItemData documentation (closes #10662)

2009-04-05 12:54 VZ, revision 60030

implement SetTimes() for directories too under MSW [backport of r58153 from trunk] (closes #10250)

2009-04-05 12:52 VZ, revision 60029

implement GetImageCount() for GIF handler (closes #10663); added test for it to the sample

2009-04-05 12:31 VZ, revision 60028

allow reading GIFs with incorrectly specified animation size (closes #9465)

2009-04-05 12:16 VZ, revision 60027

define HAVE_SSIZE_T if we define ssize_t ourselves to prevent redefinitions in other libraries headers (closes #10674)

2009-04-04 23:55 VZ, revision 60024

revert r60023 and really fixed compilation problems caused by r60017 by providing assertEquals(const char *, const char *) overload as well

2009-04-04 22:33 VZ, revision 60023

compilation fix after r60017

2009-04-04 22:12 MW, revision 60022

Fixes for archive tests on Windows.

2009-04-04 16:45 VZ, revision 60018

fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8 encoded in VsnprintfTestCase::S() but use FromUTF8() explicitly (how did it manage to work with VC9 before?)

2009-04-04 16:43 VZ, revision 60017

allow symmetric comparisons to work too in CPPUNIT_ASSERT_EQUAL (e.g. wxString==char*, size_t==int and not only char*==wxString, int==size_t)

2009-04-04 16:02 VZ, revision 60016

fix VsnprintfTestCase::P() for mingw32 which may use MSVC CRT (closes #10679)

2009-04-04 13:34 SC, revision 60014

adding API note

2009-04-04 12:09 VZ, revision 60013

fix test failure on glibc systems which do not use %T; also replace CompareTimeFormats() with a macro to get failure messages on the right line

2009-04-04 12:08 VZ, revision 60012

no changes, just removed unused variable

2009-04-04 11:53 VZ, revision 60011

fix parsing of %p for locales which use periods in AM/PM strings (see #10677)

2009-04-04 11:49 VZ, revision 60010

no changes, just fixed typo in an error message

2009-04-04 11:38 VZ, revision 60009

fix PCH-less build after last change (closes #10678)

2009-04-04 09:05 SC, revision 60007

fixing unused param warning

2009-04-04 09:05 SC, revision 60006

fixing 64 bit value transfer