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-03-21 15:47 VZ, revision 38253

show the function in which the assert failure occured if the compiler supports it

2006-03-21 15:43 VZ, revision 38252

use new wxAPPLY_T macro instead of 3 identical __XDATE__/__XTIME__/__XFILE__ ones

2006-03-21 15:19 VZ, revision 38251

show the function in which the assert failure occured if the compiler supports it

2006-03-21 15:12 VZ, revision 38250

recognize bitmap2 tag as containing a bitmap (used for disabled toolbar buttons)

2006-03-21 14:17 VZ, revision 38249

don't evaluate assert expression unless the condition is false (patch 1450705)

2006-03-21 14:16 VZ, revision 38248

added semicolons after wxCHECK()s (part of patch 1450705)

2006-03-21 14:05 VZ, revision 38247

Made wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead of a simple typedef to "Node *" to be able to initialize it with NULL in ctor which makes the behaviour of the code with and without wxUSE_STL the same. The price to pay is that the code like wxList:compatibility_iterator ci; ci = cond ? list->GetFirst() : wxList::compatibility_iterator(); doesn't compile any more and has to be replaced with (more clear anyhow) wxList:compatibility_iterator ci; if ( cond ) ci = list->GetFirst();

2006-03-21 13:53 SC, revision 38246

gcc 4.0 for all

2006-03-21 13:33 VZ, revision 38245

can't pass objects through ... (please don't ever ignore this gcc warning)

2006-03-21 13:31 VZ, revision 38244

added wxGtkString::c_str()

2006-03-21 13:17 VZ, revision 38243

return NULL (and not invalid) iterator from compatibility_iterator::GetPrevious() when we're at the start of the list (see patch 1445506)

2006-03-21 13:14 VZ, revision 38242

added assert to verify that operands are initialized in compatibility_iterator::operator==()

2006-03-21 13:10 VZ, revision 38241

better fix for infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_node is NULL

2006-03-21 13:00 VZ, revision 38240

reuse operator bool() check in compatibility_iterator::IndexOf() instead of rewriting it

2006-03-21 12:53 VZ, revision 38239

fix an infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_node is NULL

2006-03-21 12:30 RR, revision 38238

Added windowing and scrolling logic to generic implementation of wxDataViewCtrl (it runs now).

2006-03-21 11:30 JS, revision 38237

Fix accelerstors with down and left

2006-03-21 11:29 JS, revision 38236

Fix accelerators with down and left

2006-03-21 11:25 JS, revision 38235

Fixed a crash when deleting the last timer

2006-03-21 11:22 JS, revision 38234

*** empty log message ***

2006-03-21 09:24 MR, revision 38233

Use wxGtkString here too

2006-03-20 23:25 VS, revision 38232

removed Julian's hack that is no longer needed after wxBitmap stubs were added even for DIB-less build

2006-03-20 23:24 VZ, revision 38231

explain why do you need wxUSE_WXDIB

2006-03-20 23:23 VZ, revision 38230

provide stubs for conversion to/from image functions even when wxUSE_WXDIB==0, this allows to not test for it in other places

2006-03-20 22:57 VZ, revision 38229

removed hard tabs

2006-03-20 22:26 VS, revision 38228

fixed GetBitmap() to respect the "param" argument if !wxUSE_FILESYSTEM

2006-03-20 18:26 RD, revision 38227

reSWIGged

2006-03-20 18:02 RD, revision 38226

Editors, Renderers and Attrs need to have a destructor so SWIG won't complain about it, but since they are protected in C++ we need to give them a dummy one. In the future these shoud be changed to use %ref/%unref and let SWIG manage the refcount for us.

2006-03-20 17:56 RD, revision 38225

Use the static method instead of the global alias

2006-03-20 17:09 VZ, revision 38224

initialize wxZipFSHandler even when wxUSE_GIF=0

2006-03-20 16:44 RR, revision 38223

Further compilation fixes.

2006-03-20 16:41 RR, revision 38222

Compilation fixes.

2006-03-20 16:37 RR, revision 38221

Added (yet unfunctional) skeleton files fir generic implementation of wxDataViewCtrl.

2006-03-20 12:17 VZ, revision 38220

fixed Clear() for GTK+ 2.4+

2006-03-20 12:14 VZ, revision 38219

don't use toupper() with non-ASCII key codes (backport from HEAD)

2006-03-19 13:43 VZ, revision 38218

corrected cross-reference to non existent note

2006-03-19 10:55 SC, revision 38217

rewire char events in case there is no focusable control on a tlw

2006-03-19 02:22 RD, revision 38216

A bit of cleanup

2006-03-19 02:17 RD, revision 38215

docstrings

2006-03-19 02:16 RD, revision 38214

Add wxHelpProvider destructor

2006-03-18 22:17 RD, revision 38213

Demonstrate setting metal appearance for wxMac

2006-03-18 21:58 VZ, revision 38212

explain that wxABI_VERSION shouldn't be used in the source files; and do not use it

2006-03-18 17:14 VZ, revision 38211

do not assign uniChar to wxKeyEvent::m_keyCode for EVT_CHAR events; this breaks any code handling things like arrow keys as it gets absolutely useless kDownArrowCharCode instead of WXK_DOWN for example

2006-03-18 17:04 VZ, revision 38210

removed redundant declaration (no real changes)

2006-03-18 16:57 VZ, revision 38209

backported crash fix for last change

2006-03-18 16:53 VZ, revision 38208

fixed crash introduced in rev. 187 for all non-MSW platforms

2006-03-18 14:25 RR, revision 38207

use wxWindow instead of wxWindowGtk

2006-03-18 13:59 RR, revision 38206

Commited SetDoubleBufferd() in wxABI_VERSION checks for wxGTK2.

2006-03-18 13:32 MR, revision 38205

Update copyright years. Is manual2e.tex even used anymore? Much information in it is out of date.

2006-03-18 13:20 MR, revision 38204

Update copyright year.

2006-03-18 12:59 MR, revision 38203

Test commit

2006-03-18 12:25 MR, revision 38202

Testing CVSROOT/loginfo changes

2006-03-18 12:22 MR, revision 38201

Testing if I didn't screw loginfo up to not report anything anymore

2006-03-18 12:19 MR, revision 38200

Test wxPython CIA announcement

2006-03-18 12:15 MR, revision 38199

Note wxGTK clipboard fixes (TIMESTAMP responding and memleak fixes)

2006-03-18 12:08 MR, revision 38198

Typo fix

2006-03-18 11:46 MR, revision 38197

I don't think we use much things out of GTK+ that were introduced specifically in 2.2, but quite many controls out of 2.4. So, mention 2.4 and 2.8, instead of 2.2 and 2.4.

2006-03-18 11:41 MR, revision 38196

Don't promote GTK1 and modernize the compiler/distro report example in docs/gtk/install.txt

2006-03-18 11:28 MR, revision 38195

Update wxGTK docs for wx2.6.3 RC2

2006-03-18 10:55 MR, revision 38194

Escape underscore

2006-03-18 05:40 KO, revision 38193

Backwards compatible fix for bug in Bakefiles that doesn't allow users to link against wx add-ons or third-party wx libs.

2006-03-18 01:03 RD, revision 38192

New source dirs that need installed

2006-03-18 01:03 RD, revision 38191

SWIG 1.3.29 updates

2006-03-17 23:29 RD, revision 38190

Add DoGetBestSize

2006-03-17 23:13 RD, revision 38189

reSWIGged

2006-03-17 22:50 RD, revision 38188

Add DoGetBestSize

2006-03-17 22:47 RD, revision 38187

New source directories for the installers

2006-03-17 22:45 RD, revision 38186

Add scrollbars when the plot is zoomed in, and also the ability to grab a zoomed plot and move it around with a mouse drag.

2006-03-17 20:51 SC, revision 38185

disabling close box

2006-03-17 19:11 vell, revision 38184

cleanup - added some error checking, reformatting

2006-03-17 18:29 SC, revision 38183

intel pict fixes

2006-03-17 17:29 JS, revision 38182

Regenerated configure again

2006-03-17 17:19 JS, revision 38181

Rebaked

2006-03-17 17:12 SC, revision 38180

fixing a scope error introduced in 1.41

2006-03-17 16:00 RR, revision 38179

Correct bug where wxComboBox::GetSelection() would return old index when called from inside EVT_COMBO().

2006-03-17 15:41 RR, revision 38178

Mention MIME changes.

2006-03-17 15:39 RR, revision 38177

Mention that mailcap is not longer read by default

2006-03-17 15:30 RR, revision 38176

Mention that GTK 2.0 is preferred.

2006-03-17 15:05 RR, revision 38175

Removed unfunctional GNOME MIME code and sped up reading the MIME database.

2006-03-17 14:26 SC, revision 38174

fix for sf bug 1448153: Widgets sample hangs on Japanese radio label

2006-03-17 14:13 , revision 38173
  • A /wxWidgets/tags/BEFORE_LANG_CXX
  • D /wxWidgets/tags/BEFORE_LANG_CXX/.cvsignore
  • D /wxWidgets/tags/BEFORE_LANG_CXX/acinclude.m4
  • D /wxWidgets/tags/BEFORE_LANG_CXX/aclocal.m4
  • D /wxWidgets/tags/BEFORE_LANG_CXX/art
  • D /wxWidgets/tags/BEFORE_LANG_CXX/autoconf_inc.m4
  • D /wxWidgets/tags/BEFORE_LANG_CXX/autogen.sh
  • D /wxWidgets/tags/BEFORE_LANG_CXX/BuildCVS.txt
  • D /wxWidgets/tags/BEFORE_LANG_CXX/build
  • D /wxWidgets/tags/BEFORE_LANG_CXX/config.guess
  • D /wxWidgets/tags/BEFORE_LANG_CXX/config.sub
  • D /wxWidgets/tags/BEFORE_LANG_CXX/contrib
  • D /wxWidgets/tags/BEFORE_LANG_CXX/debian
  • D /wxWidgets/tags/BEFORE_LANG_CXX/demos
  • D /wxWidgets/tags/BEFORE_LANG_CXX/descrip.mms
  • D /wxWidgets/tags/BEFORE_LANG_CXX/difflast.pl
  • D /wxWidgets/tags/BEFORE_LANG_CXX/distrib
  • D /wxWidgets/tags/BEFORE_LANG_CXX/docs
  • D /wxWidgets/tags/BEFORE_LANG_CXX/include
  • D /wxWidgets/tags/BEFORE_LANG_CXX/install-sh
  • D /wxWidgets/tags/BEFORE_LANG_CXX/lib
  • D /wxWidgets/tags/BEFORE_LANG_CXX/locale
  • D /wxWidgets/tags/BEFORE_LANG_CXX/Makefile.in
  • D /wxWidgets/tags/BEFORE_LANG_CXX/make-deb
  • D /wxWidgets/tags/BEFORE_LANG_CXX/misc
  • D /wxWidgets/tags/BEFORE_LANG_CXX/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_LANG_CXX/regen
  • D /wxWidgets/tags/BEFORE_LANG_CXX/samples
  • D /wxWidgets/tags/BEFORE_LANG_CXX/setup.h.in
  • D /wxWidgets/tags/BEFORE_LANG_CXX/setup.h_vms
  • D /wxWidgets/tags/BEFORE_LANG_CXX/src
  • D /wxWidgets/tags/BEFORE_LANG_CXX/tests
  • D /wxWidgets/tags/BEFORE_LANG_CXX/utils
  • D /wxWidgets/tags/BEFORE_LANG_CXX/version-script.in
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wx-config-inplace.in
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wx-config.in
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxBase.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxGTK_RR.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxMGL.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxMotif.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxPython
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxWINE.spec
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxwin.m4
  • D /wxWidgets/tags/BEFORE_LANG_CXX/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'BEFORE_LANG_CXX'.

2006-03-17 14:13 RR, revision 38172

Rearrange code to make adding wxMimeTypesManagerFactory at runtim possible.

2006-03-17 14:08 RR, revision 38171

Added files for GnomeVFS backend (currently useful for strictly nothing).

2006-03-17 13:49 VZ, revision 38170

don't use toupper() with non-ASCII key codes

2006-03-17 11:10 SC, revision 38169

intel pict fixes

2006-03-17 10:39 SC, revision 38168

intel pict fixes

2006-03-17 08:59 JS, revision 38167

Removed traces of CVS head from configure

2006-03-17 08:51 JS, revision 38166

Regenerated file that mysteriously adopted CVS head changes

2006-03-17 04:09 vell, revision 38165

cleanup - fixed a warning, some typos, and made minor reformatting changes

2006-03-17 02:38 VZ, revision 38164

use correct string in wxEVT_COMMAND_COMBOBOX_SELECTED events

2006-03-17 01:30 RD, revision 38163

The dummy wxDisplay class is no longer needed as there is now always a wxDisplay class available, but it has limiited functionality if wxUSE_DISPLAY is zero.

2006-03-17 00:54 RD, revision 38162

updated comment

2006-03-17 00:50 RD, revision 38161

Add GetClientArea

2006-03-17 00:15 VZ, revision 38160

need wxRect definition and not just declaration here (fixes wxMotif build without PCH)

2006-03-17 00:12 VZ, revision 38159

wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there

2006-03-17 00:09 VZ, revision 38158

fixed incorrect XtVaXXX() function call (thanks to g++ 4 for detecting this!)

2006-03-17 00:04 VZ, revision 38157

don't put the window off screen when centering it (if possible); also don't centre on the parent if the parent is entirely off screen (should fix centering on the MDI parent frame under Mac)

2006-03-16 23:41 RD, revision 38156

reSWIGged

2006-03-16 23:24 RD, revision 38155

reSWIGged

2006-03-16 23:22 RD, revision 38154

Docstring typo