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-01-19 00:19 VZ, revision 44256

disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()

2007-01-18 22:38 VZ, revision 44255

added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876)

2007-01-18 21:56 PC, revision 44254

revert last, GUI mutex isn't GUI-only

2007-01-18 21:51 RD, revision 44253

styles, toolbar, and other visual tweaks

2007-01-18 21:51 RD, revision 44252

Use kControlContentIconRef when recreating the tool for toggled state

2007-01-18 20:39 VZ, revision 44251

added wxCSConv::IsOk() (patch 1637944)

2007-01-18 20:37 VZ, revision 44250

corrected VC warning about possibly uninitialized variable in the last change

2007-01-18 20:29 VZ, revision 44249

make wxTextFile work with unseekable files again (patch 1632613, bug 1629581)

2007-01-18 19:53 VZ, revision 44248

reverted last change: wxGTK-specific wxMutextGui code breaks linkage of wxBase programs

2007-01-18 19:10 RD, revision 44247

Add GetDateOnly

2007-01-18 18:27 VS, revision 44246

compilation fix for !wxUSE_STATBOX

2007-01-18 18:13 PC, revision 44245

use GTK-specific GUI lock

2007-01-18 17:00 VZ, revision 44244

added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781)

2007-01-18 14:15 VZ, revision 44243

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

2007-01-18 14:06 VZ, revision 44242

added wxDateTime::GetDateOnly()

2007-01-18 14:03 VZ, revision 44241

corrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)

2007-01-17 23:39 RD, revision 44240

minor tweaks for the widget inspector

2007-01-17 23:37 RD, revision 44239

The inspect module is now a widget browser plus a shell.

2007-01-17 23:32 RD, revision 44238

reSWIGged

2007-01-17 23:31 VZ, revision 44237

discard time part of m_date, otherwise comparisons with other dates fail

2007-01-17 23:23 RD, revision 44236

Make GridBagSizer.GetItem use FindItem if possible, to allow a GBSizerItem to be returned instead of a SizerItem

2007-01-17 23:05 RD, revision 44235

some minor tweaks to make it possible to not show the default intro text

2007-01-17 23:03 RD, revision 44234

Use the system settings for the selection colours

2007-01-17 15:26 JS, revision 44233

Spacing corrections, removed duplicate functions

2007-01-17 14:51 JS, revision 44232

Corrected typos

2007-01-17 09:07 JS, revision 44231

Documented Set/GetBaseId

2007-01-17 08:40 VS, revision 44230

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-15 19:02 VZ, revision 44229

honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

2007-01-15 10:54 VZ, revision 44228

added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

2007-01-15 02:23 PC, revision 44227

don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

2007-01-15 01:26 PC, revision 44226

remove some unneeded includes, clean up gnome force link stuff a bit

2007-01-15 00:24 PC, revision 44225

only gtk1 needs poll now

2007-01-15 00:21 PC, revision 44224

chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

2007-01-14 21:04 VZ, revision 44223

create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

2007-01-14 20:59 VZ, revision 44222

corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

2007-01-14 20:45 VZ, revision 44221

test rendering of disabled items with bitmaps (for bug 1632888)

2007-01-14 16:52 VZ, revision 44220

added wxSizerFlags::Shaped() and FixedMinSize() methods

2007-01-14 16:38 VZ, revision 44219

added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

2007-01-14 16:18 VZ, revision 44218

don't crash when setting tooltip for a picker without text control

2007-01-14 12:43 JS, revision 44217

Provide access to file history base id

2007-01-12 21:46 VS, revision 44216

fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

2007-01-12 19:20 RD, revision 44215

PyCrust now has an option for showing/hiding the notebook.

2007-01-12 18:42 RD, revision 44214

minor tweaks

2007-01-12 18:40 RD, revision 44213

Bug fix from Pierre

2007-01-12 18:40 RD, revision 44212

Just reset the size, not the minsize too, when changing the label or font. This is how the native static text widgets behave.

2007-01-12 18:39 RD, revision 44211

new test

2007-01-12 18:39 RD, revision 44210

removed bogus ImageList property

2007-01-12 18:38 RD, revision 44209

Added typeId property

2007-01-12 18:28 RD, revision 44208

Use the SearchCtrl for the filter. Make the accelerator table usable again for testing.

2007-01-12 18:27 RD, revision 44207

Fix for problem when Realize is re-called on a vertical toolbar, it was making the tools layout horizontally.

2007-01-12 18:25 RD, revision 44206

DoGetBestSize fix, the lbWidth was not getting updated because of a misplaced #endif

2007-01-12 18:24 RD, revision 44205

Fix for when only a default dir is given without a default file

2007-01-12 18:00 SC, revision 44204

making sure it is only breaking at newlines for measuring

2007-01-12 17:54 PC, revision 44203

add wxToolbook checking

2007-01-12 17:22 SC, revision 44202

using the CF Message box only for non main thread alerts

2007-01-12 01:28 VZ, revision 44201

only set cursor immediately in SetCursor() if the mouse is currently inside the window or we capture it (fixes the problem introduced in rev 1.675 while still correcting the original bug that change was done to fix)

2007-01-11 16:41 VZ, revision 44200

use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1

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

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

2007-01-11 13:55 JS, revision 44198

Use the associated document manager, not the global one

2007-01-11 13:54 JS, revision 44197

Write a newline, not a 10 into the stream

2007-01-11 01:59 VZ, revision 44196

no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue

2007-01-11 01:48 VZ, revision 44195

apply patch 1630906 after all as with my simpler fix in the last commit the control may remain empty when it is supposed to show 0 value

2007-01-11 01:45 VZ, revision 44194

fix lack of spin control update event when control lost focus (replaces patch 1630906, corrects bug introduced in rev 1.66)

2007-01-11 01:34 VZ, revision 44193

suppress spurious error message when copying from clipboard brought empty string (patch 1630108)

2007-01-11 01:21 VZ, revision 44192

reverted wrong change of rev 1.129 and fixed the first part of bug 1422217 in a better way by using InsertMenuItem() correctly for checkable items

2007-01-11 00:30 VZ, revision 44191

do strtoll() test using C++ compiler as at least under SGI this function is accessible from C99 but not C++ code

2007-01-10 15:01 VS, revision 44190

added wxDFB to distribution scripts

2007-01-10 14:53 JS, revision 44189

Removed versions so we don't have to update with every release

2007-01-10 14:52 JS, revision 44188

Updated date

2007-01-10 14:51 JS, revision 44187

Updated version and date

2007-01-10 14:03 VS, revision 44186

added support for Bakefile's upcoming msvs2005prj format (not enabled by default yet, would fail with the latest released version otherwise)

2007-01-10 13:45 VZ, revision 44185

add #if wxUSE_TOOLTIPS around DoSetToolTip()

2007-01-10 13:40 CE, revision 44184

2.8.2

2007-01-10 13:38 CE, revision 44183

fix missing setup.h file(s) http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442:cbnogdligcfeekgnnppi

2007-01-09 21:26 JS, revision 44182

IsRich should be defined even if wxUSE_RICHTEXT isn't

2007-01-09 21:19 JS, revision 44181

Fix for missing separator if any previous items were ownerdrawn

2007-01-09 14:35 VZ, revision 44180

check parameters after options check sothat usign -version doesn't result in an error

2007-01-09 14:29 VZ, revision 44179

show -version in the list of options; exit after showing the version as all the other programs do

2007-01-09 14:01 VZ, revision 44178

more about virtual functions access specifier changing

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

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

2007-01-08 23:54 RD, revision 44176

don't use default style

2007-01-08 23:45 RD, revision 44175

Tweak dates and version number

2007-01-08 23:31 RD, revision 44174

Version --> 2.8.1.0

2007-01-08 23:10 RD, revision 44173

Minor tweaks to get up to date with wx CVS

2007-01-08 22:58 RD, revision 44172

ignore things that are just defined for the sake of the preprocessor

2007-01-08 15:04 VZ, revision 44171

added more wxUSE_TREE/LISTCTRL tests to fix compilation when they're set to 0

2007-01-08 15:04 CE, revision 44170

2.8.1

2007-01-08 14:47 CE, revision 44169

remove space which broke tex2rtf

2007-01-08 13:40 CE, revision 44168

fix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E.40203%40gmx.de%3e

2007-01-08 11:17 VZ, revision 44167

use wxLongLong_t instead of long long

2007-01-08 07:11 PC, revision 44166

non-pch build fix

2007-01-08 07:11 PC, revision 44165

missing braces

2007-01-08 03:58 PC, revision 44164

backport rev 1.52: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:58 PC, revision 44163

backport rev 1.115: Do not set the wmclass for toplevels

2007-01-08 03:56 PC, revision 44162

backport rev 1.43: remove focus ring on close button

2007-01-08 03:06 PC, revision 44161

backport rev 1.161: don't set focus to a hidden notebook page

2007-01-08 03:06 PC, revision 44160

backport rev 1.719: ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

2007-01-08 03:06 PC, revision 44159

backport rev 1.62: don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2007-01-08 03:06 PC, revision 44158

backport rev 1.104: make wxSemaphore::Post() return wxSEMA_OVERFLOW as documented

2007-01-08 03:06 PC, revision 44157

backport compilation fixes for old SDK headers