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-03-18 19:45 RN, revision 32903

* Quicktime lib no longer needed....

2005-03-18 19:44 RN, revision 32902

* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_ macros

2005-03-18 19:32 ABX, revision 32901

Fixed bug #1022383: 'several ComboBoxes appear selected'

2005-03-18 19:20 JS, revision 32900

Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE

2005-03-18 17:34 RN, revision 32899

* Fix refreshing bug with control not showing up intially and asserting on resize

2005-03-18 16:51 VZ, revision 32898

include extern variables declarations in the tags file too

2005-03-18 15:27 VZ, revision 32897

restored const operator[]s for the compilers which need them

2005-03-18 15:16 VZ, revision 32896

continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled

2005-03-18 15:13 VZ, revision 32895

added EVT_TREE_ITEM_MENU test

2005-03-18 15:03 VZ, revision 32894

avoid asserts from calling isprint(c) with non ASCII c

2005-03-18 14:26 JS, revision 32893

Added WXK_SPECIAL... keycodes for special hardware buttons Made (Un)RegisterHotKey WinCE-aware. Added wxEVT_HIBERNATE event. Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE. Added wxTE_CAPITALIZE for CAPEDIT controls.

2005-03-18 14:07 VZ, revision 32892

compilation fix after last commit (missing semicolon added)

2005-03-18 11:50 RN, revision 32891

* Update for new event handler stuff * Update notebook page text on file change * Some other misc. cleanups (remove strmiids.lib dependancy, cleanup enums, etc.)

2005-03-18 11:46 RN, revision 32890

Update for new event handler stuff

2005-03-18 11:04 RN, revision 32889

Reworked directshow implementation. * Removes the strmiids.lib dependancy * Uses the direct quartz automation interface, thus removing the dshow.h header dependancy * Let COM handle loading quartz.dll

2005-03-18 10:11 JS, revision 32888

Script updates

2005-03-18 10:05 JS, revision 32887

Add sample icon

2005-03-18 09:46 JS, revision 32886

Use sample icon, and title correction

2005-03-18 09:44 JS, revision 32885

Use sample icon

2005-03-18 09:33 JS, revision 32884

Doc tweaks

2005-03-18 09:31 JS, revision 32883

SetSashSize doc'ed

2005-03-18 08:50 CE, revision 32882

wxbase bug

2005-03-18 00:16 DS, revision 32881

fixed signed/unsigned mismatch warning

2005-03-17 23:45 VZ, revision 32880

implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)

2005-03-17 23:24 VZ, revision 32879

return if abort dialog couldn't be created (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32878

fixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32877

missing break in ParseFormat() (part of patch 1160117)

2005-03-17 23:19 VZ, revision 32876

iterator methods fixes (patch 1164808)

2005-03-17 23:11 VZ, revision 32875

fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)

2005-03-17 22:58 VZ, revision 32874

revert togglable tools to previous state if the change was vetoed by OnLeftClick()

2005-03-17 22:39 VZ, revision 32873

removed #ifdef __WXMAC__ as the code is now the same in both branches anyhow

2005-03-17 22:35 RD, revision 32872

Use Update() instead of yielding and waiting for the update to happen there.

2005-03-17 22:29 VZ, revision 32871

GetVirtualSize() returns client size values for the m_virtualSize components which are not set (i.e. allow setting only one component of m_virtualSize instead of either none or both)

2005-03-17 22:27 VZ, revision 32870

don't set virtual size of the window to (0, 0) if scrollbars are removed from it

2005-03-17 22:19 VZ, revision 32869

removed just added UnsetVirtualSize(), it's not needed finally

2005-03-17 22:18 VZ, revision 32868

added UnsetVirtualSize()

2005-03-17 21:38 VZ, revision 32867

removed commented out calls to ReleaseMouse() (no real changes)

2005-03-17 21:21 JS, revision 32866

Provided GetBestVirtualSize and DoGetBestSize implementations for generic and GTK+ wxScrolledWindow. wxWindowBase::DoGetBestSize was returning a virtual size if there were child controls, which was then used to set the scrolled window actual size. Similarly, wxWindowBase::GetBestVirtualSize was returning the actual window size; now we return the virtual size for dimensions that have scrolling (e.g. vertical scrolling direction), or the minimum/actual size for those that don't (e.g. the maximum control width if there is no horizontal scrolling). This allows the scrolled window to be properly sized, whereas before it would start off at the virtual size (giving enormous layouts).

2005-03-17 21:17 VZ, revision 32865

added wxSizerSpacer and modified wxSizerItem to contain a pointer to either wxWindow, wxSizer or wxSizerSpacer (instead of containing either a pointer or just wxSize for spacers) and implement IsShown() and Show() by forwarding it to the appropriate pointer: this means that now you can directly hide/show windows/sizers/spacers instead of having to pass by containing sizers Show(child) method

2005-03-17 20:16 VZ, revision 32864

removed const operator[]s (should fix 1162115)

2005-03-17 17:47 DE, revision 32863

Fixed MW and XLC tests when using -C (cache) option with configure.

2005-03-17 17:46 ABX, revision 32862

Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

2005-03-17 17:38 DE, revision 32861

Updated configure and aclocal.m4 for new 0.1.8 Bakefile on account of the recent commit to autoconf_inc.m4 using Bakefile 0.1.8 (CVS).

2005-03-17 12:43 JS, revision 32860

Small fixes for compiling Cygwin (with --disable-sockets)

2005-03-17 09:54 JS, revision 32859

Correct compilo for non-WinCE

2005-03-17 09:10 JS, revision 32858

stopwatch.h needed for wxGetLocalTimeMillis

2005-03-17 08:05 JJ, revision 32857

Committing in . setup.h_vms : updated VMS configuration msgdlg.cpp : corrected include file path Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp ----------------------------------------------------------------------

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

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

2005-03-16 22:54 RD, revision 32855

Drop the "rc"

2005-03-16 22:53 RD, revision 32854

The --enable-rpath configure option doesn't work the same way it did before. Work around that by specifying the rpath option myself on the setup.py command-line.