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-22 20:27 VZ, revision 46656

remove #if around operator&&(), its needed for other compilers too (Sun CC 5.9) and doesnt seem to hurt the ones which do not need it

2007-06-22 20:18 VZ, revision 46655

fix asserts for dropdown items

2007-06-22 19:52 VZ, revision 46654

override DoLog(wxString) and not the deprecated DoLog(wxChar*) in LboxLogger

2007-06-22 19:36 VZ, revision 46653

don't crash in SetBackgroundStyle() if the window is not realized

2007-06-22 19:14 VZ, revision 46652

don't always add wxCAPTION to wxMiniFrame style unconditionally (patch 1739821; backport from HEAD)

2007-06-22 19:10 VZ, revision 46651

don't always add wxCAPTION to wxMiniFrame style unconditionally

2007-06-22 18:41 VS, revision 46650

use wxCRT_VsprintfA name instead of vsprintf, for consistency

2007-06-22 18:22 VZ, revision 46649

make JPEG callbacks extern "C" to fix Sun CC warnings

2007-06-22 18:22 VZ, revision 46648

fix warnings about parameters shadowing member variables

2007-06-22 18:20 VZ, revision 46647

pointer to literal string should be const

2007-06-22 18:09 VZ, revision 46646

suppress virtual function hiding warnings due to the existence of several DoLog() and DoLogString() overloads of which only one is overridden

2007-06-22 18:08 VZ, revision 46645

regenerated after today's changes, it should now handle Sun CC under Linux correctly

2007-06-22 18:06 VZ, revision 46644

remove -mt and/or -pthread when mixing Sun CC and gcc once at the end instead of doing it several times in the middle as these options can appear in pkg-config output for just about anything

2007-06-22 17:23 VZ, revision 46643

use -R instead of -Wl,-rpath with Sun CC under Linux too

2007-06-22 17:17 FT, revision 46642

Add skeleton tests for wx.Dialog, and include them in runAllTests.py.

2007-06-22 17:17 VZ, revision 46641

fixed defining FOOCXX symbols (was broken because AC_LANG_POP was done too soon and so variable name for C and not C++ was wrongly used); changed mwcc and xlc detection to use the common macro instead of duplicating it

2007-06-22 17:15 VZ, revision 46640

added support for using Sun CC to link shared libraries under Linux too

2007-06-22 17:09 VZ, revision 46639

fix Sun CC warnings about converting literal strings to non-const char *

2007-06-22 17:07 FT, revision 46638

Two more tests for wx.TopLevelWindow. Fixed one minor oversight.

2007-06-22 16:50 FT, revision 46637

Include tests for wx.StaticText in runAllTests.py

2007-06-22 16:49 FT, revision 46636

Add tests for wx.StaticText. The tests are only inherited, since wx.StaticText has little functionality of its own.

2007-06-22 16:35 FT, revision 46635

Clean up and add more tests for wx.Frame

2007-06-22 15:11 VZ, revision 46634

suppress Sun CC warnings about casting between C++ and extern C function pointers

2007-06-22 14:52 VZ, revision 46633

fix Sun CC warning about name clash between the method parameters and member variables argc/argv

2007-06-22 14:48 VZ, revision 46632

better Sun CC fix: put the function in anonymous namespace instead of making it global

2007-06-22 14:46 VZ, revision 46631

Sun CC doesn't allow calling static function from template instantiations so rename ConvertStringToBuf() to wxInternalConvertStringToBuf() and make it extern

2007-06-22 14:25 VZ, revision 46630

test for Sun CC under Linux too, and not only Solaris (mirrors the change in bakefile)

2007-06-22 14:22 VZ, revision 46629

don't redefine __WCHAR_TYPE__ when using Sun CC if it's already defined (as is the case at least under Linux)

2007-06-22 13:59 VZ, revision 46628

Sun CC (at least version 5.9) has wint_t as a separate type too

2007-06-22 13:58 VZ, revision 46627

fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION

2007-06-22 13:55 VS, revision 46626

PCH-less compilation fix

2007-06-22 13:39 FT, revision 46625

Update wx.Button test docs and add test for SetDefault.

2007-06-22 13:23 FT, revision 46624

Update wxtest documentation and fix simple typo.

2007-06-22 12:56 VS, revision 46623

fixed documentantion for wxMemoryFSHandler::AddFileWithMimeType() -- older version for two versions of AddFile() was checked in by mistake

2007-06-22 12:56 VS, revision 46622

added documentantion for wxMemoryFSHandler::AddFileWithMimeType()

2007-06-22 12:34 VS, revision 46621

made wxUSE_UNICODE=1 the default

2007-06-22 12:34 RR, revision 46620

Forgot this part of the event change patch from 2_8

2007-06-22 12:30 VS, revision 46619

wxUSE_STL compilation fix

2007-06-22 12:28 VS, revision 46618

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 12:26 RR, revision 46617

Upport: Always use GdkPixbuf in wxBitmapButton

2007-06-22 12:25 RR, revision 46616

Always use (or create on-the-fly) pixbuf representation in wxBitmapButtom, fixes [ 1739413 ] Transparency, wxBitmapButton, GTK, disabled

2007-06-22 12:17 RR, revision 46615

Only apply wxALWAYS_SHOW_SB to main window in wxListCtrl.

2007-06-22 12:12 JS, revision 46614

Backported filter fix

2007-06-22 11:12 VS, revision 46613

have only one string form of operator<< in output streams

2007-06-22 11:10 VS, revision 46612

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 10:53 RR, revision 46611

Upported event filter patch for wxTextCtrl::SetValue() (work around doesn't work anymore with recent versions of GTK+).

2007-06-22 10:37 RR, revision 46610

Rewrote code that prevents (double) TEXT_UPDATE events in wxTextCtrl::SetValue(). This should fix [ 1735374 ] EVT_TEXT doesn't get called when changing wxTextCtrl

2007-06-22 10:11 RR, revision 46609

Correct gridlines drawing

2007-06-22 10:09 RR, revision 46608

Correct grid lines in wxListCtrl (I cannot find the bug report anymore)

2007-06-22 09:22 RR, revision 46607

Call base class methods for setting clipping region. Part of [ 1739766 ] Clipping non-rectanguar areas in wxGnomePrintDC

2007-06-22 09:18 RR, revision 46606

Call clipping region methods from base class.

2007-06-22 06:53 PC, revision 46605

gtk_widget_destroy does not unref the widget unless it's a TLW or in a container, so use gtk_object_sink to delete temporary, parentless widgets. Fixes memory leak bug #1741184.

2007-06-22 02:01 VZ, revision 46604

document CreateConfig() (extended patch 1739374)

2007-06-22 01:31 FT, revision 46603

Refactor away multi-platform inheritance. Use new wxtest module instead. Fixed some tests so they fail when they do the wrong thing. Update some documentation.

2007-06-22 00:23 FT, revision 46602

Multiple platform-dependent test class hierarchies was a step in the wrong direction. The wxtest module will allow for platform-specific code to be executed within tests in the least hackish manner possible.

2007-06-21 22:29 VZ, revision 46601

don't use DLL export declaration with inline functions, it is ignored and just results in a warning from mingw32 3.4.5 cross-compiler

2007-06-21 21:56 VZ, revision 46600

changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it

2007-06-21 21:45 VZ, revision 46599

fix STL build (don't rely on implicit wxString to char* conversions)

2007-06-21 21:34 VZ, revision 46598

fixed compilation in Unicode build (it was silently disabled before...)

2007-06-21 21:29 VZ, revision 46597

fix compilation in ANSI STL build

2007-06-21 19:49 RR, revision 46596

Added minor clarification to the wxListBox events used by wxVListBox.

2007-06-21 18:34 FT, revision 46595

Text manipulation tests for wx.TextCtrl.

2007-06-21 18:14 VZ, revision 46594

blind fix for wxUSE_WXDIB==0 compilation (replaces patch 1739858)

2007-06-21 16:33 PC, revision 46593

fix typo

2007-06-21 15:52 RD, revision 46592

docstring update

2007-06-21 15:26 RD, revision 46591

Added MemoryFSHandler.AddFileWithMimeType

2007-06-21 15:25 RD, revision 46590

docstring fixes

2007-06-21 15:24 RD, revision 46589

move wxDouble typedef to _defs.i

2007-06-21 15:23 VZ, revision 46588

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2) [backport from HEAD]

2007-06-21 15:21 VZ, revision 46587

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2)

2007-06-21 15:19 RD, revision 46586

Layout and other tweaks/fixes from Ric

2007-06-21 15:16 JS, revision 46585

Copied fonts in art Clone

2007-06-21 15:13 JS, revision 46584

Added new wxAuiNotebook symbols

2007-06-21 15:07 JS, revision 46583

Added font setting and ability to determine AUI notebook height for a given page height

2007-06-21 14:46 VZ, revision 46582

added wxLogChain::DetachOldLog()

2007-06-21 14:44 VZ, revision 46581

no changes, just replaced TAB with spaces

2007-06-21 12:44 JS, revision 46580

Added DetachOldLog to avoid destruction of old log target Renamed wxLogPassThrough to wxLogInterposer Added wxLogInterposerTemp

2007-06-21 12:34 JS, revision 46579

Added DetachOldLog to avoid destruction of old log target

2007-06-21 11:53 VZ, revision 46578

fix bug in our wxStrtod() reimplementation which prevented it from ever working (bug 1721643)

2007-06-21 11:50 VZ, revision 46577

document that wx[HV]SCROLL don't work with native controls not TLWs

2007-06-21 11:46 VZ, revision 46576

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable [backport from HEAD]

2007-06-21 11:44 VZ, revision 46575

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable

2007-06-21 11:24 VZ, revision 46574

fix to the previous commit: percent signs have to be escaped first

2007-06-21 11:16 VZ, revision 46573

fix to the previous commit: percent signs have to be escaped first

2007-06-21 06:12 BY, revision 46572

Add wxDataViewPath, wxDataViewItemBase, wxDataViewModel, wxDataViewTreeModel, wxDataViewModelNotifier. Before I make any changes to wxDataViewCtrlBase and wxDataViewCtrl, I commit this modification. At this moment, all things works. Only wx/dataview.h and common/datavcmn.cpp are changed.

2007-06-21 03:43 PC, revision 46571

fix reversed left/top variables

2007-06-21 00:06 VZ, revision 46570

fix handling of '#' in file names (patch 1740328) [backport from HEAD]

2007-06-21 00:05 VZ, revision 46569

fix handling of '#' in file names (patch 1740328)

2007-06-20 21:30 VZ, revision 46568

make setting the foreground colour of wxTextCtrl in wxGTK work [backport of 1.685 from HEAD]

2007-06-20 21:29 VZ, revision 46567

single line wxTextCtrl fg colour fix is now in 2.8

2007-06-20 20:16 FT, revision 46566

Modified test suite to pass all tests on Ubuntu. Various GTK warnings are still triggered though.

2007-06-20 19:03 FT, revision 46565

Fix typo in previous commit.

2007-06-20 18:33 FT, revision 46564

Refactor out wx.ControlWithItems tests into their own file. First stab at implementing platform-specific testing.

2007-06-20 17:55 FT, revision 46563

Overloading __init__ was superfluous as yet.

2007-06-20 17:49 PC, revision 46562

fix reparenting a control into wxToolBar

2007-06-20 15:36 JS, revision 46561

Added extra width for controls to avoid edge being clipped

2007-06-20 15:35 JS, revision 46560

Give controls more width to avoid edge being clipped

2007-06-20 15:22 FT, revision 46559

Alphabetize test methods for wx.Window

2007-06-20 14:02 JS, revision 46558

Fixed uninstalled toolbars in native toolbar mode, with a method for specifying non-native if required Added code to toolbar sample for testing uninstalled toolbar

2007-06-20 13:21 JS, revision 46557

Fix for non-CG mode