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-10-16 19:50 RD, revision 42056

Destroy the FileDialog when finished with it

2006-10-16 19:49 RD, revision 42055

Add a utility function that can calculate word-wrap line breaks, and use it in the AboutBox demo.

2006-10-16 18:27 RD, revision 42054

Don't make a property out of GetEnableEffects, it hides the EnableEffects method

2006-10-16 18:25 RD, revision 42053

Call wxRichTextModuleInit

2006-10-16 18:16 RR, revision 42052

Made wxWindow::Update() a little clearer.

2006-10-16 18:13 RD, revision 42051

Merge new item attributes if any are already existing

2006-10-16 18:12 RD, revision 42050

Add wxRichTextModuleInit

2006-10-16 13:26 ABX, revision 42049

[#1577388] - fix for scaling in wxImage.

2006-10-16 13:22 ABX, revision 42048

Added test for scaling and bluring wxImage.

2006-10-16 12:37 ABX, revision 42047

Allow building without calendar.

2006-10-16 09:30 ABX, revision 42046

CVS tags cleaning (with other minor cleaning).

2006-10-16 09:04 ABX, revision 42045

Fix for assert in 'dynarray.cpp' by Jaakko Salli.

2006-10-15 20:21 RR, revision 42044

Readd gtk_widget_set_size_request() to prevent -1,-1 from being allocated.

2006-10-15 20:12 RR, revision 42043

Implement mnemnic support for wxToggleButton.

2006-10-15 19:59 PC, revision 42042

remove gtk_pizza_expose, its purpose is easily accomplished from existing expose-event handler in window.cpp

2006-10-15 19:44 RR, revision 42041

I don't think anylonger that DrawHeaderButton() should be used for drawing grid row/col buttons. Also, the GTK2 port should not waste space per line of wxMSW doesn' waste it neither.

2006-10-15 19:18 RR, revision 42040

Left unused variable around. Adjust window placement in the correct direction in RTL. This corrects in-place editing in wxGrid.

2006-10-15 19:13 RR, revision 42039

Use widget->allocation instead of querying the window size with a gdk_ call.

2006-10-15 19:11 RR, revision 42038

Do not remove GDK events for native GTK+ controls.

2006-10-15 18:44 RR, revision 42037

[ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemovePage

2006-10-15 18:05 PC, revision 42036

non-pch build fix, cleanup

2006-10-15 18:04 PC, revision 42035

non-pch build fixes

2006-10-15 18:03 PC, revision 42034

probable typo

2006-10-15 15:51 MBN, revision 42033

Fix setting the clipping region for a DC when the region is an actual wxRegion. Fix some positioning/sizing bugs, mosting affecting controls inside scrolled windows.

2006-10-15 15:45 MBN, revision 42032

Added wxRTTI macros to buffered DCs. Fix a signed/unsigned warning.

2006-10-15 15:03 RR, revision 42031

Correct window placement only once. This fixes edit label control placement in wxListCtrl in RTL.

2006-10-15 07:57 SC, revision 42030

adding missing typedefs for 10.4

2006-10-15 07:46 SC, revision 42029

availability does not include any other headers, but it provides the necessary macros everywhere

2006-10-15 07:01 PC, revision 42028

wrong caption for html window, cleanup

2006-10-15 07:01 PC, revision 42027

store GtkPizza border width in GtkContainer.border_width, eliminate GtkPizza.shadow_type

2006-10-15 05:42 PC, revision 42026

put back obviously-not-redundant resize

2006-10-15 05:36 PC, revision 42025

remove redundant resize

2006-10-15 04:36 PC, revision 42024

replace use of deprecated GtkPixmap, gtk_container_border_width

2006-10-15 03:43 PC, revision 42023

logical vs. boolean operators, unused decls and vars, etc

2006-10-15 01:10 PC, revision 42022

deprecation fixes, plus some code size reduction and cleanup

2006-10-14 19:01 PC, revision 42021

replace use of deprecated GtkPixmap

2006-10-14 18:07 RD, revision 42020

Ensure Cairo is installed before setting wxUSE_GRAPHICS_CONTEXT for wxGTK builds

2006-10-14 18:04 RD, revision 42019

Don't build animate by default

2006-10-14 18:03 RD, revision 42018

Update to InnoSetup 5

2006-10-14 18:02 RD, revision 42017

Don't build the animate contrib

2006-10-14 17:39 PC, revision 42016

remove obsolete checks, minor cleanup

2006-10-14 16:55 SC, revision 42015

cleanup for 10.5

2006-10-14 16:50 PC, revision 42014

correct access for virtual

2006-10-14 16:49 PC, revision 42013

replace use of deprecated GtkPixmap

2006-10-14 16:18 SC, revision 42012

cleanup for 10.5

2006-10-14 16:02 SC, revision 42011

cleanup for 10.5

2006-10-14 15:48 SC, revision 42010

cleanup for 10.5

2006-10-14 15:30 SC, revision 42009

cleanup for 10.5

2006-10-14 15:15 SC, revision 42008

cleanup for 10.5

2006-10-14 14:55 SC, revision 42007

cleanup for 10.5

2006-10-14 14:46 SC, revision 42006

cleanup for 10.5

2006-10-14 14:36 RR, revision 42005

Make status bar grip move to the left in RTL.

2006-10-14 13:24 RR, revision 42004

Remove tree control lines unconditionally under GTK2 (similar to what wxMac does) as it simply looks wrong (as we are using GTK+ tree buttons).

2006-10-14 13:22 RR, revision 42003

Forgot border when reversing coordinates for RTL.

2006-10-14 12:37 SN, revision 42002

Added include for app.h, so wxTheApp is defined, fixing bug #1574784.

2006-10-14 07:10 RR, revision 42001

Left in debug printf.

2006-10-14 07:06 RR, revision 42000

Better place for coordinate mirroring and removal of stupid hack. This makes the positioning correct in the end but leaves window hopping when resizing unsolved in RTL mode.

2006-10-14 04:03 PC, revision 41999

remove unused XIM code, minor cleanup

2006-10-13 19:57 RD, revision 41998

reSWIGged

2006-10-13 19:56 RD, revision 41997

text tweak

2006-10-13 19:55 RD, revision 41996

This works ok on Mac now

2006-10-13 19:32 RD, revision 41995

comment out prints

2006-10-13 19:20 RD, revision 41994

Add USE_GDIPLUS=1

2006-10-13 19:19 RD, revision 41993

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed. Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:14 RD, revision 41992

Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:06 RD, revision 41991

some fixes in the compatibility class

2006-10-13 19:01 RD, revision 41990

bump subrelease number

2006-10-13 18:48 RD, revision 41989

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed.

2006-10-13 18:33 RD, revision 41988

Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a new selection.

2006-10-13 14:30 JS, revision 41987

Fixed tab selection bug Slight improvement to kerning-related jumpy text when selecting Default tab efficiency improvement and naming conventions cleanup

2006-10-13 14:15 ABX, revision 41986

Fix for assert in setting image from file by Jaakko Salli.

2006-10-13 11:59 SC, revision 41985

removing double definition

2006-10-13 11:58 SC, revision 41984

setting according to a minimum system of 10.3 and supporting 64 bit

2006-10-13 09:16 RR, revision 41983

Remove method GetWindow() returning a GdkWindow*

2006-10-13 09:00 RR, revision 41982

Applied part of [ 1575767 ] Init/size/check fixes for sockets Left out the time out parameter change. Left out the improper test for arbitrary too large value upon read failure.

2006-10-13 08:39 RR, revision 41981

Prevent bogus event which GTK 2.4 sends after typing text in the text area begins and the text there has no match in the list.

2006-10-13 00:16 RD, revision 41980

update build and install docs

2006-10-13 00:15 RD, revision 41979

can put back the wx.BufferedPaintDC now

2006-10-12 23:24 RD, revision 41978

updates from Andrea

2006-10-12 19:57 VZ, revision 41977

inserted missing back quotes around echo lost by previous change

2006-10-12 19:47 CE, revision 41976

post 2.7.1 fixes

2006-10-12 12:34 VZ, revision 41975

mention that wxBufferedDC doesn't inherit from wxMemoryDC any more

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

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

2006-10-12 08:58 RD, revision 41973

only need a (1,1) bitmap for measuring

2006-10-12 08:37 RD, revision 41972

reSWIGged

2006-10-12 08:35 RD, revision 41971

Give up on trying to fix all the buffered dc problems and just check-in the FlatNotebook update from Andrea using self-buffering instead of wx.BufferedPaintDC.

2006-10-12 08:32 RD, revision 41970

typo

2006-10-12 07:59 SC, revision 41969

fixing rectangle drawing when offsetting 0.5, correcting rounded rectangle drawing

2006-10-12 07:53 SC, revision 41968

setting font when using core graphics on a memory dc

2006-10-12 06:46 SC, revision 41967

support 1 bit deep bitmaps as masks

2006-10-12 06:43 SC, revision 41966

support CGGraphics Masks, switch xbm interpretation to be in line with msw

2006-10-12 06:23 RD, revision 41965

Fixup Blit so it can be used with a source that is a wxBufferedDC, since wxBufferedDC doesn't derive from wxMemoryDC any more.

2006-10-12 05:15 SC, revision 41964

adjust so that mono bitmaps don't get an alpha channel

2006-10-12 04:27 JS, revision 41963

Some additions to the wxRichTextCtrl overview.

2006-10-12 01:51 VZ, revision 41962

only change the bitmap size for the borderless controls

2006-10-11 23:54 RD, revision 41961

Don't use the window position as the x offset when painting the full row highlight, always use zero.

2006-10-11 23:52 RD, revision 41960

a little whitespace cleanup

2006-10-11 23:51 RD, revision 41959

Give some more specific info if PyWin can't be imported when frozen in a py2exe exexcutable

2006-10-11 23:49 RD, revision 41958

a couple new generic methods

2006-10-11 23:48 RD, revision 41957

convert unicode filename to file system encoding