Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2005-10-19 17:00 ABX, revision 35953

const consistent for Clone(). Load/Save split to DoLoad/DoSave. Build fixes, warning fixes and other source cleaning.

2005-10-19 16:56 ABX, revision 35952

richtext.bkl added and dmars makefiles removed.

2005-10-19 14:44 JS, revision 35951

First part of a layout optimization

2005-10-19 13:54 JS, revision 35950

Only draw if inside client rectangle

2005-10-19 12:52 JS, revision 35949

Added wxRichTextCtrl

2005-10-19 10:43 ABX, revision 35948

constfunc correction

2005-10-19 10:12 ABX, revision 35947

constfunc correction

2005-10-18 20:57 MW, revision 35946

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 20:50 MW, revision 35945

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 18:59 MW, revision 35944

Add Cygwin note about precompiled headers to the 2.6.x branch.

2005-10-18 18:54 MW, revision 35943

Add note that precompiled headers do not work on current Cygwin.

2005-10-18 16:02 DE, revision 35942

Remove sm_cocoaDelegate singleton. We need per-instance data anyway so we may as well make it the target instead of the userInfo.

2005-10-18 15:27 DE, revision 35941

Replace wxNSTimerData -setTimer method with -initWithWxTimer: initializer which correctly calls the superclass (NSObject) init. Add an -init method for correctness; technically not needed as it is never called but it's an Objective-C best practice. Release the wxNSTimerData instance just after passing it to the NSTimer factory method. NSTimer retains it and we don't keep a pointer to it so we should not keep a refence to it. This fixes the bug in wxTimer::Stop where the program crashes in the NSCFTimer userInfo method because the NSTimer has already been invalidated.

2005-10-18 14:33 MW, revision 35940

Warning fixes for win64

2005-10-18 14:30 MW, revision 35939

Work around bug in VC++ 8 64-bit

2005-10-18 14:29 MW, revision 35938

Comment out long running test that needs moving from the default registry

2005-10-18 14:26 MW, revision 35937

Include different manifests on win64

2005-10-18 14:24 MW, revision 35936

Link with bufferoverflowu.lib for VC++ 8 and later

2005-10-18 14:22 MW, revision 35935

Add wxString::operator<<(long long) and wx_truncate_cast_impl

2005-10-18 14:20 MW, revision 35934

Backport wx_truncate_cast implementations for Intel and MS compilers

2005-10-18 14:18 MW, revision 35933

Add wxSting << inserter for long long

2005-10-18 13:53 MW, revision 35932

Regenerate msvc makefiles for TARGET_CPU

2005-10-18 13:46 MW, revision 35931

Add TARGET_CPU to msvc makefiles for Win64

2005-10-18 12:31 ABX, revision 35930

Set/get for internal border in book based controls.

2005-10-18 11:27 MW, revision 35929

Add manifests for Win64

2005-10-18 11:27 , revision 35928

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

2005-10-18 11:13 ABX, revision 35927

compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

2005-10-18 10:18 JJ, revision 35926

Committing in . Updated openvms compile support Modified Files: wxWidgets/src/generic/descrip.mms ----------------------------------------------------------------------

2005-10-18 00:03 VZ, revision 35925

compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

2005-10-17 23:45 MW, revision 35924

Revert accidental change

2005-10-17 22:41 VZ, revision 35923

fixed Fit() to call SetClientSize() and not SetSize()

2005-10-17 22:11 MW, revision 35922

Widen the hash key for win64

2005-10-17 22:08 MW, revision 35921

Warning fixes for win64

2005-10-17 21:49 ABX, revision 35920

wxTinderbox build fix.

2005-10-17 19:51 ABX, revision 35919

Follow changes in common code.

2005-10-17 19:31 VZ, revision 35918

renamed DoHitTest() to DoTreeHitTest() to avoid conflict with existing wxWindow method

2005-10-17 17:57 ABX, revision 35917

Warning fix (instead of silencing int->short with typecast, have the same type internally as in interface).

2005-10-17 17:46 MW, revision 35916

Link with bufferoverflowu.lib for VC++ 8 and later

2005-10-17 17:40 ABX, revision 35915

Keep setup0.h in sync with more ports.

2005-10-17 17:11 ABX, revision 35914

Keep setup0.h in sync with other ports.

2005-10-17 17:08 MW, revision 35913

Compile fix for Unicode build on win64

2005-10-17 16:39 ABX, revision 35912
  • M /wxWidgets/trunk/build/bakefiles/Bakefiles.bkgen
  • D /wxWidgets/trunk/samples/html/htmlctrl/htmlctrl.dsp
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.bcc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.gcc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.vc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.wat

htmlctrl sample is not for msw toolkits

2005-10-17 16:14 MW, revision 35911

Warning fix, should be #ifdef instead of #if

2005-10-16 20:35 MW, revision 35910

Regenerate the msvc makefiles after TARGET_CPU option added

2005-10-16 20:28 MW, revision 35909

Use a different manifest for each of x86, amd64 and ia64

2005-10-16 20:25 MW, revision 35908

Add CPU_TARGET option to msvc makefiles for targeting AMD64 and IA64

2005-10-16 17:13 SN, revision 35907

Fixed event handling bug as suggested by Lech Wiktor Piotrowski.

2005-10-15 19:16 MW, revision 35906

Implement string inserter for long long. This creates a problem on mingw as gcc gives a warning unless -Wno-format is used, one of the most useful warnings.

2005-10-15 19:11 MW, revision 35905

Typo, should be #if not #ifdef

2005-10-15 19:04 MW, revision 35904

Temporarily disable test that takes a long time to run, needs moving to a named registry

2005-10-15 19:01 MW, revision 35903

Compilation fix for platforms where size_t is larger than long

2005-10-15 19:00 MW, revision 35902

Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2

2005-10-15 18:58 MW, revision 35901

Restore WC_UTF16, required for compilation on Windows

2005-10-14 16:16 ROL, revision 35900

fix for correct type of checklist box items

2005-10-14 16:13 ROL, revision 35899

iconize properties frame together with main

2005-10-14 08:39 VZ, revision 35898

fixed OnSysWrite() signature

2005-10-13 10:44 JS, revision 35897

Added "enabled" support for submenus

2005-10-12 15:03 MW, revision 35896

Implement wx_truncate_cast for VC++ 7.1 and later

2005-10-12 13:05 MW, revision 35895

Avoid cast in wx_truncate_cast for intel compiler

2005-10-12 12:06 VZ, revision 35894

removed .cvsignore entries which were old/unused/duplicated in CVSROOT/cvsignore

2005-10-12 11:47 MW, revision 35893

Manifest files for win64

2005-10-12 07:49 MR, revision 35892

Fix includes in wx/treectrl.h

2005-10-12 00:20 VZ, revision 35891

clarified ScrollWindow() docs

2005-10-11 15:52 VZ, revision 35890

64 bit compilation fix

2005-10-11 15:51 VZ, revision 35889

added wx/xrc/xh_treebk.h

2005-10-11 15:05 DS, revision 35888

fixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called in a plugin environment for example)

2005-10-11 15:01 DS, revision 35887

fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")

2005-10-11 13:40 VZ, revision 35886

another fix for !USE_PCH: added missing wx/imaglist.h include

2005-10-11 12:50 VZ, revision 35885

compilation fix for !USE_PCH: added missing wx/panel.h include

2005-10-10 22:30 VZ, revision 35884

invalidate tree size after adding/removing pages; use portable style for the tree control

2005-10-10 22:29 VZ, revision 35883

removed hardcoded DoGetBestSize() implementation; added support for textOnly parameter in GetBoundingRect()

2005-10-10 21:49 VZ, revision 35882

removed duplicated members which have been moved to wxTreeCtrlBase

2005-10-10 21:46 VZ, revision 35881

removed deprecated InsertItem() overload because it masked all the other ones

2005-10-10 20:36 VZ, revision 35880

Windows compilation fixes after wxTreeCtrl refactoring

2005-10-10 20:25 VZ, revision 35879

introduced a common base class for both MSW and generic wxTreeCtrl implementations

2005-10-10 20:11 VZ, revision 35878

corrected code to really skip stack frames in the beginning and to number the remaining frames correctly

2005-10-10 19:10 KH, revision 35877

For consistency with other ports, send TEXT event after SELECTED event

2005-10-10 18:43 MW, revision 35876

Fix typos: '==' should be '='

2005-10-10 18:24 VZ, revision 35875

refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed

2005-10-10 18:22 VZ, revision 35874

added GtkUpdateScrollbar; folded some code duplicated for horz/vert orientations in a single branch

2005-10-10 18:15 VZ, revision 35873

added GetWindowSizeForVirtualSize() virtual hook for wxScrolledWindow (cuts down on code duplication in its DoGetBestSize())

2005-10-10 16:29 MW, revision 35872

Use 'cp -pR' as a fallback for lndir, remove $(shell) construct from makefile.

2005-10-10 14:18 JJ, revision 35871

Committing in . Small fixes for OpenVMS Modified Files: wxWidgets/include/wx/vms_x_fix.h wxWidgets/src/motif/xmcombo/xmcombo.c : ----------------------------------------------------------------------

2005-10-10 12:59 VZ, revision 35870

regenerated after bakefile change to always create shared-ld-sh under Darwin

2005-10-10 12:48 VZ, revision 35869

always create shared-ld-sh as we always need it for bundles (even when we don't need it for dylibs)

2005-10-10 10:37 MW, revision 35868

Make _dist_dir a shadow directory of symlinks rather then copied files, and add a 'distdir' target to make _dist_dir without creating a tarball.

2005-10-09 22:34 , revision 35867
  • A /wxWidgets/tags/before_gtk_scrolledwindow_refactoring
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/acinclude.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/aclocal.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/art
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/autoconf_inc.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/autogen.sh
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/BuildCVS.txt
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/build
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/config.guess
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/config.sub
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/configure
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/configure.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/contrib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/debian
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/demos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/difflast.pl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/distrib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/docs
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/msvc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/access.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/afterstd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/apptrait.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/archive.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/arrstr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/artprov.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/beforestd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bookctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/buffer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/build.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/busyinfo.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/calctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/caret.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/chkconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choicdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choicebk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/clntdata.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmdline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmdproc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmndata.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cocoa
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/confbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/config.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/containr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cppunit.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cshelp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ctrlsub.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dateevt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datetime.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/db.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbgrid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbkeyg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbtable.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcbuffer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcmirror.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcprint.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcps.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcsvg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dde.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/debug.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/debugrpt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/defs.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dialup.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dir.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dirctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dirdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/display.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dlimpexp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/docmdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/docview.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dragimag.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynarray.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynlib.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynload.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/effects.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/encconv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/encinfo.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/event.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/evtloop.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/except.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/features.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ffile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/file.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fileconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filefn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filename.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filesys.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/flags.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fmappriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontenc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontenum.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontutil.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_inet.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_mem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_zip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gbsizer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gdicmn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/calctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/caret.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/choicdgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/colrdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/datectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dcpsg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dirctrlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dirdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dragimgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/fdrepdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/filedlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/fontdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/grid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/gridctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/gridsel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/helpext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/imaglist.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/laywin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/listctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/logg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/mdig.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/msgdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/numdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/paletteg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/panelg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/printps.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/prntdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/progdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/propdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/sashwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/spinctlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/splash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/splitter.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/statusbr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/tabg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/textdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/treectlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/wizard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/geometry.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gifdecod.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/grid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gsocket.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataobj2.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/private.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/taskbarpriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tbargtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/win_gtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/private.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/taskbarpriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tbargtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hashmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hashset.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/help.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helpbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helphtml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helpwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/html
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/htmllbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iconbndl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iconloc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/image.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imaggif.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagiff.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagjpeg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imaglist.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpcx.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpng.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpnm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagtiff.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagxpm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/init.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/intl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iosfwrap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ioswrap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ipc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ipcbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/isql.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/isqlext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/joystick.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/layout.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/laywin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/link.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/list.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/log.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/longlong.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mac
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/math.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/matrix.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mediactrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memtext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/metafile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mgl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mimetype.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/module.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/motif
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msdos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msgout.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/numdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/object.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/os2
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ownerdrw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/palette.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/palmos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/panel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/paper.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/platform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/print.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/printdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/prntbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/process.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/progdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/propdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/protocol
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ptr_scpd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/quantize.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/rawbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/recguard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/regex.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/renderer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sashwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckaddr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckipc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/scopeguard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/selstore.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/settings.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/setup_inc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/setup_redirect.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sizer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/snglinst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/socket.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sound.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/splash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/splitter.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stack.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stackwalk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statusbr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stdpaths.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stockitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stopwatch.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/strconv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/string.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sysopt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tab.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tabctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/taskbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tbarbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textbuf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textfile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/thread.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/thrimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tipdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tipwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tokenzr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/toolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treebase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/txtstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/types.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/univ
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/unix
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/uri.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/url.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/utils.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/valgen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/validate.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/valtext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/variant.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vector.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/version.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vidmode.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vlbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/volume.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vscroll.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wave.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wfstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wizard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxchar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxhtml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxprec.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa_cm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/x11
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xpmdecod.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xpmhand.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xrc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xti.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xtistrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xtixml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/zipstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/zstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pchmm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwu_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_pb.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/install-sh
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/lib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/locale
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/Makefile.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/make-deb
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/misc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/mkinstalldirs
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/regen
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/samples
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/setup.h.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/setup.h_vms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cocoa
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/accesscmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/appbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/appcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/archive.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/artprov.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/artstd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/base.rc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/bmpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/bookctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/choiccmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/clipcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/clntdata.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmdline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmdproc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmndata.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/config.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/containr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cshelp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ctrlcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ctrlsub.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datacmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datetime.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/db.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dbgrid.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dbtable.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dcbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dcsvg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/debugrpt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dircmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dndcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dobjcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/docmdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/docview.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dpycmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dseldlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynarray.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynlib.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynload.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/effects.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/emptydmy.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/encconv.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/event.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/execcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/extended.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fddlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ffile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/file.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fileconf.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filefn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filename.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filesys.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fldlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fmapbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fontcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fontmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/framecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_inet.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_mem.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_zip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ftp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gaugecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gbsizer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gdicmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/geometry.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gifdecod.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/glob.inc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/hash.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/hashmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/helpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/http.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/iconbndl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagall.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/image.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagfill.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imaggif.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagiff.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagjpeg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpcx.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpng.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpnm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagtiff.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagxpm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/init.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/intl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ipcbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/layout.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/lboxcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/list.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/log.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/longlong.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/matrix.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mediactrlcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/memory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/menucmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mimecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/module.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/msgout.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/nbkbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/object.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/paper.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/popupcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/prntbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/process.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/protocol.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/quantize.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/radiocmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/regex.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/rendcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/rgncmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckaddr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckfile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckipc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/settcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sizer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/socket.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/statbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stdpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stockitem.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stopwatch.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/strconv.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/string.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sysopt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/taskbarcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/tbarbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textbuf.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textfile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/timercmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/tokenzr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/toplvcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/treebase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/txtstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/unictabl.inc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/uri.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/url.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/utilscmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/valgen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/validate.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/valtext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/variant.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/wfstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/wxchar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xpmdecod.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xti.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xtistrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xtixml.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/zipstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/zstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cwcopysetup.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cwdcopysetup.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cygnus.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/expat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/accel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/busyinfo.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/calctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/caret.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/choicbkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/choicdgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/colrdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/datectlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dbgrptg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dcpsg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dirctrlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dirdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dragimgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/fdrepdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/filedlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/fontdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/grid.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/gridctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/gridsel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/helpext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/htmllbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/imaglist.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/laywin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/listbkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/listctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/logg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/mdig.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/msgdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/numdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/paletteg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/panelg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/printps.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/prntdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/progdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/propdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/regiong.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/renderg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/sashwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/selstore.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/spinctlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/splash.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/splitter.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/statusbr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tabg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/textdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tipdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tipwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/treebkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/treectlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/vlbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/vscroll.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/wizard.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/app.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/artgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/brush.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/button.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/checklst.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/choice.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/colordlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/colour.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/combobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/control.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cross.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cursor.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/data.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dialog.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dnd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/eggtrayicon.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/eggtrayicon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/evtloop.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/font.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/frame.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gauge.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gsockgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/horiz.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/icon.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/listbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/main.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/mdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/menu.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/minifram.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/msgdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/pen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/popupwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/region.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/renderer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/settings.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/slider.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/stattext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/taskbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tglbtn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/threadno.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/toplevel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/verti.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/win_gtk.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/app.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/artgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/brush.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/button.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/choice.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/colordlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/colour.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/combobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/control.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cross.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/data.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/eggtrayicon.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/eggtrayicon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/evtloop.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/font.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/frame.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gsockgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/icon.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/main.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/menu.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/msgdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/pen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/popupwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/region.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/renderer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/settings.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/slider.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/taskbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tglbtn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/toplevel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/verti.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/html
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/iodbc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/jpeg
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mac
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeb32.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makebcc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.dos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.va
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeg95.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.b32
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.bcc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.g95
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.sc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.wat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makemsc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.b32
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.bcc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.g95
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.msc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.sc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.sl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.va
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.wat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makesc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makesl.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/maketwin.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeva.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makevc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makewat.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mgl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mingegcs.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mingw32.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/motif
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/msdos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/msw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/ntwxwin.mak
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/os2
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/palmos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/png
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/regex
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/stc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/tiff
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/univ
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/unix
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/version.mak
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/Wxwindll.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxJpeg.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxPng.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxTiff.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWin.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.dsp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.dsw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.xcode
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.xcodeproj
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsM8.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsW7.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxXpm.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxZlib.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/x11
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/xrc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/zlib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/tests
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/utils
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/version-script.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wx-config-inplace.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wx-config.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxBase.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxGTK.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxGTK_RR.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxMGL.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxMotif.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxPython
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxWINE.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxwin.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxX11.spec

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

2005-10-09 22:34 VZ, revision 35866

disable VC++ warning 4355 in wx/defs.h once and for all instead of doing it in 4 different places

2005-10-09 22:24 VZ, revision 35865

regenerated with treebook files

2005-10-09 22:11 VZ, revision 35864

configure with wxUSE_TREEBOOK

2005-10-09 22:09 VZ, revision 35863

compilation fixes for wxUSE_TREEBOOK=0

2005-10-09 18:40 VZ, revision 35862

Added wxTreebook: - added the control itself - added protected wxBookCtrlBase::AllowNullPage() to accommodate it - big changes to the sample to get rid of (most) ugly macros - added XRC handler for the control - added docs - and wxUSE_TREEBOOK everywhere

2005-10-09 17:26 VZ, revision 35861

made GetPage() not virtual because it doesn't need to be virtual and this allows to have const overload of it

2005-10-09 17:19 VZ, revision 35860

corrected GetBestSize() implementation: take all items, not just the currently visible ones

2005-10-09 16:52 VZ, revision 35859

don't call ::ShowWindow() if don't have HWND yet

2005-10-09 15:48 MBN, revision 35858

Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it. Changed default for WXWIN_COMPATIBILITY_2_4 to 0. Added WXWIN_COMPATIBILITY_2_6 (defaults to 1). Ran build/update-setup-h.

2005-10-09 14:32 VZ, revision 35857

don't put borders by default between sizer elements on smartphones

2005-10-09 13:38 VZ, revision 35856

implemented GetBestSize() (TODO: make this available in generic version as well)

2005-10-09 13:04 VZ, revision 35855

filter out duplicate mouse move events too; moved last mouse event info from wxWindow class to static variables (there is only one mouse in the system after all, no need to duplicate this data in all windows)

2005-10-09 12:49 VZ, revision 35854

don't use -single_module together with -bundle under Darwin (ld gives an error for this)

2005-10-09 12:32 VZ, revision 35853

blind compilation fix for CW 8.3 in Unicode build

2005-10-09 12:23 VZ, revision 35852

don't use __MSL__ unless it's defined

2005-10-08 21:55 VZ, revision 35851

show the OS information in the about dialog

2005-10-08 21:28 VZ, revision 35850

enable all warnings (but disable some of them) for DEC/Compaq/HP C++ compiler

2005-10-08 21:24 VZ, revision 35849

fixed unused parameter warnings in non-debug build

2005-10-08 18:35 VZ, revision 35848

always connect to both XmNvalueChangedCallback and XmNdragCallback

2005-10-08 18:33 VZ, revision 35847

more 'unreachable code' warnings which had been disabled instead of being fixed

2005-10-08 17:29 MW, revision 35846

Extend hashmap test to include integral and pointer keys

2005-10-08 17:27 MW, revision 35845

Long long hash, and fix for cast to unsigned long

2005-10-08 17:10 VZ, revision 35844

extra semicolons removed

2005-10-08 17:01 VZ, revision 35843

unused params warnings

2005-10-08 16:58 VZ, revision 35842

fixed logic bug in DoSetSize() (disabling a warning is good, fixing it is even better...)

2005-10-08 16:57 VZ, revision 35841

added support for OSF1 (Tru64)

2005-10-08 16:56 VZ, revision 35840

harmless DEC cc warning fixes

2005-10-08 16:56 VZ, revision 35839

don't use wxCHECK_GCC_VERSION in the same test as __MINGW32__/__CYGWIN32__ as it could be undefined (DEC cc warning fix)

2005-10-08 16:54 VZ, revision 35838

use for instead of while for infinite loop (the latter provokes a warning from DEC cc)

2005-10-08 15:33 VZ, revision 35837

added dependencies support for DEC/Compaq/HP cxx compiler (new bakefile files; regenerated configure)

2005-10-08 00:37 VZ, revision 35836

try setting locale n wxLocale::Init(lang) to xx_YY.utf8 if xx_YY is not supported

2005-10-08 00:36 VZ, revision 35835

hack: adjust C locale to supported form under HP-UX, otherwise we crash on startup

2005-10-08 00:35 VZ, revision 35834

check whether setting locale for the selected language succeeded

2005-10-08 00:33 VZ, revision 35833

added ja_JP.EUC-JP catalog

2005-10-07 21:56 VZ, revision 35832

disable some (unavoidable) HP-UX aCC warnings

2005-10-07 21:55 VZ, revision 35831

don't define unused functions

2005-10-07 21:49 VZ, revision 35830

fixed check for bitmapType match (thanks to HP compiler for the warning)

2005-10-07 21:45 VZ, revision 35829

undid last commit, the neceesary defines fo HP-UX are now provided by configure

2005-10-07 21:35 VZ, revision 35828

define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard headers

2005-10-07 21:33 VZ, revision 35827

removed C++ comment from C file

2005-10-07 21:08 MW, revision 35826

Attempt to avoid crash on exit on Solaris 10

2005-10-07 20:27 VZ, revision 35825

optimization: don't test for various proprietary Unix compilers unless we're running under OS they support

2005-10-07 15:39 VZ, revision 35824

ltest files from bakefile add HP aCC dependencies support

2005-10-07 14:01 ABX, revision 35823

#include markup fix.

2005-10-07 08:36 ABX, revision 35822

#include markup fix.

2005-10-07 05:35 KO, revision 35821

Fixes for inno setup 4 support. Also, remove the USING_INNO4 define because we are always using inno4 here. :)

2005-10-07 04:34 KO, revision 35820

If $DESTDIR isn't created before mv operations, $DESTDIR could actually end up being a file.

2005-10-07 04:31 KO, revision 35819

Added all and reswig options, and tweaked the Mac build.

2005-10-07 04:28 KO, revision 35818

Add a number to the preview release. :)

2005-10-06 23:28 VZ, revision 35817

added more HP-UX charset names

2005-10-06 23:25 VZ, revision 35816

added HP-UX names for ISO8859-x charsets

2005-10-06 23:02 MW, revision 35815

Compile fix

2005-10-06 22:52 MW, revision 35814

Unicode compile fix

2005-10-06 22:49 MW, revision 35813

Unicode compile fixes

2005-10-06 18:17 ABX, revision 35812

#include markup fixes.

2005-10-06 14:37 ABX, revision 35811

wxPalette unified. Source cleaning.

2005-10-06 13:33 VZ, revision 35810

fixed wxExecute() return value checking

2005-10-06 12:53 VZ, revision 35809

don't use a floating point value as a boolean flag; gcc4 (correctly) complains when it's compared with 0; use different function for setting the current and given time in wxMacCarbonEvent instead

2005-10-06 12:10 ABX, revision 35808

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 11:14 ABX, revision 35807

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 09:09 VZ, revision 35806

another file where the version should be updated

2005-10-06 09:08 VZ, revision 35805

change fallback default for wx version to 27

2005-10-06 04:28 KO, revision 35804

Recreate the file if it exists.

2005-10-05 23:31 KH, revision 35803

Updated link to comctl32 download [ patch 1311650 ]

2005-10-05 23:20 KH, revision 35802

When recv returns 0, the connection has been remotely closed or dropped. Changes are to Read [ modified patch 1303565 ] and Select [ patch 1283936 ]

2005-10-05 16:22 ABX, revision 35801

wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.

2005-10-05 15:42 KH, revision 35800

Revert last change, which made it impossible to set a custom text color and then query the color. Instead, set the correct system/theme color when the control is created and use the original GetTextColour method.

2005-10-05 15:38 KH, revision 35799

Do not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input events) [Patch 1281054]

2005-10-05 12:11 VZ, revision 35798

silence a few (harmless) HP aCC warnings

2005-10-04 18:14 ABX, revision 35797

Fix for mistake with const for non pointer/reference with corrections in documentation.

2005-10-04 17:17 VZ, revision 35796

don't compile this file at all in Motif2 build

2005-10-04 16:48 VZ, revision 35795

compilation fix for HP-UX (at least version 11)

2005-10-04 16:13 ABX, revision 35794

wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.

2005-10-04 14:44 VZ, revision 35793

first character of a command in a make rule must be TAB (not space or #): fixes build with HP-UX make

2005-10-04 12:53 VZ, revision 35792

reverted last (accidental) change

2005-10-04 11:11 VZ, revision 35791

fixed bug in error message given if X headers/libs not found

2005-10-04 11:08 VZ, revision 35790

updated version in configure to 2.7.0 too

2005-10-04 08:08 CE, revision 35789

#if wxUSE_DEBUGREPORT seems Ok

2005-10-03 23:52 VZ, revision 35788

escape underscores and don't use abbreviations in text

2005-10-03 23:07 VZ, revision 35787

don't use %08p format string, gcc complains about it

2005-10-03 23:06 VZ, revision 35786

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 21:08 VZ, revision 35785

added new files which were generated by bakefile but were not in cvs for some reason

2005-10-03 21:05 VZ, revision 35784

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 20:56 VZ, revision 35783

offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin: this is forbidden

2005-10-03 20:40 VZ, revision 35782

transformed current/revision/age explanation comment into algorithmic form (from the original libtool rule-based one which was more suitable for Prolog interpreter than human beings...)

2005-10-03 18:19 VZ, revision 35781

added --without-subdirs option to speed up configure when you only need to build the main library

2005-10-03 17:54 VZ, revision 35780

added more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to wxArrayTreeItemIds

2005-10-03 17:18 VZ, revision 35779

removed old commented out code and out of date comments

2005-10-03 16:39 ABX, revision 35778

Source cleaning. wxMotif/OS2 adjustements.

2005-10-03 15:59 CE, revision 35777

avoid trying to link QA if not required

2005-10-03 15:53 CE, revision 35776

update to 2.7 from 2.6

2005-10-03 09:28 SC, revision 35775

avoid system pop-up menu commands being handled by wxApp, bug was shown in printing, using File->Print and changing Popup from 'Copies & Pages' to eg 'Layout'

2005-10-03 01:18 KO, revision 35774

Backporting build script fixes to 2.6 branch.

2005-10-03 01:14 KO, revision 35773

Backporting build script changes on HEAD to WX_2_6_BRANCH

2005-10-01 21:02 KH, revision 35772

Code formatting cleanup from OSAF [ patch 1307563 ]

2005-10-01 17:27 VZ, revision 35771

fix the size of the created subbitmap (backport from HEAD)

2005-10-01 15:27 VZ, revision 35770

fix the size of the created subbitmap

2005-10-01 03:42 DE, revision 35769

Ran bakefile -f autoconf and autoconf. Some missing headers have been added, the *NODOT variables were added to samples makefiles and the version changed from 2.6.2 to 2.7.0. Generated configure now includes "OS/2" fixes per wxAutohacks.

2005-09-30 16:39 DE, revision 35768

Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived from wxWindow for valid pointer comparison. Went ahead and moved some includes into new ifndef WX_PRECOMP section to improve compilation speed when using precompiled headers.

2005-09-30 09:15 MBN, revision 35767

Implemented wxMenuBar::Insert and wxMenu::Insert.

2005-09-30 09:12 MBN, revision 35766

Simplify preprocessor guards for render tables and new font handling. Remove unused method.

2005-09-29 13:54 ABX, revision 35765

More ports in non autoconf formats.

2005-09-29 12:34 ABX, revision 35764

Warning fix.

2005-09-29 10:52 ABX, revision 35763

wxCheckListBox cleanup.

2005-09-29 10:28 ABX, revision 35762

[ 1307801 ] datectrl.cpp missing from mono project for WinCE

2005-09-29 10:00 ABX, revision 35761

wxCheckListBox cleanup.

2005-09-29 07:22 JJ, revision 35760

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-28 23:43 KO, revision 35759

Allow the SWIG executable to be in a directory other than than SWIG-cvs.

2005-09-28 23:37 KO, revision 35758

Script for making the .mo files and preparing them in the correct way for them to be picked up by the Win INNO installer.

2005-09-28 23:33 KO, revision 35757

Update version number.

2005-09-28 23:31 KO, revision 35756

Reinstate building of docs/demos package, but disable chm file building until I can setup my environment for it.

2005-09-28 23:28 KO, revision 35755

Move away from relative paths on Win, fix Unicode option, reinstate docs and demos building, and various tweaks.

2005-09-28 21:16 MBN, revision 35754

Implement wxChoice::Insert.

2005-09-28 21:08 MBN, revision 35753

Fix wxMotif checkbox for Motif 1.2. (need to backport)

2005-09-28 09:48 VZ, revision 35752

backported fix for crash in Unicode build (bug 1303851)

2005-09-28 09:41 VZ, revision 35751

fix for a crash due to using NULL inputConv in Unicode build introduced in rev 1.162

2005-09-28 09:30 VZ, revision 35750

wxGTK1 compilation fix after last commit

2005-09-28 09:24 VZ, revision 35749

don't include forward declarations in tags file

2005-09-27 21:45 MW, revision 35748

Use the new wx_truncate_cast for any narrowing conversions

2005-09-27 21:20 ABX, revision 35747

wxItemContainerImmutable::FindString unified.

2005-09-27 19:29 MW, revision 35746

Remove symbol versions now that we are on a new branch

2005-09-27 19:24 MW, revision 35745

Remove cast of hash value to unsigned long, hash value can be bigger

2005-09-27 19:11 MW, revision 35744

Extend the hashmap tests to cover integer and pointer keys

2005-09-27 19:08 MW, revision 35743

Add hashes for long long keys

2005-09-27 17:05 ABX, revision 35742

wxItemContainerImmutable::FindString unified.

2005-09-27 16:54 ABX, revision 35741

wxItemContainerImmutable::FindString unified.

2005-09-27 16:38 ABX, revision 35740

wxItemContainerImmutable::FindString unified.

2005-09-27 16:23 ABX, revision 35739

Fix for broken MSWUniv after wxABI_VERSION removal (otherwise wxQTMediaBackend::QTWndProc() breaks builds).

2005-09-27 15:46 VZ, revision 35738

typo

2005-09-27 11:19 VZ, revision 35737

yet more extra semicolons removed (patch 1305031)

2005-09-27 11:08 VZ, revision 35736

(blind) fix for keyboard cues display under XP (bug 1298512)

2005-09-26 22:13 VZ, revision 35735

made Shift-JIS encoding upper case; made SJIS the canonical name for it (just because it's shorter and so will be less unweildy in directory names...)

2005-09-26 21:25 VZ, revision 35734

added directory with encoding-specific name to test recent enhancements to catalog-loading code

2005-09-26 20:06 VZ, revision 35733

fixed the sample to work with conforming C++ compiler: local struct can't reference enclosing function's locals

2005-09-26 19:24 KH, revision 35732

In GetTextColour, use GetDefaultAttributes instead of ListView_GetTextColor because the latter seems to return black all the time (instead of the theme color)

2005-09-26 16:20 DE, revision 35731

Make wxToolBar accept first mouse clicks. That is, clicking on a toolbar tool when the window is inactive will both activate the window and cause the tool to be clicked. TODO: User should be provided a way to override this behavior. The Apple HIG are basically that "dangerous" tools (like delete) should not function on an inactive window.

2005-09-26 15:42 DE, revision 35730

Add EndDialog helper which calls EndModal with the given return code if the dialog is modal, and Show(false) if the dialog is not modal. This allows the default handlers for OK and Cancel to function without assertions. This code is copied more or less directly from src/msw/dialog.cpp.

2005-09-26 15:17 MW, revision 35729

Fixes for solaris: crash in ~wxWindows(), remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-26 13:48 ABX, revision 35728

Warning fixes for BCC, VC, OW and MinGW.

2005-09-26 13:43 ABX, revision 35727

Default serting by name.

2005-09-26 13:37 ABX, revision 35726

MSWUniv build fix.

2005-09-26 13:30 ABX, revision 35725

Better fix for modal/modeless wizards.

2005-09-26 12:53 MR, revision 35724

Revert revision 1.102.2.2: date: 2002/10/13 21:03:45; author: RR; state: Exp; lines: +4 -2 Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows. ========================= It will override preceding users call to SetFocus, effectively introducing bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either). Reverting fixes that. Need to investigate why it was needed in relation to Comboboxes, but SetFocus/SetDefault breakage is worser imho, hence the revert for now.

2005-09-26 12:39 VZ, revision 35723

corrected #ifdef order (might help linking with wxUSE_MEMORY_TRACING==1)

2005-09-26 12:29 VZ, revision 35722

fixed function declaration in wxFORCE_LINK_MODULE

2005-09-26 09:02 VZ, revision 35721

reset libtool version for new branch

2005-09-26 08:59 VZ, revision 35720

added comment about things to update in version.bkl when changing the version

2005-09-26 08:44 ABX, revision 35719

Root for OS2 - feedback from openwatcom newsgroups.

2005-09-26 05:24 SC, revision 35718

fixing focus handling for generic controls in carbon-cfm

2005-09-26 04:55 SC, revision 35717

fixing focus handling for generic controls in carbon-cfm

2005-09-26 01:02 VZ, revision 35716

fixed wide char codeset detection for systems which do support LE/BE variants (broken by recent commit)

2005-09-26 00:53 VZ, revision 35715

added tracing code to wide char codeset detection

2005-09-26 00:31 VZ, revision 35714

use wxIsNullDouble instead of comparing m_ration with 0

2005-09-26 00:29 VZ, revision 35713

fixed variable shadowing icc warnings

2005-09-26 00:21 VZ, revision 35712

fixed warnings about truncating 64 bit integers

2005-09-25 23:58 VZ, revision 35711

added wxIsNullDouble()

2005-09-25 23:57 VZ, revision 35710

fixed warnings about truncating 64 bit integers

2005-09-25 23:38 VZ, revision 35709

added pragmas to disable icc warning when va_arg is used with a pointer type

2005-09-25 23:36 VZ, revision 35708

fixed warnings about pointer to integer cast

2005-09-25 23:30 VZ, revision 35707

fix icc warning about printf() format mismatch

2005-09-25 23:28 VZ, revision 35706

removed more extraneous semicolons

2005-09-25 23:27 VZ, revision 35705

use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles

2005-09-25 22:51 VZ, revision 35704

fix hiding a local variable by another one in the inner scope

2005-09-25 22:50 VZ, revision 35703

don't use deprecated cast operator to wxList&

2005-09-25 22:48 VZ, revision 35702

don't declare pthread_mutexattr_settype() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:42 VZ, revision 35701

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:35 VZ, revision 35700

disable warning about data truncation (810) for icc (this is a useful warning and might be reenabled later but for now there are simply too many of them...)

2005-09-25 22:34 VZ, revision 35699

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 20:49 MW, revision 35698

Fixes for include guards, patch 1256967 Paul Cornett

2005-09-25 20:45 VZ, revision 35697

fixed a signed/unsigned comparison warning introudced by last warning fix...

2005-09-25 20:45 VZ, revision 35696

don't use deprecated conversion operator in wxVariantDataList

2005-09-25 20:43 VZ, revision 35695

replaced gs_menuItems hack with a wxOwnerDrawn::m_isMenuItem field

2005-09-25 20:39 VZ, revision 35694

removed #errors in 2.7 compilation

2005-09-25 20:35 VZ, revision 35693

enable new font handling (working for i18n applications) by default

2005-09-25 20:29 VZ, revision 35692

re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other classes with their own DoCreate() and re-removed DoDestroy()

2005-09-25 20:25 VZ, revision 35691

corrected typo in check for icc

2005-09-25 20:23 VZ, revision 35690

removed wxABI_VERSION checks

2005-09-25 20:17 VZ, revision 35689

added and documented SetEscapeId()

2005-09-25 19:59 VZ, revision 35688

first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100

2005-09-25 19:08 VZ, revision 35687

position is always unsigned in InsetPage(), no need to compare it with 0

2005-09-25 18:46 VZ, revision 35686

fix after adding wxFORCE_LINK_MODULE

2005-09-25 18:14 VZ, revision 35685

added wxIsSameDouble() which wraps double comparison in a pragmas disabling icc warning about it

2005-09-25 18:09 VZ, revision 35684

added wxFORCE_LINK_MODULE public macro which can now be used outside of wxHTML too; modified it to not provoke icc warnings when used

2005-09-25 16:19 VZ, revision 35683

fixed two icc warnings about local variables hiding parameters

2005-09-25 16:12 SN, revision 35682

Applied [ 1186782 ] Setting thread stack size on Unix.

2005-09-25 14:31 VZ, revision 35681

add Intel compiler detection

2005-09-25 14:26 MBN, revision 35680

Trace module initialization and cleanup.

2005-09-25 14:24 MBN, revision 35679

Remove now unused header. Forward declaration is enough for wxBookCtrl and wxNotebook.

2005-09-25 14:22 MBN, revision 35678

Make member variable private.

2005-09-25 13:02 MW, revision 35677

Ambiguous overload fix for gcc

2005-09-25 12:53 MW, revision 35676

Compile fixes for the const patch

2005-09-25 11:21 VZ, revision 35675

fix for library order when using wx-dependent libraries (part of patch 1303724)

2005-09-25 11:19 VZ, revision 35674

don't put odbc lib twice in the generated makefile (part of patch 1303833)

2005-09-25 11:16 VZ, revision 35673

more extra semicolons removed (patch 1303724)

2005-09-25 11:06 VZ, revision 35672

Mac compilation fix after const patch

2005-09-25 07:17 MW, revision 35671

Fix for crash in ~wxWindow() on solaris

2005-09-25 07:12 MW, revision 35670

Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-24 23:56 VZ, revision 35669

wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag (and it actually works correctly, too)

2005-09-24 23:28 VZ, revision 35668

fix wxExecute() return code checks and removed not working code to open URLs in new window

2005-09-24 23:08 VZ, revision 35667

make WinStruct<> available in non-GUI code too

2005-09-24 22:31 VZ, revision 35666

set error to GSOCK_TIMEOUT if the socket timed out (modified and extended patch 1303554)

2005-09-24 21:43 VZ, revision 35665

added missing consts and pass objects by const reference instead of by value (patch 1205869)

2005-09-24 21:28 VZ, revision 35664

missing const added (patch 1295036)

2005-09-24 21:22 VZ, revision 35663

don't set focus to a hidden notebook (patch 1299005)

2005-09-24 21:15 VZ, revision 35662

update for 2.6.2 (patch 1294900)

2005-09-24 20:38 VZ, revision 35661

made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298)

2005-09-24 20:29 VZ, revision 35660

remove extraneous semicolons (patch 1299687)

2005-09-24 11:25 VZ, revision 35659

removed code defining NO_GCC_PRAGMA, we shouldn't need it any longer (alternatively, if user code requires it, we should always define it, but we still don't need any tests in configure)

2005-09-24 04:38 KH, revision 35658

Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function parameter (socklen_t vs. int) so that OS X 10.2 will correctly determine the parameter as an int; using -Werror forces the warnings thrown when attempting size_t to make configure fall back to int.

2005-09-24 00:16 MW, revision 35657

Memory corruption fix

2005-09-24 00:14 MW, revision 35656

Put headers for all ports into the wxBase tarballs and add msdos headers to the wxBase zip

2005-09-24 00:11 MW, revision 35655

Hopefully this adds the msdos files to the wxBase zip

2005-09-23 17:18 MR, revision 35654

Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles on Windows from docs/msw/install.txt

2005-09-23 16:02 DE, revision 35653

As of src/common/framecmn.cpp revision 1.60 the wxFrameBase::CreateToolBar method now uses SetToolBar rather than updating m_frameToolBar directly. Therefore, we no longer need to duplicate the code from SetToolBar in CreateToolBar.

2005-09-23 15:27 DE, revision 35652

Added Cocoa_acceptsFirstMouse.

2005-09-23 15:24 DE, revision 35651

Added Cocoa_canBecomeKeyWindow.

2005-09-23 12:56 MR, revision 35650

Nuke #pragma implementation/interface's

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

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

2005-09-23 05:13 KO, revision 35648

Fixed unicode support and introduced a debug flag.

2005-09-22 16:22 MW, revision 35647

Fix for 'make dist' to include headers for all ports

2005-09-22 13:43 VZ, revision 35646

Unicode build fix

2005-09-22 12:48 VZ, revision 35645

gcc compilation fixes after last commit

2005-09-22 12:36 VZ, revision 35644

try all known UCS-[24] synonyms in wxMBConv_iconv, this should fix this class on IRIX (where UCS-4 is supported but neither UCS-4[LB]E nor UCS4, which were the only ones we tested, are not)

2005-09-22 11:26 VZ, revision 35643

more synonyms for UCS-2/4

2005-09-22 09:59 VZ, revision 35642

warning about standard controls

2005-09-21 22:09 JS, revision 35641

Don't skip after writing tab or we could get another one in some circumstances (when top parent is frame)

2005-09-21 15:41 VZ, revision 35640

converted XPMs to Unix EOLs, otherwise some Unix compilers don't like them

2005-09-21 10:32 ABX, revision 35639

Wrong flag correction.

2005-09-21 10:32 , revision 35638
  • A /wxWidgets/branches/WX_2_6_BRANCH
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/autogen.mk
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/README.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/demos/dbbrowse/makefile.gtk
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/combobox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/pen.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_6_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/png/pngdemo.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/resource
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/.cvsignore
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/defsext.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/bitmaps
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/expat.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/search.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/bmpbuttn.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/combobox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/dcclient.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/pen.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/radiobut.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/settings.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/slider.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/statbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/toolbar.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/utilsgui.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.dos
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.sc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.vc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.wat
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/stc
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/unix/net.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/trees.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/wxprop

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

2005-09-21 07:04 MR, revision 35637

[wxGTK] Remove wxTLW::RequestUserAttention related backwards compatibility hacks

2005-09-21 04:43 KO, revision 35636

Removing hardcoded ansi and 2.3 support for Mac build scripts.

2005-09-21 04:37 KO, revision 35635

Fix an issue where dist may actually be created as a file rather than a directory.

2005-09-20 23:09 VZ, revision 35634

and restored error checking too: this completes sequence of 3 check ins making wx-config work on systems with Bourne shell

2005-09-20 23:01 VZ, revision 35633

better (i.e. actually working) fix for the problem on systems where /bin/sh is a Bourne shell

2005-09-20 22:39 VZ, revision 35632

made wx-config work in place on systems where /bin/sh is a Bourne shell (such as IRIX)

2005-09-20 22:21 VZ, revision 35631

fix SGI CC warning about last parameter of vararg function being unnamed in release build

2005-09-20 22:17 VZ, revision 35630

don't define constants unused in release build (SGI CC warning)

2005-09-20 21:19 DE, revision 35629

Call [super dealloc] from overridden dealloc methods.

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

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

2005-09-20 20:33 VZ, revision 35627

really fix binary backwards compatibility for wxMotif

2005-09-20 17:34 DE, revision 35626

Added simple instructions and autogen.mk to rebuild configure script.

2005-09-20 15:19 SC, revision 35625

adding missing file

2005-09-20 15:18 JS, revision 35624

Fixed typo

2005-09-20 15:16 SC, revision 35623

moving libiconv and libz into linker flags, as Xcode resolves the links otherwise into fixed references at compile time...

2005-09-20 15:04 JS, revision 35622

Added aclocal files to make_dist.mk

2005-09-20 14:12 JS, revision 35621

Tweak

2005-09-20 14:10 JS, revision 35620

Added aclocal directory

2005-09-20 13:54 ABX, revision 35619

Polish translation update.

2005-09-20 12:08 JS, revision 35618

Changed date

2005-09-20 12:01 MW, revision 35617

Fix wxGTK crash on startup on 64-bit solaris 10

2005-09-20 11:28 JS, revision 35616

Docmented IsModal change

2005-09-20 11:18 JS, revision 35615

Don't assert if the window doesn't accept the focus.

2005-09-20 11:03 JS, revision 35614

IsModal now has the newer meaning.

2005-09-20 10:57 MR, revision 35613

Document wxDirDialog styles

2005-09-20 10:06 JS, revision 35612

Removed unnecessary IsModal call

2005-09-20 10:05 JS, revision 35611

IsModal() now has the newer meaning (equivalent of old IsModalShowing())

2005-09-20 09:52 VZ, revision 35610

blind compilation fix for cygwin Unicode build (bug 1296144)

2005-09-20 09:12 JS, revision 35609

Added commented-out IPC_SERVICE for easier testing

2005-09-20 09:09 JS, revision 35608

Updated FAQ from web files

2005-09-20 07:39 RL, revision 35607

Mostly changes from the Debian 2.4.4 release(s) to improve compatibility with wx2.6 branch. Backports wxversion.py and versioned install support for setup.py Includes new peer reviewed fr.po from http://bugs.debian.org/329070.

2005-09-20 01:56 KO, revision 35606

Some automated build scripts that wrap Robin's and make it easier to build installers (without having access to his R-bot build network:).

2005-09-19 23:34 VZ, revision 35605

only call fsync() on disk files, otherwise we get an error for pipes under Unix

2005-09-19 22:32 ABX, revision 35604

angle bracket problem fix

2005-09-19 20:48 MW, revision 35603

Regenerated after the lib64, lib/64 changes

2005-09-19 20:16 MW, revision 35602

Revert previous commit for fear that 'test -h' may not work everywhere

2005-09-19 19:57 MW, revision 35601

Allow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks

2005-09-19 19:50 MW, revision 35600

Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32, /usr/lib/64 and /usr/lib64

2005-09-19 19:45 MW, revision 35599

Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris

2005-09-19 18:41 MW, revision 35598

Fix for detection of motif in the default library path

2005-09-19 15:34 JS, revision 35597

Fix for modal/modeless wizards

2005-09-19 15:18 JS, revision 35596

Missing end of comment

2005-09-19 14:56 KH, revision 35595

Make sure Enable_Events is called when a connection is immediately established (such as when using domain sockets for IPC). Fixes bug 1195700

2005-09-19 12:46 VZ, revision 35594

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 11:38 MR, revision 35593

Fix "Error: Curly braces do not match inside file fontmap.tex"

2005-09-19 10:36 VZ, revision 35592

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 10:28 VZ, revision 35591

only check for lib directory for architectures which have multiple ABIs (Solaris, IRIX, Linux)

2005-09-19 01:54 RL, revision 35590

Applied peer reviewed translation from: http://bugs.debian.org/328966 Does not include fuzzy merge from current head, they are plainly wrong (even to me) and will need another cycle of manual review.

2005-09-19 00:54 VZ, revision 35589

fix to last commit: extra parentheses removed

2005-09-19 00:32 VZ, revision 35588

fix for creation of shared libraries under AIX with gcc

2005-09-19 00:26 VZ, revision 35587

fix for creation of shared libraries under AIX with gcc

2005-09-18 23:38 VZ, revision 35586

workaround for buggy setlocale() under AIX (without this wxLocale didn't work at all)

2005-09-18 23:27 SN, revision 35585

Added (dummy) handler for loading bitmap from file instead of resource.

2005-09-18 23:04 VZ, revision 35584

documented GetAllEncodingNames

2005-09-18 23:04 VZ, revision 35583

condensed 2 very similar trace messages into one

2005-09-18 23:00 VZ, revision 35582

added ifconfig and ping locations for AIX

2005-09-18 22:48 MBN, revision 35581

Send wxInitDialogEvent under wxMotif.

2005-09-18 20:12 VZ, revision 35580

Unicode compilation fix

2005-09-18 20:09 VZ, revision 35579

GetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here any more, wxFontMapper::GetEncodingFromName() knows about them

2005-09-18 20:08 VZ, revision 35578

add CP-xxx as synonyms for WINDOWS-xxx

2005-09-18 19:49 VZ, revision 35577

look in codeset-specific directory for locale files first, then fallback to the one without codeset

2005-09-18 19:27 VZ, revision 35576

more encoding names for AIX/Solaris/IRIX

2005-09-18 19:13 SC, revision 35575

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 19:08 SC, revision 35574

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 16:50 VZ, revision 35573

don't pass NULL pointer to printf(), this crashes Solaris printf

2005-09-18 16:41 VZ, revision 35572

don't create conversion objects unless we really need to convert

2005-09-18 16:40 VZ, revision 35571

added trace message to wxCSConv creation code

2005-09-18 14:48 VZ, revision 35570

avoid unnecessary conversions when loading the catalog (i.e. if the catalog encoding is the same as the currently used one)

2005-09-18 14:46 VZ, revision 35569

compate charset names case-insensitively in GetEncodingFromName()

2005-09-18 14:23 VZ, revision 35568

signed/unsigned comparison warning

2005-09-18 14:11 VZ, revision 35567

removed unused variable

2005-09-18 14:01 VZ, revision 35566

added GetAllEncodingNames(), use it to select the correct encoding name to pass to iconv_open()

2005-09-18 13:32 VZ, revision 35565

regenerated after latest changes: alternative standard library directory name support; SGI CC dependencies; ...

2005-09-18 13:31 JS, revision 35564

Corrected behaviour for modeless wizards -- can't detect modal/modeless state after EndModal is called. Future API might incorporate modal flag so wxWizard can do the right thing.

2005-09-18 13:24 , revision 35563
  • A /wxWidgets/branches/SDL
  • D /wxWidgets/branches/SDL/.cvsignore
  • D /wxWidgets/branches/SDL/acinclude.m4
  • D /wxWidgets/branches/SDL/aclocal.m4
  • D /wxWidgets/branches/SDL/art
  • D /wxWidgets/branches/SDL/autoconf_inc.m4
  • D /wxWidgets/branches/SDL/autogen.sh
  • D /wxWidgets/branches/SDL/BuildCVS.txt
  • D /wxWidgets/branches/SDL/build/.cvsignore
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/SDL/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk.m4
  • D /wxWidgets/branches/SDL/build/aclocal/pkg.m4
  • D /wxWidgets/branches/SDL/build/bakefiles
  • D /wxWidgets/branches/SDL/build/msw
  • D /wxWidgets/branches/SDL/build/palmos
  • D /wxWidgets/branches/SDL/build/script
  • D /wxWidgets/branches/SDL/build/update-setup-h
  • D /wxWidgets/branches/SDL/config.guess
  • D /wxWidgets/branches/SDL/config.sub
  • D /wxWidgets/branches/SDL/configure
  • D /wxWidgets/branches/SDL/configure.in
  • D /wxWidgets/branches/SDL/contrib
  • D /wxWidgets/branches/SDL/debian
  • D /wxWidgets/branches/SDL/demos
  • D /wxWidgets/branches/SDL/descrip.mms
  • D /wxWidgets/branches/SDL/difflast.pl
  • D /wxWidgets/branches/SDL/distrib
  • D /wxWidgets/branches/SDL/docs
  • D /wxWidgets/branches/SDL/include
  • D /wxWidgets/branches/SDL/install-sh
  • D /wxWidgets/branches/SDL/lib
  • D /wxWidgets/branches/SDL/locale
  • D /wxWidgets/branches/SDL/Makefile.in
  • D /wxWidgets/branches/SDL/make-deb
  • D /wxWidgets/branches/SDL/misc
  • D /wxWidgets/branches/SDL/mkinstalldirs
  • D /wxWidgets/branches/SDL/regen
  • D /wxWidgets/branches/SDL/samples
  • D /wxWidgets/branches/SDL/setup.h.in
  • D /wxWidgets/branches/SDL/setup.h_vms
  • D /wxWidgets/branches/SDL/src
  • D /wxWidgets/branches/SDL/tests
  • D /wxWidgets/branches/SDL/utils
  • D /wxWidgets/branches/SDL/version-script.in
  • D /wxWidgets/branches/SDL/wx-config-inplace.in
  • D /wxWidgets/branches/SDL/wx-config.in
  • D /wxWidgets/branches/SDL/wxBase.spec
  • D /wxWidgets/branches/SDL/wxGTK.spec
  • D /wxWidgets/branches/SDL/wxGTK_RR.spec
  • D /wxWidgets/branches/SDL/wxMGL.spec
  • D /wxWidgets/branches/SDL/wxMotif.spec
  • D /wxWidgets/branches/SDL/wxPython
  • D /wxWidgets/branches/SDL/wxWINE.spec
  • D /wxWidgets/branches/SDL/wxwin.m4
  • D /wxWidgets/branches/SDL/wxX11.spec

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

2005-09-18 13:24 , revision 35562
  • A /wxWidgets/branches/PKG_CONFIG
  • D /wxWidgets/branches/PKG_CONFIG/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/acinclude.m4
  • D /wxWidgets/branches/PKG_CONFIG/aclocal.m4
  • D /wxWidgets/branches/PKG_CONFIG/art
  • D /wxWidgets/branches/PKG_CONFIG/autoconf_inc.m4
  • D /wxWidgets/branches/PKG_CONFIG/autogen.sh
  • D /wxWidgets/branches/PKG_CONFIG/BuildCVS.txt
  • D /wxWidgets/branches/PKG_CONFIG/build/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/sdl.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/bakefiles
  • D /wxWidgets/branches/PKG_CONFIG/build/msw
  • D /wxWidgets/branches/PKG_CONFIG/build/palmos
  • D /wxWidgets/branches/PKG_CONFIG/build/script
  • D /wxWidgets/branches/PKG_CONFIG/build/update-setup-h
  • D /wxWidgets/branches/PKG_CONFIG/config.guess
  • D /wxWidgets/branches/PKG_CONFIG/config.sub
  • D /wxWidgets/branches/PKG_CONFIG/configure
  • D /wxWidgets/branches/PKG_CONFIG/configure.in
  • D /wxWidgets/branches/PKG_CONFIG/contrib
  • D /wxWidgets/branches/PKG_CONFIG/debian
  • D /wxWidgets/branches/PKG_CONFIG/demos
  • D /wxWidgets/branches/PKG_CONFIG/descrip.mms
  • D /wxWidgets/branches/PKG_CONFIG/difflast.pl
  • D /wxWidgets/branches/PKG_CONFIG/distrib
  • D /wxWidgets/branches/PKG_CONFIG/docs
  • D /wxWidgets/branches/PKG_CONFIG/include
  • D /wxWidgets/branches/PKG_CONFIG/install-sh
  • D /wxWidgets/branches/PKG_CONFIG/lib
  • D /wxWidgets/branches/PKG_CONFIG/locale
  • D /wxWidgets/branches/PKG_CONFIG/Makefile.in
  • D /wxWidgets/branches/PKG_CONFIG/make-deb
  • D /wxWidgets/branches/PKG_CONFIG/misc
  • D /wxWidgets/branches/PKG_CONFIG/mkinstalldirs
  • D /wxWidgets/branches/PKG_CONFIG/regen
  • D /wxWidgets/branches/PKG_CONFIG/samples
  • D /wxWidgets/branches/PKG_CONFIG/setup.h.in
  • D /wxWidgets/branches/PKG_CONFIG/setup.h_vms
  • D /wxWidgets/branches/PKG_CONFIG/src
  • D /wxWidgets/branches/PKG_CONFIG/tests
  • D /wxWidgets/branches/PKG_CONFIG/utils
  • D /wxWidgets/branches/PKG_CONFIG/version-script.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config-inplace.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config.in
  • D /wxWidgets/branches/PKG_CONFIG/wxBase.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK_RR.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMGL.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMotif.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxPython
  • D /wxWidgets/branches/PKG_CONFIG/wxWINE.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxwin.m4
  • D /wxWidgets/branches/PKG_CONFIG/wxX11.spec

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

2005-09-18 13:24 , revision 35561
  • A /wxWidgets/branches/GTK2
  • D /wxWidgets/branches/GTK2/.cvsignore
  • D /wxWidgets/branches/GTK2/acinclude.m4
  • D /wxWidgets/branches/GTK2/aclocal.m4
  • D /wxWidgets/branches/GTK2/art
  • D /wxWidgets/branches/GTK2/autoconf_inc.m4
  • D /wxWidgets/branches/GTK2/autogen.sh
  • D /wxWidgets/branches/GTK2/BuildCVS.txt
  • D /wxWidgets/branches/GTK2/build/.cvsignore
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK2/build/bakefiles
  • D /wxWidgets/branches/GTK2/build/msw
  • D /wxWidgets/branches/GTK2/build/palmos
  • D /wxWidgets/branches/GTK2/build/script
  • D /wxWidgets/branches/GTK2/build/update-setup-h
  • D /wxWidgets/branches/GTK2/config.guess
  • D /wxWidgets/branches/GTK2/config.sub
  • D /wxWidgets/branches/GTK2/configure
  • D /wxWidgets/branches/GTK2/configure.in
  • D /wxWidgets/branches/GTK2/contrib
  • D /wxWidgets/branches/GTK2/debian
  • D /wxWidgets/branches/GTK2/demos
  • D /wxWidgets/branches/GTK2/descrip.mms
  • D /wxWidgets/branches/GTK2/difflast.pl
  • D /wxWidgets/branches/GTK2/distrib
  • D /wxWidgets/branches/GTK2/docs
  • D /wxWidgets/branches/GTK2/include
  • D /wxWidgets/branches/GTK2/install-sh
  • D /wxWidgets/branches/GTK2/lib
  • D /wxWidgets/branches/GTK2/locale
  • D /wxWidgets/branches/GTK2/Makefile.in
  • D /wxWidgets/branches/GTK2/make-deb
  • D /wxWidgets/branches/GTK2/misc
  • D /wxWidgets/branches/GTK2/mkinstalldirs
  • D /wxWidgets/branches/GTK2/regen
  • D /wxWidgets/branches/GTK2/samples
  • D /wxWidgets/branches/GTK2/setup.h.in
  • D /wxWidgets/branches/GTK2/setup.h_vms
  • D /wxWidgets/branches/GTK2/src
  • D /wxWidgets/branches/GTK2/tests
  • D /wxWidgets/branches/GTK2/utils
  • D /wxWidgets/branches/GTK2/version-script.in
  • D /wxWidgets/branches/GTK2/wx-config-inplace.in
  • D /wxWidgets/branches/GTK2/wx-config.in
  • D /wxWidgets/branches/GTK2/wxBase.spec
  • D /wxWidgets/branches/GTK2/wxGTK.spec
  • D /wxWidgets/branches/GTK2/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK2/wxMGL.spec
  • D /wxWidgets/branches/GTK2/wxMotif.spec
  • D /wxWidgets/branches/GTK2/wxPython
  • D /wxWidgets/branches/GTK2/wxWINE.spec
  • D /wxWidgets/branches/GTK2/wxwin.m4
  • D /wxWidgets/branches/GTK2/wxX11.spec

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

2005-09-18 13:24 , revision 35560
  • A /wxWidgets/branches/GTK1
  • D /wxWidgets/branches/GTK1/.cvsignore
  • D /wxWidgets/branches/GTK1/acinclude.m4
  • D /wxWidgets/branches/GTK1/aclocal.m4
  • D /wxWidgets/branches/GTK1/art
  • D /wxWidgets/branches/GTK1/autoconf_inc.m4
  • D /wxWidgets/branches/GTK1/autogen.sh
  • D /wxWidgets/branches/GTK1/BuildCVS.txt
  • D /wxWidgets/branches/GTK1/build/.cvsignore
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK1/build/bakefiles
  • D /wxWidgets/branches/GTK1/build/msw
  • D /wxWidgets/branches/GTK1/build/palmos
  • D /wxWidgets/branches/GTK1/build/script
  • D /wxWidgets/branches/GTK1/build/update-setup-h
  • D /wxWidgets/branches/GTK1/config.guess
  • D /wxWidgets/branches/GTK1/config.sub
  • D /wxWidgets/branches/GTK1/configure
  • D /wxWidgets/branches/GTK1/configure.in
  • D /wxWidgets/branches/GTK1/contrib
  • D /wxWidgets/branches/GTK1/debian
  • D /wxWidgets/branches/GTK1/demos
  • D /wxWidgets/branches/GTK1/descrip.mms
  • D /wxWidgets/branches/GTK1/difflast.pl
  • D /wxWidgets/branches/GTK1/distrib
  • D /wxWidgets/branches/GTK1/docs
  • D /wxWidgets/branches/GTK1/include
  • D /wxWidgets/branches/GTK1/install-sh
  • D /wxWidgets/branches/GTK1/lib
  • D /wxWidgets/branches/GTK1/locale
  • D /wxWidgets/branches/GTK1/Makefile.in
  • D /wxWidgets/branches/GTK1/make-deb
  • D /wxWidgets/branches/GTK1/misc
  • D /wxWidgets/branches/GTK1/mkinstalldirs
  • D /wxWidgets/branches/GTK1/regen
  • D /wxWidgets/branches/GTK1/samples
  • D /wxWidgets/branches/GTK1/setup.h.in
  • D /wxWidgets/branches/GTK1/setup.h_vms
  • D /wxWidgets/branches/GTK1/src
  • D /wxWidgets/branches/GTK1/tests
  • D /wxWidgets/branches/GTK1/utils
  • D /wxWidgets/branches/GTK1/version-script.in
  • D /wxWidgets/branches/GTK1/wx-config-inplace.in
  • D /wxWidgets/branches/GTK1/wx-config.in
  • D /wxWidgets/branches/GTK1/wxBase.spec
  • D /wxWidgets/branches/GTK1/wxGTK.spec
  • D /wxWidgets/branches/GTK1/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK1/wxMGL.spec
  • D /wxWidgets/branches/GTK1/wxMotif.spec
  • D /wxWidgets/branches/GTK1/wxPython
  • D /wxWidgets/branches/GTK1/wxWINE.spec
  • D /wxWidgets/branches/GTK1/wxwin.m4
  • D /wxWidgets/branches/GTK1/wxX11.spec

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

2005-09-18 13:24 , revision 35559
  • A /wxWidgets/branches/GSTREAMER
  • D /wxWidgets/branches/GSTREAMER/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/acinclude.m4
  • D /wxWidgets/branches/GSTREAMER/aclocal.m4
  • D /wxWidgets/branches/GSTREAMER/art
  • D /wxWidgets/branches/GSTREAMER/autoconf_inc.m4
  • D /wxWidgets/branches/GSTREAMER/autogen.sh
  • D /wxWidgets/branches/GSTREAMER/BuildCVS.txt
  • D /wxWidgets/branches/GSTREAMER/build/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GSTREAMER/build/bakefiles
  • D /wxWidgets/branches/GSTREAMER/build/msw
  • D /wxWidgets/branches/GSTREAMER/build/palmos
  • D /wxWidgets/branches/GSTREAMER/build/script
  • D /wxWidgets/branches/GSTREAMER/build/update-setup-h
  • D /wxWidgets/branches/GSTREAMER/config.guess
  • D /wxWidgets/branches/GSTREAMER/config.sub
  • D /wxWidgets/branches/GSTREAMER/configure
  • D /wxWidgets/branches/GSTREAMER/configure.in
  • D /wxWidgets/branches/GSTREAMER/contrib
  • D /wxWidgets/branches/GSTREAMER/debian
  • D /wxWidgets/branches/GSTREAMER/demos
  • D /wxWidgets/branches/GSTREAMER/descrip.mms
  • D /wxWidgets/branches/GSTREAMER/difflast.pl
  • D /wxWidgets/branches/GSTREAMER/distrib
  • D /wxWidgets/branches/GSTREAMER/docs
  • D /wxWidgets/branches/GSTREAMER/include
  • D /wxWidgets/branches/GSTREAMER/install-sh
  • D /wxWidgets/branches/GSTREAMER/lib
  • D /wxWidgets/branches/GSTREAMER/locale
  • D /wxWidgets/branches/GSTREAMER/Makefile.in
  • D /wxWidgets/branches/GSTREAMER/make-deb
  • D /wxWidgets/branches/GSTREAMER/misc
  • D /wxWidgets/branches/GSTREAMER/mkinstalldirs
  • D /wxWidgets/branches/GSTREAMER/regen
  • D /wxWidgets/branches/GSTREAMER/samples
  • D /wxWidgets/branches/GSTREAMER/setup.h.in
  • D /wxWidgets/branches/GSTREAMER/setup.h_vms
  • D /wxWidgets/branches/GSTREAMER/src
  • D /wxWidgets/branches/GSTREAMER/tests
  • D /wxWidgets/branches/GSTREAMER/utils
  • D /wxWidgets/branches/GSTREAMER/version-script.in
  • D /wxWidgets/branches/GSTREAMER/wx-config-inplace.in
  • D /wxWidgets/branches/GSTREAMER/wx-config.in
  • D /wxWidgets/branches/GSTREAMER/wxBase.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK_RR.spec
  • D /wxWidgets/branches/GSTREAMER/wxMGL.spec
  • D /wxWidgets/branches/GSTREAMER/wxMotif.spec
  • D /wxWidgets/branches/GSTREAMER/wxPython
  • D /wxWidgets/branches/GSTREAMER/wxWINE.spec
  • D /wxWidgets/branches/GSTREAMER/wxwin.m4
  • D /wxWidgets/branches/GSTREAMER/wxX11.spec

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

2005-09-18 13:24 , revision 35558
  • A /wxWidgets/branches/CPPUNIT
  • D /wxWidgets/branches/CPPUNIT/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/acinclude.m4
  • D /wxWidgets/branches/CPPUNIT/aclocal.m4
  • D /wxWidgets/branches/CPPUNIT/art
  • D /wxWidgets/branches/CPPUNIT/autoconf_inc.m4
  • D /wxWidgets/branches/CPPUNIT/autogen.sh
  • D /wxWidgets/branches/CPPUNIT/BuildCVS.txt
  • D /wxWidgets/branches/CPPUNIT/build/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/pkg.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/sdl.m4
  • D /wxWidgets/branches/CPPUNIT/build/bakefiles
  • D /wxWidgets/branches/CPPUNIT/build/msw
  • D /wxWidgets/branches/CPPUNIT/build/palmos
  • D /wxWidgets/branches/CPPUNIT/build/script
  • D /wxWidgets/branches/CPPUNIT/build/update-setup-h
  • D /wxWidgets/branches/CPPUNIT/config.guess
  • D /wxWidgets/branches/CPPUNIT/config.sub
  • D /wxWidgets/branches/CPPUNIT/configure
  • D /wxWidgets/branches/CPPUNIT/configure.in
  • D /wxWidgets/branches/CPPUNIT/contrib
  • D /wxWidgets/branches/CPPUNIT/debian
  • D /wxWidgets/branches/CPPUNIT/demos
  • D /wxWidgets/branches/CPPUNIT/descrip.mms
  • D /wxWidgets/branches/CPPUNIT/difflast.pl
  • D /wxWidgets/branches/CPPUNIT/distrib
  • D /wxWidgets/branches/CPPUNIT/docs
  • D /wxWidgets/branches/CPPUNIT/include
  • D /wxWidgets/branches/CPPUNIT/install-sh
  • D /wxWidgets/branches/CPPUNIT/lib
  • D /wxWidgets/branches/CPPUNIT/locale
  • D /wxWidgets/branches/CPPUNIT/Makefile.in
  • D /wxWidgets/branches/CPPUNIT/make-deb
  • D /wxWidgets/branches/CPPUNIT/misc
  • D /wxWidgets/branches/CPPUNIT/mkinstalldirs
  • D /wxWidgets/branches/CPPUNIT/regen
  • D /wxWidgets/branches/CPPUNIT/samples
  • D /wxWidgets/branches/CPPUNIT/setup.h.in
  • D /wxWidgets/branches/CPPUNIT/setup.h_vms
  • D /wxWidgets/branches/CPPUNIT/src
  • D /wxWidgets/branches/CPPUNIT/tests
  • D /wxWidgets/branches/CPPUNIT/utils
  • D /wxWidgets/branches/CPPUNIT/version-script.in
  • D /wxWidgets/branches/CPPUNIT/wx-config-inplace.in
  • D /wxWidgets/branches/CPPUNIT/wx-config.in
  • D /wxWidgets/branches/CPPUNIT/wxBase.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK_RR.spec
  • D /wxWidgets/branches/CPPUNIT/wxMGL.spec
  • D /wxWidgets/branches/CPPUNIT/wxMotif.spec
  • D /wxWidgets/branches/CPPUNIT/wxPython
  • D /wxWidgets/branches/CPPUNIT/wxWINE.spec
  • D /wxWidgets/branches/CPPUNIT/wxwin.m4
  • D /wxWidgets/branches/CPPUNIT/wxX11.spec

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

2005-09-18 13:24 , revision 35557
  • A /wxWidgets/branches/BAKEFILE
  • D /wxWidgets/branches/BAKEFILE/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/acinclude.m4
  • D /wxWidgets/branches/BAKEFILE/aclocal.m4
  • D /wxWidgets/branches/BAKEFILE/art
  • D /wxWidgets/branches/BAKEFILE/autoconf_inc.m4
  • D /wxWidgets/branches/BAKEFILE/autogen.sh
  • D /wxWidgets/branches/BAKEFILE/BuildCVS.txt
  • D /wxWidgets/branches/BAKEFILE/build/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/BAKEFILE/build/bakefiles
  • D /wxWidgets/branches/BAKEFILE/build/msw
  • D /wxWidgets/branches/BAKEFILE/build/palmos
  • D /wxWidgets/branches/BAKEFILE/build/script
  • D /wxWidgets/branches/BAKEFILE/build/update-setup-h
  • D /wxWidgets/branches/BAKEFILE/config.guess
  • D /wxWidgets/branches/BAKEFILE/config.sub
  • D /wxWidgets/branches/BAKEFILE/configure
  • D /wxWidgets/branches/BAKEFILE/configure.in
  • D /wxWidgets/branches/BAKEFILE/contrib
  • D /wxWidgets/branches/BAKEFILE/debian
  • D /wxWidgets/branches/BAKEFILE/demos
  • D /wxWidgets/branches/BAKEFILE/descrip.mms
  • D /wxWidgets/branches/BAKEFILE/difflast.pl
  • D /wxWidgets/branches/BAKEFILE/distrib
  • D /wxWidgets/branches/BAKEFILE/docs
  • D /wxWidgets/branches/BAKEFILE/include
  • D /wxWidgets/branches/BAKEFILE/install-sh
  • D /wxWidgets/branches/BAKEFILE/lib
  • D /wxWidgets/branches/BAKEFILE/locale
  • D /wxWidgets/branches/BAKEFILE/Makefile.in
  • D /wxWidgets/branches/BAKEFILE/make-deb
  • D /wxWidgets/branches/BAKEFILE/misc
  • D /wxWidgets/branches/BAKEFILE/mkinstalldirs
  • D /wxWidgets/branches/BAKEFILE/regen
  • D /wxWidgets/branches/BAKEFILE/samples
  • D /wxWidgets/branches/BAKEFILE/setup.h.in
  • D /wxWidgets/branches/BAKEFILE/setup.h_vms
  • D /wxWidgets/branches/BAKEFILE/src
  • D /wxWidgets/branches/BAKEFILE/tests
  • D /wxWidgets/branches/BAKEFILE/utils
  • D /wxWidgets/branches/BAKEFILE/version-script.in
  • D /wxWidgets/branches/BAKEFILE/wx-config-inplace.in
  • D /wxWidgets/branches/BAKEFILE/wx-config.in
  • D /wxWidgets/branches/BAKEFILE/wxBase.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK_RR.spec
  • D /wxWidgets/branches/BAKEFILE/wxMGL.spec
  • D /wxWidgets/branches/BAKEFILE/wxMotif.spec
  • D /wxWidgets/branches/BAKEFILE/wxPython
  • D /wxWidgets/branches/BAKEFILE/wxWINE.spec
  • D /wxWidgets/branches/BAKEFILE/wxwin.m4
  • D /wxWidgets/branches/BAKEFILE/wxX11.spec

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

2005-09-18 13:24 VZ, revision 35556

added all .m4 files used by our configure; run aclocal with -I build/aclocal argument now

2005-09-18 11:43 JS, revision 35555

Documented GTK+ ~wxWindow fix

2005-09-18 10:11 JS, revision 35554

Applied patch 1283609 GTK window dtor + wxGrid + cellEditor ==> crash David Surovell, OSAF

2005-09-18 05:19 SC, revision 35553

wxMac changes

2005-09-18 01:19 VZ, revision 35552

get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)

2005-09-18 01:10 VZ, revision 35551

cache results of Motif 2 and Motif-is-Lesstif tests

2005-09-18 00:53 VZ, revision 35550

pruned the list of directories to search for headers/libraries

2005-09-18 00:44 VZ, revision 35549

finally really fixes IRIX build: - determine the name of the standard libraries directory (lib, lib32, lib64 or lib/64) and use it to find other standard libraries - look in default libraries locations after checking the other ones, not before

2005-09-17 23:40 JS, revision 35548

Include settings.h

2005-09-17 22:40 VZ, revision 35547

turn off warning 3970 for SGI CC (see comment for explanation)

2005-09-17 22:28 JS, revision 35546

Resaved corrupt libs.bmp again

2005-09-17 22:14 VZ, revision 35545

don't put default library paths in SEARCH_LIB

2005-09-17 22:10 VZ, revision 35544

check default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default library paths to LDFLAGS (fixes IRIX build)

2005-09-17 22:01 VZ, revision 35543

removed weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in 64 bit compilation mode and doesn't make any sense anyhow)

2005-09-17 22:00 VZ, revision 35542

use wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit compilation mode with SGI CC

2005-09-17 21:54 VZ, revision 35541

64 bit compilation fix (pointer can't be cast to int); code simplification (don't duplicate code in GetArm/LabelPixmap)

2005-09-17 21:08 VZ, revision 35540

documented wx_truncate_cast()

2005-09-17 21:03 VZ, revision 35539

added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation

2005-09-17 21:02 VZ, revision 35538

added ping location for IRIX

2005-09-17 21:02 VZ, revision 35537

avoid assigning 64 bit ints to a 16 bit one

2005-09-17 21:02 VZ, revision 35536

removed unused variables and constant

2005-09-17 21:01 VZ, revision 35535

tremoved unused variable

2005-09-17 21:01 VZ, revision 35534

use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)

2005-09-17 21:00 VZ, revision 35533

checking whether a size_t page index is >= 0 is unnecessary (and generates a SGI CC warning)

2005-09-17 21:00 VZ, revision 35532

colourSize was probably supposed to be used and not just defined and then forgot about (thanks for SGI CC for a nice warning)

2005-09-17 20:58 VZ, revision 35531

remove unused wxTrue

2005-09-17 20:56 VZ, revision 35530

declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)

2005-09-17 20:34 JS, revision 35529

Applied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP Jamie Gadd

2005-09-17 20:27 JS, revision 35528

Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix Jamie Gadd

2005-09-17 14:18 SC, revision 35527

fixing visibility checks for native toolbars

2005-09-17 12:53 JS, revision 35526

Minor doc corrections

2005-09-17 08:11 JS, revision 35525

Typo correction

2005-09-16 18:25 , revision 35524
  • A /wxWidgets/branches/unlabeled-1.18.2
  • D /wxWidgets/branches/unlabeled-1.18.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/art
  • D /wxWidgets/branches/unlabeled-1.18.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.18.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/build
  • D /wxWidgets/branches/unlabeled-1.18.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.18.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.18.2/configure
  • D /wxWidgets/branches/unlabeled-1.18.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.18.2/contrib
  • D /wxWidgets/branches/unlabeled-1.18.2/debian
  • D /wxWidgets/branches/unlabeled-1.18.2/demos
  • D /wxWidgets/branches/unlabeled-1.18.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.18.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.18.2/distrib
  • D /wxWidgets/branches/unlabeled-1.18.2/docs
  • D /wxWidgets/branches/unlabeled-1.18.2/include
  • D /wxWidgets/branches/unlabeled-1.18.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.18.2/lib
  • D /wxWidgets/branches/unlabeled-1.18.2/locale
  • D /wxWidgets/branches/unlabeled-1.18.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.18.2/misc
  • D /wxWidgets/branches/unlabeled-1.18.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.18.2/regen
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.18.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.18.2/src/common
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.18.2/src/html
  • D /wxWidgets/branches/unlabeled-1.18.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.18.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/png
  • D /wxWidgets/branches/unlabeled-1.18.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.18.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.18.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.18.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.18.2/tests
  • D /wxWidgets/branches/unlabeled-1.18.2/utils
  • D /wxWidgets/branches/unlabeled-1.18.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.18.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.18.2'.

2005-09-16 18:25 ABX, revision 35523

angle bracket problem fix

2005-09-16 16:18 VZ, revision 35522

added tech note describing how to add a new wxUSE_XXX

2005-09-16 15:00 MW, revision 35521

Cygwin compile fix

2005-09-16 14:53 ABX, revision 35520

Assert correction.

2005-09-16 12:55 ABX, revision 35519

Native spline drawing.

2005-09-16 11:22 JS, revision 35518

Define SQLUINTEGER

2005-09-16 11:03 JS, revision 35517

Applied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64 also define SQLTCHAR for DMC++

2005-09-16 10:28 VZ, revision 35516

(blind) CE compilation fix: declare wxToolBarNameStr

2005-09-16 08:51 JS, revision 35515

Script updates

2005-09-15 15:26 ABX, revision 35514

wxUSE_SPLINES markup and other cleanings.

2005-09-15 15:18 ABX, revision 35513

Splines sample.

2005-09-14 21:21 JS, revision 35512

Doc fix

2005-09-14 21:10 MW, revision 35511

Fixes for passing non-PODs via '...'

2005-09-14 21:08 MW, revision 35510

ddesetup.h becomes ipcsetup.h, missing part of patch 1263950 Jurgen Doornik

2005-09-14 15:56 MW, revision 35509

Regenerate after change to install of wxpresets

2005-09-14 14:36 VZ, revision 35508

renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with DoCreate()s in derived classes and removed DoDestroy() entirely because there was really no advantage in having it (it can't be called fom base class dtor) also made XmDoCreateTLW() pure virtual which required changing IMPLEMENT_DYNAMIC_CLASS into IMPLEMENT_ABSTRACT_CLASS for wxTopLevelWindow in common code but this made sense anyhow because wxTLW should be an ABC anyhow

2005-09-14 14:24 VZ, revision 35507

dialog creation function should be extern C

2005-09-14 14:22 VZ, revision 35506

renamed arg[cv] parameters to not hide wxApp members

2005-09-14 14:21 VZ, revision 35505

more non-const string literal warnings correction

2005-09-14 13:18 VZ, revision 35504

use -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun cc to avoid hundreds of warnings from Sun X11 headers

2005-09-14 12:08 DS, revision 35503

reverted last changes which were false alarm

2005-09-14 12:05 SC, revision 35502

adding Robert Lang's native CG-Bezier patch

2005-09-14 11:49 SC, revision 35501

adding Robert Lang's native CG-Bezier patch

2005-09-14 00:09 MR, revision 35500

"See also wxListView" link for wxListCtrl

2005-09-13 16:50 VZ, revision 35499

made XPM data const

2005-09-13 16:49 VZ, revision 35498

added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

2005-09-13 16:37 VZ, revision 35497

unihde base class virtual functions

2005-09-13 16:36 VZ, revision 35496

clipboard handler must be extern C (Sun CC warning)

2005-09-13 16:23 VZ, revision 35495

X error handler should be extern C (SunCC warning fix)

2005-09-13 16:22 VZ, revision 35494

warning fixes for Sun CC: extern C, non-const string literals

2005-09-13 16:06 ABX, revision 35493

Better fix for 'int i' used twice in the same block.

2005-09-13 16:04 ABX, revision 35492

Warning fix.

2005-09-13 16:04 VZ, revision 35491

fixed virtual function hiding for LoadBitmap()

2005-09-13 16:02 ABX, revision 35490

Missing includes.

2005-09-13 15:58 VZ, revision 35489

use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)

2005-09-13 15:57 VZ, revision 35488

use extern C around signal handler declaration (fixes Sun CC warning)

2005-09-13 14:35 VZ, revision 35487

qsort() should be passedonly extern C functions

2005-09-13 14:34 VZ, revision 35486

fixed Sun CC warning about local variable read hiding wxStreamBuffer::read

2005-09-13 14:30 VZ, revision 35485

fixed Sun CC warning about arg[cv] parameters hiding wxApp members

2005-09-13 13:47 VZ, revision 35484

and now it even compiles

2005-09-13 13:45 VZ, revision 35483

fix for last commit

2005-09-13 13:30 VZ, revision 35482

removed strcpy to fixed buffer (do it the right way: cf rev 1.54)

2005-09-13 12:54 DS, revision 35481

fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

2005-09-12 21:22 MBN, revision 35480

Add one more encoding name for EUC-JP for Solaris 8.

2005-09-12 20:06 MBN, revision 35479

Honous initial position for wxSpinCtrl.

2005-09-12 20:04 MBN, revision 35478

Revert change 1.131 which actually broke inital size handling. Set background colour for all widgets (same as foreground colour).

2005-09-12 19:00 VS, revision 35477

fixed presets installation for scrdir!=. case

2005-09-12 14:27 VZ, revision 35476

removed stray ^Ms

2005-09-12 13:02 VZ, revision 35475

VC++ /Wp64 warning fixes

2005-09-11 19:54 KH, revision 35474

Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and the window has captured the mouse. This used to be done in OnInternalIdle, which now only sends leave events when HAVE_TRACKMOUSEEVENT is *not* defined. Patch from Jamie Gadd, posted 9/10/2005 on wx-dev.

2005-09-11 18:37 JS, revision 35473

Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes on empty strings

2005-09-11 18:36 JS, revision 35472

Updated change log

2005-09-11 18:34 JS, revision 35471

Applied [ 1235509 ] wxCocoa unicode wxT("fixes")

2005-09-11 18:31 JS, revision 35470

Applied patch [ 1263950 ] wxConnection fixes for Unicode By Jurgen Doornik

2005-09-11 18:04 JS, revision 35469

Applied patch [ 1284335 ] doc update for wxString::operator[]

2005-09-11 12:09 VZ, revision 35468

unused var warning in Mac build

2005-09-11 11:55 VZ, revision 35467

use given position for page insertion instead of trying to find the page to insert before (bug 1287730)

2005-09-11 11:47 VZ, revision 35466

added ToLong/ULong/Double() tests

2005-09-11 11:44 VZ, revision 35465

clarified ToULong() behaviour with negative numbers

2005-09-11 11:31 VZ, revision 35464

show that key codes are defined in wx/defs.h (patch 1284054)

2005-09-11 11:18 VZ, revision 35463

accept grey PNM images (patch 1285885)

2005-09-11 11:14 VZ, revision 35462

Respect wxListItem::m_mask in general list control Set/GetItem() and allow them to be used to change/query the item selection and focus status (second part of patch 1264533 from Ryan, modified to be backwards compatible)

2005-09-11 11:04 VZ, revision 35461

wxMediaCtrl patch from Ryan: - factored out Active X code into separate files - also refactored common part of all backends in mediactrlcmn.cpp - adds async loading from URLs support to Mac version - support for ShowPlayerControls() in Mac wxMediaCtrl - more minor bug fixes in the MSW version and the sample (this is slightly modified patch 1264533 (without the list control part))

2005-09-10 22:57 MW, revision 35460

Improve instructions for compiling with djgpp

2005-09-10 21:21 MW, revision 35459

Compile fix for VC++ 5

2005-09-10 21:15 MW, revision 35458

Update to zlib 1.2.3

2005-09-10 20:52 , revision 35457
  • A /wxWidgets/tags/ZLIB_1_2_3
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/maketree.c

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

2005-09-10 20:52 MW, revision 35456
  • R /wxWidgets/trunk/src/zlib/FAQ
  • R /wxWidgets/trunk/src/zlib/inflate.h
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r35455, which included commits to RCS files with non-trunk default branches.

2005-09-10 20:52 MW, revision 35455

Import zlib 1.2.3

2005-09-09 22:17 DE, revision 35454

Use AC_CHECK_TOOL rather than AC_CHECK_PROG for AR, RANLIB, STRIP, RESCOMP, and DLLTOOL. This automatically searches for tools with a prefix of "$host_alias-" when cross compiling then falls back to the unprefixed tool name if that fails. If the user specifies the tool using the appropriate variable (e.g. CC, CXX, AR, RANLIB, STRIP, etc.) then it will be checked as is. Removed the major hack that did something similar to this but simply ignored user-provided variables and used default tool names. For example, CC was locked to $host_alias-gcc when cross compiling even if the user specified CC on the configure command-line. This brings wxWidgets in line with other autoconf 2.5x projects. The only downside to this approach is that our old method would fail if $host_alias-toolname was not present whereas the autoconf method will silently use the host compiler (which is usually _not_ what the user wants).