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-05 15:00 VZ, revision 45256

changed wxLongLongNative(hi, lo) ctor to take wxInt32, not long, as it was completely broken on LP64 architectures otherwise

2007-04-05 14:58 VZ, revision 45255

define C99-like wxINT8/16/32_MIN/MAX constants in addition to wxInt8/16/32 types

2007-04-05 14:21 VZ, revision 45254

corrected signed/unsigned comparison warning

2007-04-05 14:19 VZ, revision 45253

fix another warning about unused variable in DoCStrDataTernaryOperator()

2007-04-05 12:41 VZ, revision 45252

fix warning about unused variable in DoCStrDataTernaryOperator()

2007-04-05 09:58 VZ, revision 45251

construct wxBasicString directly from wxString instead of passing by mb_str(): this is completely unnecessary (and also happens not to compile in Unicode build currently)

2007-04-05 09:33 VZ, revision 45250

fix typo in allowOthers description

2007-04-05 08:35 VS, revision 45249

made wxString::Replace, Matches and Find work with any form of string argument

2007-04-05 06:27 RD, revision 45248

Bakefile and other changes for new locations of STC and wxSVGFileDC. Remove old files in contrib.

2007-04-04 23:41 VZ, revision 45247

compilation fix for Unicode build: remove ambiguity arising when trying to pass wxCharBuffer to wxBasicString ctor which is overloaded for const char * and wxString by passing it directly wxString instead of calling mb_str() on it first

2007-04-04 13:38 VZ, revision 45246

don't call OnMouseEnter(-1) twice when the mouse leaves the toolbar but wasn't over a tool before

2007-04-04 11:40 VS, revision 45245

build fixes after previous commit

2007-04-04 02:04 VZ, revision 45244

call SetEventObject() for wxHtmlLinkEvents we generate [backport from HEAD]

2007-04-04 02:00 VZ, revision 45243

call SetEventObject() for wxHtmlLinkEvents we generate

2007-04-03 20:29 VS, revision 45242

cleanup of wxString ctors and operator=: made both char* and wchar_t* versions available, regardless of the build

2007-04-03 18:42 RD, revision 45241

Use our own getters and properties for wxVisualAttributes

2007-04-03 18:04 VZ, revision 45240

Undid last commit and restored bool argument to wxFrame::DoGiveHelp() as removing it could silently break existing user code overriding this function. Fix the problem with not restoring the original status bar text when the mouse pointer left the toolbar by simply calling DoGiveHelp() with false as second parameter only if there was no valid tool under mouse, not if the help string (for a valid tool) was empty.

2007-04-03 15:12 VZ, revision 45239

removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor: they're used without these checks in many other places anyhow

2007-04-03 14:06 VZ, revision 45238

replaced more occurrences of 2.8.3 with 2.8.4

2007-04-03 13:58 VZ, revision 45237

updated version to 2.8.4 after addition of wxString::[w]char_str()

2007-04-03 11:27 VZ, revision 45236

removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed

2007-04-03 10:36 VS, revision 45235

BCC5.5 compilation fix

2007-04-03 10:06 VS, revision 45234

compilation fix for BCC5.5

2007-04-03 08:46 VS, revision 45233

fixed wxBitmap<->wxImage conversion to not exchange red and blue components

2007-04-03 02:44 PC, revision 45232

build fixes for wxUSE_VALIDATORS==0

2007-04-03 02:15 PC, revision 45231

more checks for non-scrolling windows, some code duplication cleanup

2007-04-03 01:02 VZ, revision 45230

quote AM_PATH_WXCONFIG arguments before passing them to WX_CONFIG_CHECK, otherwise they're lost when using autoconf 2.13

2007-04-02 22:00 VZ, revision 45229

removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed

2007-04-02 21:37 RD, revision 45228

reSWIGged

2007-04-02 21:26 RD, revision 45227

Elippsis and markup support for wxStaticText

2007-04-02 21:25 RD, revision 45226

Add wx.SizerItem.Assign* methods, deprecate coresponding wx.SizerItem.Set* methods

2007-04-02 21:24 RD, revision 45225

remove some problem commas

2007-04-02 21:23 RD, revision 45224

Primary selection stuff

2007-04-02 21:21 RD, revision 45223

fix test code

2007-04-02 21:20 RD, revision 45222

patch from Andrea fixing sending of events and drawing of lines at root.

2007-04-02 21:19 RD, revision 45221

Gizmos has been moved to wxCode.

2007-04-02 21:17 RD, revision 45220

Enable the use of the primary selection

2007-04-02 21:15 RD, revision 45219

Always use wxHSCROLL|wxVSCROLL.

2007-04-02 20:35 CE, revision 45218

get wx and tex2rtf docs only

2007-04-02 18:14 CE, revision 45217

restore cvs up

2007-04-02 18:13 VS, revision 45216

added some unsigned char overloads to wxString for compatibility

2007-04-02 17:42 CE, revision 45215

tidy up daily build for 2.9

2007-04-02 17:42 VS, revision 45214

some more operator?! tests

2007-04-02 12:25 VS, revision 45213

added wxString::[w]char_str() to 2.8 for forward compatibility with wx3

2007-04-02 08:51 JS, revision 45212

Added mouse event handler invocations

2007-04-02 08:49 JS, revision 45211

Fixed compile problem and warning

2007-04-02 05:33 VS, revision 45210

GetBaseByName doesn't exist anymore

2007-04-01 21:52 VZ, revision 45209

avoid asserts when the cipboard is acquired by another application

2007-04-01 17:00 VZ, revision 45208

removing obsolete contribs (partly moved to wxCode)

2007-04-01 16:35 VZ, revision 45207
  • D /wxWidgets/trunk/contrib/build/deprecated
  • D /wxWidgets/trunk/contrib/build/fl/fl.bkl
  • D /wxWidgets/trunk/contrib/build/fl/fl.dsp
  • D /wxWidgets/trunk/contrib/build/fl/fl.dsw
  • D /wxWidgets/trunk/contrib/build/fl/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.vc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.wat
  • D /wxWidgets/trunk/contrib/build/foldbar
  • D /wxWidgets/trunk/contrib/build/gizmos
  • D /wxWidgets/trunk/contrib/build/mmedia
  • D /wxWidgets/trunk/contrib/build/net/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/net/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/net/makefile.vc
  • D /wxWidgets/trunk/contrib/build/net/makefile.wat
  • D /wxWidgets/trunk/contrib/build/net/net.bkl
  • D /wxWidgets/trunk/contrib/build/net/net.dsp
  • D /wxWidgets/trunk/contrib/build/net/net.dsw
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.vc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.wat
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.bkl
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.dsp
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.dsw
  • D /wxWidgets/trunk/contrib/build/plot
  • D /wxWidgets/trunk/contrib/docs/latex/deprecated
  • D /wxWidgets/trunk/contrib/docs/latex/fl
  • D /wxWidgets/trunk/contrib/docs/latex/gizmos
  • D /wxWidgets/trunk/contrib/docs/latex/mmedia
  • D /wxWidgets/trunk/contrib/docs/latex/ogl
  • D /wxWidgets/trunk/contrib/include/wx/applet
  • D /wxWidgets/trunk/contrib/include/wx/deprecated
  • D /wxWidgets/trunk/contrib/include/wx/fl
  • D /wxWidgets/trunk/contrib/include/wx/foldbar
  • D /wxWidgets/trunk/contrib/include/wx/gizmos
  • D /wxWidgets/trunk/contrib/include/wx/mmedia
  • D /wxWidgets/trunk/contrib/include/wx/net
  • D /wxWidgets/trunk/contrib/include/wx/ogl
  • D /wxWidgets/trunk/contrib/include/wx/plot
  • D /wxWidgets/trunk/contrib/samples/applet
  • D /wxWidgets/trunk/contrib/samples/deprecated
  • D /wxWidgets/trunk/contrib/samples/fl
  • D /wxWidgets/trunk/contrib/samples/foldbar
  • D /wxWidgets/trunk/contrib/samples/gizmos
  • D /wxWidgets/trunk/contrib/samples/mmedia
  • D /wxWidgets/trunk/contrib/samples/ogl
  • D /wxWidgets/trunk/contrib/samples/plot
  • D /wxWidgets/trunk/contrib/src/applet
  • D /wxWidgets/trunk/contrib/src/deprecated
  • D /wxWidgets/trunk/contrib/src/fl
  • D /wxWidgets/trunk/contrib/src/foldbar
  • D /wxWidgets/trunk/contrib/src/gizmos
  • D /wxWidgets/trunk/contrib/src/mmedia
  • D /wxWidgets/trunk/contrib/src/net
  • D /wxWidgets/trunk/contrib/src/ogl
  • D /wxWidgets/trunk/contrib/src/plot

removing obsolete contribs (partly moved to wxCode)

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