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