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)