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-10-04 23:19 VS, revision 62255

fixed wxXmlDocument::Save() to interpret the indentstep argument correctly

2009-10-04 21:05 JMS, revision 62254

Changed the ultimate fall-back popup window classes: wxMSW now uses wxFrame, wxMAC uses wxNonOwnedWindow

2009-10-04 02:21 PC, revision 62252

add missing break

2009-10-04 02:00 RD, revision 62251

exclude SWIG generated files from being checked

2009-10-03 21:58 SC, revision 62237

commenting never used code

2009-10-03 18:39 PC, revision 62234

Remove unused global bitmap, which caused crash on startup with wxUSE_XPM==0. Use new pen style enums

2009-10-03 18:37 PC, revision 62233

revert, checked in the wrong file

2009-10-03 18:32 PC, revision 62232

QuickTime is needed by wxBitmap

2009-10-03 18:23 PC, revision 62231

Remove unused global bitmap, which caused crash on startup with wxUSE_XPM==0. Use new pen style enums

2009-10-03 12:43 JMS, revision 62230

Added wxDECLARE_ANY_TYPE(CLS, DECL) and documented for what kind of situation it is intended: wxAny used across DLL and EXE boundaries.

2009-10-03 10:27 JMS, revision 62229

Added change log entries for major new wxPropertyGrid features in wx2.9.1

2009-10-02 21:56 SC, revision 62227

fixing typo

2009-10-02 21:45 SC, revision 62226

adding construction from native bitmaps

2009-10-02 19:51 SC, revision 62225

adding NSImage to CGImageRef conversion

2009-10-02 16:15 JMS, revision 62224

Added note about dangers of adding and deleting items in wxEVT_COMMAND_COMBOBOX_CLOSEUP (works only on wxMSW)

2009-10-02 11:31 JJ, revision 62223

Fix compilation for wxUniversal

2009-10-01 18:06 JMS, revision 62222

Fixed bug: wxEditEnumProperty's initial string value could not be outside the list of choices.

2009-10-01 10:59 SC, revision 62221

fixing setting initial value under osx_cocoa for single line text controls

2009-10-01 02:33 VZ, revision 62218

Don't exit on errors in the pre-commit svn hook. Errors in grep, when it fails to find any changed or updated files, also count so the "set -e" line was causing the hook to reject any commits only deleting files (without any error message).

2009-10-01 02:32 VZ, revision 62217
  • D /wxWidgets/trunk/distrib/msw/splitwise.cpp

Remove old and unused file. We don't use WISE since many years, so remove the source of an utility which was supposed to help with using it. Closes #11270.

2009-09-30 20:25 SC, revision 62216

overriding to allocate an outer autorelease pool

2009-09-30 19:50 SC, revision 62215

fixing text matrix (dataview custom renderer showed problems) and reordering SaveGState

2009-09-30 18:38 VZ, revision 62214

Fix harmless unused parameters warnings. Also assert in the not implemented wxSound methods instead of silently returning false.

2009-09-30 18:18 VZ, revision 62213

Fix calculation of the margins for owner-drawn menu items. Take into account the widths of the bitmaps properly. Closes #11268.

2009-09-30 17:39 PC, revision 62212

use proper signature for callback function

2009-09-30 17:39 VZ, revision 62211

Set up menu bitmaps correctly for checkable items. We must not set MENUITEMINFO::hbmpItem for the checkable items as it would then be used for both checked and unchecked state. Closes #11244.

2009-09-30 17:38 PC, revision 62210

build fix for wxUSE_CONSOLE_EVENTLOOP==0

2009-09-30 17:38 PC, revision 62209

build fix for wxUSE_SOCKETS==0

2009-09-30 17:20 SC, revision 62208

support backgroundcolor on osx_cocoa

2009-09-30 08:58 JS, revision 62205

Applied patch #11261 (found a missing '{' in file src/palmos/imaglist.cpp) Martin Ettl

2009-09-30 08:53 JS, revision 62204

Applied #11260 (found a regression while checking in src/motif/menu.cpp with static code analysis tool cppcheck) Marin Ettl

2009-09-30 08:53 JS, revision 62203

Applied #11260 (found a regression while checking in src/motif/menu.cpp with static code analysis tool cppcheck) Marin Ettl

2009-09-30 02:15 VZ, revision 62201

Correct checks for conversion success in wxUniChar. Correct the checks in wxUniChar::From/ToHi8bit() to check for conversion success correctly as it always failed otherwise: wxMBConv::To/FromWChar() conversion functions should return 2, not 1, when conversion of 2 characters succeeded, even if one of them is a NUL. Closes #11243.

2009-09-29 19:04 VS, revision 62199

fix message box icons sizes in wxWindowsArtProvider: they should respect client ID and not be 32x32 all the time

2009-09-29 15:38 JMS, revision 62198

Removed dst buffer delete responsibility from wxAnyValueType::CopyBuffer(), clarified documentation regarding it.

2009-09-29 09:19 JS, revision 62197

#11259: Correction for bad help button on OSX

2009-09-29 09:15 JS, revision 62196

Added help button

2009-09-29 08:45 JS, revision 62195

Context menu now created in constructor; old context menu deleted when new one set.

2009-09-29 08:45 JS, revision 62194

Added context menu accessors; context menu now created in constructor.

2009-09-29 08:36 JS, revision 62193

SetItemFont correction

2009-09-29 01:44 BP, revision 62192

Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')'). Fixes #11257.

2009-09-29 01:42 BP, revision 62191

Fix regression in r37982 (missing ')'). Fixes #11257.

2009-09-28 18:15 JS, revision 62190

Moved WinPrinter from private.h to printdlg.cpp.

2009-09-28 18:02 JS, revision 62189

Moved WinPrinter from private.h to printdlg.cpp.

2009-09-28 17:36 PC, revision 62188

linking fix for wxUSE_VALIDATORS==0

2009-09-28 17:35 PC, revision 62187

build fix for wxUSE_SOCKETS==0

2009-09-28 12:02 JS, revision 62185

Applied #10560 (Missing wxUSE_CONFIG checks.)

2009-09-28 11:54 JS, revision 62184

Applied #9956 (wxGenericTreeControl: Cache GetTextExtent results to greatly speedup CalculatePositions)

2009-09-28 11:40 JS, revision 62183

Compilation fix

2009-09-28 10:19 JS, revision 62182

Added additional wxSound::Create