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.