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-03-19 18:28 VZ, revision 44956

regenerated again, this time with correct autoconf_inc.m4 too

2007-03-19 18:28 VZ, revision 44955

fix 64 bit compilation warning

2007-03-19 18:17 VZ, revision 44954

regenerated with newer bakefile*.m4 files

2007-03-19 18:15 VZ, revision 44953

include bakefile-dllar.m4 needed by bakefile 0.2.2

2007-03-19 18:12 VZ, revision 44952

updated to bakefile 0.2.2 versions

2007-03-19 18:03 RD, revision 44951

Use import xxx instead of sys.modules['xxx']

2007-03-19 17:56 RD, revision 44950

Removed test code

2007-03-19 17:55 RD, revision 44949

Preferences for default "sizeritem" parameters for new panels and controls can be configured ("File">"Preferences..."). Implemented comment object for including simple one-line comments and comment directives as tree nodes. No validation is performed for a valid XML string so comments must not contain "-->". Comment directive is a special comment starting with '%' character, followed by a line of python code. It is executed using 'exec' when the resource file is opened. This is useful to import plugin modules containing custom handlers which are specific to the resource file, hovewer this is of course a security hole if you use foreign XRC files. A warning is displayed if the preference option 'ask' is selected (by default). Added support for custom controls and plugin modules. Refer to this wxPythonWiki for the details: http://wiki.wxpython.org/index.cgi/XRCed#custom Tool panel sections can be collapsed/expanded by clicking on the label of a tool group. Some undo/redo and other fixes. Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect). Notebook page highlighting fix. Highlight resizes when the window is resized. ParamUnit spin button detects event handler re-entry (wxGTK probably has a bug in wxSpinButton with repeated events). Fix for dealing with empty 'growable' property, using MiniFrame for properties panel, the panel is restored together with the main window.

2007-03-19 17:55 , revision 44948

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

2007-03-19 17:27 VS, revision 44947

fixed missing ; after class declaration

2007-03-19 17:07 VZ, revision 44946

regenerated for 2.6.4 (with many irrelevant changes due to using Ubuntu and not Debian version of autoconf 2.59, sigh)

2007-03-19 16:47 VS, revision 44945

tagged IsEmpty(), Strlen() and Stricmp() global functions as deprecated, 2.8-compat (they're documented as compatibility only)

2007-03-19 16:40 VZ, revision 44944

fixed wrong include path [backport from HEAD]

2007-03-19 16:38 VS, revision 44943

fixed wrong include path

2007-03-19 16:27 RD, revision 44942

Fix docs about wx.SizerFlags.Border

2007-03-19 16:22 VS, revision 44941

use wxUin32 for wxUniChar::value_type: we need 32bit for it regardless of the platform

2007-03-19 16:17 VS, revision 44940

wxUniChar::unicode_type -> value_type

2007-03-19 16:12 VS, revision 44939

added makefile targets for building individual libs, e.g. 'make wxnet'

2007-03-19 16:05 RD, revision 44938

fix typo in ctor name

2007-03-19 16:03 RD, revision 44937

New version number

2007-03-19 16:02 RD, revision 44936

Update to 0.8 from Frank

2007-03-19 16:01 RD, revision 44935

update the info panel when refreshing the tree

2007-03-19 16:01 RD, revision 44934

Patch from Andrea

2007-03-19 15:49 VZ, revision 44933

remove default-values for TARGET_CPU option [backport from HEAD]

2007-03-19 15:20 VZ, revision 44932

update for 2.6.4

2007-03-19 14:55 JS, revision 44931

Updated version number

2007-03-19 14:52 BIW, revision 44930

applied patch 1683441

2007-03-19 14:52 JS, revision 44929

Script updates

2007-03-19 14:49 JS, revision 44928

Version and doc updates

2007-03-19 14:45 VS, revision 44927

split wxchar.h into several smaller headers

2007-03-19 14:39 VS, revision 44926

split wxchar.h into several smaller headers

2007-03-19 13:19 VZ, revision 44925

added wxString::operator=(const wxCStrData&) to make it possible to compile code like "wxString s = s.c_str() + 1" again (also fixes wxGTK1 compilation)

2007-03-19 13:18 VZ, revision 44924

added ctor for wxChar/WCharBuffer from wxCStrData in ANSI/Unicode build to make it possible to compile code like "wxCharBuffer buf = s.c_str()" again (in particular, fixes wxGTK1 compilation)

2007-03-19 13:03 VS, revision 44923

fixed wxDataViewCtrl compilation with DigitalMars

2007-03-19 12:52 VZ, revision 44922

fix non-PCH build after latest change

2007-03-19 12:50 , revision 44921
  • A /wxWidgets/tags/WX_2_8_3
  • R /wxWidgets/tags/WX_2_8_3/acinclude.m4
  • R /wxWidgets/tags/WX_2_8_3/build/bakefiles/common.bkl
  • R /wxWidgets/tags/WX_2_8_3/build/bakefiles/version.bkl
  • R /wxWidgets/tags/WX_2_8_3/build/msw
  • R /wxWidgets/tags/WX_2_8_3/build/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_8_3/build/msw/config.bcc
  • R /wxWidgets/tags/WX_2_8_3/build/msw/config.gcc
  • R /wxWidgets/tags/WX_2_8_3/build/msw/config.vc
  • R /wxWidgets/tags/WX_2_8_3/build/msw/config.wat
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx.dsw
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_dll.dsw
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_wxexpat.dsp
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_wxjpeg.dsp
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_wxpng.dsp
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_wxtiff.dsp
  • R /wxWidgets/tags/WX_2_8_3/build/msw/wx_wxzlib.dsp
  • R /wxWidgets/tags/WX_2_8_3/build/script/makedocs.vc
  • R /wxWidgets/tags/WX_2_8_3/configure
  • R /wxWidgets/tags/WX_2_8_3/configure.in
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/animate
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/deprecated/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/fl/fl_fllib.dsp
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/fl/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/foldbar/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/gizmos/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/mmedia/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/net/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/net/netutils.dsp
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/ogl/ogl_ogllib.dsp
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/plot/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/stc/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/stc/stc_stclib.dsp
  • R /wxWidgets/tags/WX_2_8_3/contrib/build/svg/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_3/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/deprecated/proplist/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/deprecated/resource/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/deprecated/treelay/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/foldbar/extended/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/foldbar/foldpanelbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/dynsash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/dynsash_switch/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/editlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/led/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/multicell/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/gizmos/splittree/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/samples/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/deprecated/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/foldbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/gizmos/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/net/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_3/contrib/src/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/debian/changelog
  • R /wxWidgets/tags/WX_2_8_3/demos/bombs/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/dbbrowse.pro
  • R /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/dlguser.cpp
  • R /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_3/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/demos/forty/game.cpp
  • R /wxWidgets/tags/WX_2_8_3/demos/forty/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/demos/fractal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/demos/life/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/demos/poem/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/distrib/scripts/create_archives.sh
  • R /wxWidgets/tags/WX_2_8_3/distrib/scripts/manifests/generic.rsp
  • R /wxWidgets/tags/WX_2_8_3/docs/changes.txt
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/collpane.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/mediactrl.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/mediaevt.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/tex2rtf_css.ini
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/WX_2_8_3/docs/msw/install.txt
  • R /wxWidgets/tags/WX_2_8_3/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_3/docs/tech/tn0011.txt
  • R /wxWidgets/tags/WX_2_8_3/include/wx/dcbuffer.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/listbox.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/mac/carbon/config_xcode.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/mac/carbon/dataform.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/math.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/msw/seh.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/renderer.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_8_3/include/wx/version.h
  • R /wxWidgets/tags/WX_2_8_3/lib/dummy
  • R /wxWidgets/tags/WX_2_8_3/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/access/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/animate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/artprov/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/WX_2_8_3/samples/aui/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/calendar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/caret/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/checklst/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/collpane/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/combo/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/config/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/controls/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dataview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/db/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/debugrpt/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dialogs/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dialup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/display/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dnd/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/docview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/docvwmdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/drawing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/dynamic/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/erase/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/event/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/except/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/exec/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/font/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_3/samples/grid/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/htlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/about/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/helpview/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_3/samples/html/helpview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/htmlctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/test/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/virtual/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/widget/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/html/zip/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/Info.plist
  • R /wxWidgets/tags/WX_2_8_3/samples/image/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_3/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_3/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_3/samples/ipc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/keyboard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_3/samples/layout/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_3/samples/listbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/listctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_3/samples/mdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_3/samples/mediaplayer/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/memcheck/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/menu/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/mfc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/minifram/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/minimal/Info.plist
  • R /wxWidgets/tags/WX_2_8_3/samples/minimal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/minimal/minimal.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/WX_2_8_3/samples/mobile/styles/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/mobile/wxedit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/multimon/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/nativdlg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/notebook/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/oleauto/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/ownerdrw/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/png/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_8_3/samples/popup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/power/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/propsize/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/regtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_8_3/samples/render/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/samples/resource
  • R /wxWidgets/tags/WX_2_8_3/samples/richtext/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/richtext/richtext.cpp
  • R /wxWidgets/tags/WX_2_8_3/samples/rotate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/sashtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/scroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/scrollsub/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/shaped/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/sockets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/sound/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/splash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/splitter/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_3/samples/statbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/svg/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/samples/tab
  • R /wxWidgets/tags/WX_2_8_3/samples/taskbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/text/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/thread/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/toolbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/treectrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/treectrl/treetest.cpp
  • D /wxWidgets/tags/WX_2_8_3/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_3/samples/typetest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/validate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/vscroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/widgets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/wizard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/samples/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/setup.h.in
  • R /wxWidgets/tags/WX_2_8_3/src/aui/auibook.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/aui/tabmdi.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/combocmn.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/config.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/datetime.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/db.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/dbtable.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/dcgraph.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/event.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/fileconf.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/filename.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/http.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/image.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/intl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/sizer.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/strconv.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/wincmn.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/common/wxchar.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/expat
  • A /wxWidgets/tags/WX_2_8_3/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_3/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_3/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_3/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_3/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_3/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_3/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_3/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_3/src/generic/bmpcboxg.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/graphicc.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/grid.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/listctrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/control.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/dataview.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_8_3/src/html/htmlcell.cpp
  • D /wxWidgets/tags/WX_2_8_3/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_3/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_3/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/app.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/brush.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/display.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/dnd.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/pen.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/statbox.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/thread.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/mac/carbon/window.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/datectrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/font.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/menu.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/statbr95.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/tbar95.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/thread.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/msw/window.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/png
  • A /wxWidgets/tags/WX_2_8_3/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_3/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_3/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_3/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_3/src/png/configure
  • R /wxWidgets/tags/WX_2_8_3/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_3/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_3/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_3/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_3/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_3/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_3/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_3/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_3/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_3/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_3/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_3/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_3/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_3/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_3/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_3/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_3/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_3/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_3/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_3/src/png/README
  • D /wxWidgets/tags/WX_2_8_3/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_3/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_3/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_3/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_3/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_3/src/regex/regfronts.c
  • R /wxWidgets/tags/WX_2_8_3/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/richtext/richtextxml.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_3/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_3/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/unix/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_8_3/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/unix/utilsx11.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/wxWindows.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/WX_2_8_3/src/x11/dcclient.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/xrc/xh_bmpbt.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_3/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_8_3/tests/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_3/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_3/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_3/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_3/utils/HelpGen/makefile.wat
  • R /wxWidgets/tags/WX_2_8_3/utils/helpview/src/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_3/utils/helpview/src/helpview.h
  • R /wxWidgets/tags/WX_2_8_3/utils/helpview/src/Makefile.in
  • D /wxWidgets/tags/WX_2_8_3/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_3/version-script.in
  • R /wxWidgets/tags/WX_2_8_3/wxBase.spec
  • R /wxWidgets/tags/WX_2_8_3/wxGTK.spec
  • R /wxWidgets/tags/WX_2_8_3/wxMGL.spec
  • R /wxWidgets/tags/WX_2_8_3/wxMotif.spec
  • R /wxWidgets/tags/WX_2_8_3/wxPython/config.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/contrib/gizmos/wxCode/src
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/AlphaDrawing.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/AnimateCtrl.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/CustomTreeCtrl.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/DirDialog.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/DynamicSashWindow.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/GridSimple.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/I18N.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/Main.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/run.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/ScrolledWindow.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/demo/SizedControls.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/demo/TreeMixin.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/WX_2_8_3/wxPython/distrib/all/build-deb
  • R /wxWidgets/tags/WX_2_8_3/wxPython/distrib/makedev.bat
  • R /wxWidgets/tags/WX_2_8_3/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_3/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/aui.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/grid.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_windows.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/gtk/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_windows.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/mac/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_windows.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/msw/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_bitmap.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_cmndlgs.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_combobox.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_event.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_graphics.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_menu.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_sizers.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/WX_2_8_3/wxPython/src/_window.i
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/TreeMixinTest.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_gcDrawBitmap.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_gcdcDrawEllipticArc.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_gcdcDrawRect.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_gcMemDC.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_gcText.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_griddrag.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/tests/test_logWindow.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/buttonpanel.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/customtreectrl.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/dialogs.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/filebrowsebutton.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/flatnotebook.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/inspection.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/masked/maskededit.py
  • D /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/mixins/inspect.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/mixins/inspection.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/mixins/listctrl.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/mixins/treemixin.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/ogl/_basic.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/ogl/_lines.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/plot.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/helpviewer.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/img2py.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/params.py
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/src-images/ToolMoveDown.png
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/src-images/ToolMoveLeft.png
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/src-images/ToolMoveRight.png
  • A /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/src-images/ToolMoveUp.png
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/WX_2_8_3/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/WX_2_8_3/wxX11.spec

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

2007-03-19 12:50 CE, revision 44920

adds gtk1, which was not in wxGTK

2007-03-19 02:29 VZ, revision 44919

handle 0 timeout in RunLoop() correctly

2007-03-19 02:27 VZ, revision 44918

initialize m_maxFD to avoid passing invalid values to select()

2007-03-19 01:53 VZ, revision 44917

implement DoStretchBlit() in terms of DoBlit() and SetUserScale()

2007-03-19 01:38 VZ, revision 44916

compilation fix for switch(wxChar)

2007-03-19 01:37 VZ, revision 44915

return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYSTEM, from wxLocale::GetSystemEncoding() when locale is C under Unix (why didn't we do this before?)

2007-03-19 01:23 VZ, revision 44914

use wxCollapsiblePane in the log dialog (patch 1624796)

2007-03-19 01:22 VZ, revision 44913

fixed all the other ports broken by controls labels in wxToolBar patch commit

2007-03-19 01:21 VZ, revision 44912

compilation fix after wxUniChar changes

2007-03-19 00:59 VZ, revision 44911

fix compilation after c_str() changes, mainly by replacing c_str() with mb_str()

2007-03-19 00:53 VZ, revision 44910

added wxXmString ctor from wxCStrData to fix compilation errors after c_str() changes

2007-03-19 00:49 VZ, revision 44909

added missing wxGUIAppTraits::SetLocale()

2007-03-19 00:06 VZ, revision 44908

add overloads of wxString and wxCStrData::operator[] taking long, for consistency with std::string classes

2007-03-18 23:59 VZ, revision 44907

added wxCStrData::operator+(long) overload (this fixes some compilation errors in wxGTK1 and probably not only there)

2007-03-18 23:57 VZ, revision 44906

fixed all the other ports broken by controls labels in wxToolBar patch commit

2007-03-18 23:52 VZ, revision 44905

replaced c_str() with mb_str() to fix compilation after c_str() changes

2007-03-18 23:18 VZ, revision 44904

fixed typo in last commit

2007-03-18 23:13 VZ, revision 44903

added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)

2007-03-18 23:07 VZ, revision 44902

fix assert because of passing more than one border bit in style to the base class Create()

2007-03-18 22:33 VZ, revision 44901

wxMediaCtrl improvements from 2.8 (patches 1448442 and 1448518)

2007-03-18 21:12 VZ, revision 44900

modify m_encoding, not m_name, in wxCSConv::CreateConvIfNeeded() if we don't have either (as is the case with wxConvLocal); this fixes an infinite recursion in wxMac after the latest changes as wxLocale::GetSystemEncodingName() there returned empty (and not NULL) string which resulted in call to wxFontMapperBase::CharsetToEncoding() and reentrancy into wxConvLocal

2007-03-18 21:08 VZ, revision 44899

don't check if the file exists if we don't use it

2007-03-18 20:39 VZ, revision 44898

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)[backport from HEAD]

2007-03-18 20:34 VZ, revision 44897

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)

2007-03-18 19:26 DE, revision 44896

wxTopLevelWindowCocoa::SetTitle title parameter is used as of VZ 1.35. Compilation fix.

2007-03-18 17:49 VZ, revision 44895

fix XModifierKeymap memory leak (patch 1683137) [backport from HEAD]

2007-03-18 17:48 VZ, revision 44894

fix XModifierKeymap memory leak (patch 1683137)

2007-03-18 17:34 VZ, revision 44893

use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492)

2007-03-18 15:32 VZ, revision 44892

wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)

2007-03-18 14:56 VZ, revision 44891

fix the run-time behaviour after the last compilation fixing patch

2007-03-18 14:43 VZ, revision 44890

added wxJoin and wxSplit functions (modified patch 1638950)

2007-03-18 14:32 VZ, revision 44889

fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t

2007-03-18 14:29 VZ, revision 44888

compilation fixes after c_str() changes

2007-03-18 12:00 VZ, revision 44887

updated copyright and version

2007-03-18 11:59 VZ, revision 44886

added samples/minimal/Info.plist

2007-03-18 11:54 VZ, revision 44885

removed minimal-specific Info.plist; updated the version in the generic one

2007-03-18 11:51 VZ, revision 44884

list samples/Info.plist in one manifest only (the Mac one); remove samples/minimal/Info.plist and (non existent) samples/minimal/minimal.pbproj/project.pbxproj

2007-03-17 23:19 VZ, revision 44883

corrected typo in \texttt in last commit

2007-03-17 23:05 VZ, revision 44882

updated portability note for wxGetDiskSpace (patch 1682889)

2007-03-17 22:55 VZ, revision 44881

fixed signed/unsigned comparison warnings; reformatted the code a little

2007-03-17 22:52 VZ, revision 44880

compilation fixes after c_str() changes (due to casting of its return value to non-const wxChar *)

2007-03-17 17:00 VZ, revision 44879

removed tests for WXWIN_COMPATIBILITY_2_4

2007-03-17 16:57 VZ, revision 44878

produce better HTML output by using Unicode equivalents of LaTeX quotes and dashes (patch 1610494)

2007-03-17 16:48 VZ, revision 44877

renamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this is what it really does

2007-03-17 16:46 VZ, revision 44876

don't try to use XRCCTRL() with wxMenuBar or wxStaticBoxSizer, this fails (at run- or compile-time) (1st part of patch 1596624)

2007-03-17 16:41 VZ, revision 44875

fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375) [backport from HEAD]

2007-03-17 16:39 VZ, revision 44874

fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375)

2007-03-17 16:20 VZ, revision 44873

call wxYield() to force display of the busy info frame contents under wxGTK (patch 1511746)

2007-03-17 15:38 VZ, revision 44872

implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests

2007-03-17 15:28 VZ, revision 44871

added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108)

2007-03-17 15:01 VZ, revision 44870

gcc signed/unsigned warning fix

2007-03-17 15:00 VZ, revision 44869

corrected WX_DEFINE_VARARG_FUNC_NOP usage

2007-03-17 14:40 VZ, revision 44868

output '}' as wxChar, not char, which results in using the int overload of operator<<() in Unicode build (patch 1682643) [backport from HEAD]

2007-03-17 14:39 VZ, revision 44867

output '}' as wxChar, not char, which results in using the int overload of operator<<() in Unicode build (patch 1682643)

2007-03-17 14:28 VZ, revision 44866

removed Classic files from the manifest after removing them from the cvs

2007-03-17 10:26 VS, revision 44865

first phase of transition to unified Unicode build: 1. changed c_str() to return wxCStrData (implicitly convertible to wxChar*) 2. added template type-safe wrappers for vararg functions 3. added wxUniChar class representing single Unicode character 4. changed wxString::operator[] and wxString::iterator to return wxUniChar

2007-03-17 02:15 VZ, revision 44864

shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438) [backport from HEAD]

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

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

2007-03-17 02:14 VZ, revision 44862

shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438)

2007-03-16 20:19 VS, revision 44861

added missing #pragma hdrstop

2007-03-16 20:10 VS, revision 44860

changed wxPlatform implicit conversion to string to return const reference to wxString instead of const wxString object

2007-03-16 19:09 ROL, revision 44859

default setting fix

2007-03-16 16:43 VZ, revision 44858

regenerated after wxSelectDispatcher addition (patch 1618976)

2007-03-16 16:40 VZ, revision 44857

wxX11 Unicode compilation fix

2007-03-16 16:17 VZ, revision 44856

make wxFDIOHandler dtor virtual, it's meant to be used as a base class

2007-03-16 15:45 VZ, revision 44855

refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch 1618976)

2007-03-16 15:42 ROL, revision 44854

warning about %comments, CHANGES.txt updated

2007-03-16 15:17 VZ, revision 44853

VC6 has problems with std::vector and identifiers names 'iterator' in GDI+ headers; switch to using our own stack class instead

2007-03-16 15:13 VZ, revision 44852

VC6 compilation fix (don't reuse the same variable in 2 for loops)

2007-03-16 14:24 VZ, revision 44851

added more message names to wxGetMessageName() (modified patch 1611819)

2007-03-16 14:19 ROL, revision 44850

Added Preferences dialog (and defaults for some parameters)

2007-03-16 14:14 ROL, revision 44849

collapsing tool panels

2007-03-16 12:57 VS, revision 44848

removed wxArrayString casting hack, it doesn't work with the new wxString class

2007-03-16 08:27 ROL, revision 44847

default values for option and flag (TODO: preferences dialog)

2007-03-16 08:13 JS, revision 44846

Further correction in case where string value is omitted

2007-03-16 02:30 VZ, revision 44845

don't waste time updating state of tools in a hidden toolbar (patch 1612415)

2007-03-16 00:56 VZ, revision 44844

include wx/msw/missing.h after wx/msw/private.h, otherwise we get warnings when compiling without PCH (replaces patch 1674510)

2007-03-16 00:51 VZ, revision 44843

multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497)

2007-03-16 00:43 VZ, revision 44842

use safer RemoveEventHandler() instead of PopEventHandler() (patch 1678016)

2007-03-16 00:30 VZ, revision 44841

do nothing in ShowHidden() if the flag doesn't change (patch 1678963)

2007-03-16 00:23 VZ, revision 44840

call GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544) [backport from HEAD]

2007-03-16 00:19 VZ, revision 44839

call GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544); some minor code cleanup

2007-03-15 22:39 ROL, revision 44838

another fix for undo/redo

2007-03-15 20:32 VZ, revision 44837

don't add wxVSCROLL if only wxHSCROLL is explicitly specified (and vice versa), only add (both) if no scrolling styles are specified at all

2007-03-15 19:17 ROL, revision 44836

- undo/redo fix for nonchecked items - global modified state set as soon as possible - "option" property renamed to "proportion"

2007-03-15 17:44 VZ, revision 44835

added support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize()

2007-03-15 17:32 SC, revision 44834

reverting one line

2007-03-15 17:25 VZ, revision 44833

added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way

2007-03-15 16:09 JS, revision 44832

Don't send initial event in ctor

2007-03-15 15:31 VS, revision 44831

fixed wxDataViewCtrl compilation with DigitalMars

2007-03-15 15:00 VZ, revision 44830

rebaked after version change to 2.8.3

2007-03-15 14:55 CE, revision 44829

add readme.txt to files to change

2007-03-15 14:44 VZ, revision 44828

regenerated after 2.8.3 version update

2007-03-15 14:35 VZ, revision 44827

numped up revision for 2.8.3 (there have been no API changes whatsoever)

2007-03-15 13:57 SC, revision 44826

removing superfluous file

2007-03-15 13:02 CE, revision 44825

update to 2.8.3

2007-03-15 12:07 SC, revision 44824

library architecture for debug

2007-03-15 12:05 SC, revision 44823

product name

2007-03-15 12:02 SC, revision 44822

adapting version numbers for 2.8.3, adding new file, building native arch for debug builds, adding run script for static target as well

2007-03-15 10:31 SC, revision 44821

adapting version numbers for 2.8.3

2007-03-15 09:54 CE, revision 44820

update to 2.8.3 (configure and version.bkl to follow)

2007-03-15 09:45 JS, revision 44819

Change log and readme/manual contents update

2007-03-15 09:40 JS, revision 44818

Reverted changes that broke accessors

2007-03-15 04:04 VZ, revision 44817
  • D /wxWidgets/trunk/include/wx/mac/classic
  • D /wxWidgets/trunk/src/mac/classic

removed outdated Classic files to avoid confusing people

2007-03-15 03:43 VZ, revision 44816

added wrapper functions allowing to postpone loading of GDI+ DLL until it's really needed

2007-03-15 03:41 VZ, revision 44815

extracted code including gdiplus.h in a separate header

2007-03-15 02:30 ROL, revision 44814

searching for plugins in XRCEDPATH

2007-03-15 00:21 VZ, revision 44813

fix GetSize() for large files (patch 1680876) [backport from HEAD]

2007-03-15 00:18 VZ, revision 44812

fix GetSize() for large files (patch 1680876)

2007-03-14 23:18 ROL, revision 44811

cleanup of modules loaded from comment directives

2007-03-14 23:17 ROL, revision 44810

moved custom menu up

2007-03-14 21:13 VZ, revision 44809

suppress unused parameter warning

2007-03-14 21:07 VZ, revision 44808

last change was wrong, fix wxUSE_MDI==0 build without completely disabling this file compilation when wxUSE_MDI==1

2007-03-14 21:03 VS, revision 44807

constructing a sentence dynamically is not i18n-friendly, fixed to use two separate translatable strings

2007-03-14 18:33 ROL, revision 44806

more custom classes support

2007-03-14 17:28 VZ, revision 44805

replace (deprecated) Get/UngetWriteBuf() with wxStringBuffer

2007-03-14 17:11 VZ, revision 44804

removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer

2007-03-14 17:05 ROL, revision 44803

wxLED_ALIGN_MASK fix

2007-03-14 13:39 VZ, revision 44802

implement Set/GetTitle() (last part of patch 1679337)

2007-03-14 12:04 VS, revision 44801

constructing a sentence dynamically is not i18n-friendly, fixed to use two separate translatable strings

2007-03-14 11:44 VZ, revision 44800

don't really enable the window when its parent is disabled, just remember to do it later when the parent is enabled back

2007-03-14 10:39 CE, revision 44799

build 2.8.2 html and htb docs on windows

2007-03-14 00:37 VZ, revision 44798

avoid duplicated empty help menu in localized applications (patch 1600747)

2007-03-14 00:29 VZ, revision 44797

don't add extra GetCharHeight() pixels to the top border if our label is empty (patch 1581459) [backport from HEAD]

2007-03-14 00:25 VZ, revision 44796

don't add extra GetCharHeight() pixels to the top border if our label is empty (patch 1581459)

2007-03-14 00:00 VZ, revision 44795

changed literal "minimal" strings to $(PRODUCT_NAME) (patch 1509610); updated version and copyright

2007-03-13 23:59 ROL, revision 44794

Support for custom controls, first attempt

2007-03-13 23:46 VZ, revision 44793

implemented Set/GetLabel() (part of patch 1679337)

2007-03-13 23:45 VZ, revision 44792

implemented GetLabel() (part of patch 1679337)

2007-03-13 22:37 VZ, revision 44791

test for pthread_mutex_timedlock() availability in configure

2007-03-13 22:01 VZ, revision 44790

allocate HPEN on demand instead of doing every time a pen property is modified; also significant code cleanup (finally)

2007-03-13 21:59 VZ, revision 44789

allocate HFONT on demand instead of doing every time a font property is modified

2007-03-13 20:35 VZ, revision 44788

fix setting the properties of a valid but unshared font object broken in the last commit (HFONT wasn't recreated)

2007-03-13 15:08 VZ, revision 44787

corrected example; minor fixes to the text; uncommented insertion of the bitmaps

2007-03-12 20:34 VZ, revision 44786

removed extraneous semicolon (bug 1679080)

2007-03-12 20:29 VZ, revision 44785

fix window repainting when SetLineCount() is called (patch 1667599; closes bug 1639629)

2007-03-12 13:52 , revision 44784
  • A /wxWidgets/tags/WX_2_8_2
  • R /wxWidgets/tags/WX_2_8_2/acinclude.m4
  • R /wxWidgets/tags/WX_2_8_2/build/bakefiles/common.bkl
  • R /wxWidgets/tags/WX_2_8_2/build/bakefiles/version.bkl
  • R /wxWidgets/tags/WX_2_8_2/build/msw
  • R /wxWidgets/tags/WX_2_8_2/build/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_8_2/build/msw/config.bcc
  • R /wxWidgets/tags/WX_2_8_2/build/msw/config.gcc
  • R /wxWidgets/tags/WX_2_8_2/build/msw/config.vc
  • R /wxWidgets/tags/WX_2_8_2/build/msw/config.wat
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx.dsw
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_dll.dsw
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_wxexpat.dsp
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_wxjpeg.dsp
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_wxpng.dsp
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_wxtiff.dsp
  • R /wxWidgets/tags/WX_2_8_2/build/msw/wx_wxzlib.dsp
  • R /wxWidgets/tags/WX_2_8_2/build/script/makedocs.vc
  • R /wxWidgets/tags/WX_2_8_2/configure
  • R /wxWidgets/tags/WX_2_8_2/configure.in
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/animate
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/deprecated/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/fl/fl_fllib.dsp
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/fl/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/foldbar/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/gizmos/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/mmedia/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/net/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/net/netutils.dsp
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/ogl/ogl_ogllib.dsp
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/plot/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/stc/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/stc/stc_stclib.dsp
  • R /wxWidgets/tags/WX_2_8_2/contrib/build/svg/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_2/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/deprecated/proplist/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/deprecated/resource/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/deprecated/treelay/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/foldbar/extended/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/foldbar/foldpanelbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/dynsash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/dynsash_switch/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/editlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/led/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/multicell/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/gizmos/splittree/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/samples/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/deprecated/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/foldbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/gizmos/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/net/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2/contrib/src/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/debian/changelog
  • R /wxWidgets/tags/WX_2_8_2/demos/bombs/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/dbbrowse.pro
  • R /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/dlguser.cpp
  • R /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_2/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/demos/forty/game.cpp
  • R /wxWidgets/tags/WX_2_8_2/demos/forty/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/demos/fractal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/demos/life/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/demos/poem/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/distrib/scripts/create_archives.sh
  • R /wxWidgets/tags/WX_2_8_2/docs/changes.txt
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/collpane.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/mediactrl.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/mediaevt.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/tex2rtf_css.ini
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/WX_2_8_2/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_2/docs/tech/tn0011.txt
  • R /wxWidgets/tags/WX_2_8_2/include/wx/dcbuffer.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/listbox.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/mac/carbon/dataform.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/math.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/msw/seh.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/renderer.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_8_2/include/wx/version.h
  • R /wxWidgets/tags/WX_2_8_2/lib/dummy
  • R /wxWidgets/tags/WX_2_8_2/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/access/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/animate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/artprov/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/WX_2_8_2/samples/aui/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/calendar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/caret/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/checklst/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/collpane/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/combo/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/config/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/controls/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dataview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/db/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/debugrpt/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dialogs/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dialup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/display/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dnd/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/docview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/docvwmdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/drawing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/dynamic/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/erase/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/event/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/except/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/exec/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/font/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_2/samples/grid/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/htlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/about/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/helpview/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_2/samples/html/helpview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/htmlctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/test/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/virtual/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/widget/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/html/zip/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/image/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_2/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_2/samples/ipc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/keyboard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_2/samples/layout/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2/samples/listbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/listctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_2/samples/mdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2/samples/mediaplayer/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/memcheck/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/menu/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/mfc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/minifram/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/minimal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/mobile/styles/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/mobile/wxedit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/multimon/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/nativdlg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/notebook/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/oleauto/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/ownerdrw/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/png/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_8_2/samples/popup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/power/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/propsize/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/regtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_8_2/samples/render/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/samples/resource
  • R /wxWidgets/tags/WX_2_8_2/samples/richtext/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/richtext/richtext.cpp
  • R /wxWidgets/tags/WX_2_8_2/samples/rotate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/sashtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/scroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/scrollsub/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/shaped/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/sockets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/sound/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/splash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/splitter/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_2/samples/statbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/svg/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/samples/tab
  • R /wxWidgets/tags/WX_2_8_2/samples/taskbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/text/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/thread/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/toolbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/treectrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/treectrl/treetest.cpp
  • D /wxWidgets/tags/WX_2_8_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_2/samples/typetest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/validate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/vscroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/widgets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/wizard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/samples/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/setup.h.in
  • R /wxWidgets/tags/WX_2_8_2/src/aui/auibook.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/aui/tabmdi.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/combocmn.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/datetime.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/db.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/dbtable.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/dcgraph.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/event.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/fileconf.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/http.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/intl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/sizer.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/strconv.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/wincmn.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/common/wxchar.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/expat
  • A /wxWidgets/tags/WX_2_8_2/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_2/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_2/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_2/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_2/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_2/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_2/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_2/src/generic/bmpcboxg.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/graphicc.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/grid.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/listctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/control.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/dataview.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_2/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/app.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/brush.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/display.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/dnd.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/pen.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/thread.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/mac/carbon/window.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/datectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/font.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/menu.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/statbr95.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/tbar95.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/thread.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/msw/window.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/png
  • A /wxWidgets/tags/WX_2_8_2/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_2/src/png/configure
  • R /wxWidgets/tags/WX_2_8_2/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_2/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_2/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_2/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_2/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_2/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_2/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_2/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_2/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_2/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_2/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_2/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_2/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_2/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_2/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_2/src/png/README
  • D /wxWidgets/tags/WX_2_8_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_2/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_2/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_2/src/regex/regfronts.c
  • R /wxWidgets/tags/WX_2_8_2/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/richtext/richtextxml.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_2/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/unix/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_8_2/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/x11/dcclient.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/xrc/xh_bmpbt.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_2/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_8_2/tests/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_2/utils/HelpGen/makefile.wat
  • R /wxWidgets/tags/WX_2_8_2/utils/helpview/src/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_2/utils/helpview/src/helpview.h
  • R /wxWidgets/tags/WX_2_8_2/utils/helpview/src/Makefile.in
  • D /wxWidgets/tags/WX_2_8_2/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_2/version-script.in
  • R /wxWidgets/tags/WX_2_8_2/wxBase.spec
  • R /wxWidgets/tags/WX_2_8_2/wxGTK.spec
  • R /wxWidgets/tags/WX_2_8_2/wxMGL.spec
  • R /wxWidgets/tags/WX_2_8_2/wxMotif.spec
  • R /wxWidgets/tags/WX_2_8_2/wxPython/config.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/contrib/gizmos/wxCode/src
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/AlphaDrawing.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/AnimateCtrl.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/CustomTreeCtrl.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/DirDialog.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/DynamicSashWindow.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/GridSimple.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/I18N.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/Main.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/run.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/ScrolledWindow.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/demo/SizedControls.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/demo/TreeMixin.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/WX_2_8_2/wxPython/distrib/all/build-deb
  • R /wxWidgets/tags/WX_2_8_2/wxPython/distrib/makedev.bat
  • R /wxWidgets/tags/WX_2_8_2/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/aui.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/grid.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_windows.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/gtk/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_windows.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/mac/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_windows.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/msw/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_bitmap.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_cmndlgs.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_combobox.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_event.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_graphics.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_menu.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_sizers.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/WX_2_8_2/wxPython/src/_window.i
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/TreeMixinTest.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_gcDrawBitmap.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_gcdcDrawEllipticArc.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_gcdcDrawRect.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_gcMemDC.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_gcText.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_griddrag.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/tests/test_logWindow.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/buttonpanel.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/customtreectrl.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/dialogs.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/filebrowsebutton.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/flatnotebook.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/inspection.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/masked/maskededit.py
  • D /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/mixins/inspect.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/mixins/inspection.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/mixins/listctrl.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/mixins/treemixin.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/ogl/_basic.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/ogl/_lines.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/plot.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/helpviewer.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/img2py.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/params.py
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/src-images/ToolMoveDown.png
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/src-images/ToolMoveLeft.png
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/src-images/ToolMoveRight.png
  • A /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/src-images/ToolMoveUp.png
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/WX_2_8_2/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/WX_2_8_2/wxX11.spec

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

2007-03-12 13:52 BIW, revision 44783

prevent disappearing menus in tabmdi

2007-03-12 12:56 VZ, revision 44782

include <locale.h> before using setlocale()

2007-03-12 12:03 VZ, revision 44781

include wxUniv files in wxDFB distribution [backport from HEAD]

2007-03-12 12:01 VZ, revision 44780

include wxUniv files in wxDFB distribution

2007-03-12 11:30 VZ, revision 44779

added wxSafeConvertXXX

2007-03-12 10:37 BIW, revision 44778

applied 1661995 (somehow this didn't get applied to the 2.8 branch)

2007-03-12 10:30 BIW, revision 44777

applied patch 1675101 - reduce flicker

2007-03-12 08:38 BIW, revision 44776

applied patch 1675101 - reduce flicker

2007-03-12 07:46 JS, revision 44775

Applied patch [ 1678626 ] Non-ascii characters in wxRichTextCtrl (unicode build) Laumingis Skripkauskas

2007-03-12 06:51 JJ, revision 44774

Modified Files: wxWidgets/setup.h_vms

2007-03-12 01:46 VZ, revision 44773

added wxAppTraits::SetLocale() and call it during wxApp initialization in all ports, not just wxGTK

2007-03-11 23:40 VZ, revision 44772

added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers [backport from HEAD]

2007-03-11 23:38 VZ, revision 44771

added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers

2007-03-11 23:37 ROL, revision 44770

editing comments by editing tree label

2007-03-11 23:29 PC, revision 44769

fix assertions on invalid items

2007-03-11 23:15 VZ, revision 44768

use wxConvLibc, not wxConvCurrent, with regerror()

2007-03-11 16:46 PC, revision 44767

put refdata virtuals in the right class this time

2007-03-11 12:48 JS, revision 44766

Fixed wrapping with tabs

2007-03-11 12:11 VZ, revision 44765

include wx/object.h now that wxConfigBase derives from wxObject

2007-03-11 05:08 ROL, revision 44764

Implemented xxxComment. Due to different minidom XML types (Comments are not Elements) had to add xxxObject.isElement flag and changed xxxObject.element variable to xxxObject.node (xxxComment is derived from xxxObject to minimize changes in processing). More testing is still needed to verify that things didn't break. Use previous commit (0.1.8-4 release on 2007/03/10) if you need a stable version.

2007-03-11 04:35 ROL, revision 44763

Comment icon

2007-03-11 04:35 ROL, revision 44762

Tree-Comment.png

2007-03-11 03:00 PC, revision 44761

use AllocExclusive

2007-03-11 02:45 VZ, revision 44760

added support for wxTE_NO_VSCROLL (patch 1588605) and documented its behaviour

2007-03-11 02:39 VZ, revision 44759

test wxTE_NO_VSCROLL

2007-03-11 02:37 VZ, revision 44758

last fixes from patch 1604462: fix wxlike-libdirname and change WX_VERSION_DEFAULT to have 2 digits, not 3

2007-03-11 02:35 VZ, revision 44757

compilation fix after last commit: wxPenRefData, not wxFontRefData

2007-03-11 02:32 VZ, revision 44756

argh, added missing comma in last commit

2007-03-11 02:31 VZ, revision 44755

added wxWinVersion_Vista to wxWinVersion enum

2007-03-11 02:29 PC, revision 44754

don't create new refdata unnecessarily in Unshare()

2007-03-11 02:29 VZ, revision 44753

derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)

2007-03-11 02:19 VZ, revision 44752

set GtkRcStyle::text to fg colour too to allow changing the text colour in single line wxTextCtrl

2007-03-11 01:31 VS, revision 44751

VC6 compilation fix

2007-03-11 01:22 ROL, revision 44750

made test window for Dialog and Wizard a child of g.frame for consistency (probably not important)

2007-03-11 01:21 VZ, revision 44749

added headers to fix compilation when using PCH with gcc

2007-03-11 01:20 VZ, revision 44748

fixed overflow when using sysconf() to retrieve free memory (bug 1524157)

2007-03-11 01:16 ROL, revision 44747

Ctrl-H must not be used on Mac...

2007-03-11 00:50 VZ, revision 44746

fixed compilation with wxUSE_WXDIB==0 (bug 1667819)

2007-03-11 00:47 VZ, revision 44745

backported wxImage::ConvertToGreyscale() which is required by the recently backported disabled menu items patch

2007-03-10 23:04 PC, revision 44744

make wxPenRefData private

2007-03-10 23:00 PC, revision 44743

use AllocExclusive

2007-03-10 19:25 VS, revision 44742

removed C++BuilderX project files, they are broken, not used by anybody and the product is dead

2007-03-10 19:20 VS, revision 44741

removed remaining wx24dsp format references

2007-03-10 18:51 PC, revision 44740

source id type is unsigned; minor cleanup

2007-03-10 18:50 PC, revision 44739

use simpler color ctor

2007-03-10 18:20 VZ, revision 44738

fixes to colour remapping in buttons (patch 1633748 backporting changes from HEAD)

2007-03-10 18:16 VZ, revision 44737

derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)

2007-03-10 18:09 VZ, revision 44736

allow using multiple wxBufferedDCs at once (patch 1589441)

2007-03-10 18:06 VZ, revision 44735

miscellaneous LnF improvements, including support for Vista-style (patch 1588794)

2007-03-10 17:56 VZ, revision 44734

64-bit compilation fixes (patch 1590121 which is itself a backport of patches 1414052 and 1431939)

2007-03-10 17:47 VZ, revision 44733

fix alignment of bitmaps (patch 1637808 backporting the fix to the bug 1626424 from HEAD)

2007-03-10 17:45 VZ, revision 44732

grey out the disabled menu items bitmaps (replaces patch 1637804; backport of fix for bug 1632888 from HEAD)

2007-03-10 17:35 VZ, revision 44731

add many new macros to facilitate using wx from projects using bakefile presets; use more consistent names for the existing macros (in particular, AM_OPTIONS_WXCONFIG and AM_PATH_WXCONFIG have been deprecated in favour of WX_CONFIG_OPTIONS and WX_CONFIG_CHECK) (patch 1604462)

2007-03-10 17:30 VZ, revision 44730

use force=1 with default-value tags (part of patch 1604462)

2007-03-10 17:29 VZ, revision 44729

require bakefile 0.2.2 and not 0.2.1 and do it for all platforms (part of patch 1604462)

2007-03-10 17:25 VZ, revision 44728

added GetTextExtent() overload returning wxSize (patch 1631508)

2007-03-10 17:24 VZ, revision 44727

include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported) declaration of wxHandleFatalExceptions() as otherwise it was silently not exported (patch 1674514) [backport from HEAD]

2007-03-10 17:23 VZ, revision 44726

added wxDIRCTRL_EDIT_LABELS style support (patch 1676853) [backport from HEAD]

2007-03-10 17:22 VZ, revision 44725

added wxDIRCTRL_EDIT_LABELS style support (patch 1676853)

2007-03-10 17:21 VZ, revision 44724

include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported) declaration of wxHandleFatalExceptions() as otherwise it was silently not exported (patch 1674514)

2007-03-10 16:29 VZ, revision 44723

return effective dnd operation result and not the expected one (replaces patch 1677399) [backport from HEAD]

2007-03-10 16:27 VZ, revision 44722

return effective dnd operation result and not the expected one (replaces patch 1677399)

2007-03-10 16:19 VZ, revision 44721

set SO_REUSEADDR before binding for UDP sockets too (2nd part of patch 1667145) [backport from HEAD]

2007-03-10 16:17 VZ, revision 44720

set SO_REUSEADDR before binding for UDP sockets too (2nd part of patch 1667145)

2007-03-10 16:08 VZ, revision 44719

allow using numpad enter key to activate the default button too (patch 1640446) [backport from HEAD]

2007-03-10 16:08 VZ, revision 44718

allow using numpad enter key to activate the default button too (patch 1640446)

2007-03-10 16:07 VZ, revision 44717

don't send incorrect char events when entering Unicode characters (patch 1640443) [backport from HEAD]

2007-03-10 16:04 VZ, revision 44716

don't send incorrect char events when entering Unicode characters (patch 1640443)

2007-03-10 16:03 VZ, revision 44715

compilation fix after last change

2007-03-10 15:56 VZ, revision 44714

corrected the just-added operator=(RGBColor) return value

2007-03-10 15:56 VZ, revision 44713

corrected bug due to testing for wrong return value in wxConditionInternal::WaitTimeout() (patch 1650643)

2007-03-10 15:54 VZ, revision 44712

corrected bug due to testing for wrong return value in wxConditionInternal::WaitTimeout() (patch 1650643) [backport from HEAD]

2007-03-10 15:51 VZ, revision 44711

use high order bytes of RGB values in RGBColor to construct wxColour, not the lower order ones (patch 1662064)

2007-03-10 15:48 VZ, revision 44710

added wxColour(RGBColor) ctor and use it insteaf of constructing wxColour from RGBColor manually in several places (replaces patch 1662064)

2007-03-10 14:27 SN, revision 44709

Applied patch #1677782 (Lock with Timeout for wxMutex, originally patch #1671637)

2007-03-10 13:12 ROL, revision 44708

0.1.8-4 ------- Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect).

2007-03-10 04:46 PC, revision 44707

use simpler color ctor

2007-03-10 03:41 PC, revision 44706

sizeof(char) is 1. By definition.

2007-03-09 23:21 VZ, revision 44705

implement wxMutex::LockTimeout() using critical region API too

2007-03-09 18:44 VS, revision 44704

Unicode compilation fixes

2007-03-09 17:57 PC, revision 44703

add 4th parameter to AC_CHECK_HEADER to skip preprocessor check

2007-03-09 16:36 VS, revision 44702

Unicode compilation fix

2007-03-09 16:25 VZ, revision 44701

compilation fix for wxUSE_STL==1 build [backport from HEAD]

2007-03-09 16:19 VZ, revision 44700

compilation fix for wxUSE_STL==1 build

2007-03-09 16:03 VS, revision 44699

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-09 12:40 CE, revision 44698

add htb build to win docs

2007-03-09 00:43 VZ, revision 44697

compilation fixes after wxGTK_CONV_BACK changes

2007-03-08 19:24 RD, revision 44696

Renamed the wx.lib.inspect and wx.lib.mixins.inspect modules to inspection, in order to avoid conflicts with the inspect module in the standard Python library.

2007-03-08 19:21 RD, revision 44695

Make GetItemImage API consistent with other trees

2007-03-08 15:49 ROL, revision 44694

0.1.8-3 ------- Notebook page highlighting fix. Highlight resizes when the window is resized. ParamUnit spin button detects event handler re-entry (wxGTK probably has a bug in wxSpinButton with repeated events).

2007-03-08 14:58 VZ, revision 44693

include wx/thread.h in debug build which is needed after last change [backport from HEAD]

2007-03-08 14:57 VZ, revision 44692

include wx/thread.h in debug build which is needed after last change

2007-03-08 14:31 VZ, revision 44691

fix extra comma at the end of wxStretch enum introduced by last commit

2007-03-08 04:31 PC, revision 44690

remove unreachable declaration

2007-03-08 04:29 PC, revision 44689

add HAVE_ROUND

2007-03-08 04:28 PC, revision 44688

minor cleanup

2007-03-08 04:27 PC, revision 44687

use full repaint style instead of size event

2007-03-08 04:26 PC, revision 44686

non-debug build fix

2007-03-08 01:46 VZ, revision 44685

use gettimeofday() instead of clock_gettime() as the latter lives in librt which we currently don't link with and it seems not to be worth to add another library just because of wxMutex::LockTimeout()

2007-03-08 01:44 VZ, revision 44684

made wxGetTimeOfDay() public

2007-03-08 01:33 VZ, revision 44683

removed WXWIN_COMPATIBILITY_24

2007-03-08 01:24 VZ, revision 44682

removed WXWIN_COMPATIBILITY_24

2007-03-08 01:21 VZ, revision 44681

fix infinite recursion typo in operator!=() (patch 1665591) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44680

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44679

fix infinite recursion typo in operator!=() (patch 1665591)

2007-03-08 01:15 VZ, revision 44678

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488)

2007-03-08 00:44 VZ, revision 44677

don't use font sizes less than 1 with Pango (remaining part of patch 1671684); refactor the font size setting code to eliminate duplication

2007-03-08 00:40 VZ, revision 44676

use facename in wxFontRefData::Init() in Unicode build (part of patch 1671684)

2007-03-08 00:25 RD, revision 44675

More 0.5 pixel offset fixes

2007-03-08 00:25 RD, revision 44674

Notes about some 2.8.2 changes

2007-03-08 00:24 RD, revision 44673

test drawing rectangles with wxGCDC

2007-03-08 00:23 RD, revision 44672

fix a comment

2007-03-08 00:22 VZ, revision 44671

added wxMutex::LockTimeout() (modified patch 1671637)

2007-03-07 23:47 VZ, revision 44670

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563) [backport from HEAD]

2007-03-07 23:46 VZ, revision 44669

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563)

2007-03-07 23:42 VZ, revision 44668

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758) [backport from HEAD]

2007-03-07 23:40 VZ, revision 44667

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758)

2007-03-07 23:29 VZ, revision 44666

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140) [backport from HEAD]

2007-03-07 23:29 VZ, revision 44665

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505) [backport from HEAD]

2007-03-07 23:28 VZ, revision 44664

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140)

2007-03-07 23:24 VZ, revision 44663

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505)

2007-03-07 23:21 VZ, revision 44662

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145) [backport from HEAD]

2007-03-07 23:18 VZ, revision 44661

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145)

2007-03-07 23:07 VZ, revision 44660

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616) [backport from HEAD]

2007-03-07 23:07 VZ, revision 44659

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616)

2007-03-07 22:59 VZ, revision 44658

don't delete m_pActiveChild twice in wxWINDOWCLOSEALL event handler (patch 1665395, bug 1661995)

2007-03-07 22:56 VZ, revision 44657

no changes, just removed TABs/trailing spaces

2007-03-07 22:54 VZ, revision 44656

removed unused src/gtk/main.cpp

2007-03-07 22:45 VZ, revision 44655

fix hang on startup in Unicode build if any standard GTK+ command line arguments were passed (patch 1665203; bug 1663597) [backport from HEAD]

2007-03-07 22:43 VZ, revision 44654

fix hang on startup in Unicode build if any standard GTK+ command line arguments were passed (patch 1665203; bug 1663597)

2007-03-07 22:32 VZ, revision 44653

take images and margins into account when setting column width to wxLIST_AUTOSIZE_USEHEADER (patch 1664598) [backport from HEAD]

2007-03-07 22:30 VZ, revision 44652

take images and margins into account when setting column width to wxLIST_AUTOSIZE_USEHEADER (patch 1664598)

2007-03-07 22:28 VZ, revision 44651

clip column image (and not only the text) to the column width (patch 1664588) [backport from HEAD]

2007-03-07 22:26 VZ, revision 44650

clip column image (and not only the text) to the column width (patch 1664588)

2007-03-07 22:25 VZ, revision 44649

fixed detection of number of processors under Linux 2.6 [backport from HEAD]

2007-03-07 22:23 VZ, revision 44648

fixed detection of number of processors under Linux 2.6 (replaces patch 1663444)

2007-03-07 22:12 VZ, revision 44647

native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851)

2007-03-07 22:09 VZ, revision 44646

add checks for GTK+ 2.10 (part of patch 1661851)

2007-03-07 21:50 , revision 44645

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

2007-03-07 21:50 VZ, revision 44644

update m4 files to bakefile 0.2.2

2007-03-07 21:29 VZ, revision 44643

use critical section to protect global TablesInUse (patch 1660652) [backport from HEAD]

2007-03-07 21:28 VZ, revision 44642

use critical section to protect global TablesInUse (patch 1660652)

2007-03-07 20:59 VZ, revision 44641

add a note about changing selection background colour

2007-03-07 20:58 VZ, revision 44640

use wxRendererNative::DrawItemSelectionRect() to draw wxVListBox items background unless selection background colour is explicitly set (patch 1650804)

2007-03-07 20:43 VZ, revision 44639

fix warning about non-dllexport'ed base wxDataViewHeaderWindowBase class from MSVC in DLL builds

2007-03-07 20:40 VZ, revision 44638

wxMSWGetColumnClicked must be dllexport'd to be used from another (adv) DLL

2007-03-07 20:01 VS, revision 44637

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-07 19:51 VZ, revision 44636

return correct client area for at least the primary display, fixes the problems with incorrect positioning of the Center()d windows [backport from HEAD]

2007-03-07 19:41 VZ, revision 44635

merge multiple lines into one as otherwise the display is corrupted/unreadable [backport from HEAD]

2007-03-07 19:41 VS, revision 44634

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-07 19:40 VZ, revision 44633

merge multiple lines into one as otherwise the display is corrupted/unreadable

2007-03-07 19:23 VZ, revision 44632

removed WXWIN_COMPATIBILITY_2_4

2007-03-07 18:41 VZ, revision 44631

no changes, just fixed a typo in warning given about wxDragImage when using wxCocoa

2007-03-07 14:45 ROL, revision 44630

0.1.8-2 ------- Fix for dealing with empty 'growable' property, using MiniFrame for properties panel, the panel is restored together with the main window.

2007-03-07 12:11 VZ, revision 44629

removed deprecated wxADJUST_MINSIZE

2007-03-07 11:55 VZ, revision 44628

removed wx/wave.h which was deprecated since 2.4

2007-03-07 11:48 VZ, revision 44627

removed WXWIN_COMPATIBILITY_2_4 in non-MSW code

2007-03-07 11:46 VZ, revision 44626

no changes, just a typo in SetItemImage() comment

2007-03-07 11:35 VZ, revision 44625

removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)

2007-03-07 09:31 CE, revision 44624

fix for sf bug 1671804

2007-03-07 06:17 PC, revision 44623

queue resize on child when its position changes

2007-03-07 00:25 VZ, revision 44622

return correct client area for at least the primary display, fixes the problems with incorrect positioning of the Center()d windows

2007-03-06 10:06 JS, revision 44621

Correct too-small size when the progress dialog is very simple

2007-03-06 09:56 JS, revision 44620

Made choice convenient dialog more, well, convenient: fixed lack of vertical expansion and increased list size for larger screens.

2007-03-05 19:18 RD, revision 44619

keep a reference to the textctrl

2007-03-05 19:08 RD, revision 44618

Add GetTopLevelParent convenience function

2007-03-05 17:21 JS, revision 44617

Updated change log

2007-03-05 17:21 JS, revision 44616

Updated change log, date

2007-03-05 17:15 JS, revision 44615

Fixed problem with tab size calculation not reflecting current position in the line

2007-03-05 16:13 JS, revision 44614

Optimization: don't set the base background colour

2007-03-05 16:08 JS, revision 44613

Drawing correction

2007-03-05 15:22 JS, revision 44612

Implemented text background colour

2007-03-05 11:34 JS, revision 44611

Fix for exiting on Windows

2007-03-05 10:46 JS, revision 44610

Fixed helpview sample and app in binary compatible way by only exiting on idle (would exit prematurely since help frame doesn't prevent app exit when still open)

2007-03-05 08:58 VZ, revision 44609

use virtual size for the size of the buffer when wxBUFFER_VIRTUAL_AREA style is used [backport from HEAD]

2007-03-05 08:54 VZ, revision 44608

use virtual size for the size of the buffer when wxBUFFER_VIRTUAL_AREA style is used

2007-03-05 06:41 PC, revision 44607

use AllocExclusive

2007-03-04 22:18 VZ, revision 44606

handle mouse capture lost event in grid windows and reset the grid to normal state when it happens

2007-03-04 21:11 VZ, revision 44605

remove inexistent wxGetMultipleChoice()

2007-03-04 20:57 VZ, revision 44604

wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() directly instead

2007-03-03 18:37 PC, revision 44603

Don't assert on value change which shouldn't occur, but does. Closes bug 1672671

2007-03-02 21:39 RD, revision 44602

Docstring fixes

2007-03-02 21:04 RD, revision 44601

wx.lib.customtreectrl patches from Andrea: 1. ExpandAll has been renamed as ExpandAllChildren, and the new ExpandAll now takes no input arguments (consistent with wx.TreeCtrl) 2. ctstyle keyword is now defaulted to 0: every style related to CustomTreeCtrl and the underlying wx.PyScrolledWindow should be declared using the keyword "style" only. For backward compatibility, ctstyle continues to work as I merged ctstyle and style in the __init__ method. 3. GetClassDefaultAttributes is now a classmethod. 4. UnselectAll bug fixed.

2007-03-02 19:48 JS, revision 44600

Fixed premature exit of helpview sample and utility

2007-03-02 17:18 RD, revision 44599

Mention GraphicsContext changes

2007-03-02 16:53 RD, revision 44598

Include dcmemory.h if not using precomp headers

2007-03-02 16:39 RD, revision 44597

Fix to allow using Cairo version < 1.2 where cairo_image_surface_get_data doesn't exist.

2007-03-02 12:44 VS, revision 44596

changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used with any string literals

2007-03-02 03:06 PC, revision 44595

wxRunningEventLoopCount is only defined when wxUSE_THREADS==1

2007-03-01 22:00 RD, revision 44594

Some docstring tweaks

2007-03-01 21:51 RD, revision 44593

Patch from Gianluca Costa: -Refactorization of the script-creation code in a specific "img2py()" function -Added regex parsing instead of module importing -Added some "try/finally" statements -Added default values as named constants -Made some parts of code a bit easier to read -Updated the module docstring -Corrected a bug with EmptyIcon

2007-03-01 20:03 VS, revision 44592

allow using both char* and wchar_t* in wxFileConfig and wxConfigBase, too

2007-03-01 19:37 RD, revision 44591

header cleanup

2007-03-01 19:35 RD, revision 44590

Add missing 'recursive' parameter to wx.Sizer.GetItem

2007-03-01 19:01 RD, revision 44589

Create the other frame on all platforms

2007-03-01 18:53 RD, revision 44588

use a hidden frame to prevent premature exit on wxMac

2007-03-01 18:52 RD, revision 44587

don't set hover state when button is pressed

2007-03-01 01:26 RD, revision 44586

wx.lib.plot: patch #1663937 to allow user to turn off scientific notation on plot.

2007-03-01 01:08 RD, revision 44585

Will Sadkin provided a patch for the wx.lib.masked package that fixes its support for using the navigation keys on the numeric keypad.

2007-03-01 01:02 RD, revision 44584

now able to make a debug -dev package

2007-02-28 21:42 RD, revision 44583

new and updated tests

2007-02-28 21:42 RD, revision 44582

Add an implementation of wxCairoContext::DrawBitmap

2007-02-28 21:40 RD, revision 44581

Fix runtime crash in wxStdDialogButtonSizer. Don't set the label on a button we don't have.

2007-02-28 08:48 CE, revision 44580

fix for MSVC see sf bug 1669419

2007-02-27 20:52 VZ, revision 44579

don't generate size events when the window is unmapped, this is at best unnecessary and also breaks window layout in some situations [backport from HEAD rev 1.683]

2007-02-27 20:47 VZ, revision 44578

regenerated with theversion of bakefile which uses quotes around the directory name MAKEDIR which may contain spaces

2007-02-27 15:41 VZ, revision 44577

Support encodings in wxGTK_CONV_BACK() in the same way as we do it in wxGTK_CONV(), i.e. return the string containing text in ISO-8859-1 encoding and not UTF-8 if the controls font was set to have ISO-8859-1 encoding

2007-02-27 14:06 VZ, revision 44576

removed erroneous return in DoSetFont() [backport from HEAD]

2007-02-27 14:04 VZ, revision 44575

removed stray return from SetFont()

2007-02-26 23:35 RD, revision 44574

Updated to TreeMixin 0.7

2007-02-26 23:28 RD, revision 44573

Allow using a memory dc (or a buffered dc) as the target of a wx.GraphicsContext.

2007-02-26 23:24 RD, revision 44572

Simple test for using a memory dc (or a buffered dc) as the target of a wx.GraphicsContext.

2007-02-26 23:23 RD, revision 44571

Reorder what happens when a button is pressed so if the user's event handler blocks it won't leave the buttonbar in a funny state when it finally returns.

2007-02-26 23:22 RD, revision 44570

Added the wx.SizerFlags class, and also added AddF, InsertF and PrependF methods to wx.Sizer.

2007-02-26 10:58 VZ, revision 44569

call gtk_paint_focus() with NORMAL state, not SELECTED, for unselected items as otherwise the focus rectangle is invisible with some themes (e.g. the Ubuntu default one) and it generally makes more sense

2007-02-26 10:00 VZ, revision 44568

interpret stringsinvalid in current encoding as ISO8859-1 instead of discarding them completely [backport from HEAD]

2007-02-26 09:53 VZ, revision 44567

interpret text invalid in the current encoding (typical for UTF-8 environments) as ISO8859-1, this is wrong but better than eating it completely

2007-02-26 08:23 JJ, revision 44566

OpenVMS compile support update Modified Files: wxWidgets/src/common/descrip.mms

2007-02-24 20:21 VZ, revision 44565

recognize the encoding name without hyphens as synonym for the same name with hyphens when matching encoding names

2007-02-24 19:39 VZ, revision 44564

added MSxxx and IBMxxx as synonyms for CPxxx code pages as some systems use these names (too)

2007-02-24 15:19 VS, revision 44563

changed wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not modified by the class

2007-02-24 02:49 KH, revision 44562

Build fix from FM (cascade from object.h changes making wxObjectRefData destructor private)

2007-02-24 00:11 RD, revision 44561

Backport fixes from ROL: Fixed SetItemBold and editing 'growable' properties of wxFlexGridSizer.

2007-02-23 21:25 RR, revision 44560

FM small patch for wxDataViewCtrl compilation and warning fixes (dll linking problem).

2007-02-23 10:30 JS, revision 44559

Fixed a control-arrow bug

2007-02-23 09:19 ROL, revision 44558

1.8-1

2007-02-23 09:19 ROL, revision 44557

Fixed SetItemBold and editing 'growable' properties of wxFlexGridSizer.

2007-02-23 07:57 RR, revision 44556

[ 1665996 ] Fixes/extensions to wxDataViewCtrl

2007-02-22 17:57 JS, revision 44555

Fixed a confusion between window and client size that could lead to gradually increasing window size on repeated layout, by duplicate application of the client to window size conversion.

2007-02-22 01:53 KO, revision 44554

Fix for crash when an invalid font was being mistakenly identified as valid due to a signed check on an unsigned value, and also change the wxLogDebug statement, as I was getting crashes with %s and wxString.

2007-02-21 23:41 RD, revision 44553

Support wxTELETYPE font family

2007-02-21 23:41 RD, revision 44552

update version number

2007-02-21 23:40 RD, revision 44551

show better technique for updating drawing from outside of EVT_PAINT handler

2007-02-21 23:37 RD, revision 44550

enable this demo for the Mac

2007-02-21 22:28 RD, revision 44549

Oops, forgot to remove the commented out code

2007-02-21 22:24 RD, revision 44548

simple test for wxGCDC::DoDrawEllipticArc

2007-02-21 22:24 RD, revision 44547

Use floating point math in wxGCDC::DoDrawEllipticArc. Also removed the lines closing the arc since wxDC doesn't do that.

2007-02-21 19:47 RD, revision 44546

Applied patch [ 1664571 ] ListCtrl::ColumnSorterMixin-new callback OnSortOrderChanged

2007-02-21 15:55 VS, revision 44545

fixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake

2007-02-21 15:07 JS, revision 44544

Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug (troelsk - allow for left-handed mouse)

2007-02-20 20:05 VS, revision 44543

allow creating wxString from char*, assigning to it from char* and comparing with char* values

2007-02-20 19:40 VS, revision 44542

fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary

2007-02-20 12:54 JS, revision 44541

Fixed a problem with tabs when text spills over the end of the tab stops

2007-02-20 11:12 VS, revision 44540

compilation fix

2007-02-20 07:57 JS, revision 44539

Ignore Windows key

2007-02-20 02:39 RD, revision 44538

another typo fixed

2007-02-20 02:29 RD, revision 44537

simple test for drawing and measuring text with a GC

2007-02-20 02:28 RD, revision 44536

reSWIGged

2007-02-20 02:27 RD, revision 44535

fix 'instance' typos

2007-02-20 02:18 RD, revision 44534

Add a bit of testing code

2007-02-20 02:12 RD, revision 44533

Add implementations for: wxCairoPathData::AddPath wxCairoContext::Clip wxCairoContext::ResetClip wxCairoContext::GetTextExtent Adjusted the baseline-relative DrawText to be offset by the ascent.

2007-02-19 21:17 RD, revision 44532

Add wx.DD_DIR_MUST_EXIST style. (Patch #1662736)

2007-02-19 21:14 RD, revision 44531

simple wx.LogWindow test

2007-02-19 21:13 RD, revision 44530

fix import

2007-02-19 20:35 RD, revision 44529

Patch #1662729: TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and wxLIST_AUTOSIZE_USEHEADER.

2007-02-19 20:31 RD, revision 44528

TreeMixins 0.6 from Frank

2007-02-19 20:30 RD, revision 44527

wxMac can handle the foreign DnD too

2007-02-19 20:02 VS, revision 44526

added WXWIN_COMPATIBILITY_2_8

2007-02-19 18:32 JS, revision 44525

Layout correction

2007-02-19 18:30 JS, revision 44524

Doc corrections

2007-02-17 12:32 RR, revision 44523

Most of FM's wxDataViewCtrl patch.

2007-02-17 11:35 RR, revision 44522

Minor parts from FM's wxDataViewCtrl patch.

2007-02-17 09:16 RR, revision 44521

[1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr

2007-02-17 02:35 VZ, revision 44520

do adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly (otherwise scrollbars wouldn't be shown correctly when the grid becomes too small to show its contents entirely after changes in rev 1.410)

2007-02-16 23:47 RD, revision 44519

use InspectableApp for testing

2007-02-16 23:46 RD, revision 44518

reSWIGged

2007-02-16 23:35 RD, revision 44517

Remove boxus property (getter requires param)

2007-02-16 23:34 RD, revision 44516

Add wx.lib.mixins.treemixin from Frank Niessink.

2007-02-16 23:32 RD, revision 44515

Fixes as described in #1661049 (Uncollectable ogl objects)

2007-02-16 22:12 JS, revision 44514

IsShown shouldn't cause empty sizers to not have their positions calculated

2007-02-16 17:43 VZ, revision 44513

don't delete inexistent column indices in DeleteCols() [backport from HEAD]

2007-02-16 17:41 VZ, revision 44512

don't delete inexistent column indices in DeleteCols()

2007-02-16 14:47 VZ, revision 44511

suppress warning about casting -1 to guint

2007-02-16 08:16 JS, revision 44510

Added support for hover bitmap

2007-02-16 02:21 VZ, revision 44509

update from Ivan Masar

2007-02-15 12:38 VZ, revision 44508

return size without decorations from size_request GTK callback in wxTLW

2007-02-14 20:35 VZ, revision 44507

use AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(); this fixes recreating the font whenever it is modified (even if it's not shared) bug

2007-02-14 17:52 VZ, revision 44506

corrected StartDoc() return value testing broken in last commit

2007-02-14 16:13 VZ, revision 44505

fix warning about unused variable in release build by using standard wxLogLastError() if StartDoc() fails instead of duplicating it here

2007-02-14 16:12 VZ, revision 44504

fix warning about unused TRACE_MASK variable in release builds

2007-02-14 16:10 VZ, revision 44503

corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure that the controls are seen to derive from wxControlWithItems by the wx RTTI code (patch 1659708)

2007-02-14 16:00 VZ, revision 44502

added wxEL_NO_REORDER style (modified patch 1655969)

2007-02-14 13:35 VZ, revision 44501

update from Adiel Mittmann

2007-02-14 13:32 VZ, revision 44500

Slovak translation added

2007-02-13 23:22 VZ, revision 44499

various compilation fixes [backport from HEAD]

2007-02-13 23:20 VZ, revision 44498

removed superfluous semicolon

2007-02-13 23:15 VZ, revision 44497

various compilation fixes

2007-02-13 17:08 ABX, revision 44496

Avoid do-nothing virtuals in WinCE.

2007-02-13 16:52 RD, revision 44495

rebaked makefiles with new version numbers

2007-02-13 16:30 ABX, revision 44494

Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.

2007-02-13 15:52 ABX, revision 44493

WinCE build fix.

2007-02-13 15:49 ABX, revision 44492

Warning fix.

2007-02-13 11:26 , revision 44491
  • A /wxWidgets/tags/WX_2_8_2rc1
  • R /wxWidgets/tags/WX_2_8_2rc1/build/bakefiles/common.bkl
  • R /wxWidgets/tags/WX_2_8_2rc1/build/bakefiles/version.bkl
  • R /wxWidgets/tags/WX_2_8_2rc1/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/configure.in
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/animate
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2rc1/debian/changelog
  • D /wxWidgets/tags/WX_2_8_2rc1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/changes.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/collpane.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/docs/tech/tn0011.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/listbox.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/seh.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/renderer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_8_2rc1/include/wx/version.h
  • R /wxWidgets/tags/WX_2_8_2rc1/lib/dummy
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/regtest/regtest.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/resource
  • R /wxWidgets/tags/WX_2_8_2rc1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/tab
  • D /wxWidgets/tags/WX_2_8_2rc1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/combocmn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/datetime.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/dcgraph.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/event.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/fileconf.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/intl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/common/wxchar.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/grid.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_2rc1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/datectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/menu.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/tbar95.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/thread.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/msw/window.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/configure
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_2rc1/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/README
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_2rc1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_2rc1/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_2rc1/src/regex/regfronts.c
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/richtext/richtextxml.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_2rc1/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_8_2rc1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_2rc1/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_8_2rc1/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_2rc1/version-script.in
  • R /wxWidgets/tags/WX_2_8_2rc1/wxBase.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxGTK.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxMGL.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxMotif.spec
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/config.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/I18N.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/Main.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/demo/SizedControls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/aui.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/grid.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_combobox.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_graphics.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/src/_window.i
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/tests/test_griddrag.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/customtreectrl.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/inspect.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/mixins/inspect.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/params.py
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveDown.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveLeft.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveRight.png
  • A /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/src-images/ToolMoveUp.png
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/WX_2_8_2rc1/wxX11.spec

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

2007-02-13 11:26 CE, revision 44490

version update

2007-02-12 21:27 RD, revision 44489

Make the greyed image list be the same size as the main image list, don't assume 16x16

2007-02-12 21:01 JS, revision 44488

Pass correct values to spin control

2007-02-12 20:31 RR, revision 44487

Hack to support iso8859 and other wrongly formated filenames in UTF8 locales for file DnD as we do for the native GTK+ file dialog.

2007-02-12 19:17 VZ, revision 44486

clarify Wait() semantics (see patch 1652076)

2007-02-12 19:11 VZ, revision 44485

fixed LastRead() after Read(wxOutputStream&) (patch 1658301) [backport from HEAD]

2007-02-12 19:08 VZ, revision 44484

fixed LastRead() after Read(wxOutputStream&) (patch 1658301)

2007-02-12 18:18 RD, revision 44483

add Windows Python 2.3 build back in

2007-02-12 18:17 RD, revision 44482

Compile fix for Panther

2007-02-12 17:46 RD, revision 44481

fix version numbers

2007-02-12 16:36 VZ, revision 44480

compilation fix [backport from HEAD]

2007-02-12 16:35 VZ, revision 44479

compilation fix for last commit

2007-02-12 15:32 VZ, revision 44478

suppress gcc warnings about invalid format strings

2007-02-12 14:52 VZ, revision 44477

don't run WrongFormatStrings test with system printf, it doesn't work

2007-02-12 13:59 VS, revision 44476

fixed syntax errors

2007-02-12 13:21 VZ, revision 44475

update from Reinout van Schouwen

2007-02-12 13:13 CE, revision 44474

version 2.8.2

2007-02-12 13:05 VZ, revision 44473

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853) [backport from HEAD]

2007-02-12 13:04 VZ, revision 44472

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853)

2007-02-12 10:54 CE, revision 44471

add docs/msw/install.txt

2007-02-12 10:50 CE, revision 44470

change version to 2.8.2 in places mentioned in technotes tn0011

2007-02-12 10:05 JS, revision 44469

Added some change logs, updated version

2007-02-11 14:39 RR, revision 44468

Backport wxListBox::Insert() changes to 2_8.

2007-02-11 14:31 RR, revision 44467

Fix wxGTK wxListBox::Append() to return correct index (also for sorted list). Use wxControlWithItems::Insert(..) methods from wxListBox (can probably be removed).

2007-02-11 09:27 RR, revision 44466

pixbuf cursor support is for GTK 2.4.

2007-02-11 03:13 VZ, revision 44465

made GetStrings() const (patch 1655975)

2007-02-11 03:08 VZ, revision 44464

more const correctness (slightly modified patch 1655991)

2007-02-11 03:04 VZ, revision 44463

check for wxUSE_MDI which is needed by this code (patch 1656080)

2007-02-11 03:02 VZ, revision 44462

added support for colour cursors in wxGTK (patch 1655576)

2007-02-11 02:58 VZ, revision 44461

don't Printf() the string into itself (replaces patch 1655318) (backport from HEAD)

2007-02-11 02:55 VZ, revision 44460

don't Printf() the string into itself (replaces patch 1655318)

2007-02-11 02:53 VZ, revision 44459

miscellaneous minor corrections (patch 1652327)

2007-02-11 02:42 VZ, revision 44458

made AddPendingEvent() virtual (patch 1652077)

2007-02-11 02:34 VZ, revision 44457

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924) (backport from HEAD)