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):

2002-09-02 19:15 GD, revision 16940

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer Tools update contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2002-09-02 18:10 VZ, revision 16939

include the header needed to compile this file

2002-09-02 15:19 VZ, revision 16938

no changes

2002-09-02 15:19 VZ, revision 16937

fixed restoring fonts from the native font info data which was completely broken somehow

2002-09-02 15:18 VZ, revision 16936

updated the comment about the flags meaning

2002-09-02 12:52 CE, revision 16935

Michael Fieldings patch 598106 applied in part

2002-09-02 12:51 VZ, revision 16934

generate key events for Space/Enter in addition to the activate events, as wxMSW does

2002-09-02 12:43 VZ, revision 16933

got rid of COMMON_THREADCPPFLAGS which is not really needed as we can use TOOLCHAIN_DEFS

2002-09-02 12:39 VZ, revision 16932

signed/unsigned comparison warning (and probably even error) fixed

2002-09-02 12:29 VZ, revision 16931

fixed the button alignment flags

2002-09-02 12:29 VZ, revision 16930

no changes

2002-09-02 08:52 JS, revision 16929

Applied patch [ 602924 ] colours and effects in wxMSW::wxFontDialog wxFontDialog effects only turned on if a valid colour was provided in wxFontData

2002-09-02 08:30 JS, revision 16928

Committed a couple of IPC changes I forgot to do

2002-09-02 00:44 VZ, revision 16927

choose implicit parent for the dialog boxes better, fixes weird focus jumps when using wxLog

2002-09-02 00:32 VZ, revision 16926

added a few WXDLLEXPORTS, corrected/expanded comments

2002-09-01 22:58 RL, revision 16925

More packaging updates for pending 2.3.3 release.

2002-09-01 22:00 VZ, revision 16924

experimental code to make it possible to use wxDateTime without the rest of wxWindows -- doesn't work at all, but saved in a side branch just in case

2002-09-01 21:29 GD, revision 16923

added wxSpinCtrl::SetSelection method

2002-09-01 20:33 RL, revision 16922

oops, make it build with wxbase too.

2002-09-01 20:24 VZ, revision 16921

another part of SetSelection() change I forgot to commit

2002-09-01 20:00 VZ, revision 16920

no changes

2002-09-01 20:00 VZ, revision 16919

don't call CreatesMessageOutput() explicitly, it will be created on demand as/if/when needed

2002-09-01 19:52 RL, revision 16918

added missing #include frame.h for mingw(3.2) build.

2002-09-01 19:01 JS, revision 16917

Copy event type too

2002-09-01 18:14 SN, revision 16916

Fixed apparent typo in wxGridCellAttr::MergeWith, hopefully fixing bug 581558 (wxGrid.SetColAttr vs. SetCellAlignment) Remove editor in Redimension. This should fix bug 593189 (wxGrid:delting rows doesn't hide editor)

2002-09-01 17:35 GD, revision 16915

corrected warnings

2002-09-01 17:11 VS, revision 16914

fixes to newly added i18n code in XRC - don't use it if wxXRC_USE_LOCALE isn't used

2002-09-01 17:02 JS, revision 16913

Removed warnings from ipcbase.cpp Removed extra wxYields from progress dialog Yield on wxX11 yields twice

2002-09-01 16:34 SN, revision 16912

Clear attribute cache in Redimension to fix Bug 508407.

2002-09-01 15:59 JS, revision 16911

Applied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix This patch changes a pre-compile check to a run-time check. The fix is that for windows that only using 1 X window (like wxFrame) the client area needs to be adjusted... FL is one of the things that needs this patch to work ok under wxX11. Hans Van Leemputten

2002-09-01 15:48 JS, revision 16910

Clean up string table before uninitializing DDEML to cure crash on exit in memory-debug mode

2002-09-01 15:27 SN, revision 16909

Added some const qualifiers. "Fixed" bug no 500487 by limiting wxGrid::DoGetBestSize's return value by DisplaySize.

2002-09-01 15:08 JS, revision 16908

Accidentally omitted code from previous patch

2002-09-01 14:48 JS, revision 16907

Applied patch [ 600051 ] DDE and TCP improvements and fixes By Michael Fielding As discussed on wx-dev. some fixes and improvements for Interprocess Communication (IPC), using DDE and TCP. 1. DDE buffers were using a global buffer 2. TCP buffers were allocated each time needed, and Request would have caused memory leaks had it been used. Fixed these both by using a self-resizing buffer in wxConnectionBase. Changed samples and docs to reflect the improved (but backward compatible) internal buffer management. wxConnectionBase could (in future) use wxMemoryBuffer. 3. IPC sample had trouble closing, causing crash, when closing server using window X button. Because it was (effectively) trying to delete a window in OnExit, when that window was already destroyed. Fixed by making IPCDialog and MyConnection remember if they'd destroyed each other. It's not elegant, but either the connection or the window could be deleted first. 4. Docs for wxDDE... and wxTCP... duplicated eachother, supposed to have same API. Some parts unclear. Patch removes dde and tcp-specific files (including from tipc.tex and classes.tex), and explains how ipc.h selects for you which one to use based on platform. Some other misc clarifications. 6. Client sample was suffering apparent memory leak because of not deleting connection object, and had a hack in there to do that. In fact this was due to the derived OnDisconnect not deleting itself, as it does in base class. Mentioned need to do it in docs, fixed sample so that it does.

2002-09-01 11:41 VS, revision 16906

fixed a small typo

2002-09-01 03:16 RL, revision 16905

removed DoInit() straggler from appbase mods. #include log.h and so, wxbase builds again.

2002-09-01 00:54 SN, revision 16904

Applied AutoWrap Renderer Bugfix by Roger Gammans (Patch 467479). Blindly tried to fix crash reported by Roman Vanicek on Mailing list: SetCellHighlightColour sometimes segfaults in wxGTK. The application crashes in LookupAttr. Tentative explanation: Cache handling gets confused if LookupAttr gets called on wxGridNoCell.

2002-08-31 23:43 VZ, revision 16903

implemented a dirty hack allowing us to keep activation after wxExecute(wxEXEC_SYNC) call

2002-08-31 23:25 VZ, revision 16902

don't disable top level windows recursively

2002-08-31 23:19 VS, revision 16901

fixed font picker in wxHtmlHelpController, better UI is now used

2002-08-31 23:08 VZ, revision 16900

fix for losing focus under Windows after showing the progress dialog

2002-08-31 22:57 VZ, revision 16899

compilation fix

2002-08-31 22:52 VZ, revision 16898

SetSelection() for generic wxSpinCtrl (forgot to commit before)

2002-08-31 22:42 SN, revision 16897

Make use of new array functions. Added redraw function (by Roger Gammans). Added Cell overflow & multiple cells (Patch 518206).

2002-08-31 22:36 GD, revision 16896

use include "..." instead of <...>

2002-08-31 22:31 GD, revision 16895

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer Tools update contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2002-08-31 20:06 RL, revision 16894

symbols.txt is no longer.

2002-08-31 19:00 JS, revision 16893

Forgot to add wxX11 FAQ

2002-08-31 16:27 JS, revision 16892

Some doc fixes

2002-08-31 15:37 VS, revision 16891

- applied patch that adds more i18n support to XRC handlers - added ; to ends of lines in gettext output - needed for older gettext tools?

2002-08-31 15:37 VS, revision 16890

applied patch that adds more i18n support to XRC handlers

2002-08-31 12:49 JS, revision 16889

Added log.h inclusion

2002-08-31 12:12 JS, revision 16888

Applied patch [ 599043 ] fix for wxTreeCtrl/MSW right-click prob Benjamin I. Williams There currently is a very significant problem with the right-click behavior in wxTreeCtrl. The attached patch file fixes this problem. To better understand the problem, load up the tree control, and start right-clicking on items. Note how the focus rectangle does not behave properly. Next, enable multiple selection. Now select several items, and start right-clicking on the selected items. Note how the selection highlights disappear. If you try the tree sample with the generic tree control, you will notice that the problem does not occur, and that the tree control behaves properly. This patch brings the MSW tree control implementation in line with the generic implementation. This is the same behavior that one can notice in applications such as windows explorer and Visual Studio.

2002-08-31 12:08 JS, revision 16887

Applied patch [ 600500 ] Tip-of-day: comments, translatable By Robert O'Connor This is a patch to wxTip Provider classes used by the "Tip of the day" dialog. See wx-dev archives August 2002 for discussion of the functionality design. It does 5 things: -Support for comments inside the tips file. The pound character (#) is used, as recommended by Vadim. -Allows optional easy translation support to tips, by marking them as translatable for gettext, by enclosing them in a _(""). Program will translate these tips at runtime from the active catalog. -Blank lines or lines with just spaces are automatically skipped (I had to put this in, I keep wondering why I get blank tips sometimes and it is because the text file had a empty blank line at the end of the text file). -There is a pluggable virtual function to preprocess to modify the tip in a derived class, in case something specialized is desired, such as variable expansion, etc, as recommended by Julian and Vadim. -Now resets the tip counter if the previous tip is past the end of the file (ie you removed some tips, or changed tip files), as discussed on wx-dev. This patch updates: -The classes. -The class documentation and the Tip-of-the-day topic overview documentation. -The dialogs example, placing some new strings for the tips.txt file which demonstrate how to use the Tip-of-the-day features for in practice.

2002-08-31 11:42 JS, revision 16886

Applied patch [ 601072 ] wxFileName::GetLongPath error & fix By Michael Fielding (mfielding) When using wxFileName::MakeRelativeTo with a new base of "x:\", the result is incorrect. It works fine when there is a subdirectory after x:\. I tracked this to a bug in GetLongPath; here is the fix. Also, GetLongPath will now try and get as much long path as it can, failing only when part of the path cannot be found. eg x:\existi~1\file not existing.new becomes x:\existing directory\filenotexisting.new instead of just staying the same. Also, MakeRelative no longer makes filenames lowercase when it normalises them.

2002-08-31 11:29 , revision 16885
  • A /wxWidgets/branches/WXSTANDALONE_EXPERIMENT
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/.cvsignore
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/acinclude.m4
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/aclocal.m4
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/art
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/autogen.sh
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/BuildCVS.txt
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/config.guess
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/config.sub
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/configure
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/configure.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/contrib
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/debian
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/demos
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/descrip.mms
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/difflast.pl
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/distrib
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/docs
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/.cvsignore
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/.cvsignore
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/accel.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/app.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/arrimpl.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/artprov.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/bitmap.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/bmpbuttn.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/brush.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/buffer.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/build.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/busyinfo.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/button.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/calctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/caret.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/checkbox.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/checklst.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/chkconf.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/choicdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/choice.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/clipbrd.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/clntdata.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/cmdline.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/cmdproc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/cmndata.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/colordlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/colour.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/combobox.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/confbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/config.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/containr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/control.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/cshelp.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ctrlsub.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/cursor.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dataobj.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/date.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/datetime.inl
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/datstrm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/db.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dbgrid.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dbkeyg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dbtable.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcbuffer.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcclient.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcmemory.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcprint.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcps.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcscreen.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dcsvg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dde.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/debug.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/defs.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dialog.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dialup.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dir.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dirctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dirdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/display.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dnd.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/docmdi.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/docview.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dragimag.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dynarray.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dynlib.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/dynload.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/effects.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/encconv.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/event.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/evtloop.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/expr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fdrepdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/features.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ffile.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/file.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fileconf.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/filedlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/filefn.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/filename.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/filesys.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/font.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fontdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fontenc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fontenum.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fontmap.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fontutil.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/frame.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fs_inet.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fs_mem.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/fs_zip.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gauge.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gdicmn.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gdiobj.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/generic
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/geometry.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gifdecod.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/glcanvas.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/grid.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gsocket.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gtk
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/gtk1
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/hash.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/hashmap.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/help.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/helpbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/helphtml.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/helpwin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/html
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/icon.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/iconbndl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagbmp.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/image.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imaggif.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagiff.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagjpeg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imaglist.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagpcx.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagpng.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagpnm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagtiff.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/imagxpm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/intl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ioswrap.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ipc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ipcbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/isql.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/isqlext.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/joystick.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/layout.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/laywin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/list.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/listbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/listbox.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/listctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/listimpl.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/log.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/mac
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/matrix.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/mdi.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/memconf.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/memory.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/memtext.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/menu.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/menuitem.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/metafile.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/mgl
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/mimetype.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/minifram.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/module.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/motif
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/msgdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/msgout.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/mstream.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/msw
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/notebook.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/object.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/odbc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/os2
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ownerdrw.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/palette.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/panel.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/paper.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/pen.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/popupwin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/print.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/printdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/prntbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/process.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/progdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/prop.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/propform.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/proplist.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/protocol
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/ptr_scpd.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/quantize.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/radiobox.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/radiobut.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/regex.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/region.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/resource.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sashwin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sckaddr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sckipc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sckstrm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/scrolbar.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/scrolwin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/settings.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/setup_redirect.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sizer.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/slider.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/snglinst.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/socket.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/spawnbrowser.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/spinbutt.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/spinctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/splash.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/splitter.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/stack.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/statbmp.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/statbox.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/statline.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/stattext.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/statusbr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/stc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/strconv.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/stream.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/sysopt.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tab.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tabctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/taskbar.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tbarbase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tbarsmpl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/textbuf.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/textctrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/textdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/textfile.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tglbtn.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/thread.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/thrimpl.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/time.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/timer.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tipdlg.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tipwin.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tokenzr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/toolbar.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/tooltip.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/toplevel.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/treebase.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/treectrl.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/treelay.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/txtstrm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/types.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/univ
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/unix
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/url.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/utils.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/valgen.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/validate.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/valtext.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/variant.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/vector.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/version.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/vms_x_fix.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/volume.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wave.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wfstream.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/window.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wizard.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxchar.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxexpr.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxhtml.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlba_cw.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlba_cwc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlb_cw.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlb_cwc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cw.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cwc.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cwc_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cwu_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cw_cm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/wx_cw_d.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/x11
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/xpmdecod.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/xpmhand.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/xrc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/zipstrm.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx/zstream.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cw.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cw.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cwc.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cwc.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cwc_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cw_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlba_cw_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cw.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cw.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cwc.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cwc.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cwc_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cw_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wxshlb_cw_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cw.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cw.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwc.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwc.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwc_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwc_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwu_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cwu_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cw_d.pch
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_cw_d.pch++
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/include/wx_pb.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/install-sh
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/lib
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/locale
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/Makefile.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/Mingw32-gcc295.patches
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/make-deb
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/misc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/mkinstalldirs
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/regen
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/samples
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/setup.h.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/setup.h_vms
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/.cvsignore
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/.cvsignore
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/appcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/artprov.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/artstd.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/base.rc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/bmpbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/choiccmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/clipcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/clntdata.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cmdline.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cmdproc.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cmndata.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/config.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/containr.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cshelp.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/ctrlcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/ctrlsub.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cwlex_yy.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/cwy_tab.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/datstrm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/db.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dbgrid.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dbtable.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dcbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dcsvg.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/descrip.mms
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dircmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dlgcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dndcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dobjcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/docmdi.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/docview.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/doslex.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dosyacc.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dseldlg.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dynarray.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dynlib.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/dynload.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/effects.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/encconv.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/event.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/execcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/extended.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fddlgcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/ffile.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/file.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fileconf.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/filefn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/filename.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/filesys.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fontcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fontmap.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/framecmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fs_inet.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fs_mem.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/fs_zip.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/ftp.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/gaugecmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/gdicmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/geometry.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/gifdecod.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/glob.inc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/hash.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/hashmap.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/helpbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/http.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/iconbndl.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagall.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagbmp.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/image.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagfill.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imaggif.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagiff.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagjpeg.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagpcx.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagpng.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagpnm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagtiff.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/imagxpm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/init.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/intl.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/ipcbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/layout.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/lboxcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/lexer.l
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/list.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/log.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/longlong.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/matrix.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/memory.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/menucmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/mimecmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/module.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/msgout.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/mstream.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/nbkbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/object.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/odbc.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/paper.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/parser.y
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/popupcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/prntbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/process.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/protocol.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/quantize.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/radiocmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/regex.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/resourc2.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/resource.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sckaddr.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sckfile.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sckipc.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sckstrm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/settcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sizer.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/socket.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/statbar.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/strconv.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/stream.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/string.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/sysopt.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/tbarbase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/textbuf.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/textcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/textfile.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/timercmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/tokenzr.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/toplvcmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/treebase.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/txtstrm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/unictabl.inc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/unzip.c
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/unzip.h
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/url.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/utilscmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/valgen.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/validate.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/valtext.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/variant.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/wfstream.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/wincmn.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/wxchar.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/wxexpr.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/xpmdecod.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/zipstrm.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/common/zstream.cpp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/cwcopysetup.bat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/cwdcopysetup.bat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/cygnus.bat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/files.lst
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/generic
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/gtk
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/gtk1
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/html
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/iodbc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/jpeg
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/mac
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/make.env.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeb32.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makebcc.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makefile.bcc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makefile.dos
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makefile.va
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makefile.vc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeg95.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.b32
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.bcc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.env.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.g95
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.vc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makelib.wat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makemsc.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.b32
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.bcc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.env.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.g95
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.msc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.sl
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.va
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.vc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeprog.wat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makesc.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makesl.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/maketwin.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makeva.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makevc.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/makewat.env
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/mgl
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/microwin
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/mingegcs.bat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/mingw32.bat
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/motif
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/msw
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/ntwxwin.mak
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/os2
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/png
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/regex
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/stc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/tiff
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/univ
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/unix
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/Wxwindll.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxBase.dsp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxBase.dsw
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxJpeg.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxPng.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxTiff.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxUniv.dsp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxUniv.dsw
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWin.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWindows.dsp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWindows.dsw
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWindows.pbproj
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxWindowsW7.xml
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxwindowsM5.xml
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxXpm.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/wxZlib.icc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/x11
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/xrc
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/src/zlib
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/utils
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wx-config.in
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxBase.spec
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxGTK.spec
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxMotif.spec
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxPython
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxWINE.spec
  • D /wxWidgets/branches/WXSTANDALONE_EXPERIMENT/wxwin.m4

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

2002-08-31 11:29 GD, revision 16884

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer Tools update contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2002-08-31 11:25 JS, revision 16883

Applied patch [ 601957 ] wxGrid: Start editing with numberpad key

2002-08-31 11:14 JS, revision 16882

Added RTTI macros

2002-08-30 21:54 DW, revision 16881

Weekly updates

2002-08-30 21:38 VZ, revision 16880

don't use vfork() in wxExecute()

2002-08-30 21:30 VZ, revision 16879

don't eat Shift-Ctrl-[XCV] keys

2002-08-30 21:29 VZ, revision 16878

mention that SetSelection(-1, -1) selects everything

2002-08-30 21:28 VZ, revision 16877

documented SetSelection()

2002-08-30 21:20 DW, revision 16876

Weekly update

2002-08-30 21:19 JS, revision 16875

Added another log.h

2002-08-30 21:13 VZ, revision 16874

compilation problem for compilers with old for() scoping rules

2002-08-30 21:10 VZ, revision 16873

compilation fix (missing wx/log.h include)

2002-08-30 21:06 JS, revision 16872

Added another log.h; removed redundant trace args

2002-08-30 21:05 VZ, revision 16871

added Read64() and Write64() docs

2002-08-30 20:54 JS, revision 16870

Added log.h

2002-08-30 20:34 JS, revision 16869

Mods for Wine compilation

2002-08-30 17:04 DW, revision 16868

TRUE, not true; FALSE not false

2002-08-30 15:10 VZ, revision 16867

don't disable top level children in parents Enable()

2002-08-30 13:57 CE, revision 16866

lost log.h fixed

2002-08-30 13:49 CE, revision 16865

lost log.h fixed

2002-08-30 13:44 DW, revision 16864

OS/2 must have positive control IDs.

2002-08-30 13:43 SC, revision 16863

fix for 10.2 (persistent tooltips ;-)

2002-08-30 13:39 DW, revision 16862

Fix to allow proper positioning of child windows under OS/2 when auto layouts are not being done.

2002-08-30 13:37 DW, revision 16861

Lots of updates fixing radiobox processing, checkboxes and add notebook control.

2002-08-30 01:00 VZ, revision 16860

added wxSpinCtrl::SetSelection()

2002-08-30 00:58 VZ, revision 16859

removed wxApp::DoInit(); added wxApp::CreateMessageOutput(); fixed wxMsgOutput memory leak

2002-08-30 00:39 VZ, revision 16858

removed extra trailing semicolons which break compilation for some compilers

2002-08-30 00:34 VZ, revision 16857

disable children when the parent is disabled

2002-08-29 22:10 VZ, revision 16856

loop in wxInputStream::Read() while there is data to read

2002-08-29 21:54 VZ, revision 16855

changed wxExecute(char **) version to take wxChar **

2002-08-29 21:48 VZ, revision 16854

don't crash in wx(Flex)GridSizer with division by 0, assert instead; also factored out a lot of duplicated code in a single function

2002-08-29 16:46 MBN, revision 16853

Documented wxListCtrl::GetColumnCount

2002-08-29 13:52 JS, revision 16852

Script updates Addition of wxOS2 configure files required for distribution

2002-08-28 20:24 MBN, revision 16851

Updated Svedish translation

2002-08-28 20:19 MBN, revision 16850

Added exlicit make clean/cleanall in the sample makefile usage. Added a note that makefiles are not for UNIX, just for Cugwin/MSYS/DOS prompt.

2002-08-28 20:18 MBN, revision 16849

Forgot to run autoconf before committing

2002-08-28 20:11 MBN, revision 16848

Applied Fabian Wenzel's patches to add -mthreads for threads to work in MinGW.

2002-08-28 20:02 , revision 16847
  • A /wxWidgets/tags/wxPy_2_3_3_pre
  • A /wxWidgets/tags/wxPy_2_3_3_pre/docs/html/icons
  • A /wxWidgets/tags/wxPy_2_3_3_pre/docs/html/roadmap.htm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/docs/mac
  • A /wxWidgets/tags/wxPy_2_3_3_pre/docs/symbols.txt
  • R /wxWidgets/tags/wxPy_2_3_3_pre/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_3_pre/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_3_pre/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_3_pre/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mdiM5.xml
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minifram
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minifram/minifram.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minifram/minifram.rc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minifram/miniframM5.xml
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minimal
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minimal/minimalM5.xml
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/treectrl
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/treectrl/.cvsignore
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/treectrl/treetest.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/samples/treectrl/treetest.rc
  • A /wxWidgets/tags/wxPy_2_3_3_pre/samples/wizard/Wiztest.bmp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/gtk1/verti.xbm
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/makemac6.mcp
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/makemac7.mcp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.b32
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.bcc
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.nt
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngM7.mcp
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/README
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_3_pre/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/regex/WHATSNEW
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_3_pre/src/zlib/trees.h
  • A /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/demo
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/distrib
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/lib
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/README.txt
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/SWIG.patches
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/cmndlgs.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/controls.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/controls2.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/events.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/frames.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/gdi.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/glcanvas.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/glcanvasc.def
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/gtk
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/helpers.cpp
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/helpers.h
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/image.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/Makefile.pre.in
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/makefile.vc
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/mdi.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/misc.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/misc2.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/motif
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/msw
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/my_typemaps.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/printfw.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/qt
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/Setup.in
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/Setup.in.linux
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/Setup.in.solaris
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/stattool.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/utils.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/utilsc.def
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/windows.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/windows2.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/windows3.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/wx.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/wxc.def
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/wxc.rc
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/wxp.ico
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/_defs.i
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/_extras.py
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/src/__init__.py
  • D /wxWidgets/tags/wxPy_2_3_3_pre/utils/wxPython/tests
  • R /wxWidgets/tags/wxPy_2_3_3_pre/wxPython

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

2002-08-28 20:02 RD, revision 16846

Mode distrib scripts and such

2002-08-28 17:49 RD, revision 16845

Installer updates

2002-08-28 17:29 SN, revision 16844

Fixed version number.

2002-08-28 16:28 SN, revision 16843

Added instructions for compiling with EMX.

2002-08-28 09:31 JS, revision 16842

Using wxImageListType instead of wxGenericImageList

2002-08-28 08:54 JS, revision 16841

Ditribution script mods; Use wxImageList instead of wxGenericImageList where possible in wxListCtrl