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

2008-09-27 16:53 MW, revision 55921

Use shared checkouts with a fresh copy for each build to allow clean builds.

2008-09-27 15:29 JMS, revision 55920

Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests)

2008-09-27 15:29 JMS, revision 55919

wxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names

2008-09-27 15:17 JMS, revision 55918

Use wxPropertyGridEventHandler in commented-out sample connect code

2008-09-27 15:13 JMS, revision 55917

Use wxUSE_LONGLONG_NATIVE more

2008-09-27 15:09 JMS, revision 55916

wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds

2008-09-27 14:03 JMS, revision 55915

Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer using PG specific class macros in its sample), other editors.h interface fixes

2008-09-27 13:13 JMS, revision 55914

Fixed a warning

2008-09-27 12:29 FM, revision 55913

more fixes

2008-09-27 11:21 FM, revision 55912

HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

2008-09-27 10:59 FM, revision 55911

final w*h interface header reviews

2008-09-27 10:58 FM, revision 55910

give a name to wxZlib enums to make it easier to document them

2008-09-27 10:28 FM, revision 55909

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908

2008-09-27 10:27 FM, revision 55908

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod)

2008-09-27 09:54 JS, revision 55907

fix gcc warning

2008-09-27 09:20 VZ, revision 55906

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo

2008-09-26 18:20 JMS, revision 55903

Fixed and clarified editor control event handling

2008-09-26 17:36 VZ, revision 55902

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 17:36 VZ, revision 55901

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 15:27 VZ, revision 55900

fix ParseFormat("%d") to set the date it finds (#10002)

2008-09-26 15:18 VZ, revision 55899

using CLSCTX_ALL fails with Microsoft Office applications, correct the last change to use CLSCTX_SERVER only (see #9868)

2008-09-26 13:46 VZ, revision 55898

tried to make umask comment make more sense

2008-09-26 00:23 VZ, revision 55897

Brian Ravnsgaard Riis slave added

2008-09-26 00:19 MW, revision 55896

Configure a second Windows build and give the slave a new name.

2008-09-26 00:10 VZ, revision 55895

update from Laurent

2008-09-25 21:41 VZ, revision 55893

don't give errors if SetLayeredWindowAttributes() is not available (as is the case under Win95)

2008-09-25 21:31 FM, revision 55892

w*h interface revisions

2008-09-25 20:00 FM, revision 55891

final f*h interface header reviews

2008-09-25 19:15 FM, revision 55890

more f*h interface file revisions

2008-09-25 18:36 FM, revision 55889

fix for non-PCH builds

2008-09-25 18:31 SC, revision 55888

adding auibar, fixes #10006

2008-09-25 18:20 FM, revision 55887

build fix

2008-09-25 18:14 FM, revision 55886

revisions by Utensil Candel

2008-09-25 18:01 BP, revision 55885

Tagged 2.8.9 release from r55637 of WX_2_8_BRANCH.

2008-09-25 17:56 FM, revision 55884

provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)

2008-09-25 17:23 JMS, revision 55883

Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such

2008-09-25 17:19 JMS, revision 55882

AddPage(), InsertPage() now return page ptr instead of index

2008-09-25 17:19 VS, revision 55881

fixed pagebreaks computation in tables (#9935, backport of r55505)

2008-09-25 17:11 JMS, revision 55880

Reduce ambiguity of selection functions in wxPropertyGridManager, make them better match for wxPropertyGrid ones

2008-09-25 17:04 JMS, revision 55879

Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()

2008-09-25 17:02 JMS, revision 55878

Removed redundant wxPGChoices::Set()

2008-09-25 17:00 JMS, revision 55877

Removed redundant wxPGProperty::SetChoices()

2008-09-25 16:50 VZ, revision 55876

don't test for both stream.fail() and stream.bad() as the latter implies the former; also use operator!() instead of fail() to make it more clear what's going on

2008-09-25 16:31 JMS, revision 55875

Slightly better wxStockCursor usage

2008-09-25 16:27 VZ, revision 55873

specify the file name in IO errors messages; also make Do{Open,Save}Document() use the same logic flow

2008-09-25 16:13 JMS, revision 55870

Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute() to fail (wxPG SourceForge bug #2128485)

2008-09-25 16:11 JMS, revision 55869

Fix wxCursor() ctor compilation by casting argument to wxStockCursor

2008-09-25 16:10 RD, revision 55868

Consolidate old and new implementations of Get/SetSelection

2008-09-25 16:08 RD, revision 55867

remove another SWIG #if

2008-09-25 15:59 JMS, revision 55866

Fixed bug: wxPGProperty::OnEvent() was never called if primary editor window was NULL (as could be if limited editing was used)

2008-09-25 15:34 RD, revision 55865

Revert last change

2008-09-25 15:27 VZ, revision 55864

fix parsing of IP literals in URIs, added test for it

2008-09-25 14:08 VZ, revision 55863

introduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros

2008-09-25 14:07 FM, revision 55862

small changes to fix doxygen warnings

2008-09-25 14:03 FM, revision 55861

more revisions of f*h headers

2008-09-25 14:00 VZ, revision 55860

removed hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printing under Win64; a couple of minor style fixes but no real changes otherwise

2008-09-25 13:39 FM, revision 55859

fix many doxygen warnings; added wxMotif section in platdetails (at the very least to fix warnings about missing page_port_wxmotif section) with its logo

2008-09-25 09:56 FM, revision 55857

small build fixes for PCH-less builds

2008-09-25 09:50 SC, revision 55856

optimization by Tim Kosse/Filezilla

2008-09-25 06:37 SC, revision 55852

avoiding crash for pure modifier events

2008-09-25 05:00 RD, revision 55851

More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

2008-09-25 01:53 RD, revision 55850

Install kbdstate.h and mousestate.h

2008-09-25 00:02 KO, revision 55849

Get wxMediaCtrl stub impl. going for OS X Cocoa.

2008-09-25 00:01 KO, revision 55848

Remove some wxCocoa stuff that isn't in OS X Cocoa.

2008-09-24 23:53 KO, revision 55847

#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

2008-09-24 23:46 RD, revision 55846

Fix OpenGL test on OSX

2008-09-24 23:44 RD, revision 55845

Unicode-related compile fixes

2008-09-24 23:43 RD, revision 55844

Ignore the DECLARE_*()'s when swigging

2008-09-24 23:41 RD, revision 55843

Fix wxStockCursor realted compile error

2008-09-24 23:29 FM, revision 55842

ifacecheck fixes to c*.h headers

2008-09-24 22:10 FM, revision 55841

made internal members of wxColourData public again; added a comment warning users to not use them directly

2008-09-24 21:58 FM, revision 55840

make m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod::GetAsString() not to use wxType::GetAsCleanString for return type

2008-09-24 20:51 VZ, revision 55839

still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8

2008-09-24 20:21 FM, revision 55838

fix build errors deriving from making wxColourData members private

2008-09-24 19:40 FM, revision 55837

use wxStockCursor (as documented and as already implemented in wxMotif) instead of a plain 'int'

2008-09-24 18:03 MW, revision 55836

Initial commit for Laurent Humbertclaude's Windows slave.

2008-09-24 17:58 FM, revision 55835

made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue

2008-09-24 17:57 FM, revision 55834

changed wxColourData::GetCustomColour to const; there's no reason for it to be non-const; fixed wxColourData iface header

2008-09-24 13:47 VZ, revision 55833

return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

2008-09-24 13:38 VZ, revision 55832

reverted r55167, see #9854

2008-09-24 13:33 VZ, revision 55831

restore the original selection when the dropdown is cancelled even if it was -1; this fixes the problem of #9995 and the existing code didn't deal correctly with the problem of losing current text in the combobox when the dropdown was cancelled anyhow

2008-09-24 13:16 VZ, revision 55830

document Connect(host, port) overload

2008-09-24 09:18 SC, revision 55828

supporting GetSize, fixes #9969

2008-09-23 17:37 JMS, revision 55822

Document revisioning (including more wx-like formatting and internal function removal)

2008-09-23 15:38 JMS, revision 55821

Remove obsolete references to 'target page' concept

2008-09-23 15:35 JMS, revision 55820

Remove doc references to 'common value' (which is unfinished feature)

2008-09-23 10:00 SC, revision 55818

fixing compiles under certain flags

2008-09-22 22:42 VZ, revision 55817

copied and pasted 2.8.9 change log section (was there anything there that didn't apply to trunk?)

2008-09-22 22:39 FM, revision 55816

fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter

2008-09-22 22:36 FM, revision 55815

fix typo

2008-09-22 21:55 FM, revision 55809

BIG CHANGES: - removed fix from the rungccxml.sh.in; not only it was unnecessary but it's also better to keep all references to specific wxWidgets classes in a single place: the ifacecheck sources; - added g_bLogEnabled and LogNull class; - added an HACK_TO_AUTO_CORRECT_ONLY_VIRTUAL_AND_CONST_ATTRIBUTES mode for fixing virtualness and constness of interface headers in an automated way - added options to wxMethod::GetAsString to provide an easier way to debug ifacecheck comparisons between wxMethods - fixed wxMethod::FixMethod for single-line prototypes and added a boolean return value from it

2008-09-22 19:01 FM, revision 55806

automated virtual/const fixes by ifacecheck

2008-09-22 18:21 FM, revision 55805

ifacecheck fixes

2008-09-22 17:33 VZ, revision 55804

compilation fix for PCH-less build

2008-09-22 16:30 VZ, revision 55803

use wxGetDisplayPPI() instead of redoing it

2008-09-22 16:27 VZ, revision 55802

use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800

2008-09-22 16:26 VZ, revision 55801

use inches2mm instead of literal constant in wxGetDisplayPPI()

2008-09-22 16:20 VZ, revision 55800

fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721

2008-09-22 16:15 VZ, revision 55799

position the insertion point to the start, not end, of the selection for compatibility with MSW

2008-09-22 16:12 VZ, revision 55798

don't crash if the grid is being deleted while a cell editor is still shown (closes #9991)