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-04-01 15:19 VZ, revision 45206

blind fix for Unicode key handling (patch 1615989)

2007-04-01 15:06 VZ, revision 45205

toggle the first button in a radio tools group initially (second version of patch 1469227)

2007-04-01 15:05 VZ, revision 45204

compilation fix for wxUniv after last commit

2007-04-01 15:01 VZ, revision 45203

compilation fix for !wxUSE_PRINTF_POS_PARAMS

2007-04-01 14:53 VZ, revision 45202

implement GetBestSize() (patch 1386199)

2007-04-01 14:18 VZ, revision 45201

fixes for PCH-less build after last commit

2007-04-01 14:14 VZ, revision 45200

fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332)

2007-04-01 14:13 VZ, revision 45199

added support for ellipsization and markup in wxStaticText (modified patch 1629946)

2007-04-01 13:22 VZ, revision 45198

compilation fix after last change

2007-04-01 12:13 VZ, revision 45197

include aui and richtext directories

2007-04-01 12:07 VZ, revision 45196

added a generic mechanism for registering global handlers for custom windows messages and use it in wxFindReplaceDialog instead of subclassing the parent window, this solves the problem with having 2 find dialogs with the same parent (replaces patch 1447739)

2007-04-01 08:04 VS, revision 45195

wint_t is wchar_t on OS/2 too

2007-04-01 07:52 VS, revision 45194

(OS/2) compilation fix

2007-03-31 22:03 RR, revision 45193

Don't create GtkScrolledWindow if neither wxHSCROLL or wxVSCROLL are defined. This prevents wasting some resources.

2007-03-31 18:36 CE, revision 45192

remove dead pro files

2007-03-31 18:23 CE, revision 45191
  • D /wxWidgets/trunk/contrib/samples/deprecated/proplist/proplist.pro
  • D /wxWidgets/trunk/contrib/samples/deprecated/resource/resource.pro
  • D /wxWidgets/trunk/contrib/samples/deprecated/treelay/treelay.pro

remove dead pro files

2007-03-31 15:16 VZ, revision 45190

set string field of wxCommandEvent object generated by spin control when its text changes (part of patch 1312699)

2007-03-31 15:11 VZ, revision 45189

added test for EVT_TEXT handler for spin contorl

2007-03-31 15:10 VZ, revision 45188

don't return wxFONTENCODING_DEFAULT from wxFont::GetEncoding(), this results in asserts when its return value is used with wxCSConv (and besides this should never happen anyhow, wxFONTENCODING_DEFAULT makes sense on input only)

2007-03-31 14:51 VZ, revision 45187

added gtk.tlw.can-set-transparency system option (replaces patch 1527017)

2007-03-31 14:38 VZ, revision 45186

don't remove the old tags of different kinds when setting new style, this removes the need for combining any style being set with the default one (based on patch 1518118)

2007-03-31 13:05 VZ, revision 45185

fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) [backport from HEAD]

2007-03-31 07:08 PC, revision 45184

don't clamp scroll position before updating GtkRange, it causes HandleOnScroll to incorrectly do nothing when position is > 0 and window is resized large enough to no longer need scrollbar

2007-03-31 02:57 VZ, revision 45183

1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2. Added IsUsingPrimarySelection() 3. Fail all clipboard operations when IsUsingPrimarySelection() is true on non-X11 platforms

2007-03-31 01:59 VZ, revision 45182

added a menu command to switch between clipboard and primary selection

2007-03-31 01:58 VZ, revision 45181

decouple primary selection handling from clipboard and further simplifications/refactoring in clipboard code

2007-03-31 00:05 VZ, revision 45180

simplified the code by using new wxClipboardSync class abstracting wait for clipboard results and wxScopeGuard to ensure that the 'waiting' flag is reset in every case

2007-03-30 21:31 VS, revision 45179

fixed wxDB compilation

2007-03-30 20:54 VZ, revision 45178

reverted part of patch 1610494 (rev 1.35) which broke handling of ends of lines

2007-03-30 20:30 VS, revision 45177

added missing public keyword to wxWritableCharTypeBuffer declaration

2007-03-30 20:16 VZ, revision 45176

don't use deprecated wxSizerItem::SetWindow/Sizer/Spacer(), use AssignXXX() equivalents instead

2007-03-30 20:09 VS, revision 45175

added char_str() and wchar_str() methods to wxString for obtaining char*/wchar_t* pointers

2007-03-30 20:07 VZ, revision 45174

clear m_oldStatusText after restoring it, otherwise we could restore it again the next time instead of restoring the up-to-date status bar text [backport from HEAD]

2007-03-30 20:06 VZ, revision 45173

clear m_oldStatusText after restoring it, otherwise we could restore it again the next time instead of restoring the up-to-date status bar text

2007-03-30 19:57 VZ, revision 45172

added wxSizerItem::AssignXXX() methods replacing the old SetXXX() but freeing the current item contents (modified patch 1687785)

2007-03-30 19:04 VZ, revision 45171

don't handle orderly socket shutdown by the peer as an error (patch 1688222) [backport from HEAD]

2007-03-30 19:02 VZ, revision 45170

don't handle orderly socket shutdown by the peer as an error (patch 1688222)

2007-03-30 18:56 VZ, revision 45169

fixed broken link and use \backslash instead of literal backslash which has special meaning in TeX in wxJoin() documentation

2007-03-30 18:53 VZ, revision 45168

added more wxART_XXX ids (patch 1687751)

2007-03-30 18:50 VZ, revision 45167

added more wxART_XXX ids (patch 1687750)

2007-03-30 18:48 VZ, revision 45166

added <set-wxlike> tag (patch 1691429)

2007-03-30 18:34 VZ, revision 45165

compilation fix for Win64 (patch 1690999)

2007-03-30 16:49 VZ, revision 45164

added check for index validity to OnTabButton()

2007-03-30 16:48 VZ, revision 45163

added SetSelectionToPage/Window() to simplify code and fix more problems with passing possibly negative indices to SetSelection()

2007-03-30 16:37 VZ, revision 45162

don't pass potentially negative index to SetSelection()

2007-03-30 16:33 VZ, revision 45161

added IO errors handling to TGA reading code

2007-03-30 16:27 VZ, revision 45160

fix error handling in the generic branch of wxCopyFile()

2007-03-30 16:22 VZ, revision 45159

fixed memory leaks when reading invalid GIFs

2007-03-30 16:13 VZ, revision 45158

fix memory leak in wxFileTypeImpl::SetCommand() if creating the association fails

2007-03-30 16:10 VZ, revision 45157

fix memory leak in wxFileTypeImpl::SetDefaultIcon() if creating the association fails