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-08-22 22:13 VS, revision 11440

fixed yet another bug in wxStream classes (This time, the braindead wannabe coder who wrote the original code created wxStreamBase instance and then casted it to wxInputStream and hapilly used the stream, which could of course never work. Anybody knows a cheap hitman?)

2001-08-22 22:13 VS, revision 11439

compilation fix for genericTreeCtrl-only stuff

2001-08-22 15:02 , revision 11438
  • A /wxWidgets/tags/modif
  • D /wxWidgets/tags/modif/.cvsignore
  • D /wxWidgets/tags/modif/aclocal.m4
  • D /wxWidgets/tags/modif/autogen.sh
  • D /wxWidgets/tags/modif/BuildCVS.txt
  • D /wxWidgets/tags/modif/config.guess
  • D /wxWidgets/tags/modif/config.sub
  • D /wxWidgets/tags/modif/configure
  • D /wxWidgets/tags/modif/configure.in
  • D /wxWidgets/tags/modif/contrib/configure
  • D /wxWidgets/tags/modif/contrib/docs
  • D /wxWidgets/tags/modif/contrib/include
  • D /wxWidgets/tags/modif/contrib/lib
  • D /wxWidgets/tags/modif/contrib/Makefile.in
  • D /wxWidgets/tags/modif/contrib/samples
  • D /wxWidgets/tags/modif/contrib/src
  • D /wxWidgets/tags/modif/contrib/utils
  • D /wxWidgets/tags/modif/debian
  • D /wxWidgets/tags/modif/demos
  • D /wxWidgets/tags/modif/descrip.mms
  • D /wxWidgets/tags/modif/difflast.pl
  • D /wxWidgets/tags/modif/distrib
  • D /wxWidgets/tags/modif/docs
  • D /wxWidgets/tags/modif/include
  • D /wxWidgets/tags/modif/install-sh
  • D /wxWidgets/tags/modif/lib
  • D /wxWidgets/tags/modif/locale
  • D /wxWidgets/tags/modif/Makefile.in
  • D /wxWidgets/tags/modif/Mingw32-gcc295.patches
  • D /wxWidgets/tags/modif/make-deb
  • D /wxWidgets/tags/modif/misc
  • D /wxWidgets/tags/modif/mkinstalldirs
  • D /wxWidgets/tags/modif/regen
  • D /wxWidgets/tags/modif/samples
  • D /wxWidgets/tags/modif/setup.h.in
  • D /wxWidgets/tags/modif/setup.h_vms
  • D /wxWidgets/tags/modif/src
  • D /wxWidgets/tags/modif/tests
  • D /wxWidgets/tags/modif/user
  • D /wxWidgets/tags/modif/utils
  • D /wxWidgets/tags/modif/wx-config.in
  • D /wxWidgets/tags/modif/wxBase.spec
  • D /wxWidgets/tags/modif/wxBaseVC.dsp
  • D /wxWidgets/tags/modif/wxGTK.spec
  • D /wxWidgets/tags/modif/wxMotif.spec
  • D /wxWidgets/tags/modif/wxPython
  • D /wxWidgets/tags/modif/wxWINE.spec

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

2001-08-22 15:02 VZ, revision 11437

added wxDynamicSashWindow (patch 441518)

2001-08-22 14:42 VZ, revision 11436

added UnregisterWindowClasses() (patch 447443)

2001-08-22 14:24 VZ, revision 11435

minor clean up

2001-08-21 15:17 VZ, revision 11434

double click handling is finally correct in the treectrl

2001-08-21 11:55 VZ, revision 11433

removed assert from wxColour::InitFromName() as there is no way to bypass it (see comment there)

2001-08-21 11:12 RR, revision 11432

Fixed focus event problems with control derived from wxScrolledWindow. If wxTreeCtrl has no +/. button, toggle branch, otherwise send activate event upon double-click.

2001-08-21 09:11 JS, revision 11431

Added Net library to contrib

2001-08-20 23:02 VZ, revision 11430

fixes for Raise() to work correctly with both top level and child windows

2001-08-20 23:01 VZ, revision 11429

moved button handler into the modeless dialog itself - at least like this it works

2001-08-20 19:25 VZ, revision 11428

allow user code to override key handling in wxTreeCtrl

2001-08-20 18:56 SC, revision 11427

no message

2001-08-20 16:08 VZ, revision 11426

fixed refresh problem after adding some items and calling Ensurevisible()

2001-08-20 15:46 VZ, revision 11425

fix for refreshing the current item in the list ctrl when the focus is gained/lost

2001-08-20 15:22 VZ, revision 11424

fixed text fg colour for selected but unfocused items

2001-08-20 15:19 VZ, revision 11423

made GetColourFromGTKWidget() more general, it is now used for all colours

2001-08-20 14:46 VZ, revision 11422

fix for wxSYS_COLOUR_LISTBOX colour detection

2001-08-20 14:13 VZ, revision 11421

draw the selected items in another colour when the control doesn't have focus, a bit like MSW does

2001-08-20 14:13 VZ, revision 11420

extracted 4 copies of identical code into a function

2001-08-20 13:18 VZ, revision 11419

fixed the wrong examples of CalcScrolled/UnscrolledPosition() usage

2001-08-20 13:10 VZ, revision 11418

fixed bug with calling Destroy() on the NULL wxSocket

2001-08-20 13:09 VZ, revision 11417

fixed clipping of items with icons text in report mode

2001-08-20 09:04 JS, revision 11416

Fixed GetLongPath bug -- should use GetFullName and not GetName

2001-08-19 22:22 VS, revision 11415

nicer version compilation fix for wxUSE_WCHAR_T=0 (why should we duplicate definitions in all #ifdef branches???)

2001-08-19 21:36 RR, revision 11414

Various changes for simplification of focus event code in wxGTK. It will also work for wxComboBox now, but not for GTK's other composite controls such as wxListBox and wxChoice.

2001-08-19 18:31 SN, revision 11413

Fix for wxUSE_WCHAR_T == 0

2001-08-19 17:18 SC, revision 11412

added carbonaccessors.o

2001-08-19 16:39 RR, revision 11411

We use native paths now in wxWindows. On the Mac, too.

2001-08-19 12:54 VS, revision 11410

fix for bug in wxEditableListBox in connection with new wxListCtrl

2001-08-19 12:54 VS, revision 11409

compilation fix

2001-08-19 08:38 SC, revision 11408

added a few encoding convenience methods for pc-mac encoding and string handling, put message box buttons under translation, too

2001-08-18 23:13 VS, revision 11407

better focus handling (blind fix)

2001-08-18 18:17 RR, revision 11406

The Scale() code in the 2.3 tree turned out to be wrong.

2001-08-18 17:17 RR, revision 11405

Compile fix.

2001-08-18 13:09 RR, revision 11404

Applied Greg's patch to tree control and related.

2001-08-17 23:11 VS, revision 11403

fix for socketless compilation

2001-08-17 17:52 VZ, revision 11402

warning fix

2001-08-17 14:26 DW, revision 11401

New module definition file to keep .dll build compilable.

2001-08-17 09:38 JS, revision 11400

Added doc for 2-step initialisation and wxWIZARD_EX_HELPBUTTON style.

2001-08-17 09:38 JS, revision 11399

Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style. Also added & to Cancel button.

2001-08-16 23:46 VZ, revision 11398

added wxURLDataObject which unfortunately doesn't seem to work

2001-08-16 22:53 VS, revision 11397

finished wxWindow for MGL

2001-08-16 17:48 , revision 11396
  • A /wxWidgets/tags/B4_MAC
  • D /wxWidgets/tags/B4_MAC/.cvsignore
  • D /wxWidgets/tags/B4_MAC/aclocal.m4
  • D /wxWidgets/tags/B4_MAC/autogen.sh
  • D /wxWidgets/tags/B4_MAC/BuildCVS.txt
  • D /wxWidgets/tags/B4_MAC/config.guess
  • D /wxWidgets/tags/B4_MAC/config.sub
  • D /wxWidgets/tags/B4_MAC/configure
  • D /wxWidgets/tags/B4_MAC/configure.in
  • D /wxWidgets/tags/B4_MAC/contrib
  • D /wxWidgets/tags/B4_MAC/debian
  • D /wxWidgets/tags/B4_MAC/demos
  • D /wxWidgets/tags/B4_MAC/descrip.mms
  • D /wxWidgets/tags/B4_MAC/difflast.pl
  • D /wxWidgets/tags/B4_MAC/distrib
  • D /wxWidgets/tags/B4_MAC/docs
  • D /wxWidgets/tags/B4_MAC/include
  • D /wxWidgets/tags/B4_MAC/install-sh
  • D /wxWidgets/tags/B4_MAC/lib
  • D /wxWidgets/tags/B4_MAC/locale
  • D /wxWidgets/tags/B4_MAC/Makefile.in
  • D /wxWidgets/tags/B4_MAC/Mingw32-gcc295.patches
  • D /wxWidgets/tags/B4_MAC/make-deb
  • D /wxWidgets/tags/B4_MAC/misc
  • D /wxWidgets/tags/B4_MAC/mkinstalldirs
  • D /wxWidgets/tags/B4_MAC/regen
  • D /wxWidgets/tags/B4_MAC/samples
  • D /wxWidgets/tags/B4_MAC/setup.h.in
  • D /wxWidgets/tags/B4_MAC/setup.h_vms
  • D /wxWidgets/tags/B4_MAC/src
  • D /wxWidgets/tags/B4_MAC/tests
  • D /wxWidgets/tags/B4_MAC/user
  • D /wxWidgets/tags/B4_MAC/utils
  • D /wxWidgets/tags/B4_MAC/wx-config.in
  • D /wxWidgets/tags/B4_MAC/wxBase.spec
  • D /wxWidgets/tags/B4_MAC/wxBaseVC.dsp
  • D /wxWidgets/tags/B4_MAC/wxGTK.spec
  • D /wxWidgets/tags/B4_MAC/wxMotif.spec
  • D /wxWidgets/tags/B4_MAC/wxPython/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/BUILD.unix.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/BUILD.win32.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/b
  • D /wxWidgets/tags/B4_MAC/wxPython/b.bat
  • D /wxWidgets/tags/B4_MAC/wxPython/CHANGES.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/glcanvas
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/ogl
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/README
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/stc.py
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/stc_.i
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/_stcextras.py
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/xrc
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/About.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ActiveXWrapper_Acrobat.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ActiveXWrapper_IE.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/bitmaps
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/bmp_source
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColorPanel.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColourDB.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColourSelect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ContextHelp.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/CustomDragAndDrop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/DialogUnits.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/DragAndDrop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/anykey.wav
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/echo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/grid.i
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/imagemap.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/imagemap.png
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic.png
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic2.bmp
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic2.gif
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/plan.wav
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/resource.wdr
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/resource_wdr.xrc
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/stc.h.html
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/tables.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/test.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/tips.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/widgetTest.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/demo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/demoMainLoop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/encode_bitmaps.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FancyText.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FileBrowseButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FontEnumerator.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GenericButtons.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridCustEditor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridCustTable.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridEnterHandler.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridHugeTable.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridSimple.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridStdEdRend.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/hangman.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ImageBrowser.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/images.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/infoframe.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/joystick.wdr
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/joystick_wdr.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/LayoutAnchors.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Layoutf.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Main.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/MDIDemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/MDISashDemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/OOR.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PrintFramework.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PyCrust.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PythonEvents.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/paper.xml
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/pyTree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/quotes.xml
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/redemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/run.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Sizers.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/SlashDot.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Threads.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/VirtualListCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/viewer.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/viewer_basics.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/widgetTest.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCalendar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCalendarCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCheckBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCheckListBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxChoice.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxColourDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxComboBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDirDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDragImage.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxEditor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFileDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFloatBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFontDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFrame.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGauge.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGLCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGrid.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxHtmlWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxImage.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxJoystick.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxLayoutConstraints.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxListBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxListCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMask.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMessageDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMiniFrame.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMultipleChoiceDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMVCTree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxNotebook.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxOGL.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPageSetupDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPlotCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPrintDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxProcess.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxProgressDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxRadioBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSashWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxScrolledMessageDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxScrolledWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSingleChoiceDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSlider.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSpinButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSpinCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSplitterWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStaticBitmap.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStaticText.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStatusBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStyledTextCtrl_1.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStyledTextCtrl_2.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTextCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTextEntryDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTimer.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxToggleButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxToolBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTreeCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxValidator.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxVTKRenderWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxWave.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/XMLtreeview.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/XML_Resource.py
  • D /wxWidgets/tags/B4_MAC/wxPython/distrib
  • D /wxWidgets/tags/B4_MAC/wxPython/MANIFEST.in
  • D /wxWidgets/tags/B4_MAC/wxPython/my_distutils.py
  • D /wxWidgets/tags/B4_MAC/wxPython/my_install_data.py
  • D /wxWidgets/tags/B4_MAC/wxPython/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/SWIG
  • D /wxWidgets/tags/B4_MAC/wxPython/samples
  • D /wxWidgets/tags/B4_MAC/wxPython/setup.cfg
  • D /wxWidgets/tags/B4_MAC/wxPython/setup.py
  • D /wxWidgets/tags/B4_MAC/wxPython/src
  • D /wxWidgets/tags/B4_MAC/wxPython/tests
  • D /wxWidgets/tags/B4_MAC/wxPython/tools
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/activexwrapper.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/anchors.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/buttons.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/CDate.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/calendar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/colourdb.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/colourselect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/dialogs.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/editor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/fancytext.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/filebrowsebutton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/floatbar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/grids.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/imagebrowser.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/infoframe.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/layoutf.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/mixins
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/mvctree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/interpreter.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/introspect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/PyCrust.ico
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/pseudo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/shell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/version.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/pyshell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/rpcMixin.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/shell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/splashscreen.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/vtk.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/wxPlotCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/wxpTag.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxWINE.spec

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

2001-08-16 17:48 RD, revision 11395

new version of PyCrust

2001-08-16 14:29 VZ, revision 11394

fixed bug/assert failure when refreshing items in non report mode

2001-08-16 13:58 VZ, revision 11393

documented SetMaxLength(0)

2001-08-16 13:35 VZ, revision 11392

added new text event macros description

2001-08-16 13:18 , revision 11391
  • A /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/aclocal.m4
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/autogen.sh
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/BuildCVS.txt
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/config.guess
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/config.sub
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/configure
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/configure.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/contrib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/debian
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/demos
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/difflast.pl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/distrib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/docs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/buffer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/busyinfo.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/calctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/caret.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/chkconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/choicdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmdline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmdproc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmndata.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/colordlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/confbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/config.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/containr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cshelp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ctrlsub.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/date.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datetime.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datetime.inl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/db.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbgrid.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbkeyg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbtable.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcprint.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcps.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dde.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/debug.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/defs.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dialup.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dir.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dirctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dirdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/docmdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/docview.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dragimag.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dynarray.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dynlib.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/effects.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/encconv.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/event.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/evtloop.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/expr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ffile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/file.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fileconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filefn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filename.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filesys.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontenc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontenum.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontutil.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_inet.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_mem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_zip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gdicmn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/generic
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/geometry.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gifdecod.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/grid.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gsocket.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataobj2.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/error.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/info.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/question.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/setup0.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tbargtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/warning.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/win_gtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/error.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/info.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/question.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/setup0.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tbargtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/warning.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/hash.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/help.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helphtml.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpxlp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/html
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/image.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imaggif.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagjpeg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imaglist.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpcx.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpng.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpnm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagtiff.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagxpm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/intl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ioswrap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ipcbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/isql.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/isqlext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/layout.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/laywin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/list.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listimpl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/log.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/longlong.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mac
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/matrix.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/memconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/memory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/metafile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mgl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mimetype.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/module.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/motif
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/msgdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/msw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/object.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/objstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/odbc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/os2
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ownerdrw.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/palette.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/panel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/paper.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/print.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/printdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/prntbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/process.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/progdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/prop.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/propform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/proplist.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/protocol
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/quantize.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/regex.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/resource.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sashwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckaddr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckipc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/serbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/setup.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sizer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/snglinst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/socket.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/splash.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/splitter.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stack.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statusbr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/strconv.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/string.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sysopt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tab.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tabctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/taskbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tbarbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textfile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/thread.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/time.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tipdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tipwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tokenzr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/toolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/toplevel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treebase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treelay.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/txtstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/types.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/univ
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/unix
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/url.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/utils.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/valgen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/validate.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/valtext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/variant.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/vector.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/version.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wfstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/window.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wizard.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxchar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxexpr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxhtml.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxprec.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xpmdecod.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xpmhand.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xrc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/zipstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/zstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwu_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/install-sh
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/lib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/locale
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/Makefile.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/make-deb
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/misc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/mkinstalldirs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/regen
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/samples
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/setup.h.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/setup.h_vms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/common
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/cygnus.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/freetype
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/generic
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/app.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/brush.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/button.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/checklst.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/choice.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/colour.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/control.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cross.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cursor.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/data.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dc.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dialog.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dnd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/evtloop.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/font.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/frame.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gauge.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gsockgtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/icon.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/joystick.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/listbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/main.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/mdi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/menu.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/minifram.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/notebook.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/pen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/popupwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/region.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/scrolwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/settings.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/slider.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/statbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/statline.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/stattext.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tglbtn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/threadno.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/timer.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/verti.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/wave.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/win_gtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/app.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/brush.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/button.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/choice.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/colour.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/control.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cross.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/data.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dc.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/evtloop.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/font.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/frame.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gsockgtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/icon.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/joystick.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/main.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/menu.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/pen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/popupwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/region.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/scrolwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/settings.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/slider.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/statline.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tglbtn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/timer.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/wave.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/html
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/iodbc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/jpeg
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mac
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/make.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeb32.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makebcc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeenvs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.dos
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.va
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeg95.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.b32
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.g95
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.wat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemac.mcp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemac6.mcp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemsc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.b32
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.g95
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.msc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.sl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.va
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.wat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makesc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makesl.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/maketwin.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeva.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makevc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makewat.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mgl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mingegcs.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mingw32.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/motif
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/msw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/ntwxwin.mak
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/os2
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/png
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/regex
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/rpmfiles.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/stc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/tiff
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/univ
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/unix
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/Wxwindll.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxJpeg.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxPng.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxTiff.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_universal.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_universal.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxWin.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxXpm.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxZlib.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/xrc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/zlib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/tests
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/user
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/utils
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wx-config.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxBase.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxBaseVC.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxGTK.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxMotif.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxPython
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxWINE.spec

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

2001-08-16 13:18 VZ, revision 11390

added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy EVT_TEXT_UPDATED events when the text doesn't really change

2001-08-16 11:30 VZ, revision 11389

compilation fix

2001-08-15 23:48 VS, revision 11388

bugfixes, bugfixes, bugfixes...

2001-08-15 15:37 VZ, revision 11387

compilation fix

2001-08-15 15:26 VZ, revision 11386

compilation fixes for VC++ in release mode

2001-08-15 14:54 VZ, revision 11385

fixed bug with loading standard icons

2001-08-15 14:27 VZ, revision 11384

traces of my debugging session, no real changes

2001-08-15 12:45 VZ, revision 11383

implemented, tested and documented wxTextCtrl::SetMaxLength()

2001-08-15 11:47 VZ, revision 11382

compilation warning fix

2001-08-14 23:03 RD, revision 11381

updates for swig generated code

2001-08-14 19:19 RD, revision 11380

Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust. Added the new virtual list capabilities to wxListCtrl. Other odds and ends.

2001-08-14 18:48 RD, revision 11379

Fixed the drawing of the HRules so they don't try to iterate over all the zillions of items in a large (or virtual) list control

2001-08-14 18:34 RD, revision 11378

Fixed a bug so wxLC_VRULES works by itself.

2001-08-14 14:59 VZ, revision 11377

1. reset default item in ~wxWindow (better to be safe) 2. blind fix for Motif compilation

2001-08-14 12:57 VZ, revision 11376

unsuccessful attempts to fix wxMenuBar positioning under wxGTK

2001-08-14 11:51 VZ, revision 11375

reduce flicker in header window when deleting items and let space select items even in single selection mode

2001-08-14 11:24 VZ, revision 11374

removed redundant InitDialog methods

2001-08-14 09:02 RD, revision 11373

A fix for attribrute sorting, but it's still broken if there are duplicate sort keys...

2001-08-14 05:35 RD, revision 11372

Moved fix from 2.2 branch that allows the attributes in MSW wxListCtrl to move with their items when the list is sorted.

2001-08-14 03:09 RD, revision 11371

fixed the last of the off-by-one errors (some are refixed, again...)

2001-08-13 19:13 SC, revision 11370

added translation of mac system into language, adaption of search paths

2001-08-13 15:42 VZ, revision 11369

implemented (untested) work around for wxScrolledWindow painting bug

2001-08-13 15:41 VZ, revision 11368

added missing refresh when changing focus in wxListCtrl, added test for it in the sample

2001-08-13 15:01 VZ, revision 11367

moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from wxWindow

2001-08-13 14:59 VZ, revision 11366

don't try to refresh the menu bar before showing it, fixes crash on startup with wxGTK

2001-08-13 00:59 GT, revision 11365

Replaced /'s with \'s as BCC requires \'s for path names

2001-08-12 23:56 GT, revision 11364

Replaced 'erase' with $(RM) so that the default file deletion program can be overriden

2001-08-12 23:50 GT, revision 11363

Makefile submitted by Markus G. for G95

2001-08-12 23:49 GT, revision 11362

Added regex to WXINC line (patch from Markus G) Added definition of RM for use in makefiles so that 'erase' can be overridden with a different file deletion program (like 'rm')

2001-08-12 22:10 VS, revision 11361

added wxEventLoop::GetActive()

2001-08-12 21:45 GT, revision 11360

Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC

2001-08-12 15:45 GD, revision 11359

corrections for Mac OS compilation

2001-08-12 15:43 GD, revision 11358

added missing methods/removed duplicated base methods

2001-08-12 15:39 GD, revision 11357

bitmap mask corrections for Mac OS

2001-08-12 15:29 GD, revision 11356

corrected CodeWarrior project target names and generated application names

2001-08-12 15:15 GD, revision 11355

applied SourceForge patch #440594 which corrects ListBox related errors in Carbon applications under Mac OS X the LDEF resource is no longer used in Carbon applications

2001-08-12 15:07 GD, revision 11354

added CodeWarrior 5.3 projects for working demos corrected CodeWarrior project target names and generated application names

2001-08-12 10:39 GD, revision 11353

added missing return value

2001-08-12 10:38 GD, revision 11352

added container class files

2001-08-12 00:13 VS, revision 11351

wxMGL bugfixes

2001-08-12 00:11 VS, revision 11350

fixed fl makefiles that Julian didn't fix correctly

2001-08-12 00:11 VS, revision 11349

compilation fix

2001-08-12 00:11 VS, revision 11348

fixed wxUniv compilation

2001-08-11 11:04 GD, revision 11347

added container class source

2001-08-11 09:43 SC, revision 11346

corrected a bug in the masking code

2001-08-10 18:31 RR, revision 11345

Message dialog crashes when calling ::Move() etc. Better do nothing than crash. MacOS 9.

2001-08-10 17:03 JS, revision 11344

Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp

2001-08-09 22:43 VS, revision 11343

wxMGL support

2001-08-09 22:42 VS, revision 11342

added evtlooop.cpp for mgl

2001-08-09 22:40 VS, revision 11341

wxMGL wxWindow and wxApp mostly complete, now hunting bugs

2001-08-09 22:39 VS, revision 11340

added std icons to wxMGL

2001-08-09 01:20 VZ, revision 11339

Define _GNU_SOURCE instead of _XOPEN_SOURCE (which breaks libtiff compilation)

2001-08-09 00:26 VZ, revision 11338

changed CPPFLAGS to CXXFLAGS

2001-08-08 23:59 VZ, revision 11337

fixed wxINSTALL_PREFIX setting

2001-08-08 23:46 VZ, revision 11336

moved wxINSTALL_PREFIX from CPPFLAGS to setup.h

2001-08-08 23:35 VZ, revision 11335

1. fixed test in configure for gettimeofday() argument 2. portability fixes in wxSingleInstanceChecer (use S_IRUSR, not S_IREAD)

2001-08-08 23:19 VS, revision 11334

fix for nbsp problem and minor parsing flow change

2001-08-08 23:18 VS, revision 11333

made some wxHtmlEntitiesParser's methods public -- turned out they are useful

2001-08-08 23:18 VS, revision 11332

updated wxTextFile docs; some typo corrections

2001-08-08 23:18 VS, revision 11331

wxEraseEvent docs corrections

2001-08-08 22:52 VZ, revision 11330

1. next attempt to fix RH 7.1 build 2. CPPFLAGS are the flags for cpp, not for c++ compiler!

2001-08-08 20:08 RR, revision 11329

Probably fixed listbox crashes.

2001-08-08 16:44 VZ, revision 11328

fixed errors in glibc test

2001-08-08 16:41 VZ, revision 11327

oops, last check in undone - there is a problem somewhere there...

2001-08-08 16:38 VZ, revision 11326

attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)

2001-08-08 10:59 JS, revision 11325

Corrected my typo

2001-08-08 06:43 JS, revision 11324

Added container class

2001-08-08 00:10 VZ, revision 11323

drastically reduced flicker in RefreshItems

2001-08-07 23:22 VS, revision 11322

merged wxMGL cursors from wxUniversal branch

2001-08-07 23:16 VS, revision 11321

native theme for wxMGL

2001-08-07 19:03 VZ, revision 11320

removed Robert's message box

2001-08-07 18:18 VZ, revision 11319

fixed unwanted owner data accesses in virtual list ctrl

2001-08-07 15:12 VZ, revision 11318

compilation fix

2001-08-07 06:54 SC, revision 11317

no message

2001-08-07 00:14 VZ, revision 11316

don't process enter as tab, there are many controls which want to process it themselves

2001-08-06 22:50 VZ, revision 11315

changed wxControlContainer to avoid triggering tons of warnings from VC++ at warning level 4 ("'this' : used in base member initializer list" is really the stupidiest warning I've ever seen)

2001-08-06 22:40 VS, revision 11314

Unicodification of wxTextFile

2001-08-06 22:40 VS, revision 11313

Unicodification of wxTempFile

2001-08-06 22:39 VS, revision 11312

why was generic wxNativeFontInfo code disabled for wxMGL?

2001-08-06 22:38 VS, revision 11311

compilation fix

2001-08-06 21:06 RR, revision 11310

Applied patch for wxComboBox and wxListBox to prevent "hanging" in single selection mode. Also removed call to AddPendingEvent and changed wxLB_EXTENDED mode so that no changes to the listbox go unnoticed. I do wonder what the difference between multiple and extended list boxes actually are. Not suer what I changed in the other files.

2001-08-06 20:40 DW, revision 11309

Some Updates for latest CVS.

2001-08-06 19:49 VZ, revision 11308

use item colour when drawing the focused item if we don't highlight it

2001-08-06 19:29 VZ, revision 11307

don't draw the focused item rect around the image

2001-08-06 19:27 VZ, revision 11306

don't draw the selected item background if we don't have the focus

2001-08-06 19:12 VZ, revision 11305

don't draw the selected item background if we don't have the focus

2001-08-06 18:59 VZ, revision 11304

don't allow TABbing to wxHtmlWindow

2001-08-06 18:53 VZ, revision 11303

compilation fix

2001-08-06 15:57 SC, revision 11302

corrected mac src due to new api changes

2001-08-06 12:55 VZ, revision 11301

1. slightly changed how wxControlContainer is used 2. use it now for wxSplitterWindow too 3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)

2001-08-06 12:24 VZ, revision 11300

added another small test for wxTimeSpan::Format

2001-08-06 12:19 VZ, revision 11299

added wxUSE_SPLASH

2001-08-06 12:18 VZ, revision 11298

wxBase compilation fix

2001-08-06 12:13 VZ, revision 11297

added wxUSE_SPLASH

2001-08-06 12:12 VZ, revision 11296

fixed infinite recursion in SetFocus()

2001-08-06 11:58 VZ, revision 11295

regenerated to include src/common/containr.cpp

2001-08-06 11:58 VZ, revision 11294

bug in SetLastFocus corrected

2001-08-06 11:57 VZ, revision 11293

compilation fixes

2001-08-06 11:48 VZ, revision 11292

compilation fix (sorry)

2001-08-06 11:43 VZ, revision 11291

pragma fix for gcc

2001-08-06 02:37 DW, revision 11290

Updates to fix statusbar and menu errors.

2001-08-06 00:49 VZ, revision 11289

moved knd handling logic from wxPanel to wxControlContainer (sorry for the dull name Julian ;-)

2001-08-05 22:40 VZ, revision 11288

added empty and unused wxTLW - to be used later

2001-08-05 21:40 RR, revision 11287

Patch that should prevent problem with interference between dragging the scrollbat thumb and normal mouse events. Also, thumb-release event are now sent from wxScrollWindow. Neither has been tested, but the same code works in wxWindow.

2001-08-05 16:39 GD, revision 11286

removed useless include (already in glcanvas.h)

2001-08-05 16:37 GD, revision 11285

added include for Mac OS X

2001-08-05 16:34 GD, revision 11284

corrected includes for Mac OS X

2001-08-05 16:32 GD, revision 11283

corrected conditional compilation for wxMac

2001-08-05 15:07 VZ, revision 11282

fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X) without breaking all the others by using a new MSWShouldPreProcessMessage() function

2001-08-05 14:13 VZ, revision 11281

fixed kbd handling in wxFindReplaceDialog

2001-08-04 22:36 VS, revision 11280

reverted my Set/getTitle change

2001-08-03 20:26 VS, revision 11279

compilation fixes

2001-08-03 20:26 VS, revision 11278

once again forgot about this OS/2 strangeness

2001-08-03 17:19 VZ, revision 11277

fix for infinite recursion in UpdateFontIfNeeded

2001-08-03 16:26 VZ, revision 11276

compilation error fixed

2001-08-03 16:02 SC, revision 11275

added gaugecmn

2001-08-03 15:20 JS, revision 11274

Added missing Makefile names

2001-08-03 14:50 VZ, revision 11273

no changes

2001-08-03 13:24 VZ, revision 11272

failed attempt to change the default action for GTK dnd (nothing changed finally)

2001-08-02 23:46 VS, revision 11271

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:32 VS, revision 11270

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:31 VS, revision 11269

fixed docs to accomodate more strict wxHTML Help controller

2001-08-02 21:37 RR, revision 11268

Fix tree control invalid pointer after drag bug.

2001-08-02 20:46 RR, revision 11267

Fixed what might be the nastiest bug I have seen.

2001-08-02 20:15 VZ, revision 11266

compilation fix

2001-08-02 19:20 VZ, revision 11265

remember unknown charsets in the config too

2001-08-02 19:02 VZ, revision 11264

applied patch 446014 (misc mingw fixes from Mattia)

2001-08-02 18:59 VZ, revision 11263

applied patch 446010 (unicode compilation fixes)

2001-08-02 18:58 VZ, revision 11262

applied patch 446009 (DLL cross compilation using mingw32)

2001-08-02 18:26 VZ, revision 11261

removed wxYield call from wxBusyCursorSuspender

2001-08-02 17:20 JS, revision 11260

Corrections to the VC++ project files

2001-08-02 17:16 JS, revision 11259

Removed memory leak

2001-08-02 14:57 VZ, revision 11258

compilation fix for cygwin/old mingw32 (patch 446700)

2001-08-02 03:06 RD, revision 11257

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 03:01 RD, revision 11256

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 02:48 RD, revision 11255

compilation fix for VC++

2001-08-02 02:34 RD, revision 11254

changed Replace and Remove to always use EM_REPLACESEL instead of going through the clipboard

2001-08-01 23:07 VS, revision 11253

documented changes

2001-08-01 23:06 VS, revision 11252

SHARED_LD must be CXX, not CC, otherwise we get unresolved externals (at least with gcc3) if app binary wasn't linked with CXX. This may happen for instance when dynamically loading wxPython module. (Let's change it for all platforms, not only Linux, and see what happens.)

2001-08-01 23:06 VS, revision 11251

fixed MGL files

2001-08-01 22:57 VS, revision 11250

wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)

2001-08-01 22:56 VS, revision 11249

more tests

2001-08-01 22:56 VS, revision 11248

added tracing of strconv

2001-08-01 22:56 VS, revision 11247

hopefully fixed bytesex issues in strconv

2001-08-01 22:56 VS, revision 11246

fixed <pre> handling

2001-08-01 22:55 VS, revision 11245

fixed mgl.t to not include paletteg.o (hey, reading these templates is better than Cryptonomicon...)

2001-08-01 22:54 VS, revision 11244

fixed MGL files

2001-08-01 22:54 VS, revision 11243

added mgl.t to makeall.sh

2001-08-01 22:54 VS, revision 11242

added bmpbase.cpp (forgotten during merge?)

2001-08-01 22:50 VS, revision 11241

fixed overrestrictive test

2001-08-01 22:50 VS, revision 11240

compilation fix

2001-08-01 22:50 VS, revision 11239

compilation fix (Vadim, is this correct?)

2001-08-01 16:59 JS, revision 11238

This time, changed the correct release script.

2001-08-01 16:58 JS, revision 11237

Added progress dialog to project files; changed version in release script

2001-08-01 15:29 VZ, revision 11236

applied patch 432202 (allow installing in already existing directories)

2001-08-01 15:03 VZ, revision 11235

applied patch 441270 (fix cygwin wxSplashScreen compilation)

2001-08-01 15:00 VZ, revision 11234

applied patch 444915 (warning fixes for gcc 2.95.4)

2001-08-01 14:57 VZ, revision 11233

added wxUSE_FINDREPLDLG

2001-08-01 14:55 VZ, revision 11232

added generic implementation and documentation for wxFindReplaceDialog

2001-08-01 14:53 VZ, revision 11231

added tests for ScrollLines/Pages

2001-08-01 11:45 VZ, revision 11230

removed KLB mods - but I'm doing this for the last time

2001-08-01 11:24 VZ, revision 11229

removed duplicate typedef

2001-08-01 02:29 VZ, revision 11228

Vain attempts to make kbd navigation work inside find/replace dialog - it still doesn't. But at least the dialog itself does work now.

2001-07-31 22:44 VS, revision 11227

wxWindowBase remembers title/label now

2001-07-31 22:36 VS, revision 11226

wxMGL compilation fix that I forgot to chekc in

2001-07-31 22:36 VS, revision 11225

friend class fix

2001-07-31 22:34 VS, revision 11224

fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)

2001-07-31 21:30 RD, revision 11223

Fixed "Failed to set clipboard data. (error 1418: thread does not have a clipboard open.)" error when using wxTextCtrl::Replace

2001-07-31 21:29 VZ, revision 11222

started applying patch 410826

2001-07-31 20:57 DW, revision 11221

Added regex to the build. New .def file for .dll builds.

2001-07-31 20:56 DW, revision 11220

TRUE instead of true

2001-07-31 17:58 VZ, revision 11219

fixed compilation [warning]

2001-07-31 17:56 VZ, revision 11218

declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0

2001-07-31 17:50 KLB, revision 11217

Latest updates from SciTech code tree including numerous warning fixes for the Watcom and other compilers.

2001-07-30 21:37 RD, revision 11216

Applied patch #445873

2001-07-30 15:22 VZ, revision 11215

1. made ScrollLines/Pages return bool indicating if we scrolled till the end or not 2. implemented them for wxGTK text ctrl

2001-07-30 13:47 VZ, revision 11214

eliminated flicker when selecting items

2001-07-30 11:18 VZ, revision 11213

compilation fixes for wxGTK

2001-07-29 23:00 VZ, revision 11212

implemented ScrollLines/Pages; fixed bug in Thaw()

2001-07-29 22:51 VZ, revision 11211

documented ScrollLines/Pages

2001-07-29 22:47 VZ, revision 11210

added ScrollLines/Pages

2001-07-29 22:40 VZ, revision 11209

1. added wxTE_AUTO_URL style and support for it under Win32 (and brief mention in docs and tests in the sample) 2. moved wxTextCtrl-specific stuff from defs.h/event.h to textctrl.h

2001-07-29 22:20 VZ, revision 11208

compilation fix for recent commit

2001-07-29 21:22 VZ, revision 11207

added Freeze/Thaw implementation for Windows

2001-07-29 03:06 RD, revision 11206

Added context help stuff to wxPython

2001-07-28 22:40 VS, revision 11205

wxMGL compilation fix

2001-07-28 22:39 VS, revision 11204

wxMGL compilation fixes

2001-07-28 03:29 RD, revision 11203

Various tweaks, fixes, and additions

2001-07-28 03:12 RD, revision 11202

Various tweaks, fixes, and additions

2001-07-28 03:10 RD, revision 11201

Fixed resource leak for wxListItem

2001-07-28 03:07 RD, revision 11200

The installer should also check HKCU for the python install dir, since ActivePython will use that key.

2001-07-28 03:06 RD, revision 11199

A couple fixes for the demo, and some code to show a bug

2001-07-28 03:01 RD, revision 11198

regenerated swigged code

2001-07-28 02:57 RD, revision 11197

A couple off-by-one fixes

2001-07-27 20:05 VZ, revision 11196

mingw32/cygwin compilation fixes

2001-07-27 19:28 RD, revision 11195

some minor tweaks, fixes, etc.

2001-07-27 18:44 RD, revision 11194

fixed typos

2001-07-27 13:30 VZ, revision 11193

don't crash when invalid colour is set as fg/bg colour

2001-07-27 11:54 RR, revision 11192

Added missing method to wxArrayString (Remove()).

2001-07-27 10:07 JS, revision 11191

Added fix to send scroll messages from mouse wheel instead of scrolling directly

2001-07-27 02:54 RD, revision 11190

Added some WXDLLEXPORTs

2001-07-26 18:40 VZ, revision 11189

(bad) fix for asserts and OnIdle events

2001-07-26 18:39 VZ, revision 11188

forgotten method declaration

2001-07-26 16:45 VZ, revision 11187

made the log dialog resizeable (again?)

2001-07-26 16:33 VZ, revision 11186

highlight the focused item in non report mode too

2001-07-26 16:19 VZ, revision 11185

fix for (re)positioning the main window when the style changes

2001-07-26 15:26 VZ, revision 11184

avoid nested modal log dialogs

2001-07-26 15:09 VZ, revision 11183

test for wxLog interaction with wxYield better

2001-07-26 13:21 VZ, revision 11182

*really* suppress log messages from inside wxYield

2001-07-26 11:32 RR, revision 11181

Fixed problem with missing refresh in wxScrolledWindow:: SetScrollbars().

2001-07-26 09:58 VZ, revision 11180

respect SetFont/SetXXXColour in wxTextCtrl even when using styles

2001-07-26 09:24 VZ, revision 11179

don't do anything in SetBackgroundColour() if colour is invalid

2001-07-26 09:06 VZ, revision 11178

timestampt trace/debug messages under Unix too, this is useful for debugging

2001-07-26 08:59 VZ, revision 11177

added demo of the difference Freeze/Thaw makes in wxTextCtrl

2001-07-26 08:33 VZ, revision 11176

added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl

2001-07-25 16:13 VZ, revision 11175

fix for focus handling when deleting the items

2001-07-25 13:17 JS, revision 11174

Tweaks to fl project files

2001-07-24 19:33 VZ, revision 11173

compilation warning fixed

2001-07-24 17:08 VZ, revision 11172

reverted my previous change to WINVER - it is already defined elsewhere

2001-07-24 16:19 VZ, revision 11171

fixed compilation problem with multiple Update()s

2001-07-24 15:27 JS, revision 11170

Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

2001-07-23 20:11 GD, revision 11169

renamed Number method (should be GetCount)

2001-07-23 18:17 VZ, revision 11168

fixed bug with wxPathExists('c:\') yet again

2001-07-23 18:13 VZ, revision 11167

don't process VK_OEM_XXX key presses

2001-07-23 18:06 VZ, revision 11166

use Windows standard icons instead of our own (patch 443856)

2001-07-23 17:46 VZ, revision 11165

added test for writing empty value to the config

2001-07-23 17:45 VZ, revision 11164

1. fixed bug with empty value not being written to the file 2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX

2001-07-23 15:54 VZ, revision 11163

don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well

2001-07-23 14:57 VZ, revision 11162

fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample

2001-07-23 13:28 VZ, revision 11161

added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!

2001-07-22 20:26 GD, revision 11160

correction for Mac OS X compilation

2001-07-22 20:25 GD, revision 11159

corrected pragma interface/implementation (clash with wxWindows library)

2001-07-22 20:05 GD, revision 11158

fixed wxListBox inheritance

2001-07-22 19:36 GD, revision 11157

added property sheet option corrected tree layout option corrected samples list configuration

2001-07-22 18:07 GD, revision 11156

added tree layout define

2001-07-22 18:06 GD, revision 11155

corrected conditional compilation tests

2001-07-22 17:21 GD, revision 11154

post wxUniv merge fix

2001-07-22 17:15 GD, revision 11153

post wxUniv merge fix

2001-07-22 17:09 GD, revision 11152

post wxUniv merge fix

2001-07-22 17:03 GD, revision 11151

corrected pragma interface/implementation for Mac OS X

2001-07-22 17:00 GD, revision 11150

added missing conditional compilation test for MSW specific events

2001-07-22 15:05 GD, revision 11149

added dependency handling to Makefiles

2001-07-22 14:57 GD, revision 11148

corrections for Mac OS X compilation

2001-07-22 14:50 GD, revision 11147

ignore files produced by CodeWarrior

2001-07-22 14:23 GD, revision 11146

correction for Mac OS compilation

2001-07-22 14:19 GD, revision 11145

added dependency handling to Makefiles

2001-07-22 14:10 GD, revision 11144

correction for Mac OS X compilation

2001-07-22 14:09 GD, revision 11143

post wxUniv merge fixes

2001-07-22 14:08 GD, revision 11142

corrections for Mac OS X compilation

2001-07-22 14:06 GD, revision 11141

added dependency handling to Makefiles

2001-07-22 13:52 GD, revision 11140

removed inexistant header files

2001-07-22 12:06 VZ, revision 11139

compilation fix for old broken Borland compiler

2001-07-22 01:28 VZ, revision 11138

backported fix for proper tree ctrl refershing after changing item colour/font from 2.2

2001-07-21 06:51 GD, revision 11137

replaced hardcoded wxgtk_gl library with appropriate configure macro

2001-07-21 06:48 GD, revision 11136

added WX_TARGET_LIBRARY_GL to recursive configure substitutions

2001-07-21 06:47 GD, revision 11135

added wxWindows shared library to link of OpenGL wxWindows shared library

2001-07-21 06:45 GD, revision 11134

corrected bad Darwin related configure test implemented OpenGL configuration for Mac OS X added WX_TARGET_LIBRARY_GL to config cache

2001-07-21 06:42 GD, revision 11133

added DEP_INFO_FLAGS to compilation options

2001-07-21 05:32 GD, revision 11132

corrections for wxGtk compilation under Darwin/Mac OS X

2001-07-21 05:23 GD, revision 11131

added missing conditional compilation test for wxUSE_PROPSHEET

2001-07-21 05:19 GD, revision 11130

minor changes to correct compilation warnings

2001-07-20 20:54 VZ, revision 11129

fix for rather mysterious problem when deleting the list ctrl

2001-07-20 18:46 GD, revision 11128

post wxUniv merge fixes

2001-07-20 18:44 GD, revision 11127

post wxUniv merge fix

2001-07-20 14:35 VZ, revision 11126

applied numpad keys patch

2001-07-20 12:33 VS, revision 11125

fixed entities parsing under win32

2001-07-20 12:32 VS, revision 11124

oops, forgot to fix wxHtmlTag dtor

2001-07-20 11:59 VZ, revision 11123

test for __WIN95__ in the main header, not platform-sepcific one for consistency with the other classes

2001-07-20 11:58 VZ, revision 11122

define WINVER for mingw32 cross compilation

2001-07-20 11:12 VZ, revision 11121

implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now

2001-07-20 08:56 VZ, revision 11120

fixed three new warnings after the last warning fix

2001-07-20 08:55 VZ, revision 11119

fixed a warning and detabified

2001-07-20 08:48 VZ, revision 11118

made 2 column list wider to accomodate all entries

2001-07-20 08:47 VZ, revision 11117

replaced literal backslashes with backslash TeX macro

2001-07-20 01:18 VZ, revision 11116

fixed crash in XPM decoder when reading non XPM files

2001-07-20 01:00 VZ, revision 11115

filter out garbage Windows sends us via LVN_ODCACHEHINT

2001-07-20 00:25 VZ, revision 11114

added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

2001-07-19 23:43 VZ, revision 11113

VC++ warning fixed

2001-07-19 22:31 VS, revision 11112

new wxHtmlParser core and changes implied by it

2001-07-19 22:30 VS, revision 11111

new wxHtmlParser core

2001-07-19 20:54 VZ, revision 11110

FreeBSD compilation fix

2001-07-19 20:52 VZ, revision 11109

fixed some warnings

2001-07-19 20:50 VZ, revision 11108

1. don't delete item attributes in the virtual list control (=> crash) 2. refresh the window after deleting all items

2001-07-19 20:49 VZ, revision 11107

added test for THREADS if JOYSTICK is set

2001-07-19 20:48 VZ, revision 11106

don't remove lib/wx when making clean

2001-07-19 20:47 VZ, revision 11105

made SetPriority docs more clear

2001-07-19 20:44 VZ, revision 11104

fix for missing wxUSE_DARWIN definition

2001-07-19 13:51 VZ, revision 11103

fixes to version string

2001-07-19 13:44 VZ, revision 11102

1. compilation fixes 2. don't quote special characters inside verbatim environment

2001-07-19 12:29 VZ, revision 11101

fix for custom bitmap setting for the first page

2001-07-19 01:07 VZ, revision 11100

minor fixes, added an example

2001-07-19 00:44 VZ, revision 11099

fixed compilation problem inwith ^

2001-07-18 23:01 VS, revision 11098

removed debug printfs

2001-07-18 23:01 VS, revision 11097

fixed ugly stupid piece of code

2001-07-18 23:01 VS, revision 11096

Unicode complation fixes

2001-07-18 23:00 VS, revision 11095

backported no-recursion patch to wxHTML

2001-07-18 23:00 VS, revision 11094

- fixes warnings with mingw crosscompilation - fixes for missing _t functions

2001-07-18 23:00 VS, revision 11093

Mingw Unicode fix

2001-07-18 23:00 VS, revision 11092

Mingw Unicode fixes

2001-07-18 22:59 VS, revision 11091

Unicode fixes to wxCmdLineParser

2001-07-18 22:58 VS, revision 11090

(1) removed -lcrtdll from Mingw build (it was plainly wrong thing, gcc is supposed to link against C library automatically... and it broke binaries produced with MSVCRT version of Mingw) (2) fixed typo in MS_HTML_HELP check (3) added (back?) WXHTML_HELP checks to configure

2001-07-18 22:00 GT, revision 11089

Fixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes

2001-07-18 21:04 GT, revision 11088

Fixed closing of program to work properly if PASS #1 failed for some reason. Before this fix, you could not exit the GUI version of the program under windows without using CTRL-ALT-DEL

2001-07-18 20:47 GT, revision 11087

Fixed mismatched curley brace

2001-07-17 22:21 VZ, revision 11086

initialize gs_pFrame to NULL

2001-07-17 22:01 VZ, revision 11085

blind fix for wxScrolledWindow problem

2001-07-17 18:14 VZ, revision 11084

fixed regex bug in ProcessFamiliesFromFontList

2001-07-17 16:47 JS, revision 11083

Added icon index parsing

2001-07-17 16:27 JS, revision 11082

Correction to icon index code

2001-07-17 15:49 JS, revision 11081

Added support for extracting icon using specified index

2001-07-17 09:03 VZ, revision 11080

added wxOPEN/SAVE flags to wxDefaultFileSelector

2001-07-17 08:27 VZ, revision 11079

don't use static box as a parent

2001-07-17 08:25 VZ, revision 11078

renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented

2001-07-17 00:18 RD, revision 11077

Added rules to build the regex library from the main makefile, if needed.

2001-07-16 22:54 VZ, revision 11076

wxRegEx docs I forgot to add before (sorry)

2001-07-16 22:52 RD, revision 11075

Some tweaks and generated core sources for wxGTK

2001-07-16 18:07 VZ, revision 11074

compilation fix I had forgot to commit

2001-07-16 17:48 RD, revision 11073

fixed compile error

2001-07-16 15:23 VZ, revision 11072

speed up font list processing

2001-07-16 15:17 VZ, revision 11071

removed assert which could be provoked by correct code

2001-07-16 14:27 RR, revision 11070

Added missing methods. Now tested.

2001-07-16 09:42 RR, revision 11069

Added missing methods. Not yet tested.

2001-07-16 08:20 RR, revision 11068

Added symptomatic fix to wrong height in wxStaticText.

2001-07-16 07:58 RR, revision 11067

Tried to make button events interceptable in generic wxSpinCtrl. No luck.

2001-07-16 07:38 RR, revision 11066

Fixed small prob with wxSpinButton orientation.

2001-07-15 21:12 GD, revision 11065

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 21:07 GD, revision 11064

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif ----------------------------------------------------------------------

2001-07-15 21:04 GD, revision 11063

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 19:36 RR, revision 11062

Up-ported code to make tree item visible when programmatically selected.

2001-07-15 18:47 GD, revision 11061

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 10:45 GD, revision 11060

added common regex added missing dependency files

2001-07-15 10:11 SC, revision 11059

committed - just to be sure

2001-07-15 10:06 SC, revision 11058

no message

2001-07-15 10:02 SC, revision 11057

added new project file having the new files

2001-07-14 21:18 VZ, revision 11056

bug fix to the recent wxConvertFromMSW change

2001-07-14 21:01 VZ, revision 11055

use LVM_SETITEMSTATE instead of LVM_SETITEM for virtual controls

2001-07-14 20:39 VZ, revision 11054

blind fix for clearing font attributes in SetStyle()

2001-07-14 20:38 VZ, revision 11053

removed obsolete comment

2001-07-14 18:49 RR, revision 11052

Minor beautification of wxToolBar under Mac.

2001-07-14 18:12 RR, revision 11051

Corrected wxScrolledWindow's OnSize behaviour. Formated code.

2001-07-14 18:11 RR, revision 11050

Corrected wxScrolledWindow's OnSize behaviour.

2001-07-14 17:41 VZ, revision 11049

merged NULL wxFrame parent HWND fix from 2.2 branch

2001-07-14 17:37 VZ, revision 11048

merged MapBitmap() from 2.2 branch

2001-07-14 16:41 VZ, revision 11047

use wxRegEx if available in wxString::Matches

2001-07-14 16:41 VZ, revision 11046

added wxRegEx docs

2001-07-14 16:13 VZ, revision 11045

rewrote wxRegEx::Replace() to do something useful

2001-07-14 14:29 RR, revision 11044

Restored wxFileName::GetFullPath()

2001-07-14 14:28 RR, revision 11043

wxIsAbsolutePath was correct.

2001-07-14 14:27 RR, revision 11042

Mac-ify wxTreeCtrl further.

2001-07-14 14:26 RR, revision 11041

Fix HTML help on Mac.

2001-07-14 11:29 RR, revision 11040

AddBook ignores wxMac paths (still won't work)

2001-07-14 11:28 RR, revision 11039

wxIsAbsolutePath is strange under wxMac

2001-07-14 09:02 JS, revision 11038

Reverted my bad <> -> "" fix, sorry; updated project files. Probably regex should have it's own .dsp file :-(

2001-07-14 03:37 RD, revision 11037

Number() to GetCount() and other changes needed for wxPython to compile with current CVS.

2001-07-14 03:27 RD, revision 11036

Made a couple Number() to GetCount() changes

2001-07-14 03:25 RD, revision 11035

Added wxUSE_WAVE to setup0.h and checked for it in wave.h

2001-07-14 03:23 RD, revision 11034

Added RTTI macros to wxToolTip

2001-07-14 02:03 VZ, revision 11033

fixed VC++ warnings

2001-07-14 02:03 VZ, revision 11032

implemented RefreshItem(s) under MSW

2001-07-14 02:02 VZ, revision 11031

fixed setting/attaching menubar

2001-07-14 02:02 VZ, revision 11030

fixed crash in ~wxHtmlCell

2001-07-13 23:43 VZ, revision 11029

documented wxInitialize and wxUnitialize

2001-07-13 23:29 RD, revision 11028

fixed missing package dir

2001-07-13 23:16 VZ, revision 11027

added regex to all the templates

2001-07-13 21:09 VZ, revision 11026

added popupcmn.cpp

2001-07-13 20:58 SC, revision 11025

corrected check string handling

2001-07-13 20:54 VZ, revision 11024

popupcmn is needed by wxGTK too, why was it excluded?

2001-07-13 20:40 VZ, revision 11023

corrected object file extension in the makefiles

2001-07-13 20:09 VZ, revision 11022

added RefreshItem(s) methods

2001-07-13 19:34 JS, revision 11021

Changed <> to "" to help inclusion; added regex files to VC++ project files

2001-07-13 19:26 VZ, revision 11020

added wxListView class: this is going to be a wxListCtrl with human (inter)face

2001-07-13 19:14 VZ, revision 11019

removed forgotten debugging printf

2001-07-13 19:08 VZ, revision 11018

renamed main.c to re_main.c to avoid clashes with main.cpp in VPATH

2001-07-13 18:59 VZ, revision 11017

added wxUSE_REGEX

2001-07-13 18:56 VZ, revision 11016

regenerated the makefiles to include regex.cpp

2001-07-13 17:42 DW, revision 11015

OS/2 fixes for this week.

2001-07-13 17:42 DW, revision 11014

true vs TRUE again.

2001-07-13 17:41 DW, revision 11013

OS/2 Updates for this week.

2001-07-13 17:35 VZ, revision 11012

changes for building wxRegEx

2001-07-13 17:30 VZ, revision 11011

added some makefiles (untested)

2001-07-13 17:15 VZ, revision 11010

added notes about wxRegEx

2001-07-13 17:12 VZ, revision 11009

added tests for wxRegEx

2001-07-13 17:11 VZ, revision 11008

added regex.h/.cpp files

2001-07-13 17:10 VZ, revision 11007

fixes for wxBase build with configure

2001-07-13 17:10 VZ, revision 11006

fixed yet another typo, now it finally works

2001-07-13 17:10 VZ, revision 11005

added wxRegEx::GetMatch

2001-07-13 16:17 VZ, revision 11004

wxRegEx class added

2001-07-13 14:35 VZ, revision 11003

incorrect warning fix fixed

2001-07-13 14:21 JS, revision 11002

Fixed typo in cache management code

2001-07-13 14:17 VZ, revision 11001

fixed back compilation with REDEBUG

2001-07-13 14:13 VZ, revision 11000

more warning fixes

2001-07-13 14:02 VZ, revision 10999

a couple of warnings removed

2001-07-13 13:52 VZ, revision 10998

added headers needed for wxBase compilation

2001-07-13 13:51 VZ, revision 10997

fix for wxBase compilation (misplaced #if wxUSE_GUI)

2001-07-13 13:51 VZ, revision 10996

fixed wxBase makefile generation

2001-07-13 13:31 , revision 10995
  • A /wxWidgets/tags/ALPHA_3_8
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_color.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_lex.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_nfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regerror.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regerrs.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regex.h
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regexec.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/rege_dfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regfree.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regfronts.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regguts.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/tclUniData.c

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

2001-07-13 13:31 , revision 10993

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

2001-07-13 13:31 VZ, revision 10992

Initial revision

2001-07-13 13:13 VZ, revision 10991

added detection of regex support to configure

2001-07-13 13:03 JS, revision 10990

Check for parent in DoGetPosition

2001-07-13 12:47 VZ, revision 10989

removed incorrect 'static' keyword from var declarations (backported from the trunk)

2001-07-13 12:32 VZ, revision 10988

removed incorrect 'static' keyword from var declarations

2001-07-13 10:09 JS, revision 10987

Updated BC++ patch URL

2001-07-12 19:22 GT, revision 10986

::Catalog() function was failing against several databases as the PRECISION and LENGTH values returned were larger (more bytes) than the variable that was bound for holding the returned value

2001-07-12 16:23 VZ, revision 10985

fixed crash in wxRegion::Empty

2001-07-12 15:02 JJ, revision 10984

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/propform.cpp wxWindows/src/gtk/descrip.mms wxWindows/utils/dialoged/src/winstyle.cpp -Fixed VMS compile support -added some include's ----------------------------------------------------------------------

2001-07-12 10:37 JS, revision 10983

Corrected DoBlit

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

fixed VC++ warning

2001-07-12 00:06 VZ, revision 10981

implemented attributes support for native virtual list control

2001-07-12 00:06 VZ, revision 10980

menu bar wasn't set properly internally after my previous change - fixed

2001-07-11 23:21 VZ, revision 10979

don't refresh the scrollbars unnecessarily

2001-07-11 22:30 VS, revision 10978

fixed windows.h check and added checks for MS HTML Help

2001-07-11 22:28 VS, revision 10977

fixes for broken records

2001-07-11 21:25 JS, revision 10976

Compilo correction

2001-07-11 20:33 SC, revision 10975

several mac fixes (Mark Newsams patches)

2001-07-11 20:22 JS, revision 10974

Made DC cacheing less obstrusive

2001-07-11 17:27 JS, revision 10973

Removed cacheing option

2001-07-11 16:22 VZ, revision 10972

added support for item attributes in virtual list control

2001-07-11 15:19 VZ, revision 10971

added and documented wxApp::OnAssert

2001-07-11 14:56 VZ, revision 10970

incremented the version to 2.2.8 (hope I got it right this time)

2001-07-11 14:55 VZ, revision 10969

added wxArrayString::RemoveAt() for forward compatibility with 2.3

2001-07-11 13:40 VZ, revision 10968

oops, restored the postpone-redraw-if-dirty test which was somehow left out

2001-07-11 13:35 VZ, revision 10967

(much) more efficient report mode redrawing

2001-07-11 13:34 VZ, revision 10966

documented wxLogChain and wxLogPassThrough classes and wxLog::DoLog/DoLogString methods

2001-07-11 12:35 VZ, revision 10965

moved some headers inside #ifndef WX_PRECOMP

2001-07-11 12:28 VS, revision 10964

mingw compilation fixes

2001-07-11 12:10 VZ, revision 10963

fixed hit testing for non report modes

2001-07-11 10:07 JS, revision 10962

Added wxUSE_DC_CACHEING and associated code to wxMSW Added EnableCache, CacheEnabled to wxDCBase Added mask source args to DoBlit, Blit Added cache testing code to dragimag sample Added wxSystemOptions, regenerated makefiles

2001-07-11 09:43 VZ, revision 10961

added wxLogChain and wxLogPassThrough classes

2001-07-11 07:37 VZ, revision 10960

compilation fix for MSW

2001-07-10 22:48 VS, revision 10959

compilation fix for wxGTK

2001-07-10 22:46 VS, revision 10958

#ifdefed wxPopupComboWindow to be used only in wxUniv

2001-07-10 22:46 VS, revision 10957

1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)

2001-07-10 22:39 VS, revision 10956

added check for w32api.h to configure (so that libjpeg works when cross-compiling)

2001-07-10 22:38 VS, revision 10955

fixes for tables renderer: now recognizes missing border property correctly

2001-07-10 18:12 RD, revision 10954

little tweaks

2001-07-10 17:33 VZ, revision 10953

made wxLog::Set/GetVerbose() static back again

2001-07-10 17:28 VZ, revision 10952

added cmd line parsing support to wxApp and --theme option to wxUniv

2001-07-10 16:46 VZ, revision 10951

added wxUSE_CMDLINE_PARSER

2001-07-10 16:44 VZ, revision 10950

added #if wxUSE_CMDLINE_PARSER around the header

2001-07-10 15:42 VZ, revision 10949

more combobox appearance fixes

2001-07-10 15:18 VZ, revision 10948

oops, missing semi colon added

2001-07-10 15:16 VZ, revision 10947

fix for crash when clicking below the items

2001-07-10 15:14 VZ, revision 10946

moved WX_USE_THEME macros inside IMPLEMENT_APP

2001-07-10 15:07 VZ, revision 10945

wxComboBox appearance fixes, looks fine now but doesn't really work under GTK yet

2001-07-10 14:03 VZ, revision 10944

respect wxBU_EXACTFIT

2001-07-10 14:00 VZ, revision 10943

don't set min width for the buttons

2001-07-10 13:44 VZ, revision 10942

added wxBU_EXACTFIT style

2001-07-10 12:59 VZ, revision 10941

made the button of correct size again (Robert, why did you comment this out??)

2001-07-10 12:58 VZ, revision 10940

use system colours under Windows (patch 439286)