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

2006-06-27 18:49 VZ, revision 39853

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:58 VZ, revision 39852

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:33 VZ, revision 39851

look in the environment for the options values

2006-06-27 14:24 VZ, revision 39850

added wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf (2nd part of patch 1462778)

2006-06-27 14:21 VZ, revision 39849

fix handling of % in our printf implementation (part of patch 1462778)

2006-06-27 14:15 VZ, revision 39848

create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)

2006-06-27 14:12 VZ, revision 39847

fix VC compilation warnings about implicit int->bool conversion after last check in

2006-06-27 14:07 VZ, revision 39846

use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)

2006-06-27 14:04 VZ, revision 39845

remove duplicate m_popupInterface (patch 1509424)

2006-06-27 08:01 JS, revision 39844

Added wxPROPSHEET_TREEBOOK option

2006-06-27 07:55 JS, revision 39843

Remove use of GetVolumeInformation since it causes long delays on network drives.

2006-06-26 14:39 VZ, revision 39842

allow empty filename in ctor taking the extents

2006-06-26 14:37 VZ, revision 39841

include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1

2006-06-26 12:32 VZ, revision 39840

backported fix for incorrect selection being returned from GetSelection() called from EVT_COMBOBOX handler (1.137 in HEAD)

2006-06-26 12:20 VZ, revision 39839

force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do

2006-06-26 01:04 VZ, revision 39838

picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)

2006-06-26 00:47 VZ, revision 39837

add SetSelection(-1) test (part of patch 1506943)

2006-06-26 00:46 VZ, revision 39836

deselect all items when SetSelection(-1) is called (patch 1506943)

2006-06-26 00:39 VZ, revision 39835

added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch 1504449)

2006-06-26 00:11 VZ, revision 39834

remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable

2006-06-26 00:03 VZ, revision 39833

define WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch 1502015)

2006-06-26 00:01 VZ, revision 39832

explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701)

2006-06-25 23:53 VZ, revision 39831

avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch 1501682)

2006-06-25 23:47 VZ, revision 39830

fix gcc warnings about in printf format (partly modified patch 1500717)

2006-06-25 23:43 VZ, revision 39829

added an extra pixel to the margin in CalcSizeFromPage() (patch 1498847)

2006-06-25 23:42 VZ, revision 39828

added an extra pixel to CalcSizeFromPage() (patch 1498847)

2006-06-25 18:54 KO, revision 39827

Setting up unix dobuilds script to run gtk2 builds.

2006-06-25 18:48 KO, revision 39826

Removing all occurrences of the distrib scripts in the manifests.

2006-06-25 18:43 VZ, revision 39825

added a possibility to test how a custom bitmap appears in the toolbar

2006-06-24 11:18 MW, revision 39824

Make IsOfClass out-of-line to defend against gcc 3.4.[56] bug: http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:msp:75436:ofgfinakfempiciaejof

2006-06-24 09:10 VZ, revision 39823

added back 2 extra pixels for the best size under XP

2006-06-22 18:33 VZ, revision 39822

added VK_SNAPSHOT <-> WXK_SNAPSHOT mapping

2006-06-22 18:31 VZ, revision 39821

recognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW(): it's better to map them to VK_XXX then to some random junk

2006-06-22 18:27 VZ, revision 39820

reorganized VK to WXK translation code to use a table instead of huge switch statement in which it was too easy to get lost

2006-06-22 17:22 VZ, revision 39819

more tweaks to bitmap button borders: - we don't seem to need the extra +2 after Jamie's fix for the min size - we shouldn't use margins at all for buttons without border, this looks bad - refactored the code slightly to avoid some duplication

2006-06-22 14:20 JS, revision 39818

Added missing makefile

2006-06-22 01:12 VZ, revision 39817

strip HTML tags when searching for keywords

2006-06-22 00:20 VZ, revision 39816

corrected redundant link to wxLogTextCtrl itself in its see also section

2006-06-21 21:46 VZ, revision 39815

removed unexplainable deletion of .bkl files in debian-dist target which broke make install

2006-06-21 18:06 VZ, revision 39814

added WX_UNICODE and WX_OPENGL options which can be used to build packages without Unicode/OpenGL; as a side benefit all configure arguments are now centralized in one place instead of being repeated many times

2006-06-21 14:38 ABX, revision 39813

Fix for dir dialog in dir picker appearing without title and border under universal builds.

2006-06-21 14:22 ABX, revision 39812

Include wx/gdiobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-21 10:46 ABX, revision 39811

[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.

2006-06-21 07:36 ABX, revision 39810

Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-20 17:02 ABX, revision 39809

Removed outdated initialization.

2006-06-20 16:36 RD, revision 39808

Patch for [ 1489711 ] analogclock hour hand sticks on 12:00 noon

2006-06-20 14:46 ABX, revision 39807

Rebuild after new files.

2006-06-20 14:45 ABX, revision 39806

Fix for wxMGL built with common part of setup0.h.

2006-06-20 12:59 ABX, revision 39805

Rebuild after new files.

2006-06-20 12:57 ABX, revision 39804

Fix for wxOS2 built with common prt of setup0.h.

2006-06-20 12:26 ABX, revision 39803

[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.

2006-06-20 10:24 ABX, revision 39802

Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-20 00:36 KO, revision 39801

Updating manifests and attempting to use manifests to generate all ports.

2006-06-19 23:57 JG, revision 39800

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 23:50 JG, revision 39799

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 21:14 ABX, revision 39798

[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.

2006-06-19 20:18 ABX, revision 39797

Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-19 18:30 PC, revision 39796

remove redundant GdkBitmap representation from wxBitmap

2006-06-19 16:37 RD, revision 39795

Oops, fix my language confusion. ;-)

2006-06-19 16:31 RD, revision 39794

Compile fix

2006-06-19 16:14 PC, revision 39793

remove obsolete color cube and image to bitmap code

2006-06-19 09:20 ABX, revision 39792

[ 1507795 ] Small doc patch.

2006-06-19 09:03 ABX, revision 39791

Warning fix.

2006-06-19 09:02 ABX, revision 39790

[ 1507736 ] wxOwnerDrawnComboBox improved list item width checking.

2006-06-19 08:24 VZ, revision 39789

more tweaks to the margins: don't need them to be so big in vertical direction

2006-06-19 07:16 VZ, revision 39788

compilation fix after last commit

2006-06-19 07:12 ABX, revision 39787

Include wx/menuitem.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-19 06:37 ABX, revision 39786

Reverted wxString::Trim() backport.

2006-06-19 04:04 RD, revision 39785

minor distrib updates

2006-06-19 03:58 RD, revision 39784

backport changes from HEAD

2006-06-19 03:19 PC, revision 39783

initialize GdkColor so code which incorrectly accesses it will work as well as it did before

2006-06-18 21:40 VZ, revision 39782

fixed incorrect reference to wxhelpeventorigin

2006-06-18 21:38 VZ, revision 39781

allow claling Unassociate() on previously not initialized wxMimeTypesManager (backport from HEAD)

2006-06-18 21:33 VZ, revision 39780

allow claling Unassociate() on previously not initialized wxMimeTypesManager

2006-06-18 19:43 SN, revision 39779

Backported fixed from version 1.39 (patch #1507207).

2006-06-18 19:36 SN, revision 39778

Added GetCurrentSelection().

2006-06-18 19:31 SN, revision 39777

Fixed sizer height and queried text length according to patch #1507207

2006-06-18 19:25 SN, revision 39776

Partly reverted changes to Get(Current)Selection.

2006-06-18 11:52 SN, revision 39775

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:45 SN, revision 39774

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:16 JS, revision 39773

Wouldn't compile on Intel/universal binary with those tests, and do we really need several lines of ifdefing just to include a header maybe for microsecond gains?

2006-06-18 11:07 JS, revision 39772

Give app a default wxWidgets icon other than random one e.g. CD-ROM

2006-06-18 06:54 PC, revision 39771

revert unintended changes in previous commit

2006-06-18 06:42 PC, revision 39770

build fix for older gtk2

2006-06-18 03:37 PC, revision 39769

build fix for older gtk2, second attempt

2006-06-17 21:09 PC, revision 39768

build fix for older gtk2

2006-06-17 20:50 RD, revision 39767

Make the picker headers accessible to all

2006-06-17 19:09 PC, revision 39766

use AllocExclusive in wxImage

2006-06-16 12:48 VZ, revision 39765

don't loop needlessly in OnHelp() if the event comes from the bookctrl itself

2006-06-16 10:42 ABX, revision 39764

Final fix from '[ 1473731 ] wxColourBase and wxString <-> wxColour implementation'.

2006-06-16 09:31 ABX, revision 39763

Header correction.

2006-06-16 09:11 ABX, revision 39762

[ 1504474 ] Small hyperlink doc fix.

2006-06-16 07:20 JJ, revision 39761

Committing in . Update OpenVMS makefiles to support wxAUI Modified Files: wxWidgets/descrip.mms Added Files: wxWidgets/samples/aui/descrip.mms wxWidgets/src/aui/descrip.mms ----------------------------------------------------------------------

2006-06-16 07:14 ABX, revision 39760

Include wx/region.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-15 23:30 ABX, revision 39759

wxString::Trim() backported from CVS Head - fix for Bug #1472688.

2006-06-15 23:21 ABX, revision 39758

Final fix for Bug #1472688 'wxString::Trim() is broken'

2006-06-15 23:06 KO, revision 39757

Fix typos in picker control header names in files.bkl.

2006-06-15 22:18 MW, revision 39756

Bourne compatible wx-config changelog

2006-06-15 21:58 MW, revision 39755

Implement wxGetMouseState() for motif, x11 and mgl

2006-06-15 21:42 MW, revision 39754

Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists on DJGPP where S_IFREG is defined as 0.