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

2007-06-07 14:25 FT, revision 46356

"Always use triple double quotes for docstrings, even those that are all on one line."

2007-06-07 14:02 FT, revision 46355

Added children and child-related tests to WindowTest. Moved invariant setup code to WindowTest constructor, for future inheritance. ButtonTest takes advantage of inheritance from WindowTest.

2007-06-07 12:49 JS, revision 46354

Don't insert a newline when we get text

2007-06-07 08:44 CE, revision 46353

missing closing bracket broke tex2rtf

2007-06-07 06:57 SC, revision 46352

better param type

2007-06-07 05:58 SC, revision 46351

add a PICT export for Quartz (needed under 10.3 as ImageRefs are not accepted everywhere)

2007-06-07 05:37 SC, revision 46350

making pdf implementation compile and work under 10.3

2007-06-07 05:34 SC, revision 46349

uma versions for tiger only calls

2007-06-07 04:46 VS, revision 46348

removed unused glob.inc file

2007-06-07 02:03 BY, revision 46347

Just to test the cvs !

2007-06-07 01:40 FT, revision 46346

testButton derives from testWindow. testFont.py added. runAllTests runs testButton and testFont.

2007-06-07 00:33 FT, revision 46345

Reformatted method todo list. Add tests for Reparent, SetFont, GetFont.

2007-06-06 23:40 RR, revision 46344

Added initial OS X implementation of the wxDataViewCtrl in its current tabular form.

2007-06-06 22:04 FT, revision 46343

Add testButton.py and testColor.py to version control. testButton is just a skeleton, and testColor is rather trivial as yet.

2007-06-06 15:56 VS, revision 46342

marked WinCE implementations of wxOpen etc. functions as dllexported

2007-06-06 13:48 VS, revision 46341

fixed wxScanf() etc. to compile with Visual C++ again

2007-06-06 05:26 KO, revision 46340

Make macbuild-lipo more robust, add lipo-dir which will lipo two dirs (one a ppc install and one an intel install) together.

2007-06-06 01:36 FT, revision 46339

Additional tests added.

2007-06-05 21:53 RD, revision 46338

Convert '0' or '1' to int before converting to bool

2007-06-05 21:51 RD, revision 46337

Check for 8.0 too

2007-06-05 21:50 RD, revision 46336

Use utf-8 for saving to file. Patch #1730543

2007-06-05 21:18 RD, revision 46335

Add undo stack. Patch #1730517

2007-06-05 17:31 VZ, revision 46334

compilation fix after last commit: make wxAppConsole a class, not typedef, under non-Unix as we can't forward declare a typedef

2007-06-05 16:40 MW, revision 46333

Add to patch 1671804 (menu alignment for VC6) so that it does work, and move it to msw/missing.h.

2007-06-05 15:21 MW, revision 46332

Warning fix for VC5

2007-06-05 13:16 JS, revision 46331

Don't crash if failing to convert text on write

2007-06-05 12:12 VS, revision 46330

don't crash when using wxHtmlWidgetCell in wxHtmlListBox

2007-06-05 04:12 KO, revision 46329

Restore compilation on Panther when using CoreGraphics. Also take a stab at Panther CoreGraphics impl based on previous implementation.

2007-06-04 23:07 FT, revision 46328

Initial commit of unit test suite.

2007-06-04 18:11 VZ, revision 46327

update from Hakki Dogusan

2007-06-04 13:49 VZ, revision 46326

fix typo in Selecting() description (bug 1726270)

2007-06-04 13:39 VZ, revision 46325

rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation

2007-06-04 13:34 VZ, revision 46324

reset one shot timer internal state instead of leaving it thinking that it's still running (mdified patch 1730597)

2007-06-04 12:56 VS, revision 46323

wxSscanf() and friends are now Unicode+ANSI friendly wrappers instead of defines for CRT functions

2007-06-04 12:51 VS, revision 46322

compilation fix

2007-06-04 12:50 VZ, revision 46321

provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly

2007-06-04 11:02 VZ, revision 46320

add wx/unix/private directory

2007-06-04 10:54 VS, revision 46319

removed unneeded wxVaCopy calls

2007-06-04 10:04 VS, revision 46318

changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary conversions; added compatibility code so that user code overriding these with char* or wchar_t* argument continues to work

2007-06-04 09:53 VS, revision 46317

changed wxFileSelector() etc. functions to use wxString (so that any forms of strings can be used with it, not just wxChar*), while still preserving compatibility with passing NULL to them)

2007-06-04 09:01 VS, revision 46316

added comment explaining the condition for compiling manifest into resources

2007-06-03 23:03 VZ, revision 46315

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904) [backport from HEAD]

2007-06-03 23:00 VZ, revision 46314

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904)

2007-06-03 22:38 VZ, revision 46313

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909) [backport from HEAD]

2007-06-03 22:35 VZ, revision 46312

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909)

2007-06-03 22:14 VZ, revision 46311

added colour normalization to PNM handler [backport from HEAD]

2007-06-03 22:13 VZ, revision 46310

corrected wrong change description: raw RGB support was already there

2007-06-03 22:09 VZ, revision 46309

added raw RGB support and colour normalization to PNM handler

2007-06-03 22:03 VZ, revision 46308

add ctor overloads for all kinds of strings to fix using strings implicitly as wxDataFormat objects after the last change

2007-06-03 21:07 FM, revision 46307

added size-mode view

2007-06-03 21:07 FM, revision 46306

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 20:01 FM, revision 46305

added tree-view of the wxWidgets class list

2007-06-03 19:26 FM, revision 46304

move "old" RTTI code to rtti.h

2007-06-03 19:26 FM, revision 46303

make GetTypeInfo implementation safer; other minor reformatting changes

2007-06-03 19:26 FM, revision 46302

no real changes; changed formatting

2007-06-03 19:25 FM, revision 46301

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 19:25 FM, revision 46300

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 18:29 FM, revision 46299

default to wxUSE_EXTENDED_RTTI=yes, enable XTI sample when wxUSE_EXTENDED_RTTI=yes

2007-06-03 18:29 FM, revision 46298

added XTI sample

2007-06-03 18:27 FM, revision 46297

removed wxUSE_EXTENDED_RTTI sections which were duplicated from MSW sources

2007-06-03 18:23 FM, revision 46296

added "dump registered class" menuitem and relative dialog to show wxWidgets class list and the XTI properties of the selected class

2007-06-03 11:23 JS, revision 46295

Typo fix

2007-06-03 11:01 SC, revision 46294

coordinate adjustment not needed here anymore

2007-06-03 10:59 SC, revision 46293

do coordinate conversion in the context creation already

2007-06-03 00:11 RD, revision 46292

reSWIGged

2007-06-03 00:06 RD, revision 46291

install wx/mac/corefoundation/cfdataref.h and wx/mac/corefoundation/cfref.h

2007-06-02 23:57 RD, revision 46290

bump subrelease number

2007-06-02 23:53 RD, revision 46289

Richtext updates

2007-06-02 23:50 RD, revision 46288

Additional tags to treat as bitmaps

2007-06-02 23:50 RD, revision 46287

Show the .this attribute too

2007-06-02 23:49 RD, revision 46286

tweak layout

2007-06-02 23:49 RD, revision 46285

menu and accel tweaks for Mac

2007-06-02 23:46 RD, revision 46284

out typemap for wxPyComboCtrl*

2007-06-02 23:46 RD, revision 46283

wxRect* typemap

2007-06-02 23:43 RD, revision 46282

wxOutputStream wrapers and typemaps

2007-06-02 23:43 RD, revision 46281

docstring fix

2007-06-02 23:42 RD, revision 46280

Python sequence wrappers for wxLists

2007-06-02 23:38 RD, revision 46279

Don't use the wxRect* typemaps in the wxRect class

2007-06-02 23:37 RD, revision 46278

wxOutputStream wrapers and typemaps

2007-06-02 23:36 RD, revision 46277

docstring fixes

2007-06-02 21:06 KO, revision 46276

Allow wxpresets to work with wxPython libraries on Windows.

2007-06-02 17:21 VS, revision 46275

use iterators in wxStaticText wrapping and escaping code

2007-06-02 13:51 VZ, revision 46274

factor out the fd<->handlers map from wxFDIODispatcher into a separate wxMappedFDIODispatcher class (patch 1729395)

2007-06-02 13:34 VZ, revision 46273

the same event handler class, not object, can be used with multiple windows (patch 1728835)

2007-06-02 13:25 VZ, revision 46272

fix crash after destroying a default button in a backwards compatible way (patch 1727956)

2007-06-02 13:23 VZ, revision 46271

upported changes from 2.8.5 (at the very least this simplifies merging between branches)

2007-06-02 13:22 VZ, revision 46270

enable non-top tabs workaround for Vista too (replaces patch 1724221) [backport from HEAD]

2007-06-02 13:17 VZ, revision 46269

enable non-top tabs workaround for Vista too (replaces patch 1724221)

2007-06-02 13:13 VZ, revision 46268

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) [backport from HEAD]

2007-06-02 12:56 VZ, revision 46267

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)

2007-06-02 12:45 VS, revision 46266

partially fixed passing wxUniChar as vararg argument (non-ASCII characters are still broken in UTF8 build, other cases work)

2007-06-02 12:42 VS, revision 46265

implemented wxMBConv::IsUTF8() helper for more classes so that all uses of UTF-8 are detected and optimized in wxString

2007-06-01 22:05 VZ, revision 46264

extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGridCellAutoWrapStringEditor::Create() to ensure that it honours the base editor parameters

2007-06-01 21:21 VZ, revision 46263

compilation fix: wxColour::GetColor() returns const object

2007-06-01 21:19 VZ, revision 46262

suppress warnings about void* to uint conversion losing precision (under 64 bit architectures)

2007-06-01 12:16 VZ, revision 46261

also correct run-time check for gtk_message_dialog_format_secondary_text() availability

2007-05-31 21:18 ROL, revision 46260

revert to dictionary... it is better design

2007-05-31 21:12 ROL, revision 46259

using list of components to allow duplicate names

2007-05-31 20:46 ROL, revision 46258

test module for component plugin

2007-05-31 20:28 ROL, revision 46257

First test of component plugin design, with stub XMLTree class