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-07-03 17:22 RD, revision 39953

The richtext DLL needs to also link with the html and xml DLLs.

2006-07-03 17:11 MR, revision 39952

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. Second pass (the conflicting file).

2006-07-03 16:45 MR, revision 39951

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. First pass (only non-conflicting files).

2006-07-03 15:12 ABX, revision 39950

Rich text lib separation.

2006-07-03 12:48 ABX, revision 39949

[ 1515217 ] wxComboCtrl textctrl event propagation bug.

2006-07-03 12:41 VZ, revision 39948

removed wxHyperlinkCtrl from this sample, it's not in the widgets one

2006-07-03 12:39 VZ, revision 39947

make the frame big enough to show all controls initially

2006-07-03 12:23 ABX, revision 39946

[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partially visible item.

2006-07-02 22:07 SN, revision 39945

Updated information on concurrent installs. Made tab usage consistent in description of configure options.

2006-07-02 21:57 SN, revision 39944

Removed some outdated stuff.

2006-07-02 21:40 SN, revision 39943

Fixed typos in comments (patch #1515724)

2006-07-02 21:11 SN, revision 39942

Fixes to sizing and others, according to patch #1507207.

2006-07-02 13:43 JS, revision 39941

Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine Setting the default style now combines the default with the new style, instead of just overriding it, so it is possible to select e.g. bold and italic simultaneously in the sample

2006-07-02 12:56 VZ, revision 39940

corrected preview scale calculation (patch from Daniel Walter)

2006-07-02 12:49 VZ, revision 39939

use PROOF_QUALITY in LOGFONT by default

2006-07-02 12:47 VZ, revision 39938

take pixel sizes into account as well when comparing fonts, not just point sizes which could be the same for fonts with slightly different height in pixels or, worse, the fonts with the same height but compeltely different widths

2006-07-02 07:41 JS, revision 39937

Added wxTextCtrlBase to type info, useful if different text control implementations are available

2006-07-02 07:17 JS, revision 39936

Typo correction

2006-07-02 06:58 JS, revision 39935

Seems to work fine without switching off anti-aliasing now

2006-07-02 01:35 VZ, revision 39934

fix appearance problems when the cell is scrolled (patch 1515458)

2006-07-02 01:31 VZ, revision 39933

use gtk_file_chooser_set_current_folder() instead of gtk_file_chooser_set_filename() in GTK+ native SetPath() branch (patch 1513554)

2006-07-02 01:30 VZ, revision 39932

added indirect base classes too (patch 1513451)

2006-07-02 01:28 VZ, revision 39931

Index() is const (patch 1513451)

2006-07-02 01:27 VZ, revision 39930

fixed GetPrevious() and comparison operators in wxUSE_STL build (patch 1354568)

2006-07-02 01:22 VZ, revision 39929

added ExpandAllChildrne() (patch 1498343)

2006-07-02 01:08 VZ, revision 39928

don't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off

2006-07-02 00:29 VZ, revision 39927

reset m_selectingKeyboard in ClearSelection() too

2006-07-02 00:17 VZ, revision 39926

don't refresh the menu if it's frozen

2006-07-01 20:32 JS, revision 39925

Corrected GIF

2006-07-01 20:30 JS, revision 39924

First cut at wxRichTextCtrl documentation Put wxTextAttr into separate file to allow correct ordering

2006-07-01 20:21 JS, revision 39923

Removed duplicate wxDCClipper documentation

2006-07-01 19:51 JS, revision 39922

Swapped parameters

2006-07-01 16:43 JS, revision 39921

Need to convert from physical to logical units inside HitTest

2006-07-01 14:21 VZ, revision 39920

don't set the size to the full screen for the windows which are maximized before being shown, just set the pending size to make sure that layout calculations work correctly but without breaking restoring the window

2006-07-01 14:19 VZ, revision 39919

use WM_NCCALCSIZE in DoGetClientSize() if the window has deferred size, even if it's toplevel

2006-07-01 00:11 RD, revision 39918

More Python 2.5 fixes

2006-06-30 23:27 VZ, revision 39917

don't ignore dialog code when processing Ctrl-keys; otherwise text controls and listboxes never get Ctrl-PageUp/Dn

2006-06-30 23:25 VZ, revision 39916

avoid asserts by not using GetSelection() with multi selection listbox

2006-06-30 23:16 VZ, revision 39915

added wxHyperLink and context help testing code (not sure if either of them should actually be here...)

2006-06-30 23:08 VZ, revision 39914

support Ctrl-PageUp/Dn for changing the notebook pages in addition to [Shift-]Ctrl-Tab (this is also a standard key combination)

2006-06-30 23:00 VZ, revision 39913

we don't need to override MSWTranslateMessage(), it was a wrong workaround for the bug fixed in rev 1.41 of src/msw/evtloop.cpp

2006-06-30 22:59 VZ, revision 39912

call MSWProcessMessage() for the window itself, although a comment said that this was done it, in fact, wasn't (since rev 1.11 when this was changed, apparently accidentally)

2006-06-30 22:04 VZ, revision 39911

moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it's not used on other platforms

2006-06-30 21:57 RD, revision 39910

reSWIGged

2006-06-30 21:48 RD, revision 39909

Py_ssize_t is needed for PyString_AsStringAndSize in Python 2.5, plus typedef for earlier versions

2006-06-30 21:46 RD, revision 39908

Some build tweaks to work around distutils screwing up when there are multipl sets of linker flags for universal binaries

2006-06-30 17:32 AVV, revision 39907

Old socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from HEAD docs

2006-06-30 15:50 AVV, revision 39906

wxDatagramSocket docs added, now on the proper branch

2006-06-30 14:24 SC, revision 39905

making sure mac filenames are always decomposed D Unicode UTF8 and the internal wxStrings are using composed D Unicode

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

This commit was manufactured by cvs2svn to create branch 'SOC2006_SOCKETS'.

2006-06-30 12:37 AVV, revision 39903

wxDatagramSocket docs added

2006-06-30 12:01 AVV, revision 39902

Fixes tex2rtf to search for files on current folder too. This is basically to test my write access (tho also fixes tex2rtf for some people, including me)

2006-06-30 10:51 VS, revision 39901

fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling and hiding of the control

2006-06-30 09:16 SC, revision 39900

missing retval

2006-06-30 08:45 SC, revision 39899

fixing PPI bugs in printer dcs and print preview

2006-06-30 08:44 SC, revision 39898

fixing PPI bugs in printer dcs

2006-06-30 07:28 BIW, revision 39897

added/expanded various comments

2006-06-29 22:24 RD, revision 39896

Removed __future__ import that has been in the "past" for several years now.

2006-06-29 17:29 KO, revision 39895

wxPython Universal binary build system.

2006-06-29 17:25 SC, revision 39894

switching all text rendering/measuring to ATSUI

2006-06-29 17:23 SC, revision 39893

moving UniChar code to one place

2006-06-29 16:52 KO, revision 39892

Mac binary build system.

2006-06-29 13:47 VZ, revision 39891

call wxApp::OnInit() from MyApp::OnInit() so that standard options (like wxUniv --theme) work with the sample

2006-06-29 12:42 VZ, revision 39890

flush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn't hurt and could be useful if stderr is redirected

2006-06-29 12:06 JS, revision 39889

Moved wrongly placed constants

2006-06-29 12:04 JS, revision 39888

Moved wrongly placed hit test constants

2006-06-29 08:19 JS, revision 39887

Changed order of libs to fix linking

2006-06-29 08:16 SC, revision 39886

fix for potential crash when conversion fails

2006-06-29 08:07 SC, revision 39885

fix for potention crash when conversion fails

2006-06-29 07:55 JS, revision 39884

Respun configure for richtext library

2006-06-29 07:50 JS, revision 39883

Typo correction

2006-06-29 07:16 JS, revision 39882

Moved wxRichTextCtrl to its own library

2006-06-29 02:34 RD, revision 39881

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-29 00:18 RD, revision 39880

reSWIGged

2006-06-29 00:09 RD, revision 39879

reSWIGged

2006-06-28 23:19 RD, revision 39878

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-28 23:10 RD, revision 39877

Allow for building with Python 2.5

2006-06-28 22:41 RD, revision 39876

It doesn't look for .mo file in a LC_MESSAGES subdir on Windows, so don't put them there.

2006-06-28 19:32 RD, revision 39875

Applied patch from Armel Asselin that reduces memory required when pasting text and when sending events. Comment out some unneeded asserts.

2006-06-28 17:45 JS, revision 39874

Typo correction

2006-06-28 14:01 VZ, revision 39873

added missing wx/sizer.h header

2006-06-28 12:56 JS, revision 39872

Fixed zoom problem (Robert J.Lang)

2006-06-28 10:57 JS, revision 39871

Added support for tabs in wxRichTextCtrl (Ashish More)

2006-06-27 23:05 RD, revision 39870

reSWIGged

2006-06-27 22:46 RD, revision 39869

new wxTreeEvent ctor

2006-06-27 22:39 RD, revision 39868

Don't use custom bg style except on wxGTK

2006-06-27 22:37 RD, revision 39867

Picker control updates

2006-06-27 22:36 RD, revision 39866

Changed call order of the PreCreate method, and pass the pre instance to it.

2006-06-27 22:35 RD, revision 39865

little tweaks

2006-06-27 22:33 RD, revision 39864

New SetModified method

2006-06-27 22:31 RD, revision 39863

New wxNB_HITTEST_ONPAGE flag

2006-06-27 22:30 RD, revision 39862

Added missing platform constants

2006-06-27 22:30 RD, revision 39861

Remove use of wxHIDE_READONLY

2006-06-27 22:29 RD, revision 39860

Put wxHIDE_READONLY back for compatibility.

2006-06-27 22:02 RD, revision 39859

wxMSW doesn't look in a LC_MESSAGES dir for the message catalogs

2006-06-27 21:47 VZ, revision 39858

don't use COMPRESSION_LZW for saving TIFF files -- it's not implemented by libtiff (backport from HEAD)

2006-06-27 21:21 RD, revision 39857

Put back the old wxTreeEvent ctor for compatibility

2006-06-27 20:53 KO, revision 39856

Fixed incorrect get page source check around SetPageSource.

2006-06-27 19:19 RD, revision 39855

wxPickerBase derives from wxControl, not wxWindow

2006-06-27 19:16 RD, revision 39854

fixed typo