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-06-07 14:19 VZ, revision 60941

correct bug with using uninitialized end variable (unused variable warnings are not always useless)

2009-06-07 12:56 MJM, revision 60940

wxAuiPaneInfo: Change wxDEPRECATED to wxDEPRECATED_INLINE for inline functions. Deprecate public member variables and replace them with private member variables.(Added new accessors where needed) Renamed member variables to use m_ prefix so that they are more consistent with the wxWidgets style guide. Fix ordering of Get/Set functions to be more consistent(Get always before Set) Add const modifier to Set functions so that they are const correct. auibook.cpp Update to use non deprecated functions/variables. dockart.cpp Update to use non deprecated functions/variables. floatpane.cpp Update to use non deprecated functions/variables. framemanager.cpp Update to use non deprecated functions/variables.

2009-06-07 12:45 MJM, revision 60939

revert z-layer changes from revision 60836, will be re-added later with a different name

2009-06-07 11:07 JMS, revision 60938

Added section 'Changes from wxPropertyGrid 1.4'

2009-06-07 11:02 JMS, revision 60937

Added section 'Changes from wxPropertyGrid 1.4'

2009-06-07 09:52 JMS, revision 60936

Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently.

2009-06-07 01:34 VZ, revision 60935

return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary

2009-06-07 01:27 VZ, revision 60934

disable warning about _set_se_translator() requiring /EHa for VC9 too (it was disabled for up to VC8)

2009-06-07 01:26 VZ, revision 60933

fix (bogus) warning about uninitialized variable in release MSVC build

2009-06-07 01:25 VZ, revision 60932

mention wxTreeCtrl::SelectItem() fix of r60921

2009-06-07 01:24 VZ, revision 60931

disable MSVC 8+ warning about using Unicode characters as we do want to use them

2009-06-07 01:22 VZ, revision 60930

disable warnings about unused parameters in CppUnit headers

2009-06-07 01:20 VZ, revision 60929

use _isatty/_fdopen/_fileno() instead of isatty/fdopen/fileno() with VC

2009-06-07 01:18 VZ, revision 60928

use _fileno() instead of fileno() with VC

2009-06-07 01:17 VZ, revision 60927

use _unlink() instead of unlink() with VC

2009-06-07 01:16 VZ, revision 60926

rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict with a macro with the same name defined in Windows headers

2009-06-07 01:14 VZ, revision 60925

fix warnings about using signed values for chars and strdup() from VC9

2009-06-07 01:13 VZ, revision 60924

fix unused parameter warning

2009-06-07 01:10 VZ, revision 60923

define _SCL_SECURE_NO_WARNINGS to avoid warnings about unsafe standard library functions (such as xsgetn() used in wx/stdstream.h) from VC8+

2009-06-07 01:04 VZ, revision 60922

work around (harmless) warnings in VC7 release build

2009-06-07 00:56 VZ, revision 60921

make wxTreeCtrl::SelectItem(false) work in single selection controls under MSW (fixing the recently added unit test); also set the previously selected item in the selection changing/changed messages

2009-06-07 00:26 VZ, revision 60920

more corrections from Y. KABA.

2009-06-06 19:38 VZ, revision 60919

correct msgfmt warnings after last commit

2009-06-06 19:31 VZ, revision 60918

Japanese translations update from Y. KABA.

2009-06-06 19:27 VZ, revision 60917

simplify code by removing workaround not needed any longer after fix of r60910 (see #10830)

2009-06-06 17:28 JMS, revision 60913

Added wxPGProperty::Set/GetValuePlain() for direct m_value member access needed by wxPython bindings .m_value property

2009-06-06 17:27 JMS, revision 60912

Added better asserts, helps with debugging strange wxVariant issues

2009-06-06 17:24 JMS, revision 60911

Added wxPGProperty::GetValuePlain() and SetValuePlain() for direct m_value access, needed by wxPython bindings .m_value property.

2009-06-06 16:15 VZ, revision 60910

fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item shouldn't toggle its selection (see #10830)

2009-06-06 16:00 VZ, revision 60909

added multiple selections support to wxDirCtrl (closes #10830)

2009-06-06 14:25 VZ, revision 60907

compilation fixes for OS X Cocoa build

2009-06-06 14:09 VZ, revision 60906

document effect of loading an icon bundle on stream position

2009-06-06 14:01 VZ, revision 60905

export wxStatusBarPaneArray from the DLL to fix Borland multilib build

2009-06-06 00:38 SC, revision 60904

backport: avoiding events during destruction, fixes #10855

2009-06-05 23:08 SC, revision 60902

avoiding events during destruction, fixes #10855

2009-06-05 22:51 SC, revision 60901

porting back important speed fix

2009-06-05 10:54 VZ, revision 60900

compilation fixes for g++ 3.2 (closes #10875)

2009-06-05 01:41 VZ, revision 60899

added wxEditbaleListBox XRC handler

2009-06-05 00:40 BBE, revision 60898

File system watcher public interface in its basic form.

2009-06-05 00:28 VZ, revision 60897

correct the fix for avoiding the integer multiplication overflow to really work

2009-06-05 00:27 VZ, revision 60896

use wxAutoBufferedPaintDC to avoid needlessly double buffering under platforms which already do this natively (closes #10869)

2009-06-05 00:24 VZ, revision 60895

account properly for the menu in SetShape() (closes #10870)

2009-06-05 00:24 VZ, revision 60894

account properly for the menu in SetShape() (closes #10870)

2009-06-04 14:17 VZ, revision 60892

value of wrap parameter of wxStaticText must be specified in pixels, not characters

2009-06-04 10:55 VZ, revision 60891

postpone the call to CopyAttributes() until the DC is fully initialized (closes #10867)

2009-06-04 10:23 VZ, revision 60890

removed assert checking that bit depth is 8 or 16 as the code appears to work correctly for 1, 2 and4 bit depths as well (closes #10840)

2009-06-04 10:01 JS, revision 60889

Use live update for splitter on Mac since Leopard seems even more susceptible to screen drawing crashes

2009-06-04 10:01 JS, revision 60888

Use live update for splitter on Mac since Leopard seems even more susceptible to screen drawing crashes

2009-06-04 06:32 SC, revision 60887

backport avoid overdrawing, see #10865

2009-06-04 06:25 SC, revision 60886

avoid overdrawing, fixes #10865

2009-06-04 00:33 VZ, revision 60885

use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL

2009-06-04 00:28 VZ, revision 60884

don't fix the columns number to 1 by default in ctors (closes #10863)

2009-06-04 00:19 VZ, revision 60883

work around g++ 4.3 warning about possibly ambiguous else

2009-06-03 17:44 VZ, revision 60882

credit the reporter of bugs in PNG and TIFF code

2009-06-02 18:22 VZ, revision 60881

fix wxIconBundle creation from multiimage files broken by r60852

2009-06-02 17:11 PJC, revision 60880

Added scrollbar rendering to the ribbon art provider interface, and an (unfinished) implementation to the default provider. Improved performance of multiple tab separator renderings with the default art provider. Added scrollbar rendering to the tab control portion of the ribbon bar (when appropriate). Implemented mouse events on the tab control portion of the ribbon bar.

2009-06-02 16:16 JMS, revision 60878

Make this header SWIG-safe

2009-06-02 15:52 VZ, revision 60877

mention PNG and TIFF loaders fixes

2009-06-02 15:51 VZ, revision 60876

check for integer overflow which could result in buffer overrun when loading an invalid TIFF file

2009-06-02 15:50 VZ, revision 60875

don't free() the same pointer twice if an error occurs during lines pointers allocation

2009-06-02 15:43 VZ, revision 60874

added wxUINTn_MAX constants; document them together with the existing wxINTn_MIN/MAX ones

2009-06-02 15:01 FM, revision 60873

add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions

2009-06-02 03:51 RD, revision 60870

Make this header SWIG-safe

2009-06-02 01:19 FM, revision 60867

add wxProgressDialog::SetRange() function

2009-06-02 01:05 FM, revision 60866

no change: fix a couple typos

2009-06-02 01:01 FM, revision 60865

do not show the timestamp column in the details pane of the wxLogDialog when timestamping has been disabled

2009-06-01 22:54 VZ, revision 60864

correct Borland #pragma hdrstop position

2009-06-01 17:26 RR, revision 60863

non-PCH compilo

2009-06-01 17:15 RR, revision 60862

Compilo.

2009-06-01 16:55 FM, revision 60860

use a smaller timeout value to avoid blocking buildslaves for 10minutes

2009-06-01 16:46 FM, revision 60859

minor change: differentiate the initial banner of test.exe from test_gui.exe

2009-06-01 16:45 FM, revision 60858

add check about network connectivity; don't run the test if it's not available

2009-06-01 15:57 RR, revision 60857

Closes #10495: wxDataViewCtrl needs a way to start the label editor programmatically, also Windows port now emits vetoable ..._EDITING_STARTED event

2009-06-01 15:56 FM, revision 60856

fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than directly SeekO/I or TellO/I; in wxICOHandler only call SeekI() if we have a non-null seek offset

2009-06-01 15:04 VZ, revision 60855

corrected wrong type of posErr parameter (closes #10862)

2009-06-01 14:40 FM, revision 60854

fix PCH-less build

2009-06-01 13:46 FM, revision 60853

add wxImage test units to test loading from both seekable and non-seekable streams

2009-06-01 13:43 FM, revision 60852

document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams

2009-06-01 13:30 FM, revision 60851

add wxURL::GetInputStream test unit; add a global IsNetworkAvailable() utility to the test units

2009-06-01 12:16 JS, revision 60850

Backported Vaclav Slavik's speeded up accurate print preview code from trunk

2009-05-31 22:12 VZ, revision 60848

extracted wxTextWrapper in its own header and made it public

2009-05-31 21:40 VZ, revision 60847

don't redefine HAVE_STRFTIME as it can already be defined by configure (forgotten part of r60842)

2009-05-31 21:40 VZ, revision 60846

added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics

2009-05-31 21:20 VZ, revision 60845

set focus to the window when the mouse is clicked in it explicitly as we don't let the default mouse click handling take place

2009-05-31 21:15 VS, revision 60844

use enhanced metafiles for wxMSW print preview: this is as accurate as previous code, but much faster (fixes #9970)

2009-05-31 21:11 VS, revision 60843

add ability to create wxEnhMetaFileDC based on a reference DC

2009-05-31 20:57 VZ, revision 60842

don't redefine HAVE_STRFTIME as it can already be defined by configure (closes #10861)

2009-05-31 18:34 FM, revision 60841

group wxPlatformInfo functions for easier browsing; add more descriptions; link the related function group

2009-05-31 16:43 VZ, revision 60839

added default ctor to wxMouseEventsManager, this is convenient when deriving window classes (which must provide default ctors to e.g. allow loading them from XRC) from it

2009-05-31 15:22 VZ, revision 60838

don't add client area origin when positioning the child MDI frame

2009-05-31 15:13 VZ, revision 60837

don't add the sash size to the best size if the window is not actually split (see #10533) [backport of r59415 from trunk]

2009-05-31 15:11 MJM, revision 60836

wxAuiPaneInfo: Add a new dock_zlayer member variable along with accessors, this will be used in creating and serializing of tabs

2009-05-31 15:08 VZ, revision 60835

improve wxTreeCtrl::ScrollTo() behaviour in the generic version and add a test for it to the sample

2009-05-31 14:55 VZ, revision 60834

enable OpenGL library build by default under Windows too

2009-05-31 14:54 VZ, revision 60833

remove duplicate wxUSE_GSTREAMER definition

2009-05-31 14:51 MJM, revision 60832

auidemo: Fix "suggest parentheses around arithmetic..." warning under gcc

2009-05-31 14:43 MJM, revision 60831

wxAuiPaneInfo: Make more consistent with the rest of wxWidgets by bringing it in line with the get/set style guide Deprecate old setters that were not in line with the style guide Implement set functions to go with get functions in several cases where they were missing Modify grouping of accessor functions so that they are logically grouped together in header file in a way that is more consistent with the rest of the library Add basic comments for all accessor functions Other: Modify the rest of AUI and sample to use new functions and not deprecated ones

2009-05-31 11:49 VZ, revision 60830

added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)

2009-05-31 11:12 VZ, revision 60829

allow overriding wxUSE_GLCANVAS value in setup.h by using USE_OPENGL=1 with make (closes #10832)

2009-05-31 10:58 JMS, revision 60828

Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)