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-12-24 13:36 VZ, revision 44056

compare charset strings case-insensitively (and so avoid conversions between utf-8 and UTF-8 for example, see patch 1611068)

2006-12-24 12:38 VZ, revision 44055

document ShowHidden() (patch 1619786)

2006-12-24 12:19 VZ, revision 44054

added a couple of missing membersections and fixed a couple of typos (patch 1618846)

2006-12-24 12:16 VZ, revision 44053

fix hint rect position for RTL (patch 1618719 from Tim Kosse)

2006-12-24 12:14 VZ, revision 44052

fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539)

2006-12-24 12:08 VZ, revision 44051

compilation fixes for --disable-compat26 (patch 1619037)

2006-12-24 01:33 VS, revision 44050

removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2006-12-24 01:21 VZ, revision 44049

another fix for the default button in the dialog

2006-12-24 01:20 VZ, revision 44048

document --selected-config option

2006-12-23 22:20 VZ, revision 44047

1. Don't draw our own custom label if we don't have custom foreground colour, we don't need to do it then as it works just fine by default then 2. Use the theme font for the label (doesn't do anything for the default Luna theme but helps a lot with custom themes, unfortunately metrics are still wrong with them)

2006-12-23 22:11 VZ, revision 44046

added AutoHFONT; allow initialize SelectInHDC later (and not necessarily in ctor)

2006-12-23 15:57 JS, revision 44045

Bullet size should take into account the font of the immediately following content.

2006-12-23 15:54 JS, revision 44044

Optimization

2006-12-23 13:03 MR, revision 44043

Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app

2006-12-23 00:12 RD, revision 44042

minitest for wx.BusyInfo

2006-12-23 00:11 RD, revision 44041

reSWIGGed

2006-12-23 00:10 RD, revision 44040

Reset the item's text in SetItemFont to ensure that the text will be remeasured with the new font, and the bounding rect will be adjusted.

2006-12-23 00:02 RD, revision 44039

Don't try to access a color not in the dictionary

2006-12-23 00:02 RD, revision 44038

RemoveItem should return the same object it is passed, but adjusted for new ownership

2006-12-22 23:57 RD, revision 44037

wxColor --> wxColour

2006-12-22 23:55 RD, revision 44036

Add parent parameter to BusyInfo

2006-12-22 23:54 RD, revision 44035

Unicode is the default build mode

2006-12-22 23:52 RD, revision 44034

Patches from Andrea

2006-12-22 23:50 RD, revision 44033

put wx in the shell's namespace too

2006-12-22 20:14 KO, revision 44032

Adding SetFocus to wxABI_VERSION.

2006-12-22 20:05 KO, revision 44031

Fix for non-PCH builds.

2006-12-22 11:20 CE, revision 44030

fix for build with x11 reported here http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96187:200612:dimemphnemjnfeciaghe

2006-12-21 22:28 VZ, revision 44029

reversed binary and forward compatibility terms to their usual meanings; added a section about binary compatibility preserving changes explicitly mentioning that overriding of existing virtual functions seems to be safe; fixed typos/spelling

2006-12-21 22:04 VZ, revision 44028

added wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1

2006-12-21 19:26 VZ, revision 44027

restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()

2006-12-21 18:24 VS, revision 44026

compilation fix for !wxUSE_VALIDATORS

2006-12-21 17:52 VS, revision 44025

sockets work with wxDFB now

2006-12-21 06:53 KO, revision 44024

Restore compilation with --enable-stl, fix SetFocus with the generic control, and re-instate the use of ids to sort when a specific sort function isn't being used.

2006-12-20 23:24 VZ, revision 44023

C/POSIX locales (or absence of locale information) corresponds to wxLANGUAGE_ENGLISH_US, not wxLANGUAGE_ENGLISH which is the same as wxLANGUAGE_ENGLISH_UK

2006-12-20 13:45 VZ, revision 44022

unused parameter warning

2006-12-20 13:38 VZ, revision 44021

changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and only under XP, recreate the control in SetWindowStyleFlag() if it's a richedit one or if the system is earlier than XP

2006-12-20 10:06 VZ, revision 44020

fixed initial size of a control with wxDefaultSize: due to SetSize() call in Create() introduced in 1.243 it was created with 1 pixel height

2006-12-20 09:51 VZ, revision 44019

we don't need to subclass text control twice to implement support for WM_COPY/CUT/PASTE, just handle them in MSWWindowProc() (this reimplements the change of rev 1.261 correctly)

2006-12-20 09:45 CE, revision 44018

copy univ setup.h for VC IDE

2006-12-20 08:45 SC, revision 44017

best size fix for multi-line fields

2006-12-19 23:36 VZ, revision 44016

make the continue button default, not the stop one, to avoid killing the application accidentally if it doesn't run under debugger and Enter is pressed

2006-12-19 13:49 , revision 44015
  • A /wxWidgets/tags/wxPy_2_8_0_1
  • R /wxWidgets/tags/wxPy_2_8_0_1/debian
  • R /wxWidgets/tags/wxPy_2_8_0_1/include/wx/mac
  • R /wxWidgets/tags/wxPy_2_8_0_1/include/wx/wfstream.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/common/wfstream.cpp
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/mac
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.nt
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/trees.h

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

2006-12-19 13:49 , revision 44014
  • A /wxWidgets/tags/WX_2_8_0
  • R /wxWidgets/tags/WX_2_8_0/build/script/win_docs.bat
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/animate
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_8_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_0/include/wx/generic
  • R /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon
  • D /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/private/mactext.h
  • D /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/srchctrl.h
  • R /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/textctrl.h
  • R /wxWidgets/tags/WX_2_8_0/include/wx/wfstream.h
  • R /wxWidgets/tags/WX_2_8_0/lib/dummy
  • R /wxWidgets/tags/WX_2_8_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_8_0/samples/resource
  • R /wxWidgets/tags/WX_2_8_0/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_8_0/samples/tab
  • D /wxWidgets/tags/WX_2_8_0/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_0/src/common
  • D /wxWidgets/tags/WX_2_8_0/src/common/srchcmn.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/common/wfstream.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/expat
  • A /wxWidgets/tags/WX_2_8_0/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_0/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_0/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_0/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_0/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_0/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_0/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/mac
  • D /wxWidgets/tags/WX_2_8_0/src/mac/carbon/srchctrl.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/mac/carbon/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/png
  • A /wxWidgets/tags/WX_2_8_0/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_0/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_0/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_0/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_0/src/png/configure
  • R /wxWidgets/tags/WX_2_8_0/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_0/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_0/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_0/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_0/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_0/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_0/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_0/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_0/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_0/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_0/src/png/README
  • D /wxWidgets/tags/WX_2_8_0/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_0/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_0/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_0/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_0/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_0/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_8_0/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_8_0/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/animate.i
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_core_wrap.cpp

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

2006-12-19 13:49 SC, revision 44013

fvisibility-inlines-hidden fix

2006-12-19 12:41 MR, revision 44012

Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of GetResourcesDir documentation in rev1.12, see http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/latex/wx/stdpaths.tex.diff?r1=1.11&r2=1.12 Noticed by Giuseppe Bilotta

2006-12-19 11:25 JJ, revision 44011

Committing in . Update configuration file for OpenVMS Modified Files: wxWidgets/setup.h_vms

2006-12-19 10:52 VZ, revision 44010

don't include non existent tools/gettext directory in the distribution

2006-12-19 10:45 VZ, revision 44009

removed (non existing any more) mobile/* files

2006-12-19 08:29 VZ, revision 44008

include wxUniv files into wxX11 distribution

2006-12-19 05:43 SC, revision 44007

fixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)

2006-12-18 23:52 RD, revision 44006

remove debug code

2006-12-18 23:19 RD, revision 44005

minor demo tweaks

2006-12-18 23:18 RD, revision 44004

wx.lib.customtreectrl patches from Andrea Gavana.

2006-12-18 23:15 RD, revision 44003

reSWIGged

2006-12-18 23:14 RD, revision 44002

Make wx.MenuItem.Destroy a NOP since the regular garbage collection will handle the destruction now.

2006-12-18 23:13 RD, revision 44001

Some docstring changes, default value for clockwise arg in AddArc

2006-12-18 20:22 RD, revision 44000

bump subrelease number

2006-12-18 17:24 VS, revision 43999

wxDFB: fix events processing to support sockets events

2006-12-17 15:49 VZ, revision 43998

suppress a CodeWarrior warning about long to int conversion (bug 1616948)

2006-12-17 14:52 VZ, revision 43997

don't treat foo in c:\\foo\bar as network share

2006-12-17 14:49 VZ, revision 43996

corrected tests to deal with multiple consecutive (back)slashes

2006-12-17 14:13 VZ, revision 43995

added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network share)

2006-12-17 13:47 VZ, revision 43994

don't set the label colour in DrawButtonLabel(), this is done by the caller in wxControlRenderer::DrawLabel()

2006-12-17 02:13 VZ, revision 43993

forcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any more

2006-12-16 23:11 VZ, revision 43992

for for initializing wxFileName with empty string returning true from IsOk() and tests for the correct behaviour (patch 1617156)

2006-12-16 23:08 VZ, revision 43991

added links to Dir/FileName in construction section (part of patch 1617156)

2006-12-16 15:18 VZ, revision 43990

don't set score files permissions to 0666, why would this be needed or wanted? (and it didn't compile in Unicode build)

2006-12-16 15:11 VZ, revision 43989

added include/msvc/wx/setup.h

2006-12-16 15:09 VZ, revision 43988

test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the same

2006-12-15 23:15 RD, revision 43987

Fix for the Demos menu

2006-12-15 23:15 RD, revision 43986

wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE

2006-12-15 10:03 SC, revision 43985

adding common search field file

2006-12-15 06:14 SC, revision 43984

using native architecture for development builds only, saves half of the compiles

2006-12-15 01:47 VZ, revision 43983

fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

2006-12-15 01:32 VZ, revision 43982

respect background colour of wxStaticText in wxUniv

2006-12-15 01:30 VZ, revision 43981

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-15 01:20 VZ, revision 43980

mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494)

2006-12-15 01:09 VZ, revision 43979

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-14 17:45 VS, revision 43978

wxDFB's wxICON and wxBITMAP should use embedded XPMs, too

2006-12-14 16:53 VS, revision 43977

compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON

2006-12-14 14:13 VS, revision 43976

moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

2006-12-14 13:54 VS, revision 43975

fixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu items below a disabled item would be rendered incorrectly

2006-12-14 07:19 PC, revision 43974

make sure style is set on menubar before querying its size

2006-12-14 02:08 VZ, revision 43973

really removed __WIN95__ (as mentioned, but not done, in last commit)

2006-12-14 02:07 VZ, revision 43972

test for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHEDIT; don't even define __WIN95__ any more as it's not used anywhere

2006-12-14 00:07 MW, revision 43971

Fix for printf positional parameter check from Francesco.

2006-12-13 19:04 VZ, revision 43970

mention bcc Unicode build fix

2006-12-13 19:03 VZ, revision 43969

don't crash in Unicode build if command line arguments are not valid UTF-8 strings (bug 1614363)

2006-12-13 18:55 CE, revision 43968

add distrib\mac\pbsetup-sh to mac distro

2006-12-13 18:24 VZ, revision 43967

added 2.8.0.1-1 packaged by myself

2006-12-13 13:14 VZ, revision 43966

added a tiny script to build both ANSI and Unicode debian packages

2006-12-13 13:04 VZ, revision 43965

cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

2006-12-13 12:32 MW, revision 43964

Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match recent change of wxMBFILES.

2006-12-13 12:08 VS, revision 43963

make sure the window is fully painted before DirectFB WM shows it, otherwise artifacts could be seen on the screen

2006-12-13 09:46 CE, revision 43962

avoid configure, etc being in DOS format

2006-12-13 09:25 CE, revision 43961

move on to 2.8.1

2006-12-13 09:24 CE, revision 43960

tidy up

2006-12-13 09:18 CE, revision 43959

try toi fix readme readme

2006-12-13 08:49 CE, revision 43958

up to 2.8.0

2006-12-12 22:27 RR, revision 43957

Made wxSearchCtrl look like other text controls under GTK+.