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):

2005-08-28 16:33 VZ, revision 35353

fixed cursor flicker (patch 1254492 by Hans P. Palbol)

2005-08-28 16:25 VZ, revision 35352

spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas Mohr)

2005-08-28 16:21 VZ, revision 35351

fixed status bar positioning to work both with and without sizers (patch 1199639 by Jamie Gadd)

2005-08-28 16:19 VZ, revision 35350

added IsSizeDeferred() (part of patch 1199639)

2005-08-28 15:46 VZ, revision 35349

fixed label case so that the link works (patch 1263943)

2005-08-28 15:44 VZ, revision 35348

fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) and improved its documentation (patch 1273774 by Paul Cornett)

2005-08-28 15:37 VZ, revision 35347

fixed wxRegionRefData copy ctor (patch 1274403)

2005-08-28 14:36 VZ, revision 35346

dirty hack to fix deprecation warning when building wxMotif

2005-08-28 13:34 VZ, revision 35345

added test file loaded by the sample

2005-08-28 13:33 VZ, revision 35344

ignore sample-created XPM

2005-08-28 13:33 VZ, revision 35343

added wxChoice:: and wxCombobox::GetCurrentSelection()

2005-08-28 13:31 VZ, revision 35342

added wxDateTime::[Make]FromTimezone

2005-08-28 13:27 VZ, revision 35341

test centering file dialog

2005-08-28 13:27 VZ, revision 35340

set or unset column image on column click

2005-08-28 13:26 VZ, revision 35339

ignore dummy.txt used by the sample

2005-08-28 13:17 VZ, revision 35338

modified GetLastMenuItem() to also take into account the popup menu items

2005-08-28 13:12 VZ, revision 35337

let ctags know about (and ignore) WXDLLIMPEXP_BASE

2005-08-28 13:11 VZ, revision 35336

corrected #ifdefs testing wxUSE_UNICODE_MSLU

2005-08-28 13:07 VZ, revision 35335

ignore evc libs directories

2005-08-28 13:06 VZ, revision 35334

Fixed several bugs in wxDateTime timezone handling: - ToTimezone() and MakeTimezone() now work as expected - added and documented FromTimezone() and MakeFromTimezone() - Set(double jdn) interprets jdn always in UTC - updated ParseRfc822Date() timezone handling - removed workarounds for old bugs from the test

2005-08-28 08:54 MBN, revision 35333

No significant changes. Remove reliance on wx/bookctrl.h being included in wx/sizer.h.

2005-08-28 08:31 MBN, revision 35332

Add recent wxMotif changes.

2005-08-28 08:07 MBN, revision 35331

Improved wxStaticBox border calculation for wxMotif.

2005-08-28 08:05 MBN, revision 35330

Remove useless code.

2005-08-28 08:02 MBN, revision 35329

All toplevel windows without the wxNO_BORDER style should have a border under MWM, too.

2005-08-28 08:00 MBN, revision 35328

Improve sizer support in generic wxNotebook. Fix the widgets sample to take advantage of it.

2005-08-28 07:55 MBN, revision 35327

Under wxMotif, default buttons are bigger than other buttons, hence Realize() must be called after default button has been set.

2005-08-28 07:51 MBN, revision 35326

Implement GetMinSize for wxMotif wxButton. Helps solfing sizing problems in generic common dialogs.

2005-08-28 00:34 VZ, revision 35325

added wxABI_VERSION test around ToDouble()

2005-08-28 00:33 VZ, revision 35324

added wxLongLong::ToDouble()

2005-08-28 00:03 VZ, revision 35323

added wxLongLong::ToDouble()

2005-08-27 19:29 VZ, revision 35322

added operator==() and !=

2005-08-27 16:43 SC, revision 35321

several fixes, guards, and an implementation for removal of native toolbar items

2005-08-27 13:57 SC, revision 35320

allowing a clear of a graphic context, and set the pen and brush after a graphics restore

2005-08-27 13:55 SC, revision 35319

save correctly oriented GraphicState and clear Context before destruction (is invalid at that point)

2005-08-26 22:52 VZ, revision 35318

open fstream with ios::binary flag to be compatible with wxFileStream and to avoid mangling binary files

2005-08-26 08:21 JS, revision 35317

Warning corrections

2005-08-25 21:58 CE, revision 35316

fix gpf in mdi sample with motif when child is closed

2005-08-25 19:27 VZ, revision 35315

pressing enter now activates the default button even when the focus is on a checkbox or radio button

2005-08-25 19:16 VZ, revision 35314

don't mention undocumented wxOwnerDrawn in the docs (patch 1267562)

2005-08-25 19:14 VZ, revision 35313

only give error about missing richedit.dll once (the code was already supposed to work like this but didn't, patch 1273177)

2005-08-25 19:10 ABX, revision 35312

[ 1273159 ] logical vs. bitwise operators, part 2

2005-08-25 16:31 ABX, revision 35311

RTTI and exceptions settings for WinCE are restored.

2005-08-25 12:46 MR, revision 35310

[wxGTK2] Check if a family wasn't found for the description in GetFamily()

2005-08-25 11:17 MW, revision 35309

Make TEST_DIR the current test, so that the djgpp build can work on the tinderbox.

2005-08-24 21:29 MBN, revision 35308

As reported by Chris Elliott some releases of Lesstif crash when setting the font list of a widget. The code is disabled for now for all Lesstif versions.

2005-08-24 19:20 VS, revision 35307

install bakefile presets (patch 1253143)

2005-08-24 18:35 ABX, revision 35306

Warning fix for wxLogs.

2005-08-24 17:56 ABX, revision 35305

Missing wxUSE_... flags and source cleaning.

2005-08-24 17:47 ABX, revision 35304

Missing wxUSE_... flags and source cleaning.

2005-08-24 17:36 VZ, revision 35303

compilation fix for systems with XtIMSignal

2005-08-24 15:41 VZ, revision 35302

compilation fix: DefaultVisual() needs Display, not WXDisplay (and code cleanup in wxGetSubPixmap() as well)

2005-08-24 14:59 MW, revision 35301

Move LabelWrapper, TextSizerWrapper classes out of function body to accommodate some older compilers.

2005-08-24 12:11 VZ, revision 35300

fixed -Wundef warning for HAVE_SCHED_H

2005-08-24 11:17 VZ, revision 35299

fix for -Wundef warning for HAVE_XIM under GTK1

2005-08-24 11:16 VZ, revision 35298

#undef things which require other, disabled, ones, instead of re-#defining them as 1

2005-08-24 11:14 VZ, revision 35297

corrected comment explaining wxABORT_ON_CONFIG_ERROR

2005-08-24 07:57 ABX, revision 35296

wxUSE_STATTEXT guard.

2005-08-24 06:32 ABX, revision 35295

[1267725] Wrong operator for logical/bitwise operation

2005-08-24 00:25 MR, revision 35294

[wxGTK2] Don't duplicate code inside wxFontRefData::InitFromNative()

2005-08-24 00:23 MW, revision 35293

Workarounds for old versions of gcc on hpux: define __STDC_EXT__ when it is need and use -lpthread instead of -pthread when the latter is not supported.

2005-08-23 23:34 VZ, revision 35292

fix for the last commit

2005-08-23 23:27 VZ, revision 35291

use wxString::Format(), calling string.Format() has no effect patch 1267345)

2005-08-23 23:19 MR, revision 35290

[tex2rtf] Remove wxWidgets-2.0 compatibility guards

2005-08-23 23:12 VZ, revision 35289

some compilers don't like statics in inline functions, even if they're const -- replaced with an enum

2005-08-23 23:12 VZ, revision 35288

check for missing statfs() prototype (happens at least under AIX 4)

2005-08-23 23:10 MW, revision 35287

Compilation fix for wxUSE_DRAG_AND_DROP=0

2005-08-23 22:56 VZ, revision 35286

removed attempts to link with unicows.lib using #pragmas for msvc, this doesn't work reliably

2005-08-23 21:37 VZ, revision 35285

removed wrong sentence about idle events being sent to TLWs only; explained why you would and wouldn't use RequestMore

2005-08-23 18:13 CE, revision 35284

put correct ID on help toolbar button

2005-08-23 16:02 , revision 35283
  • A /wxWidgets/branches/unlabeled-1.85.2
  • D /wxWidgets/branches/unlabeled-1.85.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.85.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/art
  • D /wxWidgets/branches/unlabeled-1.85.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.85.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.85.2/build
  • D /wxWidgets/branches/unlabeled-1.85.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.85.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.85.2/configure
  • D /wxWidgets/branches/unlabeled-1.85.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.85.2/contrib
  • D /wxWidgets/branches/unlabeled-1.85.2/debian
  • D /wxWidgets/branches/unlabeled-1.85.2/demos
  • D /wxWidgets/branches/unlabeled-1.85.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.85.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.85.2/distrib
  • D /wxWidgets/branches/unlabeled-1.85.2/docs
  • D /wxWidgets/branches/unlabeled-1.85.2/include
  • D /wxWidgets/branches/unlabeled-1.85.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.85.2/lib
  • D /wxWidgets/branches/unlabeled-1.85.2/locale
  • D /wxWidgets/branches/unlabeled-1.85.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.85.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.85.2/misc
  • D /wxWidgets/branches/unlabeled-1.85.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.85.2/regen
  • D /wxWidgets/branches/unlabeled-1.85.2/samples
  • D /wxWidgets/branches/unlabeled-1.85.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.85.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.85.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.85.2/src/common
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.85.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.85.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.85.2/src/html
  • D /wxWidgets/branches/unlabeled-1.85.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.85.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.85.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.85.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.85.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/png
  • D /wxWidgets/branches/unlabeled-1.85.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.85.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.85.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.85.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.85.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.85.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.85.2/tests
  • D /wxWidgets/branches/unlabeled-1.85.2/utils
  • D /wxWidgets/branches/unlabeled-1.85.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.85.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.85.2'.

2005-08-23 16:02 ABX, revision 35282

wxOS2/OW warning and build fixes.

2005-08-23 15:54 ABX, revision 35281

wxOS2/OW warning and build fixes.

2005-08-23 15:41 ABX, revision 35280

wxOS2/OW warning and build fixes.

2005-08-23 07:46 JS, revision 35279

Don't try drawing the bitmap before it's valid

2005-08-23 07:43 SC, revision 35278

cleanup and adding the case when the toplevel window itself is the recipient of the drag

2005-08-23 07:37 SC, revision 35277

adding a string for private data identification

2005-08-23 00:03 MR, revision 35276

[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFontInfo. Implement SetFaceName()

2005-08-22 23:56 MR, revision 35275

[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to wxNativeFontInfo

2005-08-22 23:54 VZ, revision 35274

regenerated after #error changes

2005-08-22 23:43 VZ, revision 35273

compilation fix after last commit

2005-08-22 23:27 MR, revision 35272

[wxGTK2] Don't query native font for underlined, but return the set value - storing it natively would likely require the usage of a PangoAttribute, and I'm not sure if that's even different than just storing it inside wxFontRefData. Not investigating further as PangoAttribute addition would require ABI compatibility breakage anyhow.

2005-08-22 23:19 MR, revision 35271

[wxGTK2] Do what we (I) can wrt the win32 centric wxNativeFontInfo::GetFamily

2005-08-22 22:46 VZ, revision 35270

added test for snprintf() which may not be present in system headers, treat it similarly to vsnprintf() instead of assuming that it's always there

2005-08-22 21:58 MR, revision 35269

[wxX11] a ROMAN font is with serifs and a SWISS font is without. Set the font to "serif" if it's wxFONTFAMILY_ROMAN not wxFONTFAMILY_SWISS.

2005-08-22 20:42 MR, revision 35268

[wxGTK2] Return wxTELETYPE with GetFamily() for monospaced fonts, fixing IsFixedWidth() after it broke completely after get accessor changes, and returning the right thing in GetFamily() in this case. Other families TODO.

2005-08-22 20:25 MR, revision 35267

[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()

2005-08-22 20:22 VZ, revision 35266

don't use #error in configure test programs, some compilers (such as SGI mipsPro) treat it as a non-fatal warning

2005-08-22 19:50 ABX, revision 35265

Warning fix.

2005-08-22 17:44 MBN, revision 35264

Compilation fix for Motif 1.2.

2005-08-22 17:22 MR, revision 35263

[wxGTK2] wxFont::Get* - Query native font for information, if the wxFont has an associated wxNativeFontInfo

2005-08-22 16:00 VZ, revision 35262

use quotes, not angle brackets, for wx headers

2005-08-22 15:12 SC, revision 35261

remove the carbon event handlers just before calling DisposeControl to avoid callbacks into zombie windows...

2005-08-22 15:00 ABX, revision 35260

Empty string corrections.

2005-08-22 14:54 ABX, revision 35259

Compensation for bkl 0.1.9.X/eVC4/RTTI bug.

2005-08-22 14:53 SC, revision 35258

respecting DoDragDrop flags like CopyOnly

2005-08-22 09:52 SC, revision 35257

correcting DropData behaviour so that preferred format is handled correctly

2005-08-22 08:49 SC, revision 35256

correcting Drag Data handling for 'TEXT' and 'utxt'

2005-08-22 08:46 SC, revision 35255

adapting text object data handling along the GTK2 lines

2005-08-21 19:01 VZ, revision 35254

regenerated after undoing recent HP-UX changes