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-02-24 18:21 RD, revision 32353

no-op methods for ownerdrawn methods in wxMenuItem

2005-02-24 18:01 ABX, revision 32352

Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.

2005-02-24 16:58 VZ, revision 32351

fix for SetValue() losing effect after focus change (patch 1150911)

2005-02-24 16:51 VZ, revision 32350

really fixed bug with DST in Set(h, m, s, ms) (see patch 1097811)

2005-02-24 15:22 VZ, revision 32349

use correct colour for the toolbar initially (patch 1150657)

2005-02-24 15:18 ABX, revision 32348

Provide to Borland the same fix as for Cygwin due to historic placement of Borland between Unix compilers. Needs further fix with move of Borland into MSW section in filefn.h

2005-02-24 14:33 VZ, revision 32347

added missing virtual dtors to base classes (patch 1150945)

2005-02-24 14:20 SC, revision 32346

under compositing windows when using the 'classic' mlte we must remove and reinsert the scrollbars as they have been inserted 'out of embedding order' onto the root control

2005-02-24 14:09 SC, revision 32345

add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:09 SC, revision 32344

notifying children of absolute position changes, add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:07 SC, revision 32343

making implementation independent of a wx-peer of that control

2005-02-24 14:06 SC, revision 32342

forwarding position changed events to peer

2005-02-24 10:51 ABX, revision 32341

Further improvements in composite controls (wxRadioBox) on PalmOS.

2005-02-24 10:48 ABX, revision 32340

Small move towards similar set of files as in bakefiles for catching all the possible conflicts in sources and include and verify all missing files like extended.c

2005-02-24 10:43 ABX, revision 32339

PalmOS headers have ssize_t with no sign of it so we have to assume they are always there. Missed semicolon.

2005-02-24 08:26 JS, revision 32338

Restored mouse sensitivity for static box and static bitmap

2005-02-23 22:55 VZ, revision 32337

update from Michalis Kabrianis (patch 1145218)

2005-02-23 20:46 ABX, revision 32336

More support in wxRadioBox for PalmOS. Refreshing fixes.

2005-02-23 20:08 ABX, revision 32335

wxDocManager::GetTemplates was missing (#1149847)

2005-02-23 18:19 SC, revision 32334

force icon type for tools, as PICTs are not shown

2005-02-23 18:18 SC, revision 32333

scaling for 24x24 and 64x64 sizes

2005-02-23 17:16 SC, revision 32332

HITextView fixed

2005-02-23 17:04 ABX, revision 32331

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:54 VZ, revision 32330

don't redefine NOMINMAX if already defined (mingw32 does this apparently)

2005-02-23 16:52 ABX, revision 32329

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:48 SC, revision 32328

switch OSX implementations to unicode text ctrl meanwhile

2005-02-23 16:46 VZ, revision 32327

removed checks for compilers supporting wxUSE_ON_FATAL_EXCEPTION, it's in wx/chkconf.h now

2005-02-23 16:44 VZ, revision 32326

build ODBC sample under MSW too if wxUSE_ODBC (closes 1083805)

2005-02-23 16:39 ABX, revision 32325

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:36 CE, revision 32324

daily build of docs

2005-02-23 16:24 VZ, revision 32323

update from Martin Srebotnjak <miles@filmsi.net>

2005-02-23 16:18 SC, revision 32322

along the same change in dc

2005-02-23 16:13 SC, revision 32321

revamping classic MLTE implementation

2005-02-23 16:08 SC, revision 32320

adding peer back to wxWindow

2005-02-23 15:53 SC, revision 32319

adding peer back to wxWindow

2005-02-23 15:52 SC, revision 32318

carbon cfm fixes, factoring code

2005-02-23 15:50 ABX, revision 32317

Presentation of hiding and disabling of the items in wxRadioBox.

2005-02-23 15:48 SC, revision 32316

carbon cfm fixes

2005-02-23 15:46 SC, revision 32315

adding a peer pointing back to wxWindow

2005-02-23 15:39 SC, revision 32314

moving all border invalidations into one area, also opening peer access for all

2005-02-23 13:12 ABX, revision 32313

Registered PalmOS creatorID for minimal sample for the future bakefile support. Non influence on other formats.

2005-02-22 23:08 DS, revision 32312

use a larger font again for wxMSW (the chopping off was caused by a wxStaticText resizing bug which has been fixed)

2005-02-22 22:45 RR, revision 32311

Better correction to the wxListBox misbehaviour. Strangely, the listbox sends out 2 events upon the first selection.

2005-02-22 16:48 VS, revision 32310

fixed wxDateTime::ParseFormat to correctly handle '%x' on Windows

2005-02-22 15:09 ABX, revision 32309

Licence name correction.

2005-02-22 14:48 ABX, revision 32308

More connections between wxWindow and wxRadioBox.

2005-02-22 10:41 MW, revision 32307

Removed dependency on wx/html/forcelnk.h

2005-02-22 07:22 ABX, revision 32306

More wxAPI for radiobox of PalmOS.

2005-02-22 07:15 RN, revision 32305

fix some 'might not be initialized in this function' warnings

2005-02-22 07:15 ABX, revision 32304

wxRect::SetSize documented.

2005-02-22 00:13 DS, revision 32303

don't create a png alpha image if we don't have to

2005-02-21 22:46 RR, revision 32302

Show that the GTK+ listbox doesn't deselect any item in MULTIPLE mode when clicked upon.

2005-02-21 21:02 ABX, revision 32301

Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.

2005-02-21 18:34 RD, revision 32300

fixed compile error

2005-02-21 18:33 SC, revision 32299

warning fix

2005-02-21 17:32 RD, revision 32298

Treat the numpad enter key the same as the main enter key

2005-02-21 16:33 SC, revision 32297

XTI fix for VC 7.1 (VC 8.0 didn't complain)

2005-02-21 14:37 SC, revision 32296

drawing circles with a transparent pen was filling of course...

2005-02-21 14:32 SC, revision 32295

fix for quartz case

2005-02-21 14:19 , revision 32294
  • A /wxWidgets/tags/WX_2_5_4
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_5_4/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_5_4/lib/dummy
  • R /wxWidgets/tags/WX_2_5_4/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_5_4/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_5_4/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_5_4/samples/printing/printing.def
  • D /wxWidgets/tags/WX_2_5_4/samples/resource
  • R /wxWidgets/tags/WX_2_5_4/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_5_4/samples/tab
  • D /wxWidgets/tags/WX_2_5_4/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_5_4/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_5_4/src/expat
  • R /wxWidgets/tags/WX_2_5_4/src/expat/configure
  • R /wxWidgets/tags/WX_2_5_4/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_5_4/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_5_4/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_5_4/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_5_4/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_5_4/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_5_4/src/png
  • A /wxWidgets/tags/WX_2_5_4/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_5_4/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_5_4/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_5_4/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_5_4/src/png/configure
  • R /wxWidgets/tags/WX_2_5_4/src/png/example.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_5_4/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_5_4/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_5_4/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_5_4/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.5
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.c
  • A /wxWidgets/tags/WX_2_5_4/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_5_4/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM7.mcp
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_5_4/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_5_4/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_5_4/src/png/README
  • D /wxWidgets/tags/WX_2_5_4/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_5_4/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_5_4/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_5_4/src/png/TODO
  • R /wxWidgets/tags/WX_2_5_4/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_5_4/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_5_4/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/README
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_5_4/utils/wxprop

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

2005-02-21 14:19 JS, revision 32293

Updated FAQs from web site

2005-02-21 14:00 SC, revision 32292

warning cleanup

2005-02-21 13:57 SC, revision 32291

trials for proper synchronizing between different contexts on the same window

2005-02-21 13:53 SC, revision 32290

adapting to bitmaprefdata changes

2005-02-21 13:51 SC, revision 32289

first step into modernizing MLTE-Classic as it still seems to be the most complete answer to our needs

2005-02-21 13:50 SC, revision 32288

carbon cfm / classic fixes

2005-02-21 13:48 SC, revision 32287

moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise

2005-02-21 13:42 SC, revision 32286

moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise

2005-02-21 11:41 JS, revision 32285

Don't inherit background from parent if we're top-level

2005-02-21 09:21 JS, revision 32284

Added --norpms switch

2005-02-21 09:20 JS, revision 32283

Corrected compilo

2005-02-21 02:13 DS, revision 32282

reworded parts of the 'alpha channel support' paragraph

2005-02-21 02:11 VZ, revision 32281

added debug/release DLL configurations so that VC++ chooses the right one when building wx as DLL (should close 877037)

2005-02-21 02:09 DS, revision 32280

fixed MSVC6 truncation warning

2005-02-21 02:06 VZ, revision 32279

don't define min/max macros in windows.h (closes 1052256)

2005-02-21 01:56 VZ, revision 32278

declare variable used in source code example (bug 1093638)

2005-02-21 01:52 VZ, revision 32277

removed ambiguity from wxGLCanvas ctors (bug 1102544)

2005-02-21 01:44 VZ, revision 32276

removed mention of client data, there is none in this class (bug 1144820)

2005-02-21 01:24 VZ, revision 32275

call gdk_flush() in Update() (see discussion of patch 1047642)

2005-02-21 00:24 VZ, revision 32274

update from James Bishop

2005-02-21 00:10 VZ, revision 32273

use different image for pressed button state

2005-02-21 00:04 VZ, revision 32272

implementation of wxRendererXP::DrawComboBoxDropButton() (patch 1144845)

2005-02-20 22:22 VS, revision 32271

fixed spec files: no data files are installed under prefix/share/wx anymore

2005-02-20 20:50 RR, revision 32270

Changed wxFopen() calls to use c_str

2005-02-20 20:46 RR, revision 32269

Applied patch to allow resizing the popup window.

2005-02-20 20:39 RR, revision 32268

Added LDOWN handler for wxListBox so that it wil deselect a selected item if clicke upon. This is actually not the native GTK+ behaviour, but the native behaviour seems just broken.

2005-02-20 19:35 RR, revision 32267

Commited fix for wrong background colour in TLWs. I don't know if this will play well with themes. Alternatively, one could change one of the few lines below to parent == this;

2005-02-20 19:15 VZ, revision 32266

force wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined

2005-02-20 19:13 VZ, revision 32265

mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs

2005-02-20 19:01 VZ, revision 32264

define wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled

2005-02-20 18:58 VZ, revision 32263

removed explicit calls to gtk_glwindow_(realized/map)_callback() as they should be called by GTK+ itself anyhow

2005-02-20 18:25 JS, revision 32262

Duplicate label corrections

2005-02-20 18:09 VZ, revision 32261

mention [_]UNICODE

2005-02-20 17:31 VZ, revision 32260

regenerated after adding USE_THREADS and USE_RTTI flags

2005-02-20 17:06 VZ, revision 32259

more minor doc corrections (patch 1144628)

2005-02-20 16:41 JS, revision 32258

Font correction

2005-02-20 16:41 SC, revision 32257

toggle corrected for click as well

2005-02-20 16:27 SC, revision 32256

added missing files

2005-02-20 16:26 SC, revision 32255

cleanup

2005-02-20 16:24 SC, revision 32254

changing include type for XCode