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

2002-08-28 08:50 SN, revision 16840

Some OS/2 specific additions.

2002-08-28 08:28 JS, revision 16839

XmNframeChildType is not in Motif 1.2. #ifdef appropriately.

2002-08-28 04:35 RD, revision 16838

SWIGged updates for wxMac

2002-08-28 04:32 RD, revision 16837

SWIGged updates for wxGTK

2002-08-28 04:31 RD, revision 16836

Change how the tool scripts are installed

2002-08-28 01:39 RD, revision 16835

Some updates for the demo

2002-08-28 01:38 RD, revision 16834

Some unicode fixes for the wxWisard wrappers

2002-08-27 20:50 RD, revision 16833

SWIGged updates for wxGTK

2002-08-27 20:48 RD, revision 16832

SWIGged updates for wxMac

2002-08-27 20:45 RD, revision 16831

Some distrib updates for wxPythonOSX

2002-08-27 20:40 MBN, revision 16830

Removed (broken) cross-compilation support from makefiles. If you want to cross-compile you better use configure.

2002-08-27 20:35 RD, revision 16829

Compilation fixes for wxPython's wxWizard, added wxRegionFromPoints

2002-08-27 20:32 MBN, revision 16828

Honour wxSB_WRAP in wxMotif spin button

2002-08-27 20:31 MBN, revision 16827

When there is no display, the default log target will log nowhere. Switch to wxLogStderr before writing the failure message.

2002-08-27 20:29 MBN, revision 16826

Don't get the string when the combobox returned CB_ERR when getting the length.

2002-08-27 20:28 MBN, revision 16825

wxItemContainer already deletes client data; don't delete (again) the data in the control.

2002-08-27 20:26 VZ, revision 16824

made it compile with wxUniv (which doesn't have tooltips)

2002-08-27 19:16 VZ, revision 16823

another update from Andrew V. Samoilov

2002-08-27 19:15 VZ, revision 16822

force making stats

2002-08-27 19:04 VZ, revision 16821

apparently CW always has vsnprintf()

2002-08-27 19:01 VZ, revision 16820

expanded OnExit() docs (patch 600043)

2002-08-27 18:59 VZ, revision 16819

updated ctor/Create() signature to match the real functions (bug #596178)

2002-08-27 18:59 RD, revision 16818

Use the default stdio window for the gui tools

2002-08-27 18:56 RD, revision 16817

Updated note about the tool scripts

2002-08-27 18:41 VZ, revision 16816

added a section containing the preprocessor constants defined by wxWindows (previous -- but heavily updated -- contents of docs/symbols.txt)

2002-08-27 18:24 VZ, revision 16815
  • D /wxWidgets/trunk/docs/symbols.txt

moved the (updated) contents of this file to the manual

2002-08-27 18:15 VZ, revision 16814

streamlined vsnprintf() check -- now that we fall back to our own printf() version anyhow in some cases it doesn't make sense to jump through all these hoops just to avoid it (and, besides, it didn't work anyhow); suppressed vprintf() and vsscanf() checks which results we never used

2002-08-27 17:03 VZ, revision 16813

fixed crashes in Push/PopEventHandler() if the current handler is NULL

2002-08-27 16:05 VZ, revision 16812

fixed bug in SetStyle() which wouldn't reset the slant if it had been set before

2002-08-27 15:37 VZ, revision 16811

my previous backwards compatible fix wasn't really very compatible

2002-08-27 15:14 SC, revision 16810

fixed miscasing in GetOutCode

2002-08-27 09:38 VZ, revision 16809

added icons to virtual list mode

2002-08-27 09:26 VZ, revision 16808

compilation fix

2002-08-27 09:20 VZ, revision 16807

mention wxCHECK_VERSION

2002-08-27 09:17 VZ, revision 16806

deprecated static wxWizard::Create()

2002-08-27 09:02 VZ, revision 16805

fixed wxVsnprintf_() compilation in ASCII mode

2002-08-27 08:56 VZ, revision 16804

(blind) fix for BC++ compilation problem with wxPutc() redefinition

2002-08-27 01:11 RD, revision 16803

Some distrib updates for wxPythonOSX, and reSWIGged a bit

2002-08-27 00:58 RD, revision 16802

Updated note about wxSTC using wxPopupWindow

2002-08-27 00:57 RD, revision 16801

Some little tweaks

2002-08-27 00:56 RD, revision 16800

Don't use a wxPopupWindow on wxGTK

2002-08-26 22:54 GRG, revision 16799

Fixed warnings due to use of %d for long int params in function wxNativeFontInfo::ToString()

2002-08-26 21:42 RR, revision 16798

Applied button aligment patch.

2002-08-26 21:27 RR, revision 16797

Applied zero-size patch.

2002-08-26 21:15 VZ, revision 16796

another fix to the wxFormatConverter bug with the formats which don't have to be converted

2002-08-26 21:12 GRG, revision 16795

Removed compilation warnings (mostly mismatches between the format string for debug/trace printfs and the actual parameters, e.g. int vs long, etc)

2002-08-26 20:58 RR, revision 16794

Corrected wxFormatConverter for strings which need not get converted.

2002-08-26 20:58 VZ, revision 16793

added extra parentheses to wxDynamicCast() to allow using it like wxDynamicCast(foo, Foo)->DoFoo()

2002-08-26 20:44 MBN, revision 16792

Detect if g++ requires -fvtable-thunks for COM interfaces. Newer g++ does not require nor support it, so it must not be used.

2002-08-26 19:45 RD, revision 16791

Ensure that the busy cursor is dismissed

2002-08-26 17:50 RD, revision 16790

Fixup clipboard usage a bit more.

2002-08-25 21:13 MBN, revision 16789

Bring italian translation up to date

2002-08-25 21:02 SC, revision 16788

added forcing to image conversion to always attempt a color icon (needed eg for menus)

2002-08-25 20:27 RR, revision 16787

Compile fix for prop. Test change for dcclient.

2002-08-25 20:26 RR, revision 16786

Added configure check for vswprintf

2002-08-25 19:03 VZ, revision 16785

Windows compilation fixes after recent changes

2002-08-25 18:41 RR, revision 16784

More work on Printing. It prints Kanji now using outlines and correctly prints wxHTML, but there are still problems with GetTextExtent() etc.

2002-08-25 18:29 SN, revision 16783

HWND already typedef'ed on OS/2 with EMX.

2002-08-25 18:26 SN, revision 16782

EMX (OS/2) defines _MAX_PATH only

2002-08-25 18:25 SN, revision 16781

HWND already typedef'ed when compiling with EMX (OS/2).

2002-08-25 18:24 SN, revision 16780

protected to restrictive for compiling with EMX.

2002-08-25 18:22 SN, revision 16779

Added __WXPM__ specific include, so it also compiles without pre-compiled headers.

2002-08-25 18:20 SN, revision 16778

Update to current API.

2002-08-25 18:20 GD, revision 16777

BSD systems define _T to something different in ctype.h, therefore include ctype.h before overriding _T

2002-08-25 18:20 SN, revision 16776

Added an include to timer.h (needed for non-precompiled headers).

2002-08-25 18:17 SN, revision 16775

Added the usual GNU pragma.

2002-08-25 18:16 SN, revision 16774

EMX (OS/2) compilation fix. The implemented logic for not reloading Netscape doesn't work and besides, Netscape is doing it automatically anyway.

2002-08-25 18:07 SN, revision 16773

Like VMS, EMX (OS/2) doesn't support setsid.

2002-08-25 17:58 SN, revision 16772

Compilation fixes for EMX. Mostly adding includes and declarations that are missing when not using pre-compiled headers.

2002-08-25 17:53 SN, revision 16771

Dynamically retrieve used codepage.

2002-08-25 17:50 SN, revision 16770

Use generic dirdlg, added generic mdi classes.

2002-08-25 17:15 VZ, revision 16769

no real changes

2002-08-25 17:14 VZ, revision 16768

use wxWcslen() instead of wcslen() which isn't always available in wxWCharBuffer; do accept NULL in wx[W]CharBuffer ctor as the code elsewhere uses this

2002-08-25 17:13 VZ, revision 16767

reorganized, improved and hopefully simplified wxchar.h and printf() functions handling; also added wxWcslen() to fix wcslen() problems

2002-08-25 17:12 SN, revision 16766

For now, use generic dirdlg for wxOS2.

2002-08-25 17:12 VZ, revision 16765

added tests for fputwc() and wprintf()

2002-08-25 12:14 VS, revision 16764

added wxFrame* wxXmlResource::LoadFrame(parent,name)

2002-08-25 05:59 RD, revision 16763

Some build/distrib tweaks

2002-08-25 04:21 RD, revision 16762

There needs to be an initialized wxApp to manipulate bitmaps in wxGTK

2002-08-25 04:20 RD, revision 16761

You can't paste if someone else already has the clipboard open...

2002-08-25 04:19 RD, revision 16760

Comment out a debug printf

2002-08-25 03:39 RD, revision 16759

Load the frame icons from a .py file so I don't have to figure out how to tell distutils to install the .ico in the right place...

2002-08-25 01:53 RD, revision 16758

Don't need the "-hybrid" in the name any longer

2002-08-25 01:43 RD, revision 16757

Changed slightly the meaning of the Hybrid build. It is now essentially a release build (no debug info, optimiztions turned on) with the addition of __WXDEBUG__ being defined.

2002-08-24 22:04 SC, revision 16756

added new default handlers for open/print events, removing the need for using private headers in the specific application

2002-08-24 21:44 RD, revision 16755

Updated PyCrust code from Patrick

2002-08-24 21:44 RD, revision 16754

Changed installer base filename

2002-08-24 21:44 RD, revision 16753

Test code for float editors

2002-08-24 21:40 RD, revision 16752

All editors that derive from wxGridCellTextEditor will now select the existing value when the editor is started, just like a wxTextCtrl now does in normal use.

2002-08-24 21:39 RD, revision 16751

If the number or float editor is being used but the values are saved/loaded to the table as strings, then allow empty strings.

2002-08-24 21:28 VZ, revision 16750

added wxCHECK_GCC_VERSION() macro

2002-08-24 21:08 GD, revision 16749

updated CW exported xml projects

2002-08-24 20:57 GD, revision 16748

updated CW exported xml projects

2002-08-24 20:20 SC, revision 16747

getting rid of warnings

2002-08-24 20:19 GD, revision 16746

ignore files produced when building samples

2002-08-24 20:03 RD, revision 16745

Fixed wxGridCellFloatEditor::Clone Changed wxGridCellEditor::GetString to use %f instead of %g to match the Renderer, otherwise it would truncate/round the value to m_precision significant digits instead of m_precision digits after the decimal point.

2002-08-24 19:53 GD, revision 16744

updated CW exported xml projects

2002-08-24 19:45 GD, revision 16743

improved conditional compilation since generic grid and new grid are exclusive

2002-08-24 19:42 GD, revision 16742

added newest grid source file

2002-08-24 19:35 GD, revision 16741

added missing png source files to CW project

2002-08-24 18:34 SC, revision 16740

getting rid of warnings

2002-08-24 18:10 SC, revision 16739

getting rid of warnings

2002-08-24 17:20 SC, revision 16738

getting rid of warnings

2002-08-24 17:06 SC, revision 16737

getting rid of warnings

2002-08-24 16:36 SC, revision 16736

getting rid of warnings

2002-08-24 16:36 SC, revision 16735

getting rid of warnings

2002-08-24 16:29 SC, revision 16734

wxUNUSED

2002-08-24 16:20 SC, revision 16733

getting rid of warnings

2002-08-24 14:50 SC, revision 16732

fix for getting CW Carbon Target

2002-08-24 14:41 SC, revision 16731

getting rid of warnings

2002-08-24 10:54 JS, revision 16730

wxChoice derives from wxChoiceBase; renamed Append to DoAppend

2002-08-24 10:01 JS, revision 16729

Attempts to reduce errors in compile farm for unusual combinations of platform/app

2002-08-24 07:40 SC, revision 16728

wxToupper added again

2002-08-24 06:55 GD, revision 16727

opaque toolbox structs under Classic break access to contrlDefProc the default value is fine for Classic & Carbon unless __WXDEBUG__ is defined

2002-08-24 02:44 RD, revision 16726

SWIGged update for wxGTK

2002-08-24 02:44 RD, revision 16725

Change back to the simple method by default

2002-08-24 02:37 RD, revision 16724

Ensure that the mouse is not captured in the calltip window

2002-08-24 02:30 RD, revision 16723

Fixed a layout bug in XRCed

2002-08-24 02:30 RD, revision 16722

Added SendSizeEvent

2002-08-24 02:29 RD, revision 16721

Added wxXmlResourceHandler to wxPython and enabled it's virtuals to be Python Callbacks. Added a sample to the demo to show how to do it.

2002-08-24 02:26 RD, revision 16720

Added generic LoadObject methods that can load any classtype from a resources and return it as a wxObject (Assuming there is a handler for it.) Enabled wxFrames and wxDialogs to be loaded using a new instance rather than only with existing instances.

2002-08-23 20:35 VZ, revision 16719

mention the key code changes

2002-08-23 19:53 VZ, revision 16718

compilation fix for Unicode build

2002-08-23 19:01 VZ, revision 16717

fixed some GTK2 compilation warnings

2002-08-23 18:52 VS, revision 16716

applied patch #599264 (fixes to wxrc -g)

2002-08-23 18:21 RD, revision 16715

Fixed compile error

2002-08-23 18:05 VZ, revision 16714

fixed crash when calling Delete(root) and also when calling Delete(descendant_of_selected_item)

2002-08-23 18:05 RL, revision 16713

removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks ) and appears to be unneccessary for mingw32 gui builds. It's been around since 1.1 so I'm blindly guessing no one else will need it now either. If that's wrong, please wrap it in USE_GUI, thanks.

2002-08-23 17:43 VZ, revision 16712

fix wxMotif sample program compile test

2002-08-23 16:54 VZ, revision 16711

define wxUSE_XPM_IN_MSW for MSW compilation

2002-08-23 16:00 VZ, revision 16710

compilation fix for !WX_PRECOMP

2002-08-23 15:59 VZ, revision 16709

compilation fix

2002-08-23 14:35 SC, revision 16708

removed WXK_SPACE as duplicating the selection event, added theme text drawing patch

2002-08-23 14:17 SC, revision 16707

fixed selection handling and added default/cancel handling

2002-08-23 14:16 SC, revision 16706

setting the current event record correctly (needed for control text handling)

2002-08-23 13:31 SC, revision 16705

make sure we don't keep a focus pointer to a window that gets deleted

2002-08-23 12:43 SC, revision 16704

brought key values of EVT_KEY and EVT_CHAR in synch with wxMSW and wxGTK...

2002-08-23 12:41 SC, revision 16703

added wxSIZE_T.. defines (every release of CW has a different typedef but I hope they all end up as unsigned long

2002-08-23 11:57 JS, revision 16702

Misc mods for feedback from Marcin Wojdyr <wojdyr@if.pw.edu.pl>

2002-08-23 11:29 JS, revision 16701

Updated release scripts

2002-08-23 09:20 SC, revision 16700

switched to MacOS 8.5+ implementation for submenus

2002-08-23 07:25 SC, revision 16699

added test for m_macControlIsShown in MacRedrawControl apparently HideControl does not work correctly for all controls...

2002-08-23 03:50 RL, revision 16698

add libwx_dcsvg.

2002-08-23 03:33 RL, revision 16697

Updates for 2.3.3 debs. Typo fix for start of local event id's.

2002-08-22 23:25 VZ, revision 16696

blind fix for gcc warning about ?: and different enums

2002-08-22 23:25 RD, revision 16695

Only catch exact menu range

2002-08-22 23:22 VZ, revision 16694

fix for gcc warning about incorrect format arg

2002-08-22 23:20 VZ, revision 16693

gcc warning about unused smile fixed (that's serious stuff)

2002-08-22 22:03 JS, revision 16692

Tidied up filename.tex

2002-08-22 22:02 JS, revision 16691

Create STC lib in standard lib dir as per other project and makefiles

2002-08-22 21:22 JS, revision 16690

Added CW for Mac list file

2002-08-22 20:34 VZ, revision 16689

fixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses focus

2002-08-22 20:14 VZ, revision 16688

fixed a few typoes

2002-08-22 19:22 VZ, revision 16687

gcc 3.1 warning fixes (patch 598343)

2002-08-22 18:12 VZ, revision 16686

compilation fix (patch 598331)

2002-08-22 18:11 VZ, revision 16685

fix for wxComboBox flicker on create (patch 598891)

2002-08-22 18:02 VZ, revision 16684

removed debugging code from the sample

2002-08-22 18:02 VZ, revision 16683

send event from Clear() for a simple text control, send only one event from SetValue() instead of 2 for a rich one

2002-08-22 18:01 VZ, revision 16682

mention that Clear() and SetValue() *will* send EVT_TEXT events

2002-08-22 17:44 SC, revision 16681

fixed mounting points under /Volumes

2002-08-22 17:04 VZ, revision 16680

use SendSizeEvent() to resize the button correctly after reparenting under MSW

2002-08-22 17:03 VZ, revision 16679

made wxFrame::SendSizeEvent() public and documented it

2002-08-22 16:00 VZ, revision 16678

reverted patch 598016 (removed MSWCreateControl() visible parameter)

2002-08-22 15:44 JS, revision 16677

OnSize must not be skipped for non-wxX11 platforms

2002-08-22 09:41 JS, revision 16676

Applied patch [ 598016 ] remove flicker during combo box creation By Benjamin I. Williams (biwillia76) The attached patch completely fixes the flicker problem when creating combo boxes. It also will make it elementary to remove flicker during the creation of other controls (although all the other controls are flicker free, AFAIK). It does this by adding an optional 'visible' parameter to the internal MSWCreateControl method, whereby the caller can create a control invisibly by default, perform some complicated sizing calculations, and then finally show the control before the Create finished.

2002-08-22 08:48 SC, revision 16675

added error code for better debugging

2002-08-22 08:47 SC, revision 16674

fix when bitmap is not valid

2002-08-22 08:46 SC, revision 16673

fix for getting proper fspecs for volumes that are not given with the trailing separator

2002-08-22 04:59 DW, revision 16672

Minor slider fix

2002-08-22 01:02 DW, revision 16671

Font updates

2002-08-22 00:04 RD, revision 16670

SWIGged updates for wxMac

2002-08-22 00:04 RD, revision 16669

SWIGged update for wxGTK

2002-08-22 00:00 RD, revision 16668

A more dynamic wxWizard sample, and a fix for wxGrid wrappers

2002-08-21 22:46 DW, revision 16667

Font updates

2002-08-21 21:46 RD, revision 16666

wxWizardPage now handled by OOR

2002-08-21 20:40 RD, revision 16665

SWIGged updates for wxMac

2002-08-21 20:34 RD, revision 16664

SWIGged update for wxGTK (the last checkin was really for wxMSW...)

2002-08-21 20:20 GD, revision 16663

corrected enabling of a specific item by index

2002-08-21 20:15 RD, revision 16662

SWIGged updates for wxGTK

2002-08-21 20:15 RD, revision 16661

Various changes needed to match recent cvs updates

2002-08-21 19:49 VZ, revision 16660

polling child process IO seems to work now

2002-08-21 19:45 VZ, revision 16659

fixed the async process IO polling code

2002-08-21 19:44 VZ, revision 16658

better dummy implementation of IsInput/ErrorAvailable() (it's still wrong but now no more wrong than before my changes)

2002-08-21 18:41 VZ, revision 16657

added propsize to the list of samples

2002-08-21 17:04 VZ, revision 16656

compilation fix after my previos m_exitOnFrameDelete changes

2002-08-21 16:13 SC, revision 16655

fixing a possible NULL ptr exception when dispatching key events

2002-08-21 16:08 SC, revision 16654

I think this is now defined in the common accel.h, I'll remove it if no build complains...

2002-08-21 16:07 SC, revision 16653

centralized key handling, control key handling

2002-08-21 16:06 SC, revision 16652

fix for single item wildcards with no explanatory name item

2002-08-21 16:05 SC, revision 16651

centralized key handling

2002-08-21 16:04 VZ, revision 16650

regenerated everything

2002-08-21 16:01 VZ, revision 16649

added stats target to show the number of translated strings

2002-08-21 15:58 JS, revision 16648

Applied patch [ 598173 ] Fixes erroneous logging notebook sample

2002-08-21 15:56 JS, revision 16647

Applied patch [ 598286 ] Fixes uninitted var in drawing sample

2002-08-21 15:21 VZ, revision 16646

removed (broken) richedit sample from the list of samples to build

2002-08-21 15:03 DW, revision 16645

OS/2 update to get Tip icon created correctly.

2002-08-21 14:32 VZ, revision 16644

updated with the patch from Andrew V. Samoilov

2002-08-21 07:31 JS, revision 16643

Added a line about MINGW32VERSION

2002-08-21 04:12 DW, revision 16642

File dialog fixes

2002-08-20 22:55 VZ, revision 16641

added wxCheckListBox::HitTest() (modified patch 594524)

2002-08-20 22:33 VZ, revision 16640

test new wxProcess::IsInputAvailable/Opened functions

2002-08-20 22:33 VZ, revision 16639

added and documented wxProcess::Is{Input|Error}Available() and IsInputOpened

2002-08-20 22:32 VZ, revision 16638

fixes for wxExecute() with IO redirection: wxStreamTempInputBuffer is now used under MSW as well

2002-08-20 22:28 VS, revision 16637

1. minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context 2. fixed 'platform' property handling

2002-08-20 22:27 VS, revision 16636

yet another variation on the same theme: wxMAKE_ART_ID_FROM_STR

2002-08-20 22:27 VS, revision 16635

minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context

2002-08-20 19:12 VZ, revision 16634

removed a few already implemented entries, added 3-satte checkbox

2002-08-20 18:38 JS, revision 16633

OpenGL off by default on Mac, correct scripts to copy setup0.h

2002-08-20 18:37 SC, revision 16632
  • D /wxWidgets/trunk/samples/minimal/MinimalM6.mcp
  • D /wxWidgets/trunk/samples/minimal/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac7.mcp

not necessary anymore

2002-08-20 17:16 JS, revision 16631

Fixed compilo (default arg) in joystick constructor

2002-08-20 17:16 JS, revision 16630

Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW Proposed fixes for the wxWindows joystick code under MSW. Some of these would be valid for other platforms, too. Events for buttons are named wrong, docs say different. Docs say EVT_JOY_BUTTON_DOWN and EVT_JOY_BUTTON_UP, but the code says EVT_JOY_DOWN and EVT_JOY_UP. I suggest changing the code to match the docs. wxJoystick::GetNumberJoysticks() should be a static member function. Having to create a joystick object to see if there are joysticks is silly. Docs for GetNumberJoysticks() must be changed; it returns the number of potentially connected joysticks, not the number of actually connected. Alternatively, GetNumberJoysticks() and others must be rewritten to conform with documentation, including remapping of wxWindows sequential joystick ID's to match MSW non-sequential joystick ID's. dwSize is not set when joyGetPosEx() is called. SEVERE ERROR. Error return value from functions should not be a legal return, for instance, wxJoystick::GetPOVCTSPosition() returns 0 for error, but this is a legal return value. GetButtonState() supports only four (out of 32) buttons. Also, should return as bitmap (LSB = button 1). (Win32 does this, although not documented as such).

2002-08-20 16:57 JS, revision 16629

Applied patch 548046: wxDebugAlloc & wxDebugFree thread safe

2002-08-20 15:48 RR, revision 16628

Added scrolling of widgets to GTK 2.0. Removied obsolete ifdef from toolbar code. Updated readme.

2002-08-20 15:44 RR, revision 16627

Implemented Maximize() etc for GTK 2.0.

2002-08-20 15:09 VZ, revision 16626

rewrote wxString::To/FromAscii() to fix a few small problems

2002-08-20 15:07 VZ, revision 16625

added tests for wxString::To/FromAscii

2002-08-20 15:07 VZ, revision 16624

don't initialize m_str twice in wxCharBuffer ctor

2002-08-20 14:56 VZ, revision 16623

fixed Unicode wxBase config in VC6 project files, there was an extra quote which was completely confusing the compiler

2002-08-20 14:29 VZ, revision 16622

added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS flag to wxFileConfig (patch 591381)

2002-08-20 14:15 VZ, revision 16621

fixed error message when long options are disabled (patch 597771)

2002-08-20 14:11 JS, revision 16620

Added brief instructions for compiling wxMSW with configure

2002-08-20 13:47 VZ, revision 16619

fix compilation when !wxUSE_INTL (patch 547073)

2002-08-20 13:41 VZ, revision 16618

added mentions of internat sample

2002-08-20 13:28 VZ, revision 16617

fixed m_relative initialization in wxFileName default ctor and Clear() (patch 597736)

2002-08-20 13:25 VZ, revision 16616

updated mutex and semaphore docs to reflect the new API (patch 593994)

2002-08-20 13:21 VZ, revision 16615

removed extra semi colon which provoked CW warnings (replaces patch 596658)

2002-08-20 13:19 VZ, revision 16614

removed extra semi colon which provoked CW warnings (part of patch 596658)

2002-08-20 11:51 JS, revision 16613

Incremented version number

2002-08-20 10:01 JS, revision 16612

-enable-mdi for X11 now works

2002-08-20 09:27 JS, revision 16611

Added generic MDI files

2002-08-20 09:09 JS, revision 16610

Applied patch [ 597398 ] Generic MDI, wxNotebook based. By Hans Van Leemputten (hansvl) - This patch implements a generic notebook based mdi, due to that wxMDIChildFrame could not derive from wxFrame some things in the samples and in the docmdi classes needed to be adjusted... basically this comes down to not do (wxFrame *) but instead do (wxMDIChildFrame *), or store a pointer to the frame in a wxWindow* instead of a wxFrame variable... - The main reason wxMDIChildFrame cannot derive from wxFrame is that it would take to much platform specific functions to be overwritten (= lot of ifdef's). This then couldn't be called generic anymore, so that's why we need to derive from wxPanel... - Tested on/with: 1. wxMSW (I disabled the MSW MDI implementation to be able to test it), tested it with the MDI sample, docvwmdi sample and docview sample and also tested it with wxWorkshop. (test = compile and run) 2. wxX11, tested with the same set wxWin samples as the wxMSW test. I also compiled wxWorkshop with it, but could not run wxWorkshop due to some issue not related to the MDI implementation. - How to apply: * Apply the patch * move mdig.cpp into wxWindows/src/generic/ * move mdig.h into wxWindows/include/wx/generic/ - Some extra things that still need to be done: * File lists, project files should be updated to include mdig.cpp (the patch only change this on wxX11) * The configuration script should be updated. * Maybe wxUSE_GENERIC_MDI_ARCHITECTURE also should be added so it is only included when wanted...

2002-08-20 08:34 JS, revision 16609

Applied patch [ 597320 ] Return wxNotebook::SetSelection value By Hans Van Leemputten (hansvl) According to the documentation wxNotebook::SetSelection() should return the previous selection... (Like wxMSW does) but the wxUniv version returns the currently selected selection. Patch was tested with wxX11. Applied patch [ 597313 ] Popup menu still used after deletion By Hans Van Leemputten (hansvl) - This patch exists out of 2 parts; Part 1 is a patch to show the problem with the menu sample (this part is just to show the problem and should not be put into CVS!). Part 2 is the fix and should be put in CVS. (src/univ/menu.cpp) - Instructions to reproduce the problem with the menu sample: 1. Apply part 1 of the patch only. 2. Run the sample after recompiling it. 3. Press "Close Test" -> "Close", this will basically remove the current menu bar and recreate it again and re-use the menu item "Close test" from the old menu bar... 4. Again press "Close Test", doing this will already crash the sample. - The cause of the problem is that the m_popupMenu in wxMenu is deleted because it is a child of the old menu bar (Note: it does not get destroyed by the wxMenu destructor, but by DestroyChildren()) and m_popupMenu is not put back to NULL when this happens... - This patch was tested only with wxX11.

2002-08-20 08:13 JS, revision 16608

Reordered ClearCache calls as per Roger Chickering's suggestion.

2002-08-20 05:00 DW, revision 16607

FileDlg updates.

2002-08-19 23:09 VS, revision 16606

reverted Robert's preference for tables-driven EC_CharSet

2002-08-19 22:22 DW, revision 16605

Weekly updates and file dialog implementation

2002-08-19 19:40 SC, revision 16604

corrected button modifier state in carbon, cursor setup corrected

2002-08-19 19:36 SC, revision 16603

wxMac needs same cursor setup for cursor as GTK and MSW

2002-08-19 19:34 SC, revision 16602

const char correction for mac

2002-08-19 17:02 RR, revision 16601

Lots more Unicode fixes. wxClipboard fixes for GTK2 and UTF8. wxFileConfig now uses wxConvLocal to convert text and doesn't crash anymore..

2002-08-19 17:00 RR, revision 16600

Extra check for GTK2.

2002-08-19 16:59 RR, revision 16599

Make wxTELETYPE and wxMODERN map to monospaced fonts.

2002-08-19 16:09 JS, revision 16598

Added EVT_JOY_BUTTON_... macros as per the manual, retained the old names for compatibility. Changed 2.3.2 to 2.3.3 in a couple of files.

2002-08-19 10:03 JS, revision 16597

Removed an old email address

2002-08-19 09:59 JS, revision 16596

Set the selection under Motif in wxChoiceDialog

2002-08-19 02:28 DW, revision 16595

Weekly catchup as well as better font and fontdlg support

2002-08-19 02:24 DW, revision 16594

updates mostly for better font support and some weekly catch-up work

2002-08-19 02:23 DW, revision 16593

some OS/2 updates

2002-08-19 02:22 DW, revision 16592

need for VisualAge to include wchar.h

2002-08-18 22:50 VZ, revision 16591

fixed wxBase compilation (what was msgdlg.h doing in wxchar.cpp?)

2002-08-18 22:42 JS, revision 16590

Use wxGenericImageList for wxMSW/wxUniv now; this allows us to remove the MSW-specific code in wxUniv's wxNotebook (maybe elsewhere?)

2002-08-18 18:24 JS, revision 16589

Further installation fixes

2002-08-18 17:23 VS, revision 16588

don't crash if used in iconv-like fashion

2002-08-18 14:10 JS, revision 16587

Corrected HTML index, other distro-related tweaks

2002-08-18 08:09 JS, revision 16586

Don't compile socket table if wxUSE_SOCKET is 0.

2002-08-17 22:24 VS, revision 16585

make it possible to easily define artID from a string (for XRC)

2002-08-17 22:24 VS, revision 16584

simpler fix for locale catalogs lookup bug (better one will hopefully follow)

2002-08-17 22:19 JS, revision 16583

First cut at socket support in wxX11

2002-08-17 22:17 RR, revision 16582

Put various #ifdefs vsnprintf() back in, they were lost in today's changes..

2002-08-17 21:41 RR, revision 16581

Printing paper sizes, file printing, print metrics..

2002-08-17 21:00 VZ, revision 16580

some harmless warning fixes

2002-08-17 20:50 RR, revision 16579

Typos.

2002-08-17 19:36 RR, revision 16578

iconv() really never set the trailing 0.

2002-08-17 19:12 RD, revision 16577

Tweaked python image output slightly

2002-08-17 19:09 RD, revision 16576

Put the page in the event for all event types

2002-08-17 19:08 RD, revision 16575

Added wxWizard and the wizard page classes, as well as a wizard sample in the demo.

2002-08-17 19:07 RD, revision 16574

Fixed wxPython's wxArt constants

2002-08-17 18:20 RR, revision 16573

iconv() doesn't set the trailing zero

2002-08-17 17:35 RR, revision 16572

Another UNicode conversion fix.

2002-08-17 17:29 JS, revision 16571

Removed excess distribution archives

2002-08-17 17:04 RR, revision 16570

Printing things.

2002-08-17 17:03 RR, revision 16569

Compile fixes for ANSI mode.

2002-08-17 16:29 RR, revision 16568

Removed all deprecated printing code.

2002-08-17 12:11 JS, revision 16567

Script mods

2002-08-17 12:11 RR, revision 16566

%s to %ls conversion

2002-08-17 12:09 RR, revision 16565

Convert %s to %ls and %c to %lc in printf and scanf etc.

2002-08-17 11:31 JS, revision 16564

Remove mmedia makefile for wxMac

2002-08-17 07:44 JS, revision 16563

Removed all trace of richedit from scripts

2002-08-16 23:03 VZ, revision 16562

compilation fix for wxApp after exitOnFrameDelete changes

2002-08-16 22:57 VZ, revision 16561

a better fix for notebook page not being refreshed after Delete()

2002-08-16 22:29 JS, revision 16560

More script tweaks

2002-08-16 22:29 JS, revision 16559

Corrected SVG makefile

2002-08-16 21:07 JS, revision 16558

Corrected files for PDF RTF

2002-08-16 20:41 JS, revision 16557

Tweaks to distrib scripts

2002-08-16 19:54 RD, revision 16556

Bad copy/paste fix

2002-08-16 19:53 RD, revision 16555

SWIGged updates for wxMSW

2002-08-16 19:52 RD, revision 16554

Don't send EVT_KILL_FOCUS when the window is in the process of being deleted.

2002-08-16 19:45 RD, revision 16553

SWIGged update for wxGTK

2002-08-16 19:44 RD, revision 16552

Reorganized listctrl demo a bit so I can test a bug report

2002-08-16 18:52 RD, revision 16551

wxPython needs to deal with the new exitOnFrameDelete policy too.

2002-08-16 18:50 RD, revision 16550

Exit on frame delete is now initialized and handled in AppBase.

2002-08-16 17:39 RR, revision 16549

Compile fix.

2002-08-16 17:18 RR, revision 16548

Exchanged compile flags so that local include paths are used before others (such as PangoFT2'2).

2002-08-16 17:08 JS, revision 16547

Script tweaks

2002-08-16 16:18 JS, revision 16546

Applied patch [ 596061 ] Adds more navigation buttons to preview By Juergen Geltinger (jgelti)

2002-08-16 12:43 JS, revision 16545

Applied patch [ 566816 ] adds xBase type for Sequiter's SQL/ODBC

2002-08-16 12:22 JS, revision 16544

Fix for Unices with small command line space

2002-08-16 11:39 JS, revision 16543

Added wxMac distrib to tardist

2002-08-16 11:24 JS, revision 16542

Applied [ 594925 ] Implement wxArtProvider and XRC together By Robert O'Connor (robertoconnor) This patch is a draft which successfully allows a wxArtProvider to serve out icons to bitmaps for XRC files. The syntax to use a wxArtProvider bitmap is: <bitmap stock_id="wxART_INFORMATION" stock_client="wxART_TOOLBAR">somefallbackicon.png</bitmap> The bitmap is optional, and will only be used as a fallback image, if the wxArtProvider returned a wxNullBitmap for some reason. The client attribute, if not specified, currently will be wxART_OTHER. Perhaps there should be a guessing heuristic of it being in a menu node to call wxART_MENU. Usage of XRC resouces and wxArtProvider together can be seen in an updated /contrib/samples/xrc demo, which is a separate patch. Search the wx-dev mailing lists for "wxArtProvider" and "XRC" for the full discussions on this feature's API design. Applied patch [ 594932 ] Extended XRC XML resources sample By Robert O'Connor (robertoconnor) This is a more comprehensive introduction to how to get up and running using XRC in your new wxWindows project. It describes both the basics (for new users) and advanced features. It consists of a demo of dialogs and frames loaded from XRC. Each dialog has a textctrl at the top of the dialog, which walks the new user through that feature. There are 8 demos: The 4 basic ones: -A non-derived dialog, as typically used for an about dialog. -A derived dialog that loads its resources from an XRC (a frequently-asked question on the mailing lists), and responds to some simple events, including the disable-another-control-via-EVT_UPDATE_UI that is another FAQ, and powerful and simple-to-use feature. -A XRC reference "Controls" dialog, using a notebook. Each tab has a single control. All XRC handled widgets can be seen at a glance, and how to use them under XRC. -An uncentered dialog, to demonstrate the easy use of <centered>1</centered> to automatically place a Dialog centered on its parent.. The 4 advanced ones: -Embedding a custom class into an XRC dialog, by using the "unknown" class. -Using wxArtProvider to use stock icons from within your your XRC resources. -Using the platform attribute to selectively show a part of XRC based on the current OS. -Runtime variable expansion (demo only. Not implemented at this time). Also: -The main frame is now demonstrated as being loaded as an XRC. - The toolbar has longhelp tag demonstrated, and are hooked up to the same events as the menu to show how XRCID() works on the same tool and menuitem XRCID. -Some custom icons for the demonstration were created, and put into the toolbar and menubar. A custom icon also for the demonstration. -The example code has been put in 1 class per file (both .cpp and a matching .xrc), to make it much less confusing for a newcomer to figure out what class is what, expecially with all the wx macros for declaration and implementation.

2002-08-16 10:51 JS, revision 16541

Applied [ 594745 ] Fixes core dump under Forte 6U1 in imagbmp.cpp By John Skiff I was getting a core dump under Solaris 2.6 when storing images. My compiler is Forte 6 Update 1. The problem was in imagbmp.cpp: t@1 (l@1) signal BUS (invalid address alignment) in wxANIHandler::DoCanRead at line 1304 in file "imagbmp.cpp" 1304 if ( FCC1 != *riff32 ) (dbx) p FCC1 FCC1 = 31064321 (dbx) p *riff32 *riff32 = 1380533830 (dbx) I have tested the fix under Windows 2000, Solaris 2.6, and Irix 6.5.

2002-08-16 10:33 JS, revision 16540

Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT By John Skiff

2002-08-16 10:31 JS, revision 16539

Applied patch [ 594623 ] FL: No Taskbar entry for tool windows and also replaced -with-iodbc with -with-odbc in the docs.

2002-08-16 10:28 VZ, revision 16538

only test for pangoft2 if we're using GTK 2

2002-08-16 09:55 JS, revision 16537

Applied patch [ 594416 ] MDI Previous Child From Benjamin I. Williams

2002-08-16 02:27 RD, revision 16536

demo tweak

2002-08-16 02:27 RD, revision 16535

Compile fix

2002-08-16 00:53 VZ, revision 16534

wxCheckWindowWndProc() now checks for the original window proc in the window class and not for the current (possibly subclasses) window proc

2002-08-16 00:48 VZ, revision 16533

change the selection appropriately (and refresh it as needed) after deleting a notebook page

2002-08-16 00:44 VZ, revision 16532

fix for the bug introduced by the last commit: don't quit the program when a standard msg box is closed

2002-08-16 00:09 VZ, revision 16531

added a command to delete last page and not only the current one

2002-08-15 22:20 VZ, revision 16530

added missing header to fix wxGTK compilation

2002-08-15 22:14 VZ, revision 16529

ExitOnFrame behaviour update for wxMac

2002-08-15 20:49 RR, revision 16528

What did I change here?

2002-08-15 20:48 RR, revision 16527

Fix to not break GTK2 output. (wxLogMessage bug).

2002-08-15 20:47 RR, revision 16526

wxTextDataObject should convert to and from UTF8 in Unicode mode under GTK.

2002-08-15 20:45 RR, revision 16525

Further UNicode fixes.

2002-08-15 20:43 RR, revision 16524

strings are now wxChar

2002-08-15 20:42 VZ, revision 16523

the app doesn't exit any more if a dialog is shown (and destroyed) while the flow of control is still in OnInit()

2002-08-15 20:38 VZ, revision 16522

some old minor doc fixes I forgot to commit somehow

2002-08-15 19:38 VZ, revision 16521

added wxList::IsEmpty()

2002-08-15 17:55 VZ, revision 16520

fixed (and slightly cleant up) wxGTK compilation

2002-08-15 17:47 VZ, revision 16519

fixed a harmless warning (patch 595096) and added a comment

2002-08-15 13:28 SC, revision 16518

(hopefully) workaround for a carbon bug not always setting the modifiers event record field.

2002-08-14 23:26 RD, revision 16517

Allow AddWindow and RemoveWindow to be overridden in classes derived in Python

2002-08-14 23:25 RD, revision 16516

Typo fixed

2002-08-14 23:25 RD, revision 16515

Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.

2002-08-14 22:29 VZ, revision 16514

fixed the paths of the theme files in the VC++ wxUniv project

2002-08-14 21:46 SC, revision 16513

added key code fix to carbon event handler

2002-08-14 21:22 RD, revision 16512

Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK does already. IOW, Ctrl-C should result in keycode == 3, not 99.

2002-08-14 20:04 VS, revision 16511

define wxART_* constanst in way that will make adding XRC support easier

2002-08-14 19:00 SC, revision 16510

fix when not having precompiled headers

2002-08-14 18:41 SC, revision 16509

attempt to bring event system in synch with MSW

2002-08-14 17:09 SC, revision 16508

separated modifier keys handling in order to distinct key/up down events

2002-08-14 15:10 VZ, revision 16507

small fix to reduce flicker slightly while dragging the sash

2002-08-14 15:04 VZ, revision 16506

added a 1 line script to generate the tags file for wxMSW

2002-08-14 13:04 SC, revision 16505

added creation of dialog - perhaps needed for all platforms

2002-08-14 13:01 SC, revision 16504

added creation of dialog - perhaps needed for all platforms

2002-08-14 12:58 SC, revision 16503

cleanup code

2002-08-14 11:02 VS, revision 16502

Python support in wxrc

2002-08-14 00:29 RD, revision 16501

Put a panel under the colored windows so wxGTK's notebook doesn't munge the bg color

2002-08-13 23:59 RD, revision 16500

Fixes and other changes to the demo and some library modules so they work better (or at all) on wxMac

2002-08-13 23:25 RD, revision 16499

Changed style so it looks good everywhere

2002-08-13 23:16 VZ, revision 16498

Fixed size buffers are not a good thing. Period.

2002-08-13 23:16 RD, revision 16497

Use a better index

2002-08-13 23:12 RD, revision 16496

Added a sample to the demo that catches various key events and displays the details of the event.

2002-08-13 23:10 VS, revision 16495

fixed pangoft2 check: moved outsided cached block

2002-08-13 23:09 VS, revision 16494

reverted previous checkin

2002-08-13 23:09 VS, revision 16493

compilation fix

2002-08-13 22:37 VZ, revision 16492

tidied up patch 583937 (wxClassInfo dtor)

2002-08-13 20:59 RR, revision 16491

New GTK 2.0 Update() code.

2002-08-13 20:58 RR, revision 16490

New code for Update() under GTK 2.0. Added native GdkRegion() constructor to wxRegion.

2002-08-13 20:56 RR, revision 16489

Minor correction to GetTextExtent.

2002-08-13 20:37 RR, revision 16488

Forgot Unicode conversion in wxStaticText.

2002-08-13 19:55 RR, revision 16487

This way strconv copmiles again. I don't think this is the intended use of ICONV_CONST, though.

2002-08-13 19:40 VZ, revision 16486

better use strncpy() than strncat() with uninitialized buffer

2002-08-13 17:23 RR, revision 16485

Implemented GetTextExtent() for GTK 2.0.

2002-08-13 12:26 VZ, revision 16484

minor fixes: 1. removed "We already do it" as "We" is not a valid shell command :-) 2. define _GNU_SOURCE in setup.h and not in the compiler flags 3. allow to build with GTK2 without pangoft2 (and without printing then)

2002-08-13 12:17 SC, revision 16483

added new method MacSetupCursor

2002-08-13 11:45 VZ, revision 16482

compilation fix for wxGTK (missing header)

2002-08-13 09:51 SC, revision 16481

corrected BestSize algorithm

2002-08-13 09:14 SC, revision 16480

added missing wxMacPortSetter helper(this) calls

2002-08-13 08:50 SC, revision 16479

all controls use 32 bit values now

2002-08-13 06:55 SC, revision 16478

corrected internal window position after a zoom operation

2002-08-12 22:13 VS, revision 16477

added pangoft2 check to configure

2002-08-12 22:08 VS, revision 16476

seems I forgot to check in these changes to tex2rtf packaging scripts...

2002-08-12 21:56 RD, revision 16475

SWIGged updates for wxMac

2002-08-12 21:41 JS, revision 16474

'if' commented out by JACS on behalf of Hans Van Leemputten <Hansvl@softhome.net> who points out that UpdateSpinBtn should always be called, to ensure m_lastVisible is up to date.

2002-08-12 21:30 RD, revision 16473

More build/distrib tweaks

2002-08-12 19:47 RR, revision 16472

Added -lpangoft2-1.0 to link line. Added _GNU_SOURCE to compile line.

2002-08-12 19:33 RD, revision 16471

Fixed DSM

2002-08-12 19:17 RD, revision 16470

Added accessor for the main window in generic wxListCtrl. In wxMSW just returns self.

2002-08-12 19:16 RD, revision 16469

wxPySimpleApp calls wxInitAllImageHandlers

2002-08-12 17:56 RD, revision 16468

Little samples updates

2002-08-12 17:54 RD, revision 16467

More wxListCtrl test code

2002-08-12 17:54 RD, revision 16466

Show how to use a wxMemoryFSHandler

2002-08-12 17:45 RD, revision 16465

Build and distrib tweaks

2002-08-12 17:44 RD, revision 16464

Added menu icon methods everywhere

2002-08-12 15:43 JS, revision 16463

Increased the message buffer size

2002-08-12 11:10 VS, revision 16462

fixed wxChar definition

2002-08-12 11:10 VS, revision 16461

fixed another typo

2002-08-12 05:28 SC, revision 16460

updated project files

2002-08-11 23:47 DW, revision 16459

Font fixes for the font dialog

2002-08-11 20:11 JS, revision 16458

Corrected typos for typedef void (wxEvtHandler::*wxIconizeEventFunction)(wxIconizeEvent&); typedef void (wxEvtHandler::*wxMaximizeEventFunction)(wxMaximizeEvent&);

2002-08-11 19:39 RR, revision 16457

Same typo.

2002-08-11 19:39 RR, revision 16456

Typo.

2002-08-11 16:32 RR, revision 16455

Killing more wxConvLibc calls...

2002-08-11 16:17 RR, revision 16454

Corrected dangerous cast.

2002-08-11 13:09 RR, revision 16453

Added wxString::FromAscii() wxString::ToAscii(). Removed wxConvFile, made it a define wxConvLocal. Exchanged some wxConvLibc to wxConvLocal calls.

2002-08-10 20:02 SC, revision 16452

OSX fix

2002-08-10 20:01 SC, revision 16451

wxMac removed debugging code

2002-08-10 19:00 SC, revision 16450

commented out controlDef for carbon

2002-08-10 18:23 VS, revision 16449

fixed broken test in configure: no, DJGPP really is not UNIX...

2002-08-10 18:11 VS, revision 16448

tell that there was an error...

2002-08-10 17:27 MBN, revision 16447

Check if linking a motif program requires -lXp and/or -lSM -lICE

2002-08-10 16:02 RR, revision 16446

Compile fix for wxBase/Unicode/Unix.

2002-08-10 14:51 VS, revision 16445

SciTech MGL changed public interface again, let's accomodate...

2002-08-10 14:51 VS, revision 16444

fixed Julian-introduced typo

2002-08-10 14:41 RR, revision 16443

(char*)(const char*)xxx.mb_str() is not a good thing under Unicode.

2002-08-10 11:58 RR, revision 16442

Implemented the various printf() functions under Unicode with their GNU libc 2.2 funtions. This saves us some unicode<->ansi conversion and we no longer need the experimental printf() code in string.cpp. I had to implement wxSprintf() using wxSnprintf() as the former doesn't exist in Unicode GNU libc 2.2.

2002-08-10 11:54 RR, revision 16441

Added explicit Unicode conversion to wxDir - the code looked supicious to me.