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

2001-12-08 23:28 VS, revision 12940

Watcom docs correction

2001-12-08 23:26 VS, revision 12939

build zlib in WIN32, not MSDOS mode

2001-12-08 23:26 VS, revision 12938

compilation fix for Watcom C++

2001-12-08 23:25 VS, revision 12937

reverted SciTech sabotage of Watcom compilation (invalid definition of PNG,TIFF LINKAGEMODE)

2001-12-08 23:25 VS, revision 12936

moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers

2001-12-08 23:25 VS, revision 12935

compilation fix for Watcom

2001-12-08 23:13 VZ, revision 12934

fixed bugs with setting the client size when the difference between the total and client size changes as the result (e.g. because the scrollbars [dis]appear or the menu bar [un]wraps

2001-12-08 22:22 MBN, revision 12933

Applied #486410

2001-12-08 20:03 VZ, revision 12932

1. don't emulate OFN_OVERWRITEPROMPT, use the real thing 2. squeeze duplicate (back)slashes from the initial dir, othewise the common dialog doesn't work

2001-12-08 19:49 JS, revision 12931

Some updates to the MSW install text

2001-12-08 19:20 JS, revision 12930

Removed --use-temp-file removed from makeg95.env

2001-12-08 18:14 JS, revision 12929

Corrected CVS commit clash; small doc changes (removed Windows 3.1 reference since it's probably broken by now)

2001-12-08 18:04 RD, revision 12928

Added clipboard cut and paste

2001-12-08 14:03 VZ, revision 12927

initialize m_hasXXX in wxWindowBase

2001-12-08 08:00 SC, revision 12926

corrected constness

2001-12-08 01:25 RD, revision 12925

Added comment about an untested code path...

2001-12-08 01:15 RD, revision 12924

Nasty workaround for an incompatible low-level change in Python 2.2, but it was undocumented before 2.2 so I guess that's what I get...

2001-12-08 01:14 RD, revision 12923

also turn off build of gizmos and dllwidget if CORE_ONLY==1

2001-12-08 00:26 VZ, revision 12922

fixes for handling WM_SYSCOLORCHANGE - now seems to work

2001-12-08 00:26 VS, revision 12921

added wxMGL_DOS platform

2001-12-08 00:26 VS, revision 12920

- added precompiled headers code - more Watcom+DOS+MGL fixes

2001-12-08 00:25 VS, revision 12919

compilation fix

2001-12-07 23:28 RR, revision 12918

Made Aqua style internal in wxSplitterWindow.

2001-12-07 23:27 RR, revision 12917

Removed Aqua style from docs.

2001-12-07 22:51 VS, revision 12916

compilation fix for Watcom

2001-12-07 22:47 VS, revision 12915

DOS compilation fixes

2001-12-07 22:47 VS, revision 12914

fixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under DOS/Watcom

2001-12-07 22:46 VS, revision 12913

the sample should really really show treectrl's native/default look

2001-12-07 22:44 VS, revision 12912

fixed rendering of expanded nodes with exactly one child

2001-12-07 22:42 VS, revision 12911

compilation fix for Watcom/DOS

2001-12-07 22:41 VS, revision 12910

watcom fixes

2001-12-07 22:40 VS, revision 12909

compilation fix for Watcom

2001-12-07 22:40 VS, revision 12908

compilation fix for wxULongLongWx::Divide (Vadim, is this correct?)

2001-12-07 22:39 VS, revision 12907

(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE

2001-12-07 22:39 VS, revision 12906

wxFileSystem w/o wxUSE_MIMETYPE fixes

2001-12-07 22:39 VS, revision 12905

MS-DOS fixes

2001-12-07 20:18 GD, revision 12904

use "..." instead of <...> for wx includes

2001-12-07 18:45 RD, revision 12903

Added wxLEDNumberCtrl to gizmos and wxPython

2001-12-07 16:57 JS, revision 12902

Small corrections -- please remember to put a blank line at the end of each input file. Thank you

2001-12-07 15:24 VZ, revision 12901

show font encoding as well; use a splitter to allow resizing the windows

2001-12-07 15:23 VZ, revision 12900

propose to the user to use the replacement encoding if one was found

2001-12-07 05:35 SC, revision 12899

added method for getting the help menu on classic and carbon

2001-12-07 05:30 SC, revision 12898

added method for getting the help menu

2001-12-07 04:32 RD, revision 12897

Changed a method name

2001-12-07 00:09 VZ, revision 12896

fixed wxConfig memory leak in wxFontMapper

2001-12-07 00:08 VZ, revision 12895

don't crash in wxGetWindowXXX() if HWND is 0

2001-12-06 20:27 RD, revision 12894

dllwidget demo updates

2001-12-06 20:19 RD, revision 12893

.cvsignore

2001-12-06 20:01 RD, revision 12892

Added some event handlers to show they work

2001-12-06 20:00 RD, revision 12891

Don't send the button event in idle time, just release the mouse first.

2001-12-06 19:59 RD, revision 12890

Added wxDllWidget from Vaclav Slavik which allows wx widgets derived from wxWindow to be loaded from a C++ .dll (or .so) and be used in a wxPython program, without the widget having to be SWIGged first. Various updates for distribs

2001-12-06 17:01 RR, revision 12889

Added wxSP_SASH_AQUA style

2001-12-05 22:15 RL, revision 12888

typo fix

2001-12-05 21:05 GD, revision 12887

use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)

2001-12-05 20:39 SC, revision 12886

changed DoMoveWindow not to change the height of the spinbutton on mac

2001-12-05 20:38 SC, revision 12885

changed default size, because MacOS X was using the boundaries differently

2001-12-05 17:03 VS, revision 12884

DOS+Watcom fixes

2001-12-05 17:03 VS, revision 12883

compilation fixes (I wonder how did you people ever compile it...)

2001-12-05 17:03 VS, revision 12882

compilation fixes for Watcom+MGL+MS-DOS

2001-12-05 16:17 RD, revision 12881

wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag is used, but prevents the base class from seeing the flag so they won't be drawn twice with possibly different colours. Also changed all tabs to spaces, so the diffs will show a lot of whitespace-only changes.

2001-12-05 13:30 JS, revision 12880

Added univ.rsp and included files in wxMSW distrib

2001-12-05 11:02 JJ, revision 12879

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS compile support ----------------------------------------------------------------------

2001-12-05 09:28 JS, revision 12878

Updated version

2001-12-04 23:45 VS, revision 12877

MS-DOS fix

2001-12-04 23:44 VS, revision 12876

1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ???? Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call. 2. Compilation fixes for Watcom+MGL+MS-DOS

2001-12-04 23:44 VS, revision 12875

compilation fix - wxCoord, not int

2001-12-04 23:43 VS, revision 12874

watcom headers don't define M_PI

2001-12-04 21:08 RR, revision 12873

Aqua splitter sashes. Even bigger notebook for Aqua.

2001-12-04 20:08 SC, revision 12872

changed defaultitem method from belonging to a panel to any window

2001-12-04 19:41 MBN, revision 12871

Updated docs for wxTaskBarIcon

2001-12-04 19:40 MBN, revision 12870

Fix for very old w32api

2001-12-04 17:44 RR, revision 12869

Still more space around notebook pages...

2001-12-04 17:37 VZ, revision 12868

wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset

2001-12-04 17:22 RR, revision 12867

Notebook sizers didn't take any borders into account, esc. not those large ones under Aqua which caused ugly overlapping.

2001-12-04 16:48 SC, revision 12866

changed the button container from wxPanel to wxWindow

2001-12-04 16:37 RR, revision 12865

Compile fix for app.cpp without precompiled headers.

2001-12-04 16:29 VZ, revision 12864

fixed compilation

2001-12-04 16:22 SC, revision 12863

added default return and escape/command-period handling for dialogs

2001-12-04 15:52 RR, revision 12862

Temporary fix for wxFileName under Mac - ignore volumes.

2001-12-04 15:13 VZ, revision 12861

added wxFileName::MakeRelativeTo() and the tests/docs for it

2001-12-04 14:52 JS, revision 12860

Tried to fix makefile.g95

2001-12-04 14:14 VZ, revision 12859

compilation fix for HAVE_SETENV

2001-12-04 14:02 SC, revision 12858

MacOS X was having a coordinate rollover for a rectangle when painting the pane background

2001-12-04 12:13 JS, revision 12857

Ifdefed out code that wouldn't compile with Mingw32 2.95.2

2001-12-04 10:40 RL, revision 12856

(Blind) fix for BCC compile glitch.

2001-12-04 08:08 JS, revision 12855

Only paint lines in MSW

2001-12-04 04:21 RL, revision 12854

fix for wxDynamicCast making it safe to pass factory functions.

2001-12-04 01:29 VZ, revision 12853

fixed assert failure when removing a menu

2001-12-04 01:14 VZ, revision 12852

fixed Assign(fullpath, fullname)

2001-12-04 00:55 RR, revision 12851

The code in wxMac's listbox was too ambitious in filtering out surplus events.s

2001-12-03 23:25 RR, revision 12850

Make wxMac single line text control ignore ENTER

2001-12-03 21:37 RD, revision 12849

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 21:29 RR, revision 12848

Replaced && with $ in bittest.

2001-12-03 21:29 RD, revision 12847

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 20:58 RD, revision 12846

More fixes and updates

2001-12-03 20:52 JS, revision 12845

Moved line-drawing to splittree implementation.

2001-12-03 20:41 RD, revision 12844

Added SplitTree sample to the demo Fixes for wxEditor and its FrogEdit sample Misc. other stuff

2001-12-03 18:28 VZ, revision 12843

fixed bug in AssignDir() which didn't always consider the argument as directory

2001-12-03 18:17 RD, revision 12842

Removed m_clientData and related methods as it's now handled by the wxClientDataContainer mixin.

2001-12-03 14:52 GT, revision 12841

Removed a call to Upper() on the table name when building an UPDATE statement. Patch #488365 submitted by Christophe Massaloux

2001-12-03 11:36 JS, revision 12840

Fixed some label errors

2001-12-03 11:17 JS, revision 12839

Added wxUSE_TIPWINDOW

2001-12-03 10:55 GT, revision 12838

Removed semicolons from end of DECLARE_DYNAMIC_CLASS() and DECLARE_NO_COPY_CLASS() lines

2001-12-03 10:54 GT, revision 12837

Changed all the wxASSERT(0) calls to use wxFAIL_MSG()

2001-12-03 10:54 GT, revision 12836

Changed all the wxASSERT(0) calls to use wxFAIL_MSG() Removed the TABs in the source replacing with the standard number of spaces Removed variable definitions from FOR statements defining the variables before the FOR statement

2001-12-03 00:30 VZ, revision 12835

fixed mem leak in wxDataObjectComposite

2001-12-03 00:11 VZ, revision 12834

don't use wxRegEx in wxString::Matches

2001-12-02 22:54 GT, revision 12833

Fixed incorrect deletion of hPalette if the call to wxReadDIB() fails

2001-12-02 20:53 GD, revision 12832

corrected line endings in xml files (mistakenly committed with mac eol)

2001-12-02 20:02 GD, revision 12831

filter CodeWarrior data directories during recursive directory scan

2001-12-02 19:19 GD, revision 12830

added not concerning conversion of xml files to CodeWarrior binary projects

2001-12-02 18:40 GD, revision 12829

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 18:11 GD, revision 12828

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 17:09 GD, revision 12827

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 16:41 GD, revision 12826

removed obsolete mac related directories and files

2001-12-02 16:19 VZ, revision 12825

fixed bad choice of accel keys

2001-12-02 16:18 VZ, revision 12824

fixed redraw problems on resize under MSW

2001-12-02 15:57 VZ, revision 12823

more fixes to target window scrolling

2001-12-02 15:04 VZ, revision 12822

fixed event processing for the target window

2001-12-02 14:52 GD, revision 12821

added instructions concerning applescripts to convert xml files

2001-12-02 14:51 GD, revision 12820

updated todo list

2001-12-02 14:50 GD, revision 12819

added folder update in order to run correctly under Mac OS X

2001-12-02 13:35 VZ, revision 12818

really avoid the compiler warning

2001-12-02 13:29 VZ, revision 12817

SetDefaultStyle(wxTextAttr()) now resets the default style instead of not changing it at all

2001-12-02 10:07 RL, revision 12816

fixes for contrib build.

2001-12-02 01:54 RD, revision 12815

wxTipWindow can now derived from wxFrame if not wxUSE_POPUPWIN, or wxPopupTransientWindow otherwise.

2001-12-02 01:51 VZ, revision 12814

fixed stupid bug which prevented automatic encoding conversion

2001-12-02 00:49 VZ, revision 12813

always use HWND first in WM_COMMAND handler to avoid mixing the controls with the same id

2001-12-02 00:46 VZ, revision 12812

fixed bug introduced earlier today in wxTempFile::Open()

2001-12-02 00:08 VZ, revision 12811

really fixed wxLongLong

2001-12-01 23:53 VZ, revision 12810

fixed VC++ compilation

2001-12-01 20:58 RD, revision 12809

Added a dependency for setup.h so it will be copied again if needed

2001-12-01 20:49 RD, revision 12808

compilation fix

2001-12-01 18:26 VZ, revision 12807

updated dmalloc home page address

2001-12-01 17:48 GD, revision 12806

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 17:18 VZ, revision 12805

1. added wxFileName::CreateTempFileName() and implemented it properly (using mkstemp() when available) 2. wxTempFile::Open() and wxGetTempFileName() now use CreateTempFileName() avoiding code duplication 3. updated the docs

2001-12-01 17:16 VZ, revision 12804

added wxStringBuffer helper

2001-12-01 14:52 MBN, revision 12803

Applied #487077: updates/fixes for BCC32

2001-12-01 14:40 RL, revision 12802

somehow this got missed on the last commit..

2001-12-01 13:51 RL, revision 12801

Added wxFile::write_excl and use it from wxTempFile to securely open the temporary file.

2001-12-01 13:46 VZ, revision 12800

fixed Borland C++ compilation

2001-12-01 13:34 GD, revision 12799

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 13:13 RL, revision 12798

fix wxUINT64_SWAP macro to use wxULongLong now that it exists.

2001-12-01 12:57 VZ, revision 12797

disable wxUSE_POPUPWIN for Motif

2001-12-01 12:56 VZ, revision 12796

fixed assert to avoid compilation warnings

2001-12-01 12:53 VZ, revision 12795

fixed compilation warning about signed/unsigned comparison

2001-12-01 12:26 JS, revision 12794

Attempted to fix splittree problem by not pushing event handler

2001-12-01 09:15 JS, revision 12793

Corrected small error but still no tree visible :-(

2001-12-01 08:17 GD, revision 12792

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 03:56 RL, revision 12791

oops, still missed one.

2001-12-01 03:43 RL, revision 12790

Added 2 extra macros to handle all the flavours of wxInt64 :( Did a quick and dirty cut'n'paste to implement wxULongLong and provide wxUint64 on platforms without a suitable native type. Noted it's existance and inappropriate methods in the wxLongLong docs.

2001-12-01 03:28 VZ, revision 12789

added wxUSE_TIPWINDOW

2001-12-01 03:24 VZ, revision 12788

regenerated

2001-12-01 03:21 VZ, revision 12787

added wxUSE_TIPWINDOW

2001-12-01 03:18 VZ, revision 12786

fixed compilation after wxTipWindow base class change, added wxUSE_TIPWINDOW

2001-12-01 03:17 VZ, revision 12785

documented ConvertStringToArgs

2001-12-01 03:16 VZ, revision 12784

1. GetCwd() now has the volume argument, Normalize() works correctly for the paths without full path but with the volume 2. fixed old SplitPath() version without volume to behave in a backwards compatible way 3. added more docs

2001-12-01 02:28 VZ, revision 12783

more fixes for volume names handling

2001-12-01 02:25 RD, revision 12782

Updated PyCrust contrib from Patrick O'Brian. Added an enhanced wxEditor from Steve Howell and Adam Feuer.

2001-11-30 23:40 VZ, revision 12781

added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric to avoid crashes related to creating the log dialog as child of a window which is destroyed before it is

2001-11-30 23:38 VZ, revision 12780

wxFILE_SEP_PATH_VMS must be '.', not '/'

2001-11-30 23:33 RD, revision 12779

Updated contribs from Lorne White

2001-11-30 23:18 RD, revision 12778

Tweaking this demo a bit

2001-11-30 23:17 RD, revision 12777

SWIGged code update for wxGTK

2001-11-30 23:15 RD, revision 12776

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 23:08 VZ, revision 12775

reverted previous change - it doesn't fix the bug I wanted to fix

2001-11-30 23:03 RD, revision 12774

Forgot to take the unneeded code out

2001-11-30 23:02 RD, revision 12773

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 22:55 VZ, revision 12772

don't use implicit parent for the progress dialogs

2001-11-30 22:10 DW, revision 12771

Can't just wxASSERT(0). Give "constant in conditional expression" errors on some compilers. Also bad control codes on the end of some preprocessor constants.

2001-11-30 21:56 VZ, revision 12770

extended file name tests

2001-11-30 21:55 VZ, revision 12769

added volume support and support for UNC paths under Windows, improved Mac and VMS support

2001-11-30 21:53 VZ, revision 12768

added wxFileName docs skeleton

2001-11-30 21:43 VZ, revision 12767

now the methods are sorted in the correct order in the generated docs

2001-11-30 21:19 RD, revision 12766

Added the standard lines needed for compiling with PCH, and etc.

2001-11-30 21:17 RD, revision 12765

SWIGged code update

2001-11-30 21:16 RD, revision 12764

Attempted to add the SplitTree gizmo classes, but it is not working on MSW... :-(

2001-11-30 20:59 GD, revision 12763

added AppleScripts to export/import xml files from/to projects

2001-11-30 17:02 VZ, revision 12762

corrected InternetGetConnectedState() prototype

2001-11-30 16:54 VZ, revision 12761

set app name to argv[0] by default, as was done before

2001-11-30 07:34 JS, revision 12760

Fixed bug in wxConvertDIBToBitmap (contributed)

2001-11-30 05:08 RD, revision 12759

SWIGged code update for wxGTK

2001-11-30 05:07 RD, revision 12758

Fixed some warnings in wxSTC

2001-11-30 02:16 RD, revision 12757

Another blind attempt to fix AltGr issues in wxSTC, and a context menu fix for wxGTK.

2001-11-29 21:41 VS, revision 12756

czech translation update (not yet finished)

2001-11-29 19:47 VZ, revision 12755

fixed backslashes parsing in the cmd line

2001-11-29 15:05 JS, revision 12754

Don't convert args if NULL

2001-11-29 01:08 RL, revision 12753

Add wxPython/contrib/gizmos to PYTHON_DIST

2001-11-29 00:51 RD, revision 12752

Changes to ensure that GDI objects returned from Python methods are copied, not just left as references. The old way was counter-intuitive for Python.

2001-11-28 23:10 VS, revision 12751

fixes w.r.t. size_t vs. int

2001-11-28 22:44 MBN, revision 12750

Fixed error in translation ( thanks to Nerijus Baliunas for spotting it ) Added some more translations.

2001-11-28 19:50 VZ, revision 12749

fixed (at least some of) the focus asserts

2001-11-28 19:27 VZ, revision 12748

HelpGen doesn't work in GUI mode

2001-11-28 18:33 JS, revision 12747

Small change

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

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

2001-11-28 18:22 JS, revision 12745

Fixing wxMicroWindows compilation

2001-11-28 18:10 VZ, revision 12744

replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with "CXX = $(shell wx-config --cxx)" in all makefile.unx

2001-11-28 17:53 VZ, revision 12743

added missing files

2001-11-28 16:28 RR, revision 12742

Darwin has commandline args. Position controls right under Mac.

2001-11-28 15:41 JS, revision 12741

Added missing files to project file.

2001-11-28 12:30 VZ, revision 12740

replaced `wx-config --cflags` with `wx-config --cxxflags` and mentioned that it must be done in user makefiles too in changes.txt

2001-11-28 09:47 RD, revision 12739

Added wxChildFocusEvent Updated wxHtmlWindow Added wxEditableListBox

2001-11-28 09:17 RD, revision 12738

Added tooltips to the buttons in the wxEditableListBox

2001-11-28 00:36 VZ, revision 12737

blind fix for iconizing/restoring hidden child frames bug

2001-11-28 00:34 VZ, revision 12736

fixed stupid bug in tab traversal code which totally broke it whenever mouse was used to change focus

2001-11-27 21:09 MBN, revision 12735

Added --use-temp-file to RESFLAGS in 2.2, too

2001-11-27 20:44 MBN, revision 12734

Fixes for Cygwin compilation

2001-11-27 18:14 VS, revision 12733

second halt of Chris' wxImage ICO patch

2001-11-27 18:13 VS, revision 12732

added two-step creation of wxHtmlWindow

2001-11-27 18:13 VS, revision 12731

compilation fix

2001-11-27 18:12 VS, revision 12730

docs update for Greg's wxGenericTreeCtrl patch

2001-11-27 16:15 VZ, revision 12729

fudged the extra width in GetBestSize() to fit better

2001-11-27 14:46 VZ, revision 12728

added some test for the choice dialog sizing

2001-11-27 14:45 VZ, revision 12727

don't show scrollbars at all when the window is big enough

2001-11-27 14:44 VZ, revision 12726

added more instruction for writing the docs

2001-11-27 14:43 VZ, revision 12725

oops, forgot to commit the header for the notebook fix

2001-11-27 14:12 RL, revision 12724

another typo fix (of mine) more significant than a missing apostophe.

2001-11-27 14:02 RL, revision 12723

wx2.2.8.5 for debian, here we come. This time with SIZE_T defines in setup.h so it really will work.

2001-11-27 13:44 RL, revision 12722

oops, add wxSIZE_T_IS_* to setup.h.in -- forgot our build system doesn't take care of that by itself..

2001-11-27 07:00 RD, revision 12721

New SWIGged files for wxGTK

2001-11-27 06:59 RD, revision 12720

set the background brush to the window's background colour

2001-11-27 06:22 RD, revision 12719

New SWIGged files for wxMac

2001-11-27 05:44 RD, revision 12718

Added IsVertical to wxMac's wxScrollBar. (It doesn't derive from wxScrollbarBase)

2001-11-27 02:56 RD, revision 12717

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 02:51 RD, revision 12716

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 00:35 RD, revision 12715

Shapes will now draw the right background color when erased if the canvas is not white.

2001-11-27 00:18 VS, revision 12714

wxMGL compilation fix

2001-11-26 21:21 GD, revision 12713

corrected shared library linking for Darwin (dylib initialisation routine) disabled joystick for wxMAC and wxMOTIF (not yet implemented) unified configure warning messages

2001-11-26 21:13 GD, revision 12712

corrected shared library linking (add wx library to link)

2001-11-26 19:58 RD, revision 12711

Changed WXDLLEXPORT --> GIZMOSDLLEXPORT (and added it where is wasn't used) so gizmos can be used with wx DLL but not be a DLL itself.

2001-11-26 16:35 VZ, revision 12710

fixed listbox initial size determination

2001-11-26 14:50 VZ, revision 12709

superposition of text styles in wxTextCtrl now works as expected (and as documented)

2001-11-26 14:38 VZ, revision 12708

removed unneeded include from the header

2001-11-26 12:05 VZ, revision 12707

fixed notebook tabs refresh when changing them under wxGTK

2001-11-26 11:33 VZ, revision 12706

fixed wxRadioBox::Enable() and Show() to enable/show the buttons as well

2001-11-26 11:24 VZ, revision 12705

fix for incorrect assert in SetClientObject

2001-11-26 11:23 VZ, revision 12704

compilation warning fixed for wxUSE_TOOLTIPS==0

2001-11-26 07:33 GD, revision 12703

added missing const for char* arguments

2001-11-26 06:47 GD, revision 12702

Added compile-time check to be sure that wxUSE_ is set to 1

2001-11-26 03:53 RL, revision 12701

added wx(U)int64, then added it to wxDataStream so contrib should (hopefully) now build on alpha, ia64, s/390 without the kludge from 2.2

2001-11-25 23:17 VS, revision 12700

wxT(), not _()

2001-11-25 21:52 GD, revision 12699

added dynamic shared library (dylib) initialization routine for Darwin

2001-11-25 21:36 VZ, revision 12698

added wxCmdLineParser::ConvertStringToArgs(), wxApp::ConertToStandardCommandArgs() now uses it

2001-11-25 20:31 MBN, revision 12697

Updated Italian translations

2001-11-25 20:10 RR, revision 12696

Correct wxTimer bug in wxGTK. Correct SetSize bug for certain Toplevel windows in wxMAC.

2001-11-25 20:00 RL, revision 12695

oops, the size_t test actually is still needed in sndwav until we fix wxDataOutputStream to be 64 bit friendly.

2001-11-25 19:19 GD, revision 12694

removed MAKE variable which is set by make, otherwise it recursive makes do not work when make is in fact gmake (or some other name)

2001-11-25 18:39 VZ, revision 12693

fixed comment about [not] deleting wxConfig::Get() pointer

2001-11-25 18:18 VZ, revision 12692

changed wxYES_NO to be equal to wxYES | wxNO freeing another style bit which allows to avoid conflicts between wxYES and wxTE_MULTILINE

2001-11-25 18:11 VZ, revision 12691

fixed wxTE_LINESCROLL definition to not conflict with wxTE_PROCESS_ENTER

2001-11-25 17:12 VZ, revision 12690

fixed VC++ warning

2001-11-25 16:43 GD, revision 12689

corrected case of DeRez for Mac OS X

2001-11-25 15:54 GD, revision 12688

moved wx/panel include to correct wxGTK compilation error

2001-11-25 15:35 VZ, revision 12687

removed small as otherwise the code was apparently unreadable in HTML docs

2001-11-25 15:32 VZ, revision 12686

minor updates/clarifications to the wxNotebook docs

2001-11-25 15:18 GD, revision 12685

removed trailing ; after DECLARE_ macros

2001-11-25 15:17 VZ, revision 12684

added Remove() test

2001-11-25 15:08 GD, revision 12683

removed trailing ; after DECLARE_NO_COPY_CLASS

2001-11-25 14:59 VZ, revision 12682

centre on screen the dialogs without epxlicit position

2001-11-25 14:41 VZ, revision 12681

fixed the message when creating setup.h

2001-11-25 14:32 VZ, revision 12680

added wxCHANGE_DIR test

2001-11-25 14:27 VZ, revision 12679

added wxCHANGE_DIR flag support to wxMSW implementation

2001-11-25 12:58 GD, revision 12678

use "..." instead of <...> for wx includes

2001-11-25 12:56 GD, revision 12677

remove static libraries and recreate them to avoid stale object files

2001-11-25 12:51 GD, revision 12676

use "..." instead of "..." for wx includes

2001-11-25 12:50 GD, revision 12675

corrected blind fix of missing .c_str()s

2001-11-25 09:39 RD, revision 12674

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 09:10 RD, revision 12673

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 08:53 RD, revision 12672

Added ability for wxSTC's scrollbars to be supplieed externally, such as those that are created in wxDynamicSashWindows,

2001-11-25 08:51 RD, revision 12671

Added wxDS_DRAG_CORNER so the corner dragging can be turned off.

2001-11-25 02:34 RD, revision 12670

Honor the SetUseHorizontalScrollBar setting.

2001-11-25 00:57 VZ, revision 12669

fix for focus handling in case when the panel itself is clicked

2001-11-25 00:53 VZ, revision 12668

and now fixes for compilation with wxUSE_PALETTE=1

2001-11-25 00:51 VZ, revision 12667

typo: & was used instead of &&

2001-11-25 00:23 VZ, revision 12666

wxUniv compilation fixes

2001-11-25 00:22 VZ, revision 12665

compilation warning (and possible bug) fix

2001-11-25 00:22 VZ, revision 12664

fixes for compilation with wxUSE_PALETTE=0

2001-11-25 00:21 VZ, revision 12663

added GetHpalette[Of] macros

2001-11-25 00:20 VZ, revision 12662

compilation fix for wxUSE_TEXTBUFFER=0

2001-11-25 00:17 VZ, revision 12661

blindly added missing .c_str()s to fix compilation

2001-11-24 23:59 VS, revision 12660

wxToolBar support in wxUniv/wxFrame (well, sort of -- with wxToolBarSimple only and it looks really weird. I don't know yet if it is my fault or wxTBSimple's...

2001-11-24 23:59 VS, revision 12659

wxToolBar support in wxUniv/wxFrame

2001-11-24 23:59 VS, revision 12658

fool-proof wxDC::SetPalette(wxNullPalette)

2001-11-24 23:59 VS, revision 12657

fix for palette restoration in wxToolBarSimple

2001-11-24 23:58 VS, revision 12656

compilation fix

2001-11-24 23:57 VS, revision 12655

minor syntactic fix

2001-11-24 23:56 VS, revision 12654

better behaviour of wxMGL's wxTimer w.r.t. memory allocations

2001-11-24 23:55 MBN, revision 12653

Must honour wxUSE_TOOLTIPS in tooltip.h

2001-11-24 23:55 VS, revision 12652

- better behaviour of wxMGL's wxTimer w.r.t. memory allocations - fix for crash when wxTimer was deleted from wxTimer::Notify

2001-11-24 23:55 VS, revision 12651

added AM_PATH_WXCONFIG macro and its installation

2001-11-24 23:39 MBN, revision 12650

* added new --enable-logdialog option * added warning for use of wxToolTip in wxUniv * corrected some cut&paste errors ( now --disable-pnm doesn't disable XPMs anymore... )

2001-11-24 13:30 VS, revision 12649

added contrib strings to catalog and regenerated po files

2001-11-24 13:26 VS, revision 12648

backported imagjpeg memory leak fix to 2.2

2001-11-24 13:25 VS, revision 12647

forgot to remove ;; when applying the patch

2001-11-24 12:58 JS, revision 12646

Include windows.h before sql headers, if compiling with VC++. Otherwise, for files that don't use wxprec.h (non-sample/demo files), windows.h may not have been included, and sqltypes.h will fail to compile.

2001-11-24 09:28 GD, revision 12645

correction for compilation under Mac OS X

2001-11-24 06:07 , revision 12644

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

2001-11-24 06:07 RL, revision 12643

removed the dirty kludge from sndwav and changed the __alpha__ test to check wxSIZE_T_IS_UINT since it doesn't change the API at all.

2001-11-24 05:39 RL, revision 12642

Ignore what the diff says.. think "added S/390 support". Really. The rest is just an illusion, as was ever not supporting S/390.

2001-11-24 05:26 RL, revision 12641

Backported size_t test from 2.3 to replace platform test kludge in sndwav.cpp. Prepared new debs suitable for S/390 release.

2001-11-24 03:50 RD, revision 12640

Give wxDynamicSashReparentEvent a copy ctor and a proper Clone so it can be used with AddPendingEvent.

2001-11-23 22:28 SC, revision 12639

formatting

2001-11-23 22:26 SC, revision 12638

moved test for valid controlpart into this method

2001-11-23 22:25 SC, revision 12637

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:24 VZ, revision 12636

added test for selecting intial colour in the col dlg

2001-11-23 22:23 SC, revision 12635

carbon compat routine define

2001-11-23 22:22 VZ, revision 12634

show correctly the initially selected colour and update the sliders (patch 484415)

2001-11-23 22:10 SC, revision 12633

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:08 MBN, revision 12632

wxPerl documentation updates

2001-11-23 21:58 VZ, revision 12631

fixed UMR (patch #484863)

2001-11-23 21:28 GD, revision 12630

corrected makefiles following suggestion by MBN

2001-11-23 19:59 GD, revision 12629

added missing wxUSE_SYSTEM_OPTIONS define

2001-11-23 19:43 VZ, revision 12628

implemented GetBestSize() for wxChoice

2001-11-23 19:42 RR, revision 12627

Restored wxFileName::GetModificationTime() under Classic.

2001-11-23 19:39 VS, revision 12626

applied Greg's refinment of hist treectrl patch

2001-11-23 19:38 VS, revision 12625

fixed memory leak in imagjpeG (patch #484865)

2001-11-23 19:38 VS, revision 12624

cosmetic change: XML resource -> XRC resource

2001-11-23 17:14 RR, revision 12623

Fixed mouse move bug. No idea why it has to be fixed, but MacOS X seems to send incorect event states.

2001-11-23 13:51 JS, revision 12622

Some corrections

2001-11-23 13:45 JJ, revision 12621

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/filefn.h wxWindows/include/wx/filename.h wxWindows/src/common/descrip.mms wxWindows/src/common/filename.cpp Updates for OpenVMS, -Updated copmpile support for new files/features -First version of OpenVMS file support (wxPATH_VMS). (will need a lot of testing on OpenVMS systems) ----------------------------------------------------------------------

2001-11-23 13:40 VZ, revision 12620

added comment for OnScroll

2001-11-23 13:34 JJ, revision 12619

Committing in . Modified Files: wxWindows/samples/dialogs/dialogs.cpp added conditional compilation for replacement dialogs in oder to allow compilation on non-MSW systems. ----------------------------------------------------------------------

2001-11-23 13:27 JS, revision 12618

Fixed Plot compilation, aliased OnScroll to HandleOnScroll

2001-11-23 12:42 JS, revision 12617

Added file and fixed compilo

2001-11-23 12:37 JS, revision 12616

Fixed VC++ project file

2001-11-23 12:37 JS, revision 12615

Added event Clone functions

2001-11-23 12:17 VZ, revision 12614

updated and expanded wxLog docs

2001-11-23 12:10 VZ, revision 12613

updated and expanded wxLog docs

2001-11-23 00:43 GT, revision 12612

Added missing documentation for a function

2001-11-23 00:42 GT, revision 12611

"char *" changed to "wxChar *" in several places "Documentation needed" comments removed as the function(s) are now documented

2001-11-23 00:39 GT, revision 12610

MS Access support fix Standardized the parameter names for "colNo" in all places A few more unicode adjustments (but Unicode is still not supported by these classes)

2001-11-23 00:24 GT, revision 12609

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC Initialized the temporary date variables so that if a date in the DB is corrupt, then the variables will have a default value in them. When data sources list box is populated, if the DB specified in the .CFG file is no longer in the list, a wxASSERT() message was generated in debug builds. Now the program makes sure that the datasource is in the listbox's choices before trying to set the selected choice to that string

2001-11-22 23:55 VS, revision 12608

blind fix for wxGIFDecoder::ReadGIF

2001-11-22 23:55 VS, revision 12607

mo files are now with lang directive

2001-11-22 23:17 GT, revision 12606

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC

2001-11-22 23:15 GT, revision 12605

Removed non-reachable code (consulted Aleks first, and he said the code was no longer needed) Commented out unused variables to stop BCC warnings - left the code for debugging purposes Removed hardcoded tabs and replaced with spaces per the wxWindows code style specs Spelling typos fixed in comments Miscellaneous source formatting issues fixed to meet standard wxwindows coding styles

2001-11-22 22:20 MBN, revision 12604

Fixed/simplified Makefile

2001-11-22 22:03 GD, revision 12603

use "..." instead of <...> for wx headers

2001-11-22 21:30 VZ, revision 12602

fixed memory leaks

2001-11-22 21:14 VZ, revision 12601

added check for NULL Clone() return

2001-11-22 21:03 VZ, revision 12600

removed read() declaration which resulted in a warning

2001-11-22 20:17 GD, revision 12599
  • D /wxWidgets/trunk/samples/erase/make_cw.mcp
  • D /wxWidgets/trunk/samples/minimal/make_cw.mcp

removed obsolete CodeWarrior projects

2001-11-22 20:15 GD, revision 12598
  • D /wxWidgets/trunk/samples/erase/makemac.mcp
  • D /wxWidgets/trunk/samples/menu/makemac.mcp
  • D /wxWidgets/trunk/samples/newgrid/makemac.mcp

removed obsolete CodeWarrior 5 projects

2001-11-22 20:15 RL, revision 12597

changed charset back to iso-8859-1

2001-11-22 17:56 MBN, revision 12596

Pass parameters ( UNICODE WXUSINGDLL FINAL ) to subdirectories' makefiles.

2001-11-22 14:20 JS, revision 12595

Added zip file containing DSW files for samples and demos

2001-11-22 14:16 JS, revision 12594
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.dsw

Removed dsw file

2001-11-22 14:03 GT, revision 12593

Added the missing keyword 'const' to the fix for virtual Clone() function

2001-11-22 13:31 JS, revision 12592
  • D /wxWidgets/trunk/samples/console/console.dsw
  • D /wxWidgets/trunk/samples/minimal/minimal.dsw

Removed some dsw files from CVS

2001-11-22 13:20 JS, revision 12591

Added empty Clone method for cbPluginEvent

2001-11-22 12:59 JS, revision 12590

#ifdefed out the joystick code, and removed the wxBitmapList addition from the wxBitmap constructor that was causing a crash.

2001-11-22 12:58 JS, revision 12589

Applied patch #484508 (mostly sample warnings). I've no idea why CVS thinks that the .mcp files have been changed - they haven't.

2001-11-22 11:38 RR, revision 12588

Tries to fix wxListBox focus problems.

2001-11-22 11:18 JS, revision 12587

Added missing VC++ project files

2001-11-22 11:18 , revision 12586

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

2001-11-22 10:38 VZ, revision 12585

added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its operator=() return type

2001-11-22 09:11 MBN, revision 12584

Unicode compilation fixed for almost all samples

2001-11-22 09:10 MBN, revision 12583

Unicode compilation fixes

2001-11-22 09:09 MBN, revision 12582

Converting uninitialized data is not a Good Idea

2001-11-22 09:08 MBN, revision 12581

Must convert the last part, too

2001-11-22 09:04 MBN, revision 12580

Readded --use-temp-file to RCFLAGS, needed for old windres

2001-11-22 09:03 MBN, revision 12579

Test for wctype.h Fix for broken Cygwin wchar.h

2001-11-22 00:58 VZ, revision 12578

fix for Unicode build

2001-11-22 00:43 VZ, revision 12577

minor flicker reduction in the virtual list ctrl

2001-11-22 00:33 VS, revision 12576

added -static packages to specfiles

2001-11-22 00:32 VS, revision 12575

changes to wx-config --static to allow static linkage in presence of shared library

2001-11-22 00:31 VS, revision 12574

reverted fix for missing wxEvent::operator=

2001-11-22 00:30 VS, revision 12573

change to /usr/share/wx/version

2001-11-22 00:29 VS, revision 12572

- change to /usr/share/wx/version - do not set executable flag for .a libraries

2001-11-22 00:29 VS, revision 12571

oops, checked in wrong version of wxMOtif.spec

2001-11-21 23:48 VZ, revision 12570

fixed wxDropFilesEvent dtor, added copy ctor and implemented Clone() for it

2001-11-21 23:39 VZ, revision 12569

fixed wxTaskBarIcon compilation

2001-11-21 22:59 DW, revision 12568

New .def file.

2001-11-21 21:46 VZ, revision 12567

mention wxObject and wxEvent API changes

2001-11-21 21:44 VZ, revision 12566

1. removed wxObject::CopyObject() and Clone() - some objects just can't be copied 2. made wxEvent::Clone() pure virtual and added missing Clone()s to the other event classes which this changes has helped to discover

2001-11-21 21:42 VZ, revision 12565

expanded the comment about redefining the client data methods a bit

2001-11-21 20:51 , revision 12564
  • A /wxWidgets/tags/COPY_OBJECT
  • D /wxWidgets/tags/COPY_OBJECT/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/COPY_OBJECT/lib/dummy
  • R /wxWidgets/tags/COPY_OBJECT/misc/afm
  • A /wxWidgets/tags/COPY_OBJECT/misc/afm/.cvsignore
  • A /wxWidgets/tags/COPY_OBJECT/misc/afm/Zapf.afm
  • R /wxWidgets/tags/COPY_OBJECT/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/COPY_OBJECT/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/internat.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/internat.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/expt.cpp
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/fload.xbm
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/layout.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/chart.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/png/pngdemo.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/printing/fload.xbm
  • R /wxWidgets/tags/COPY_OBJECT/samples/printing/printing.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/tab/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/src/common/glob.inc
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/cross.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/horiz.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/verti.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/cross.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/verti.xbm
  • D /wxWidgets/tags/COPY_OBJECT/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/COPY_OBJECT/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/COPY_OBJECT/src/html/search.cpp
  • R /wxWidgets/tags/COPY_OBJECT/src/png/ansi2knr.1
  • D /wxWidgets/tags/COPY_OBJECT/src/png/makefile.nt
  • R /wxWidgets/tags/COPY_OBJECT/src/png/scripts
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/build.bat
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/COPYRIGHT
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/mkh
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/README
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_color.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_lex.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_nfa.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regerrs.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.3
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.7
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex2.h
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/rege_dfa.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regfronts.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regguts.h
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/re_syntax.n
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/split.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/tclUniData.c
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/tests
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/utils.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/WHATSNEW
  • D /wxWidgets/tags/COPY_OBJECT/src/unix/net.cpp
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/algorithm.txt
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/ChangeLog
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/configure
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/descrip.mms
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/INDEX
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infblock.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infcodes.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/inffast.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/inftrees.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infutil.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Makefile.in2
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Make_vms.com
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/maketree.c
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/README
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/trees.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/zlib.3
  • D /wxWidgets/tags/COPY_OBJECT/utils/wxPython
  • D /wxWidgets/tags/COPY_OBJECT/utils/wxprop

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

2001-11-21 20:51 GD, revision 12563

added missing joystick source file for wxMotif

2001-11-21 18:45 VZ, revision 12562

fixed compilation somehow, the code is still broken!

2001-11-21 17:25 VZ, revision 12561

replaced wxSocketEvent::CopyObject() with Clone()

2001-11-21 16:43 VZ, revision 12560

changes to match listctrl.h changes (forgot to commit yesterday, sorry)

2001-11-21 13:30 RL, revision 12559

add some output to the GL tests..

2001-11-21 13:20 RL, revision 12558

Where's GL? Hopefully wx-config will now tell us if we need to know.

2001-11-21 05:33 RL, revision 12557

backported 2.2 packaging fixes for python 2.1

2001-11-21 05:30 RL, revision 12556

merged some message catlogues from 2.2 that were missing from 2.3 updated all .po files from current source.

2001-11-21 04:47 RL, revision 12555

'fixed' header fields that new gettext complains about.

2001-11-21 00:43 VZ, revision 12554

1. restored wxEvent::operator=() 2. removed wxListEvent::CopyObject() 3. refresh fixes to MSW virtual list control

2001-11-21 00:06 VS, revision 12553
  • D /wxWidgets/trunk/distrib/msw/tmake/baserpm.t
  • D /wxWidgets/trunk/src/rpmfiles.lst

removed rpmfiles.lst

2001-11-21 00:03 VS, revision 12552

client area origin handling fixes for univ/wxTLW

2001-11-21 00:03 VS, revision 12551

wxMouseEvent's coordinates are now relative to client area origin in wxGTK

2001-11-21 00:01 VS, revision 12550

wxUniv fixes for generic wxColourDialog

2001-11-21 00:01 VS, revision 12549

wxMGL compilation fix

2001-11-21 00:01 VS, revision 12548

more programmer-friendly wxApp::SetDisplayMode

2001-11-21 00:00 VS, revision 12547

removed GDI lists from wxMGL

2001-11-21 00:00 VS, revision 12546

- removed GDI lists from wxMGL - friendlier wxApp::SetDisplayMode - redirects stdout and stderr to files if __WXDEBUG__ - wxLog initialization and flushing fixes

2001-11-20 23:59 VS, revision 12545

compilation fix for wxUniv

2001-11-20 23:59 VS, revision 12544

fixes for ambiquity in wxComboBox (is it correct this time?)

2001-11-20 23:58 VS, revision 12543

compilation fix (caused by removal of wxMouseEvent::operator=)

2001-11-20 23:56 VS, revision 12542

wxMotif.spec fixes

2001-11-20 23:56 VS, revision 12541

compilation fix for wxMotif

2001-11-20 23:55 VS, revision 12540

fine-tuned API from the ICO patch

2001-11-20 23:54 VS, revision 12539

removed rpmfiles.lst

2001-11-20 23:50 VS, revision 12538

fixes to wxGTK specfile

2001-11-20 23:50 VS, revision 12537

better <HR> tag handling in wxHTML

2001-11-20 23:50 VS, revision 12536

fixes for wxBase RPM

2001-11-20 23:48 VS, revision 12535

wxDC::SetFont can now handle invalid font and doesn't assert anymore (other ports behave this way)

2001-11-20 23:48 VS, revision 12534

optimized default GUI font loading

2001-11-20 21:31 GD, revision 12533

use "..." instead of <...> for wx headers

2001-11-20 20:46 VZ, revision 12532

applied patch fixing compilation without wxUSE_TIMEDATE and another warning

2001-11-20 20:44 VZ, revision 12531

added bitmaps to the resources

2001-11-20 20:34 GD, revision 12530

added (another) missing const

2001-11-20 18:58 VZ, revision 12529

applied patch 475879 (Can't use subclassed GridCellEditor)

2001-11-20 18:49 VZ, revision 12528

more DBCS-related changes (patch 481898)

2001-11-20 18:40 VZ, revision 12527

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-11-20 17:23 VZ, revision 12526

backwards incompatible change to wxWizardPage reverted

2001-11-20 17:04 , revision 12525
  • A /wxWidgets/tags/wxPy_2_3_2b7
  • D /wxWidgets/tags/wxPy_2_3_2b7/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b7/docs/latex
  • R /wxWidgets/tags/wxPy_2_3_2b7/include
  • R /wxWidgets/tags/wxPy_2_3_2b7/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b7/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b7/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b7/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/src
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/WHATSNEW
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/zlib.3
  • D /wxWidgets/tags/wxPy_2_3_2b7/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b7/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_3_2b7/wxPython

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

2001-11-20 17:04 RD, revision 12524

Demo cleanup

2001-11-20 17:01 VZ, revision 12523

fix for BC++ internal compiler error

2001-11-20 15:58 JS, revision 12522

More project file fun

2001-11-20 15:36 VZ, revision 12521

fix for my old mingw32 cross-compiler

2001-11-20 15:09 VZ, revision 12520

added 2nd image as XPM as well to the wizard sample

2001-11-20 15:00 VZ, revision 12519

added #if wxUSE_TIMEDATE where needed

2001-11-20 14:58 VZ, revision 12518

compilation fix

2001-11-20 14:56 VZ, revision 12517

replaced wxDate with wxDateTime

2001-11-20 14:55 JS, revision 12516

Misc fixes

2001-11-20 14:25 VZ, revision 12515

added wxToggleButton docs

2001-11-20 07:42 RD, revision 12514

SWIGged code updates

2001-11-20 07:42 RD, revision 12513

SWIGged code uodates

2001-11-20 07:40 RD, revision 12512

Bug fixes

2001-11-20 07:40 RD, revision 12511

Demo cleanup

2001-11-20 06:30 RD, revision 12510

SWIGged code updates

2001-11-20 06:19 RD, revision 12509

Demo cleanup

2001-11-20 06:04 RD, revision 12508

Replaced CopyObject with Clone for wxPython-specific event classes.

2001-11-20 02:52 RD, revision 12507

SWIGged code updates

2001-11-20 02:31 RD, revision 12506

Demo updates

2001-11-20 02:30 RD, revision 12505

Additions and fixes for the script that builds the Windows installer script.

2001-11-20 02:29 RD, revision 12504

Added LIST_ITEM_FOCUSED

2001-11-20 02:06 RD, revision 12503

SWIGged updates

2001-11-20 02:04 RD, revision 12502

Added the WX_GL constants

2001-11-20 02:03 RD, revision 12501

For Python 2.2 builds

2001-11-20 02:02 RD, revision 12500

Added some code to override distutils compile flags, but left it commented out since I found that the problem I was seeing is actaully in Python headers...

2001-11-20 01:55 RD, revision 12499

Fixed some warnings

2001-11-20 01:28 VZ, revision 12498

fixed erroneous debug error message

2001-11-19 23:54 VS, revision 12497

case-insensitive sort of HTML help index

2001-11-19 23:53 VS, revision 12496

fix for wxComboBox::GetSelection from inside event handler

2001-11-19 23:53 VS, revision 12495

wxMGL support for std dialogs

2001-11-19 21:24 SC, revision 12494

applied Paul A. Thiessen's patches for correcting coordinates when having borders, exchanged the border painting method.

2001-11-19 20:43 RD, revision 12493

Fixed a problem in the demo and plugged a potential leak in SetDashes

2001-11-19 20:41 , revision 12492
  • A /wxWidgets/tags/oglgdiptr
  • D /wxWidgets/tags/oglgdiptr/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/aclocal.m4
  • D /wxWidgets/tags/oglgdiptr/autogen.sh
  • D /wxWidgets/tags/oglgdiptr/BuildCVS.txt
  • D /wxWidgets/tags/oglgdiptr/config.guess
  • D /wxWidgets/tags/oglgdiptr/config.sub
  • D /wxWidgets/tags/oglgdiptr/configure
  • D /wxWidgets/tags/oglgdiptr/configure.in
  • D /wxWidgets/tags/oglgdiptr/contrib/configure
  • D /wxWidgets/tags/oglgdiptr/contrib/configure.in
  • D /wxWidgets/tags/oglgdiptr/contrib/docs/latex/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/net
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/lib
  • D /wxWidgets/tags/oglgdiptr/contrib/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/src/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/src/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/src/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/src/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/src/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/src/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/src/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/src/net
  • D /wxWidgets/tags/oglgdiptr/contrib/src/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/src/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/src/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/utils
  • D /wxWidgets/tags/oglgdiptr/debian
  • D /wxWidgets/tags/oglgdiptr/demos
  • D /wxWidgets/tags/oglgdiptr/descrip.mms
  • D /wxWidgets/tags/oglgdiptr/difflast.pl
  • D /wxWidgets/tags/oglgdiptr/distrib
  • D /wxWidgets/tags/oglgdiptr/docs
  • D /wxWidgets/tags/oglgdiptr/include
  • D /wxWidgets/tags/oglgdiptr/install-sh
  • D /wxWidgets/tags/oglgdiptr/lib
  • D /wxWidgets/tags/oglgdiptr/locale
  • D /wxWidgets/tags/oglgdiptr/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/Mingw32-gcc295.patches
  • D /wxWidgets/tags/oglgdiptr/make-deb
  • D /wxWidgets/tags/oglgdiptr/misc
  • D /wxWidgets/tags/oglgdiptr/mkinstalldirs
  • D /wxWidgets/tags/oglgdiptr/regen
  • D /wxWidgets/tags/oglgdiptr/samples
  • D /wxWidgets/tags/oglgdiptr/setup.h.in
  • D /wxWidgets/tags/oglgdiptr/setup.h_vms
  • D /wxWidgets/tags/oglgdiptr/src
  • D /wxWidgets/tags/oglgdiptr/tests
  • D /wxWidgets/tags/oglgdiptr/user
  • D /wxWidgets/tags/oglgdiptr/utils
  • D /wxWidgets/tags/oglgdiptr/wx-config.in
  • D /wxWidgets/tags/oglgdiptr/wxBase.spec
  • D /wxWidgets/tags/oglgdiptr/wxGTK.spec
  • D /wxWidgets/tags/oglgdiptr/wxMotif.spec
  • D /wxWidgets/tags/oglgdiptr/wxPython/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.osx.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.unix.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.win32.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/b
  • D /wxWidgets/tags/oglgdiptr/wxPython/b.bat
  • D /wxWidgets/tags/oglgdiptr/wxPython/CHANGES.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/glcanvas
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/README
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/stc
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/xrc
  • D /wxWidgets/tags/oglgdiptr/wxPython/demo
  • D /wxWidgets/tags/oglgdiptr/wxPython/distrib
  • D /wxWidgets/tags/oglgdiptr/wxPython/MANIFEST.in
  • D /wxWidgets/tags/oglgdiptr/wxPython/my_distutils.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/my_install_data.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/README.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/SWIG
  • D /wxWidgets/tags/oglgdiptr/wxPython/samples
  • D /wxWidgets/tags/oglgdiptr/wxPython/setup.cfg
  • D /wxWidgets/tags/oglgdiptr/wxPython/setup.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/src
  • D /wxWidgets/tags/oglgdiptr/wxPython/tests
  • D /wxWidgets/tags/oglgdiptr/wxPython/tools
  • D /wxWidgets/tags/oglgdiptr/wxPython/wxPython
  • D /wxWidgets/tags/oglgdiptr/wxWINE.spec

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

2001-11-19 20:41 RD, revision 12491

SWIGged code uodates

2001-11-19 20:31 VZ, revision 12490

fixed a memory leak and an initialization problem

2001-11-19 18:58 MBN, revision 12489

Fixed Cygwin crash on toolbar tooltip

2001-11-19 18:57 MBN, revision 12488

Added HANGUL_CHARSET for MSVC5

2001-11-19 17:47 JS, revision 12487

More VC++ project file corrections

2001-11-19 16:07 JS, revision 12486

Corrected ViewStart problem

2001-11-19 16:05 JS, revision 12485

Project file corrections, doc corrections

2001-11-19 14:00 VZ, revision 12484

fixes for the dialog layout for the multiline labels

2001-11-19 04:05 DW, revision 12483

New .def file

2001-11-18 23:08 VZ, revision 12482

fixes for wxEvent and wxKeyEvent operator=()

2001-11-18 23:06 VZ, revision 12481

fixes for programmatically deleting the find/replace dialog

2001-11-18 22:28 GD, revision 12480

use class name instead of generic message in event related assert

2001-11-18 18:52 SC, revision 12479

added a preImage of the selection in order to avoid unnecessary events being triggered

2001-11-18 18:14 SC, revision 12478

corrected MacSetSelection which was incorrectly deselecting also the previously selected line when using multiselect

2001-11-18 13:53 RL, revision 12477

Fix for the kinda braindead debian python packaging of 2.1

2001-11-18 12:42 RR, revision 12476

This form of the event cloning patch survived my thorough stress testing.

2001-11-18 12:32 GD, revision 12475

replaced HAVE_MALLOC_H with !__DARWIN__

2001-11-18 12:25 GD, revision 12474

corrections for compilation under Mac OS X removed invalid '#pragma interface' in source files (instead of headers?)

2001-11-18 09:43 RR, revision 12473

Applied Chris' patch for support for ICO loading.

2001-11-18 08:00 GD, revision 12472

removed include/wx/mac/setup.h from filelist.txt

2001-11-18 07:29 GD, revision 12471

removed duplicated prototype

2001-11-18 07:28 GD, revision 12470

added missing include (for instance, needed in the calendar sample for wxMotif)

2001-11-18 02:57 RL, revision 12469

Removed include/wx/setup.h from filelist.txt -- Needed for autotools build, I don't _think_ it will break anything else..

2001-11-18 02:11 RL, revision 12468

Don't add -MMD until we are just about ready to build the lib, it messes with configure tests for RH's broken '2.96' compiler, and really doesn't belong in CFLAGS before then anyway. Made wxBaseArray dtor always non-virtual.

2001-11-17 23:50 RR, revision 12467

More changes to various controls for more reliably preventing them from emitting event when their state was changed programatically.

2001-11-17 23:18 GD, revision 12466

added const for constant char pointer function parameters

2001-11-17 23:15 VS, revision 12465

regenerated makefiles

2001-11-17 23:13 VS, revision 12464

added temporary implementation of wxChoice for wxUniv

2001-11-17 22:32 RR, revision 12463

Changed/Fixed way in which wxListBox blocks events after changing its state programatically.

2001-11-17 17:14 RR, revision 12462

Trying to fix dialog close/focus_widget problem.

2001-11-17 16:48 RR, revision 12461

Fixed bug which prevented toplevel window from reacting to a ::SetSize() call more than once.

2001-11-17 15:36 RL, revision 12460

cast away a couple of warnings and added *.inc to the MANUAL_DIST target

2001-11-17 13:23 RR, revision 12459

Added ::IsOk() to wxDataStream for error checking in stream classes used by wxDataStream.

2001-11-17 12:54 RR, revision 12458

Fixed sveral problems with wxTextCtrl::WriteText and AppendText.

2001-11-17 11:48 RL, revision 12457

document the new *_USER_EXPORTED_ARRAY macros.

2001-11-17 11:33 RL, revision 12456

Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for external dlls. updated debian scripts to build with python2.1

2001-11-17 01:23 VZ, revision 12455

compilation fix

2001-11-17 00:34 VZ, revision 12454

implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl

2001-11-16 18:42 DW, revision 12453

Implementing some more controls and an MDI child frame fix for wxFrame. Also include the textbuf class in the make. New module definition file.

2001-11-16 18:40 DW, revision 12452

Implementing some more controls and an MDI child frame fix for wxFrame.

2001-11-16 18:39 DW, revision 12451

TRUE and FALSE; not true and false.

2001-11-16 16:53 VZ, revision 12450

moved wxNotebook events docs into a separate file included by both noteevt.tex and notebook.tex

2001-11-16 16:31 VZ, revision 12449

added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version

2001-11-16 15:20 VZ, revision 12448

wxGTK popup menu positioning fix

2001-11-16 15:08 VZ, revision 12447

compilation fix for wxMotif

2001-11-16 15:04 VZ, revision 12446

compilation fix for wxFrame under wxMotif

2001-11-16 13:09 RL, revision 12445

mainly the result of collapsing folds in vimdiff from 2.2

2001-11-16 12:27 VZ, revision 12444

Flush() argument should have a default value for compatibility with the other wxConfig versions

2001-11-16 12:07 VZ, revision 12443

compilation warning fix

2001-11-16 07:17 GD, revision 12442

applied SourceForge patch #479670 (fixes for OpenGL samples) by Paul Thiessen

2001-11-16 00:19 RD, revision 12441

Corrected wxPython notes