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-02-27 21:38 SC, revision 9438

added calls for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 21:35 SC, revision 9437

added a call for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 00:38 VZ, revision 9436

another fix for wxChoice/wxComboBox height setting - this one is tested!

2001-02-26 22:24 GD, revision 9435

added CodeWarrior projects for Classic Mac OS

2001-02-26 20:12 RR, revision 9434

wxMac: Added wxControlNameStr. (second try).

2001-02-26 10:41 VZ, revision 9433

matching changes for makefile.g95

2001-02-26 10:34 VZ, revision 9432

applied the patch 403906 (cleanall target for mingw32 makefiles)

2001-02-26 10:24 VZ, revision 9431

applied patch 403988 (fixing MDI window menu)

2001-02-26 10:21 VZ, revision 9430

applied patch 403898 (fixing msw/tabctrl.cpp include)

2001-02-26 10:17 VZ, revision 9429

applied patch 404136 which is supposed to fix BC5.5 crashes

2001-02-26 10:03 VZ, revision 9428

applied patch 403956 (gcc warning fix)

2001-02-26 07:14 GD, revision 9427

added missing method to set colour from hex value

2001-02-23 22:52 vaclavslavik, revision 9426

using wxURL now enforces linking http.o, ftp.o and sckfile.o

2001-02-23 20:28 vadz, revision 9425

fixed GetMargins() compilation

2001-02-23 19:46 csomor, revision 9424

Define wxUSE_NOTEBOOK for Mac. Required ny sizer.

2001-02-23 19:45 csomor, revision 9423

Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.

2001-02-23 19:00 vaclavslavik, revision 9422

documented fs_zip bugfix

2001-02-23 16:35 vadz, revision 9421

added GetMargins()

2001-02-23 15:40 vadz, revision 9420

fixed typo

2001-02-23 15:40 vadz, revision 9419

added another fix for INT32 and cygwin

2001-02-23 15:33 vadz, revision 9418

added Spanish translations

2001-02-22 23:43 vaclavslavik, revision 9417

fixed FindFirst/FindNext in fs_zip, it should find all directories now

2001-02-22 17:46 juliansmart, revision 9416

Added PROIO_ prefix to yyparse to get it to link.

2001-02-22 17:29 juliansmart, revision 9415

Attempted to improve tip window behaviour, but kill focus still not working in wxGTK. wxTipWindow now has wxTipWindowView child.

2001-02-22 13:56 juliansmart, revision 9414

wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELCTED in GetItemState (typo)

2001-02-22 13:55 juliansmart, revision 9413

wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetItemState (typo)

2001-02-22 12:56 juliansmart, revision 9412

Corrected Clone return type

2001-02-22 12:10 juliansmart, revision 9411

Changed wxYield calls to wxYieldIfNeeded

2001-02-22 12:09 juliansmart, revision 9410

Added wxYieldIfNeeded

2001-02-21 23:52 vaclavslavik, revision 9409

added missing implementation of wxHashTableLong::Create

2001-02-21 23:51 vaclavslavik, revision 9408

fixed compilation problem (frame.h not included)

2001-02-21 21:12 robind, revision 9407

some little fixes

2001-02-21 20:57 robind, revision 9406

some little fixes

2001-02-21 08:51 csomor, revision 9405

added carbrsrc.r to carbon resource target

2001-02-21 08:50 csomor, revision 9404

the carbon resource tag

2001-02-21 08:49 csomor, revision 9403

corrected an superfluous initfloatingwindows call in carbon

2001-02-20 22:24 depeyrot, revision 9402

added CodeWarrior project for Classic Mac OS

2001-02-20 22:21 depeyrot, revision 9401

do not perform Gestalt tests under Mac OS X

2001-02-20 17:41 csomor, revision 9400

added a PROIO_yyparse function in order to compile again after defines have moved to wxexpr.cpp

2001-02-20 16:48 vadz, revision 9399

fixed memory leak in Accept()

2001-02-20 16:34 vadz, revision 9398

fixed memory leak in Accept()

2001-02-20 16:03 vaclavslavik, revision 9397

fixed lies in wxFileSystem docs

2001-02-20 16:02 vaclavslavik, revision 9396

fixed some crashes (backport from 2.3)

2001-02-20 16:02 vaclavslavik, revision 9395

fixed some crashes

2001-02-20 13:55 georgetasker, revision 9394

Added a #ifndef for DMPAPER_USER to define it to the value defined in VC's wingdi.h if there is no known definition (like for mingw)

2001-02-20 13:45 vadz, revision 9393

wxSlider draws correctly under wxGTK

2001-02-20 13:39 vadz, revision 9392

made wxApp::GetTopWindow() virtual

2001-02-20 10:45 vadz, revision 9391

Unix compilation/Makefile fixes

2001-02-20 10:32 vadz, revision 9390

fixed missing endif

2001-02-20 10:31 vadz, revision 9389

added wxUSE_CALENDAR and support for it to configure

2001-02-20 09:55 vadz, revision 9388

compilation fix (patch 103882)

2001-02-20 06:10 robind, revision 9387

Added a SetFont method that behaves like SetLabel does with respect to wxST_NO_AUTORESIZE.

2001-02-20 00:59 vadz, revision 9386

implemented wxGauge - seems to work fine

2001-02-19 17:22 vadz, revision 9385

fixed wxSocket::_Wait() for worker threads in an MT program

2001-02-19 12:29 vadz, revision 9384

temp (?) fix for wxYield() calls from other threads

2001-02-19 01:04 georgetasker, revision 9383

Added xh_frame.obj to the list of target objects

2001-02-18 22:32 vadz, revision 9382

implemented slider thumb highlighting

2001-02-18 21:54 vadz, revision 9381

implemented (auto) ticks support

2001-02-18 20:26 vadz, revision 9380

1. added wxScrollThumb which handles the scroll thumb in the same was as wxScrollArrows handles the arrows => wxSlider uses it and the mouse now works as expected 2. corrected wxSlider drawing in GTK mode

2001-02-16 18:49 vadz, revision 9379

some minor fixes to the docs (bugs 13271[56])

2001-02-16 18:36 vadz, revision 9378

applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp)

2001-02-16 18:17 vaclavslavik, revision 9377

applied patch #103817 to both branches (HTML printing typo in margins code)

2001-02-16 08:49 robind, revision 9376

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:40 robind, revision 9375

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:19 robind, revision 9374

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-15 21:53 depeyrot, revision 9373

added CodeWarrior project for Classic Mac OS

2001-02-15 21:51 depeyrot, revision 9372

modifications for compilation under Mac OS X applied patches extracted from submission by Marc Newsam (tested under Mac OS 9)

2001-02-14 19:17 robind, revision 9371

Fixed bug that was giving the wrong size of wxCustomDataObjects to the receiver.

2001-02-14 18:13 vadz, revision 9370

wxADJUST_MIN definition (forgot to ci last time)

2001-02-14 14:13 vadz, revision 9369

added wxADJUST_MINSIZE sizer flag

2001-02-13 17:55 vadz, revision 9368

fixed bug in wxCalendarCtrl (132199) and bug in wxDateTime::IsSameDate() this fix discovered

2001-02-13 17:40 juliansmart, revision 9367

More GTK+ 1.3.1 fixes

2001-02-13 15:51 juliansmart, revision 9366

Further __WXGTK20__ fix

2001-02-13 13:00 joukj, revision 9365

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/gtk/descrip.mms VMS compile issues ----------------------------------------------------------------------

2001-02-13 12:10 juliansmart, revision 9364

Tried to fix GTK+ 2.0 compilos

2001-02-13 11:42 georgetasker, revision 9363

Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now. Formatting of source code cleaned up.

2001-02-13 11:41 georgetasker, revision 9362

Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now.

2001-02-13 11:38 georgetasker, revision 9361

A temporary hDIB was not being unlocked before exiting the function where the lock was obtained

2001-02-13 11:35 georgetasker, revision 9360

Fixes display of bitmaps in owner drawn controls (like menus) so that they are not clipped or dropped completely. Menu items resize appropriately with this code submitted by Ray Gilbert.

2001-02-12 21:41 depeyrot, revision 9359

added CodeWarrior projects for Classic Mac OS

2001-02-12 21:37 depeyrot, revision 9358
  • D /wxWidgets/trunk/samples/docview/makemac.mcp
  • D /wxWidgets/trunk/samples/docvwmdi/makemac.mcp
  • D /wxWidgets/trunk/samples/internat/makemac.mcp

removed CodeWarrior projects added as ascii instead of binary

2001-02-12 20:30 robind, revision 9357

Now uses CC_FULLOPEN if m_colourData.GetChooseFull()

2001-02-12 19:23 georgetasker, revision 9356

Changed source files to not include Mark's old defunct e-mail address. It now only shows in the ABOUT dialog

2001-02-12 18:12 juliansmart, revision 9355

Small mod

2001-02-12 17:21 vadz, revision 9354

fixed KDE link file reading code

2001-02-12 16:38 vadz, revision 9353

fixed setting focus to the controls not accepting it (backported from the main branch)

2001-02-12 16:37 vadz, revision 9352

fix for mingw32 2.95.2

2001-02-12 15:59 juliansmart, revision 9351

Changes to distribution scripts

2001-02-12 13:47 juliansmart, revision 9350

Check for this == g_focusWindow in window destructor now, else get dangling pointer.

2001-02-12 13:45 juliansmart, revision 9349

Fix for unsafe use of a global pointer for focus window: now checks at destruct time to see if we should NULL the pointer.

2001-02-12 00:56 vadz, revision 9348

wxSlider kbd handling works fine as well as drawing in GTK theme

2001-02-12 00:54 vadz, revision 9347

backported fix for the last-'\'-in-the mailcap-file crash

2001-02-12 00:51 vadz, revision 9346

fixed crash with '\' on the end of the last line

2001-02-11 20:12 vadz, revision 9345

even better slider drawing (fine now)

2001-02-11 18:34 vadz, revision 9344

slider draws itslef almost correctly in MSW mode

2001-02-11 10:36 juliansmart, revision 9343

Distrib script changes and list.h reordering of wxListBase constructor for VC++ 1.5 to compile it

2001-02-10 14:15 vadz, revision 9342

bug in wxDocMDIParentFrame::OnMRUFile() fixed

2001-02-10 00:33 vadz, revision 9341

more meat on wxSlider bones

2001-02-09 21:01 depeyrot, revision 9340

updated CodeWarrior projects for latest wxMac commits

2001-02-09 20:40 depeyrot, revision 9339

updated CodeWarrior projects for latest wxMac commit

2001-02-09 06:45 ronl, revision 9338

cleaned some old cruft out of configure.in

2001-02-09 01:03 vadz, revision 9337

started working on wxSlider

2001-02-09 00:32 vadz, revision 9336

ignore tags generation file

2001-02-09 00:31 vadz, revision 9335

small corrections to wxNotebook drawing in GTK theme

2001-02-08 21:13 csomor, revision 9334

updated mac sources (CW 5.3 working , CW6 still having code gen problems)

2001-02-08 18:57 vadz, revision 9333

applied (slightly modified) wxToggleButton patch from John Norris and Axel Schlueter

2001-02-08 18:11 vadz, revision 9332

some stupid attempts to make utf8 work - it doesn't, but the code does no harm and could be useful in the future

2001-02-08 15:54 vadz, revision 9331

(blind) fixes for Motif compilation

2001-02-08 15:46 vadz, revision 9330

added more tests for streams and wchar_t

2001-02-08 15:44 vadz, revision 9329

fixed bug in Eof(), finally

2001-02-08 15:26 vadz, revision 9328

made EXPAND/COLLAPSE docs more clear

2001-02-08 15:13 vadz, revision 9327

removed obsolete GetEventClass

2001-02-08 11:19 ronl, revision 9326

More mostly cross compiling related mods.. Get configure to bring in the necessary libs and object files if the compiler can handle ole. Added --enable-metafile option, defaults to yes but again only used if ole is supported. Fixed the last of the #ifdef wxUSE_NORLANDER.. tests to check if its non-zero (it's always defined)

2001-02-08 00:47 vadz, revision 9325

wxNotebook GTK drawing done, tab padding is now renderer dependent

2001-02-07 21:47 vaclavslavik, revision 9324

fix for undefined LANG_XXX constants with some compilers

2001-02-07 16:27 georgetasker, revision 9323

Radiobox control was being created with wxComboBoxNameStr instead of wxRadioBoxNameStr. Widgets on the GAUGE tab were overlapping each other, so I slightly rearranged them to not overlap.

2001-02-07 16:12 georgetasker, revision 9322

SetBackgroundColour() and SetForegroundColour() were being called before the HWND was set for the wxGauge95, and these two functions require the HWND of the gauge. Moved the call to these two functions to be after teh HWND is set.

2001-02-07 08:32 ronl, revision 9321

mainly fixes for cross compiling.. - fixed vsnprintf detection for MSW - don't do getsockname test for mingw (and presumably for cygwin) as they use winsock - fixed broken ole2.h test, add -fvtable-thunks for gcc if we find it. changed MAC_DIST to MACX_DIST since autoconf thinks MAC_ is a macro..

2001-02-07 08:32 ronl, revision 9320

mainly fixes for cross compiling.. - fixed vsnprintf detection for MSW - don't do getsockname test for mingw (and presumably for cygwin) as they use winsock - fixed broken ole2.h test, add -fvtable-thunks for gcc if we find it.

2001-02-07 02:13 vadz, revision 9319

fixed previous compilation fix

2001-02-07 00:17 vadz, revision 9318

merged compilation fix from the main branch

2001-02-06 18:13 juliansmart, revision 9317

Added event sample

2001-02-06 18:11 juliansmart, revision 9316

Added event sample to VC+ project file

2001-02-06 18:08 juliansmart, revision 9315

Added VC++ project files for event sample

2001-02-06 17:50 juliansmart, revision 9314

Updated VC++ project files for making DLL-based samples

2001-02-06 15:03 juliansmart, revision 9313

Fixed sashwin events

2001-02-06 14:23 juliansmart, revision 9312

Fixed some warnings (don't know why dialoged Makefile is being committed)

2001-02-06 02:25 , revision 9311
  • A /wxWidgets/tags/WX_2_2_5_1
  • R /wxWidgets/tags/WX_2_2_5_1/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_5_1/config.guess
  • R /wxWidgets/tags/WX_2_2_5_1/config.sub
  • R /wxWidgets/tags/WX_2_2_5_1/configure
  • R /wxWidgets/tags/WX_2_2_5_1/configure.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/configure
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/configure.in
  • A /wxWidgets/tags/WX_2_2_5_1/contrib/docs/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_5_1/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_5_1/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_5_1/debian
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_5_1/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_5_1/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_5_1/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_5_1/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_5_1/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dbbrowse.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dbbrowse.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dbbrowse.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dbgrid.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/doc.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_5_1/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/forty/make_cw.mcp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5_1/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/difflast.pl
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/expdwild.bat
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/extradoc.rsp
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/jpeg.rsp
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/makeall.bat
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/motif.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vc6.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/tmake/wat.t
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/utilmake.rsp
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/utils.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/vc.rsp
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/vcupdate.bat
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_5_1/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_5_1/distrib/msw/zippatch.bat
  • A /wxWidgets/tags/WX_2_2_5_1/docs/base
  • R /wxWidgets/tags/WX_2_2_5_1/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/gtk
  • R /wxWidgets/tags/WX_2_2_5_1/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_5_1/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/html
  • R /wxWidgets/tags/WX_2_2_5_1/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_5_1/docs/html/icons
  • D /wxWidgets/tags/WX_2_2_5_1/docs/install.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/cmdevent.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridattr.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridedit.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridrend.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridsizr.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridtbl.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/gridwork.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/list.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mask.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/notifevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/statline.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/toolbar.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/treeevt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wxhtml.tex
  • A /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wxManualTemplate.dot
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_5_1/docs/motif
  • R /wxWidgets/tags/WX_2_2_5_1/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/msw
  • R /wxWidgets/tags/WX_2_2_5_1/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/tech
  • R /wxWidgets/tags/WX_2_2_5_1/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_5_1/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_5_1/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/app.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/app.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/helpdata.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/mdi.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/colordlg.h
  • A /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/colours.bmp
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/minifram.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/msw/wx.rc
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/textfile.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/treectrl.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_5_1/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_5_1/lib/dummy
  • D /wxWidgets/tags/WX_2_2_5_1/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_5_1/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_5_1/locale
  • R /wxWidgets/tags/WX_2_2_5_1/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/misc/afm
  • A /wxWidgets/tags/WX_2_2_5_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_2_5_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_2_5_1/misc/gs_afm
  • R /wxWidgets/tags/WX_2_2_5_1/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/modules
  • R /wxWidgets/tags/WX_2_2_5_1/samples/calendar/calendar.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/configure
  • R /wxWidgets/tags/WX_2_2_5_1/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_5_1/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_5_1/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_5_1/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_5_1/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/doc.zip
  • D /wxWidgets/tags/WX_2_2_5_1/samples/help/doc/gifs.db
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_5_1/samples/html/about/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5_1/samples/internat/mondrian.ico
  • A /wxWidgets/tags/WX_2_2_5_1/samples/internat/ru
  • R /wxWidgets/tags/WX_2_2_5_1/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5_1/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/minimal/makefile.va
  • R /wxWidgets/tags/WX_2_2_5_1/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_5_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_5_1/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_5_1/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/scrollsub/scrollsub.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5_1/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5_1/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_5_1/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5_1/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_5_1/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/setup.h.in
  • R /wxWidgets/tags/WX_2_2_5_1/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_5_1/src/common
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/files.lst
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/accel.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/checkbox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/choice.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/control.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/dataobj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/dc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/gsockgtk.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/icon.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/main.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/palette.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/region.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/statbmp.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/stattext.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/threadno.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/threadsgi.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/timer.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/treegtk.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/utilsres.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/wave.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk/wx_gtk_vmsjackets.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/accel.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/checkbox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/choice.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/control.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/dataobj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/dc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/filedlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/gsockgtk.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/icon.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/main.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/palette.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/region.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/statbmp.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/stattext.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/threadno.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/threadsgi.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/timer.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/treegtk.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/utilsres.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/wave.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/gtk1/wx_gtk_vmsjackets.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/html
  • R /wxWidgets/tags/WX_2_2_5_1/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_5_1/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_5_1/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_5_1/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/jpeg/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5_1/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_5_1/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_5_1/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_5_1/src/makelib.b32
  • R /wxWidgets/tags/WX_2_2_5_1/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_5_1/src/makelib.g95
  • R /wxWidgets/tags/WX_2_2_5_1/src/makelib.vc
  • R /wxWidgets/tags/WX_2_2_5_1/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_5_1/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_5_1/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_5_1/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_5_1/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/textctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_5_1/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_5_1/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_2_5_1/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_5_1/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_5_1/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_5_1/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_5_1/src/regex
  • R /wxWidgets/tags/WX_2_2_5_1/src/stc
  • R /wxWidgets/tags/WX_2_2_5_1/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_5_1/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/tiff/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5_1/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_5_1/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_5_1/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_5_1/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/unix
  • R /wxWidgets/tags/WX_2_2_5_1/src/unix/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/unix/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/unix/fontenum.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_5_1/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_5_1/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_5_1/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/xpm/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5_1/src/xpm/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_5_1/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_5_1/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_5_1/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_5_1/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/src/zlib/zutil.h
  • R /wxWidgets/tags/WX_2_2_5_1/user
  • D /wxWidgets/tags/WX_2_2_5_1/user/Makefile
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_5_1/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_5_1/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_5_1/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_5_1/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxTest
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_5_1/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_5_1/utils/Install
  • R /wxWidgets/tags/WX_2_2_5_1/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5_1/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/src/tex2rtf.cpp
  • R /wxWidgets/tags/WX_2_2_5_1/utils/tex2rtf/src/texutils.cpp
  • D /wxWidgets/tags/WX_2_2_5_1/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_5_1/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_5_1/wx-config.in
  • R /wxWidgets/tags/WX_2_2_5_1/wxBase.dsp
  • A /wxWidgets/tags/WX_2_2_5_1/wxBase.dsw
  • R /wxWidgets/tags/WX_2_2_5_1/wxBase.spec
  • A /wxWidgets/tags/WX_2_2_5_1/wxBaseDll.dsp
  • R /wxWidgets/tags/WX_2_2_5_1/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_5_1/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_5_1/wxPython

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

2001-02-06 02:25 ronl, revision 9310

Last minute changes to /debian scripts. Fixed whitespace bug in setup.py

2001-02-06 00:53 vadz, revision 9309

fixed (?) mingw32/cygwin compilation

2001-02-06 00:17 vadz, revision 9308

regenerated all makefiles from filelist.txt

2001-02-06 00:14 vadz, revision 9307

applied patch 103610

2001-02-06 00:11 vadz, revision 9306

added splash.h headers

2001-02-06 00:05 vadz, revision 9305

merged idle fixing patch

2001-02-06 00:04 vadz, revision 9304

applied patch 103591 which should fix wxWakeUpIdle()

2001-02-05 23:26 georgetasker, revision 9303

Added two more lines of c_str() calls for GCC compilation.

2001-02-05 13:36 georgetasker, revision 9302

::Initialize() methods added to the helper classes Changed wxT("") to wxEmptyString everywhere

2001-02-05 13:33 georgetasker, revision 9301

ODBC database class documentation updates

2001-02-05 01:21 vadz, revision 9300

fix for incorrect sizing of initially empty wxChoice

2001-02-04 21:31 depeyrot, revision 9299

supply the sun style dlopen etc. functions in terms of NeXTs rld_*

2001-02-04 21:29 depeyrot, revision 9298

helper for changing types/creators of files based on the file extension

2001-02-04 20:11 depeyrot, revision 9297

corrections for event handling changes in wxWindows renamed Cell and CellBox to LifeCell and LifeCellBox to avoid conflict with Classic Mac OS Toolbox type

2001-02-04 20:06 depeyrot, revision 9296

re-added CodeWarrior projects for Classic Mac OS (as binary!)

2001-02-04 20:04 depeyrot, revision 9295
  • D /wxWidgets/trunk/demos/forty/makemac.mcp
  • D /wxWidgets/trunk/demos/fractal/makemac.mcp
  • D /wxWidgets/trunk/demos/life/makemac.mcp

removed CodeWarrior projects added as binary instead of ascii

2001-02-04 20:00 depeyrot, revision 9294

added CodeWarrior projects for Classic Mac OS ignore CodeWarrior build directory and files produced

2001-02-04 19:54 depeyrot, revision 9293

added Classic Mac OS and Mac OS X build instructions

2001-02-04 19:53 depeyrot, revision 9292

added Mac OS X toolkit configuration

2001-02-04 16:01 georgetasker, revision 9291

More changes to use the latest wxDb/wxDbTable method enhancements More Unicode additions

2001-02-04 15:58 georgetasker, revision 9290

Cleanup of formatting of text Added Initialize() functions to a couple of the helper classes More code changed to reflect new class methods that are now available.

2001-02-04 15:56 georgetasker, revision 9289

One more wxString change that I originally missed A few more Unicode changes I missed Made one more param in the wxDb constructor be a const (like it should have been).

2001-02-04 15:55 georgetasker, revision 9288

Commenting and text formatting cleanup. No source changes

2001-02-04 15:52 georgetasker, revision 9287

Updated docs to reflect new changes (mostly wxChar* and wxString param changes, plus a few new methods, and forms of the methods. Documents the new wxDbConnectInf class (which used to be a struct) A few typos from my last checkin fixed

2001-02-04 14:56 depeyrot, revision 9286

ignore CodeWarrior build directory and files produced during compilation

2001-02-04 02:26 vadz, revision 9285

spin button and scrolling in wxNotebook work

2001-02-04 00:45 vadz, revision 9284

image support in wxNotebook works

2001-02-04 00:12 vadz, revision 9283

wxBOTTOM notebooks draw themselves

2001-02-03 22:52 , revision 9282
  • A /wxWidgets/tags/WX_2_2_5
  • R /wxWidgets/tags/WX_2_2_5/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_5/config.guess
  • R /wxWidgets/tags/WX_2_2_5/config.sub
  • R /wxWidgets/tags/WX_2_2_5/configure
  • R /wxWidgets/tags/WX_2_2_5/configure.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/configure
  • R /wxWidgets/tags/WX_2_2_5/contrib/configure.in
  • A /wxWidgets/tags/WX_2_2_5/contrib/docs/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_5/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_5/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_5/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_5/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_5/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_5/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_5/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/src
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_5/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_5/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_5/debian
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_5/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_5/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_5/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_5/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_5/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dbbrowse.cpp
  • A /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dbbrowse.dsp
  • A /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dbbrowse.dsw
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dbgrid.cpp
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/doc.cpp
  • A /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_5/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/demos/forty/make_cw.mcp
  • R /wxWidgets/tags/WX_2_2_5/demos/life
  • R /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_5/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_5/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_5/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_5/difflast.pl
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/expdwild.bat
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/extradoc.rsp
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/jpeg.rsp
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/makeall.bat
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/motif.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vc6.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/tmake/wat.t
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/utilmake.rsp
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/utils.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/vc.rsp
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/vcupdate.bat
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_5/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_5/distrib/msw/zippatch.bat
  • A /wxWidgets/tags/WX_2_2_5/docs/base
  • R /wxWidgets/tags/WX_2_2_5/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/gtk
  • R /wxWidgets/tags/WX_2_2_5/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_5/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/html
  • R /wxWidgets/tags/WX_2_2_5/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_5/docs/html/icons
  • D /wxWidgets/tags/WX_2_2_5/docs/install.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/cmdevent.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridattr.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridedit.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridrend.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridsizr.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridtbl.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/gridwork.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/list.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mask.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/notifevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/statline.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/toolbar.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/treeevt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wxhtml.tex
  • A /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wxManualTemplate.dot
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_5/docs/motif
  • R /wxWidgets/tags/WX_2_2_5/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/msw
  • R /wxWidgets/tags/WX_2_2_5/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/tech
  • R /wxWidgets/tags/WX_2_2_5/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_5/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_5/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_5/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_5/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_5/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/app.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/app.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/helpdata.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_5/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_5/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/mdi.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/colordlg.h
  • A /wxWidgets/tags/WX_2_2_5/include/wx/msw/colours.bmp
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_5/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/minifram.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/msw/wx.rc
  • R /wxWidgets/tags/WX_2_2_5/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_5/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/textfile.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/treectrl.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_5/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_5/lib/dummy
  • D /wxWidgets/tags/WX_2_2_5/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_5/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_5/locale
  • R /wxWidgets/tags/WX_2_2_5/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/misc/afm
  • A /wxWidgets/tags/WX_2_2_5/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_2_5/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_2_5/misc/gs_afm
  • R /wxWidgets/tags/WX_2_2_5/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/modules
  • R /wxWidgets/tags/WX_2_2_5/samples/calendar/calendar.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/configure
  • R /wxWidgets/tags/WX_2_2_5/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_5/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_5/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_5/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_5/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_5/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_5/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_5/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_5/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_5/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_5/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_5/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_5/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_5/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_5/samples/help/doc.zip
  • D /wxWidgets/tags/WX_2_2_5/samples/help/doc/gifs.db
  • R /wxWidgets/tags/WX_2_2_5/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_5/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_5/samples/html/about/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5/samples/internat/mondrian.ico
  • A /wxWidgets/tags/WX_2_2_5/samples/internat/ru
  • R /wxWidgets/tags/WX_2_2_5/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_5/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_5/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_5/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/minimal/makefile.va
  • R /wxWidgets/tags/WX_2_2_5/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_5/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_5/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_5/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_5/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_5/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_5/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_5/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_5/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_5/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/scrollsub/scrollsub.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_5/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_5/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_5/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_5/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_5/setup.h.in
  • R /wxWidgets/tags/WX_2_2_5/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_5/src/common
  • R /wxWidgets/tags/WX_2_2_5/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_5/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_5/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_5/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_5/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_5/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_5/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_5/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_5/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_5/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/files.lst
  • R /wxWidgets/tags/WX_2_2_5/src/generic
  • R /wxWidgets/tags/WX_2_2_5/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/button.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/statline.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_5/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/button.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/listbox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/statline.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_5/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_5/src/html
  • R /wxWidgets/tags/WX_2_2_5/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_5/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_5/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_5/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_5/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/jpeg/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_5/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_5/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_5/src/makelib.b32
  • R /wxWidgets/tags/WX_2_2_5/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_5/src/makelib.g95
  • R /wxWidgets/tags/WX_2_2_5/src/makelib.vc
  • R /wxWidgets/tags/WX_2_2_5/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_5/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_5/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_5/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_5/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_5/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_5/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/textctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_5/src/msw
  • R /wxWidgets/tags/WX_2_2_5/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_5/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_5/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_5/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_5/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_5/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_5/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_5/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_5/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_5/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_2_5/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_5/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_5/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_5/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_5/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_5/src/regex
  • R /wxWidgets/tags/WX_2_2_5/src/stc
  • R /wxWidgets/tags/WX_2_2_5/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_5/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_5/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_5/src/tiff/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_5/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_5/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_5/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_5/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_5/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_5/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_5/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_5/src/unix
  • R /wxWidgets/tags/WX_2_2_5/src/unix/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5/src/unix/dir.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/unix/fontenum.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_5/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_5/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_5/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_5/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_5/src/xpm/makefile.b32
  • R /wxWidgets/tags/WX_2_2_5/src/xpm/makefile.vc
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_5/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_5/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_5/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_5/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/makefile.wat
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_5/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_5/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_5/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_5/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_5/src/zlib/zutil.h
  • R /wxWidgets/tags/WX_2_2_5/user
  • D /wxWidgets/tags/WX_2_2_5/user/Makefile
  • R /wxWidgets/tags/WX_2_2_5/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_5/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_5/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_5/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_5/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_5/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_5/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_5/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_5/user/wxTest
  • R /wxWidgets/tags/WX_2_2_5/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_5/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_5/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_5/utils/Install
  • R /wxWidgets/tags/WX_2_2_5/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_5/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/src/tex2rtf.cpp
  • R /wxWidgets/tags/WX_2_2_5/utils/tex2rtf/src/texutils.cpp
  • D /wxWidgets/tags/WX_2_2_5/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_5/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_5/wx-config.in
  • R /wxWidgets/tags/WX_2_2_5/wxBase.dsp
  • A /wxWidgets/tags/WX_2_2_5/wxBase.dsw
  • R /wxWidgets/tags/WX_2_2_5/wxBase.spec
  • A /wxWidgets/tags/WX_2_2_5/wxBaseDll.dsp
  • R /wxWidgets/tags/WX_2_2_5/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_5/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_5/wxPython
  • R /wxWidgets/tags/WX_2_2_5/wxPython/contrib/glcanvas
  • A /wxWidgets/tags/WX_2_2_5/wxPython/contrib/ogl/stub.cpp
  • A /wxWidgets/tags/WX_2_2_5/wxPython/contrib/stc/stub.cpp

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

2001-02-03 22:52 robind, revision 9281

last minute build/distrib fixes

2001-02-03 22:28 vadz, revision 9280

changing tabs with mouse works

2001-02-03 21:44 georgetasker, revision 9279

Initial checkin of the wxFrame support added by Aleks G.

2001-02-03 20:19 vadz, revision 9278

notebook darws itself fine in MSW theme

2001-02-03 17:55 georgetasker, revision 9277

More Unicode support added (though untested and still unfinished). Changed code to demonstrate the new wxDbConnectInf class ODBC environment handle now managed via the wxDbConnectInf class Condensed the use of multiple wxDbConnectInf instances to one and got rid of the bogus EXTERNs of the wxDbConnectInf that were causing so many headaches and mismatched usages of them. Other minor bug fixes - still have not foudn the reason for the crash on exit

2001-02-03 17:52 georgetasker, revision 9276

Massive cleanup of the code. More Unicode support added (though untested). Added TONS of comments Changed code to demonstrate the new wxDbConnectInf class ODBC environment handle now managed via the wxDbConnectInf class Fixed bug where editing a displayed record would not save if the user name was changed. Other minor bug fixes

2001-02-03 17:50 georgetasker, revision 9275

wxDbConnectInf is now converted to a class. Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class). Class now has all accessors and member functions. Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().

2001-02-03 17:50 georgetasker, revision 9274

hstmtUpdate handle was not always being freed in all situations General gcc changes in the Printf() statement when using wxStrings as params to Printf() General code clean up, correcting comments, added more comments tagging where changes for ODBC 3.0 support needs to be added

2001-02-03 17:48 georgetasker, revision 9273

wxDbConnectInf is now converted to a class. Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class). Class now has all accessors and member functions. Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv(). General gcc changes in the Printf() statement when using wxStrings as params to Printf() General code clean up, correcting comments, added more comments

2001-02-03 16:09 vadz, revision 9272

notebook API fully implemented

2001-02-03 14:53 vadz, revision 9271

fixed previous commit (no changes)

2001-02-03 14:29 georgetasker, revision 9270

Spelling typos fixed

2001-02-03 13:42 vadz, revision 9269

applied patch 103575 (more efficient wxString comparison)

2001-02-03 12:14 depeyrot, revision 9268

ignore CodeWarrior build directory

2001-02-02 21:25 depeyrot, revision 9267

ignore CodeWarrior build directory

2001-02-02 20:48 depeyrot, revision 9266

minor corrections for CodeWarrior

2001-02-02 16:53 vadz, revision 9265

applied patch #103444

2001-02-02 16:21 robind, revision 9264

fix for impropperly sized drop-down

2001-02-02 15:56 vadz, revision 9263

added missing GetEventHandler() (patch #103561)

2001-02-02 13:22 joukj, revision 9262

Committing in . Modified Files: wxWindows/src/common/dynlib.cpp RTLD_GLOBAL is not allowed in the second argument of dlopen on True64-Unix. ----------------------------------------------------------------------

2001-02-02 13:19 joukj, revision 9261

Committing in . Modified Files: wxWindows/configure Compaq's preporcessor on True64-Unix does not allow A #include with the "#" on another position than the first. ----------------------------------------------------------------------

2001-02-02 08:21 robind, revision 9260

A few (hopefully) final tweaks for wxPython 2.2.5

2001-02-02 08:04 robind, revision 9259

A few (hopefully) final tweaks for wxPython 2.2.5

2001-02-02 05:05 dwebster, revision 9258

latest module definition file for OS/2 .dll build

2001-02-02 05:04 dwebster, revision 9257

Redfine some events

2001-02-01 20:24 georgetasker, revision 9256

Huge cleanup of the code. Reformatting, spelling fixes, standardizing on wxWindows conventions, etc. Changed the couple lines of code required to work with checkins of the new ODBC classes that use wxStrings. Fixed a ton of memory leaks Demo still crashes on exit though - this problem has exited for nearly a year though.

2001-02-01 20:21 georgetasker, revision 9255

All char, char *, and char arrays changed to use wxChar or wxString. 99% backward compatability maintained Cleaned up code to remove duplicate blocks from multiple functions Added better handling of failed creation of wxDbTable/wxDb objects Moved code out of class constructors to a private function called from within the constructor Moved destructor code to a cleanup() function so it could be called from within the constructor if the constructor failed. Added wxDb::ModifyColumn() function.

2001-02-01 20:17 georgetasker, revision 9254

Changed a couple lines to intialize member variables correctly to match db/dbtable type changes to wxString from char * Spelling typos fixed All hardcoded text strings and characters now inside wxT()

2001-02-01 20:10 depeyrot, revision 9253

CodeWarrior project for Classic Mac OS

2001-02-01 16:12 vadz, revision 9252

added missing WXDLLEXPORT

2001-02-01 15:27 georgetasker, revision 9251

Changed declaration of TREE events from being in both treectlg and treectrl to having it just once in treebase

2001-02-01 02:00 vadz, revision 9250

more wxNotebook code (doesn't work yet)

2001-01-31 22:51 vadz, revision 9249

small fix for control positions

2001-01-31 22:46 vadz, revision 9248
  • D /wxWidgets/trunk/include/wx/plot.h
  • D /wxWidgets/trunk/src/gtk/threadpsx.cpp
  • D /wxWidgets/trunk/src/gtk1/threadpsx.cpp

Removed obsolete files

2001-01-31 17:31 vadz, revision 9247

and another...

2001-01-31 17:25 vadz, revision 9246

argh... yet another compilation fix

2001-01-31 17:21 vadz, revision 9245

another compilation fix

2001-01-31 17:19 vadz, revision 9244

oops... fixed a typo

2001-01-31 17:16 vadz, revision 9243

1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2. moved ~50% of the event types in their own headers/sources from event.h/cpp

2001-01-31 16:00 vadz, revision 9242

event handling seems to work again, new sample (event) added and documented

2001-01-31 15:58 vadz, revision 9241

compilation warnings fixed

2001-01-31 15:57 vadz, revision 9240

wxDC scaling fix patch (Derry Bryson)

2001-01-31 14:50 georgetasker, revision 9239

Destructor for wxMimeTypesManager was deleting its member m_impl without checking if it was already NULL or not.

2001-01-31 14:48 georgetasker, revision 9238

Destructor for wxFileType was deleting its member m_impl without checking if it was already NULL or not.

2001-01-31 12:33 vadz, revision 9237

added test for vertical gauge

2001-01-31 12:23 vadz, revision 9236

wxGA_VERTICAL patch by Shane Forsythe shane@patmos-international.com

2001-01-31 12:22 vadz, revision 9235

support for wxGA_VERTICAL in wxGauge

2001-01-31 05:33 dwebster, revision 9234

Ownerdrawn stuff for OS/2

2001-01-31 05:32 dwebster, revision 9233

Add a Get and Set for an OS/2 PS

2001-01-30 22:49 robind, revision 9232

Gobs of changes moved from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 21:26 depeyrot, revision 9231

changed argument types (replaced long with wxCoord)

2001-01-30 21:22 depeyrot, revision 9230

corrected indentation

2001-01-30 21:17 depeyrot, revision 9229

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:15 depeyrot, revision 9228

removed unused variables

2001-01-30 21:06 depeyrot, revision 9227

added test for __MACH__ for Mac OS X compilation

2001-01-30 21:02 depeyrot, revision 9226

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:00 depeyrot, revision 9225

added tests for __MACH__ to compile under Mac OS X

2001-01-30 20:54 robind, revision 9224

Gobs of changes move from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 15:38 dwebster, revision 9223

OS/2 compile error fix

2001-01-30 14:14 georgetasker, revision 9222

Allow MDI children to have a non-default window style passed down to them. Previously only default frame styles were possible, even when a valid style was passed.

2001-01-30 06:07 dwebster, revision 9221

Compile error fixes

2001-01-30 06:06 dwebster, revision 9220

XPM updates

2001-01-29 23:05 juliansmart, revision 9219

Corrected DoBlit code to use offset into mask

2001-01-29 23:01 georgetasker, revision 9218

The new SORT parameter for SelectViewType() and SelectDocumentType() sorted the displayed list, but the view/template returned as the one selected was corresponding to the template from the original unsorted list of templates.

2001-01-29 21:42 dwebster, revision 9217

Add wxInvertMask for OS/2 xpm processing

2001-01-29 21:37 dwebster, revision 9216

minor fix for OS/2

2001-01-29 21:36 dwebster, revision 9215

new icc file for VA4

2001-01-29 19:56 vadz, revision 9214

another fix for MDI styles

2001-01-29 18:52 dwebster, revision 9213

OS/2 updates for XPM

2001-01-29 17:43 vadz, revision 9212

fix (?) for MDI children style problems

2001-01-29 17:39 vadz, revision 9211

modified make and .spec files to build distribution files names with version suffix (like wxFoo-major.minor.micro)

2001-01-29 15:26 vadz, revision 9210

1. updated docs/gtk/changes.txt for 2.2.5 2. fixed configure/Makefile to handle no-rtti/no-exceptions better 3. added missing files of internat sample to the dist 4. fixed Makefile.in for the help sample

2001-01-29 11:13 vadz, revision 9209

HTTP test added

2001-01-29 05:50 dwebster, revision 9208

new .def file for OS/2 to include event changes and addition of wxDir and the DirCtrldg control

2001-01-29 05:48 dwebster, revision 9207

Bitmap code, icon code and dir code updates

2001-01-29 05:47 dwebster, revision 9206

OS/2 updates (mostly executing MSW code)

2001-01-29 05:46 dwebster, revision 9205

Bitmap and icon updates

2001-01-29 01:26 vadz, revision 9204

1, removed GetInputHandlerType() callback, controls now create input handlers themselves 2. implemented (they actually work!) wxSpinButton and wxSpinCtrl

2001-01-28 23:21 vaclavslavik, revision 9203

_T() -> wxT()

2001-01-28 19:29 georgetasker, revision 9202

Fixed buffer overrun in call to wxStripMenuCodes()

2001-01-28 16:11 georgetasker, revision 9201

Fixed an incorrect statment saying the wxLB_SORT was not support under GTK

2001-01-28 15:34 dwebster, revision 9200

OS/2 patch about a #pragma warning.

2001-01-28 14:47 vadz, revision 9199

removed GetInputHandlerType() callback, controls now create input handlers themselves

2001-01-28 14:04 vadz, revision 9198

1. added wxTextCtrl::SelectAll(), use it when poping up the combo 2. wxListBox::SetSelection() sets the selected item as current, too 3. MSW compatibility: combobox listbox doesn't react to mouse events outside 4. don't show focus rect in listbox when it doesn't have focus 5. wxComboBox preselects the listbox item corresponding to the text value 6. can use DOWN and ESC to open/close the combo 7. scrollbars in the popup listbox are now usable - but still weird 8. buttons never report best size less than default one 9. start of wxSpinCtrl implementation

2001-01-28 10:51 juliansmart, revision 9197

Correction for Mingw32

2001-01-28 08:26 juliansmart, revision 9196

_ to wxT for Mingw32 compilation

2001-01-28 02:48 vadz, revision 9195

refresh the item to make the colour/font change take effect immediately

2001-01-28 02:14 vadz, revision 9194

extended RemoveLast() to take size_t parameter

2001-01-27 23:00 vadz, revision 9193

readded wxEVT_HELP inadvertently deleted the last time

2001-01-27 22:28 ronl, revision 9192

updated .po files. bumped Debian version bumped version in configure.in to 2.2.5

2001-01-27 21:18 depeyrot, revision 9191

modified macintosh ifdef compilations to also test for __APPLE__ __APPLE__ is defined by the C/C++ compiler under Mac OS X

2001-01-27 20:16 vadz, revision 9190

compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES and DECLARE_EVENT_TABLE_ENTRY added

2001-01-27 20:15 vadz, revision 9189

added DECLARE_EVENT_TABLE_ENTRY for 2.4 compatibility

2001-01-27 14:29 georgetasker, revision 9188

Added wxFrame support contributed by Aleks

2001-01-27 12:55 georgetasker, revision 9187

Added a check to make sure 'parent' is valid, otherwise a crash could occur

2001-01-27 12:46 vadz, revision 9186

added Id cvs tag

2001-01-27 12:46 vadz, revision 9185

wxEVT_USER_FIRST put back

2001-01-27 12:42 vadz, revision 9184

merged fix from main branch for DoPut

2001-01-27 12:40 vadz, revision 9183

fix for DoPut() from long time ago

2001-01-27 12:38 vadz, revision 9182

wxEVT_USER_FIRST readded

2001-01-27 10:58 depeyrot, revision 9181

corrections related to event.h modifications

2001-01-27 10:36 juliansmart, revision 9180

Updates for 2.2.5

2001-01-27 08:46 ronl, revision 9179

Began updating 2.2 Debian build scripts for 2.3

2001-01-27 07:54 ronl, revision 9178

more tweaks to Debian build system

2001-01-26 23:52 georgetasker, revision 9177

plot.cpp was moved out of the generic directory to contrib, so plot.obj no longer needs to be linked

2001-01-26 22:26 vadz, revision 9176

compilation fix for recent event changes

2001-01-26 20:59 depeyrot, revision 9175

correction to maintain data array in synch with string array

2001-01-26 20:16 depeyrot, revision 9174

corrected comment

2001-01-26 18:58 vadz, revision 9173

dynamic event types actually work with these changes, also corrected more event macro in the sources

2001-01-26 18:35 roebling, revision 9172

Corrected typo.

2001-01-26 17:35 roebling, revision 9171

Updated ten thousand macros for new event type code.

2001-01-26 14:13 juliansmart, revision 9170

Changed m_eventType to int

2001-01-25 18:30 roebling, revision 9169

New event types for use in external libs (and from now on actually everywhere). Adapted cshelp to new event types. Adapted wxGrid to new event types. Update for German translation.

2001-01-25 18:27 roebling, revision 9168

Beautified header.

2001-01-25 18:27 roebling, revision 9167

Prepare wxToolBarSimple for event type change. Make wxGrid use new event types.

2001-01-25 18:25 roebling, revision 9166

Changed wxCanvas constants from XXX to wxXXX

2001-01-25 18:23 roebling, revision 9165
  • D /wxWidgets/trunk/distrib/gtk
  • D /wxWidgets/trunk/distrib/motif
  • D /wxWidgets/trunk/distrib/wine

Removing obsolete ditrib files.

2001-01-25 14:56 vadz, revision 9164

another compile problem fixed

2001-01-25 14:33 vadz, revision 9163

compile/link problem fixed

2001-01-25 09:13 ronl, revision 9162

updated Debian build scripts

2001-01-25 02:33 ronl, revision 9161

Patched to enable building on Debian/Alpha

2001-01-24 17:16 vadz, revision 9160

applied wxNativeFontInfo patch #103089

2001-01-24 16:37 vadz, revision 9159

1. patch from Søren Erland Vestø implementing wxFTP::GetFileSize() with my fixes to the patch 2. significantly updated/cleaned FTP tests in the sample 3. don't log FTP passwords in wxLogTrace

2001-01-24 15:00 vadz, revision 9158

added wxEntry declaration

2001-01-24 14:51 vadz, revision 9157

compilation fix for new iostreams

2001-01-24 14:51 vadz, revision 9156

MIME type manager fixes described earlier on the list: 1. extended wxFileTypeInfo 2. moved handling of fallbacks into wxMimeTypesManager (instead of Impl) 3. added wxMimeTypesManager::Associate() and Unassociate() 4. Unix version only reads the files on demand => much faster startup

2001-01-24 11:04 georgetasker, revision 9155

Added optional parameter to SelectDocumentType() and SelectViewType() to allow the choice lists of documents/views to be alphabetically sorted if desired. Default behavior is FALSE on the sort to maintain backward compatability.

2001-01-23 23:20 vaclavslavik, revision 9154

synced intl.cpp and intl.h

2001-01-23 23:17 vaclavslavik, revision 9153

new locales code checked in

2001-01-23 18:38 roebling, revision 9152

Change required for new event types.

2001-01-23 17:30 vadz, revision 9151

fixed FindItem() to work with submenus

2001-01-23 15:12 georgetasker, revision 9150

One more function was out of alphanumeric sequence

2001-01-23 14:54 juliansmart, revision 9149

Added W2K toolbar fix to stable branch

2001-01-23 14:54 , revision 9148

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

2001-01-23 14:01 georgetasker, revision 9147

Reordered some of the functions from the sequence they were listed in to make them be in alphabetical order

2001-01-23 01:24 vadz, revision 9146

1. fixed spurious debug error message 2. fixed wxChoice height calculations

2001-01-23 00:24 vadz, revision 9145

fixed bug in parsing filenames without paths, added more/better tests

2001-01-22 11:55 juliansmart, revision 9144

Fixed wxToolBar colour mapping problem (I hope)

2001-01-22 11:54 juliansmart, revision 9143

And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem

2001-01-21 23:00 dwebster, revision 9142

initial coding of and OS/2 XpmHandler

2001-01-21 23:00 dwebster, revision 9141

new makefile and gdiimage suport for xpm data

2001-01-21 18:29 depeyrot, revision 9140

CodeWarrior project for Classic Mac OS

2001-01-21 17:45 juliansmart, revision 9139

Remove plot.cpp

2001-01-21 11:23 vadz, revision 9138

test

2001-01-21 01:22 vadz, revision 9137

another attempt to fix parser compilation

2001-01-20 19:50 vaclavslavik, revision 9136

fixed bug #129464 (hopefully)

2001-01-20 19:35 depeyrot, revision 9135

corrected creation of wxNORMAL_FONT for Mac OS

2001-01-20 19:30 depeyrot, revision 9134

applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

2001-01-20 19:25 depeyrot, revision 9133

CodeWarrior project for Classic Mac OS

2001-01-19 22:32 dwebster, revision 9132

chmod is not available in VisualAge

2001-01-19 22:30 dwebster, revision 9131

remove plot.cpp from build

2001-01-19 18:46 vadz, revision 9130

removed shift/reduce conflict

2001-01-19 00:20 vaclavslavik, revision 9129

updated wxLocale documentation to reflect API changes

2001-01-19 00:18 vaclavslavik, revision 9128

updated the script to generate pieces of TeX documentation as well

2001-01-19 00:18 vaclavslavik, revision 9127

fixed Farsi/Persian bug (not reflected in intl.cpp, intl.h yet due to the lock)

2001-01-19 00:17 vaclavslavik, revision 9126

applied pseudo-patch #103306

2001-01-19 00:16 vaclavslavik, revision 9125

moved XMLIDs counter inside GetXMLID to prevent initialization order problems

2001-01-18 18:10 vadz, revision 9124

added timestamping to wxLogStream

2001-01-18 13:35 joukj, revision 9123

Committing in . Modified Files: wxWindows/src/common/dynlib.cpp VMS patch for second argument of dlopen ----------------------------------------------------------------------

2001-01-18 12:37 roebling, revision 9122

This is how wxPlotWindow would look like with the suggested event type creation.

2001-01-17 18:01 vadz, revision 9121

applied file history patch

2001-01-17 17:05 vadz, revision 9120

fixed bug 128581

2001-01-17 17:00 vadz, revision 9119

tried to fix layout of label-less static box sizers

2001-01-17 16:45 vadz, revision 9118

added RTLD_GLOBAL to dlopen flags (bug 128705)

2001-01-17 16:18 vadz, revision 9117

no changes

2001-01-17 16:08 vadz, revision 9116

fixed wxSplitPath() bug and added tests for it

2001-01-17 12:43 joukj, revision 9115

Committing in . Modified Files: wxWindows/src/generic/descrip.mms removed plot.cpp reference ----------------------------------------------------------------------

2001-01-17 00:31 vaclavslavik, revision 9114

Bitmaps are no longer rescaled to reflect printerPPI/screenPPI ratio. Instead, we change user scale before drawing them and then restore it back.

2001-01-16 23:59 roebling, revision 9113

This way the plot events work.

2001-01-16 15:28 vadz, revision 9112

patch from Roland Scholz to fix the file permissions in wxCopyFile

2001-01-16 13:29 vadz, revision 9111

added a note about GetPosition() not working for the events other than thumb track/release

2001-01-16 13:29 roebling, revision 9110
  • D /wxWidgets/trunk/src/generic/plot.cpp

Removed plot.cpp.

2001-01-16 11:36 roebling, revision 9109

Removinmg plot sample from configure.

2001-01-16 11:36 roebling, revision 9108
  • D /wxWidgets/trunk/samples/plot

Removing plot sample.

2001-01-16 11:33 roebling, revision 9107

Readded wxPlotWindow as external lib.

2001-01-16 11:29 roebling, revision 9106

Removing wxPlotWindow from configure.

2001-01-16 11:27 roebling, revision 9105
  • D /wxWidgets/trunk/include/wx/generic/plot.h
  • D /wxWidgets/trunk/include/wx/generic/plot_dwn.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_enl.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_shr.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_up.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_zin.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_zot.xpm

Removing wxPlotWindow.

2001-01-16 11:25 roebling, revision 9104

Removing wxPlotWindow from filelist.txt.

2001-01-16 11:24 roebling, revision 9103
  • D /wxWidgets/trunk/include/wx/msw/plot_dwn.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_enl.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_shr.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_up.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_zin.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_zot.bmp
  • M /wxWidgets/trunk/include/wx/msw/wx.rc

Removing wxPlotWindow.

2001-01-16 11:10 georgetasker, revision 9102

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:59 georgetasker, revision 9101

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously Target added for building .OBJ files for .C files in DEBUG or RELEASE subdirs

2001-01-16 10:58 georgetasker, revision 9100

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:57 georgetasker, revision 9099

Added code to create $D (debug or release) subdir to put the .OBJ files into. Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:55 georgetasker, revision 9098

Swapped the directory seperator from / to \ for VC makefile

2001-01-16 10:47 georgetasker, revision 9097

Restructured the VC makefile to build the OBJ files in either a DEBUG or RELEASE subdir to allow concurrent debug and release builds to exist side by side.

2001-01-15 22:03 vadz, revision 9096

blind fix for setting selection in combobox text ctrl

2001-01-15 21:50 vadz, revision 9095

merged in the console for MIME handlers fix from 2.2 branch

2001-01-15 21:48 vadz, revision 9094

launch MIME viewers which need a console inside an xterm

2001-01-15 18:01 vadz, revision 9093

fixed a bug in handling mailcap entries with more than one commands with tests

2001-01-14 12:46 georgetasker, revision 9092

Fixed problem in wxDbColFor::Format() for mySQL (patch submittted directly to me from Mark Johnson) to handle SQL_C_TIMESTAMP fields, which is what mySQL uses for DATE fields.

2001-01-13 14:51 juliansmart, revision 9091

Added .cvsignore file

2001-01-13 14:32 georgetasker, revision 9090

Fixed a couple spelling typos

2001-01-13 12:56 vaclavslavik, revision 9089

fixed stupid bug in LCID->locale string translation

2001-01-13 12:50 vaclavslavik, revision 9088

added English and English US for testing

2001-01-12 20:31 vaclavslavik, revision 9087

changed internat sample so that it shows language choice dialog on startup

2001-01-12 20:31 vaclavslavik, revision 9086

_Really_ fixed Norwegian, added Kernewek language

2001-01-12 20:31 vaclavslavik, revision 9085

changed wxLogWarning('catalog not found') message to wxLogVerbose; wxLocale::Init now works with Windows9X, too

2001-01-12 20:30 vaclavslavik, revision 9084

verbose mode wxLog disabled by default even in debug mode

2001-01-12 20:29 vaclavslavik, revision 9083

applied patch to prevent crashing when libxml DLL doesn't contain some symbols

2001-01-12 19:50 roebling, revision 9082

Updated changes.txt for 2.2.4.

2001-01-11 22:11 vadz, revision 9081

allow people use modal dialogs in wxApp::OnInit

2001-01-11 21:51 vadz, revision 9080

fix/workaround for Trim() and accented letters

2001-01-11 18:54 roebling, revision 9079

wxYield() patch from stable tree.

2001-01-11 18:22 juliansmart, revision 9078

Use wxClientDC in header window so we don't clip (because of gtk_paint_box not being clippable). This cures the header refresh problem.

2001-01-11 16:26 vadz, revision 9077

applied Derry's patch to fix scaling bug

2001-01-11 14:58 vadz, revision 9076

applied (slightly modified) patch for loading large/small icons

2001-01-10 23:54 roebling, revision 9075

Fixes for wxYield() reentry problems.

2001-01-10 19:51 vaclavslavik, revision 9074

fixed Norway languages

2001-01-10 19:51 vaclavslavik, revision 9073
  • D /wxWidgets/trunk/misc/languages/_wxlang.cpp
  • D /wxWidgets/trunk/misc/languages/_wxlang.h

commited by mistake, removed

2001-01-10 18:31 vaclavslavik, revision 9072

new locales code checked in

2001-01-09 23:29 dwebster, revision 9071

Needed to initialize time_t to 0 in GetTimeZone to prevent a arithmetic underflow in VA 4.0

2001-01-09 15:50 juliansmart, revision 9070

Extended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid HWND in wxBuddyTextWndProc so if the event handler kills the HWND, it doesn't crash; added support for disabling 3D effect in buddy window.

2001-01-09 15:37 juliansmart, revision 9069

Extended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid HWND in wxBuddyTextWndProc so if the event handler kills the HWND, it doesn't crash; added support for disabling 3D effect in buddy window.

2001-01-08 19:00 dwebster, revision 9068

Fixes to resolve default Client Window painting when EVT_PAINT events are captured by derived classes downstream.

2001-01-08 16:48 vadz, revision 9067

fix for better European date format parsing

2001-01-08 13:35 vadz, revision 9066

test all selection methods

2001-01-07 18:40 roebling, revision 9065

Applied Kai's new 8-bit display patch. It doesn't do any harm on either 8-bit or 16-bit and should improve things under Solaris.

2001-01-07 17:28 vadz, revision 9064

typo: return Win98, not 99, from wxGetOSDescription()

2001-01-07 17:13 vadz, revision 9063

typo: return Win98, not 99, from wxGetOSDescription()

2001-01-07 14:55 roebling, revision 9062

Make wxMenuItem::GetLabel() handle escaped underscores (which are '__') correctly.

2001-01-07 01:35 vadz, revision 9061

1. don't print !isprint() chars in text ctrl 2. better combobox popup positioning (ok now) 3. dismiss on kill focus seems to work

2001-01-06 18:00 vadz, revision 9060

wxPopupWindow class added - nothing works any more but at least it's there

2001-01-06 14:31 vadz, revision 9059

fix for gcc bug under Mac OS X

2001-01-06 14:18 vadz, revision 9058

fixed wxStreamBuffer::SetBufferIO() (thanks to Gilles Depeyrot)

2001-01-05 21:03 vadz, revision 9057

wxDateTime::IsValid() now returns m_time != (wxLongLong)-1

2001-01-05 19:10 georgetasker, revision 9056

Fixed a problem in ConvertWXArrayToC() that would assign a string to an incorrect memory location due to missing parens "(*choices)[i] = aChoices[i];"

2001-01-05 18:58 roebling, revision 9055

Corrcted wxMenuItem::GetLabel() in terms of handling underscores which really ought to be there.

2001-01-05 14:01 juliansmart, revision 9054

Corrected horizontal rule drawing when number of items is 1

2001-01-05 13:35 juliansmart, revision 9053

In wxListCtrl::Find, don't decrement 'start' if already -1, or the search fails.

2001-01-05 10:50 juliansmart, revision 9052

Changed GetDocuments() to remove cast, added GetTemplates()

2001-01-04 19:42 vadz, revision 9051

added wxArrayString::RemoveAt()

2001-01-04 19:06 vadz, revision 9050

fix for copy ctor from the main branch

2001-01-04 18:46 vadz, revision 9049

fix for wxList copy ctor

2001-01-04 15:18 joukj, revision 9048

Committing in . Modified Files: wxWindows/src/common/descrip.mms Updating VMS support ----------------------------------------------------------------------

2001-01-04 12:55 vadz, revision 9047

added src/msw/files.lst to the list of files to generate and updated it

2001-01-04 12:17 vadz, revision 9046

use default timeout of 1 minute

2001-01-04 11:05 vadz, revision 9045

tests for the new [de]selection grid methods (patch by Roland Scholz <scholz@pb.izm.fhg.de>)

2001-01-04 02:30 vadz, revision 9044

fix for Centre() (thanks Derry!)

2001-01-03 19:03 vaclavslavik, revision 9043

added SAX error callback (thanks go to Robert)

2001-01-03 17:16 vadz, revision 9042

test for bug with new wu-ftpd

2001-01-03 17:14 vadz, revision 9041

a fix for new wu-ftpd

2001-01-03 17:09 vadz, revision 9040

regenerated the makefiles to include filename.cpp

2001-01-03 15:37 georgetasker, revision 9039

Added filename.obj to the target list so it gets built with VC

2001-01-02 20:29 robind, revision 9038

yet more testing...

2001-01-02 20:17 robind, revision 9037

more testing of cvs update messages...

2001-01-02 20:00 robind, revision 9036

test commit...

2001-01-02 19:41 robind, revision 9035

test cvs commit

2001-01-02 16:42 juliansmart, revision 9034

Added filename.cpp to .dsp files

2001-01-02 16:04 roebling, revision 9033

Small change to error dialog to make it look better if the details button is bigger than the OK button (German locale). Don't let it capitalize the first letter (WxWindows).

2001-01-02 15:35 vadz, revision 9032

patch adding DeselectXXX() functions from Roland Scholz <scholz@pb.izm.fhg.de>

2001-01-02 07:59 juliansmart, revision 9031

Added line to wxMask doc.

2001-01-01 11:32 vaclavslavik, revision 9030

fixed docs of wxLocale::Init (forgotted bConvertEncoding)

2000-12-31 17:45 roebling, revision 9029

Corrected .so name. Updated German locale and related things.

2000-12-31 15:23 vadz, revision 9028

readded back SetFullName

2000-12-31 01:15 vadz, revision 9027

implemented wxFileName::SplitPath(), wxSplitPath() now just calls it

2000-12-31 00:23 vadz, revision 9026

rewrote wxFileName::Normalize(), added a few methods, general clean up, added some tests

2000-12-30 21:35 vaclavslavik, revision 9025

fixed nonsenses in tnoneng.tex

2000-12-30 19:36 vadz, revision 9024

just added some _T()s

2000-12-30 12:47 roebling, revision 9023

Various fixes for wxFilename.

2000-12-30 00:28 roebling, revision 9022

wxFileName II. It actually works.

2000-12-29 23:44 vadz, revision 9021

merged wxStaticLine ctor fix

2000-12-29 23:38 vadz, revision 9020

fixed wxStaticLine ctor docs

2000-12-29 22:12 dwebster, revision 9019

Added filename.cpp to build

2000-12-29 17:39 dwebster, revision 9018

include "wx/filefn.h" instead of just "filefn.h".

2000-12-29 17:38 dwebster, revision 9017

should use array delete on a wxString object (line 991) that is not an array of wxStrings

2000-12-28 14:07 vadz, revision 9016

modified check listbox indicators and made them customizable

2000-12-28 03:52 vadz, revision 9015

added event sending to wxComboBox

2000-12-28 01:05 vadz, revision 9014

1. fixed flicker causing bug introduced into wxListBox yesterday 2. fixed wxBitmapButton refresh logic (reacts to bitmap changing now) 3. fixed focus rect drawing in win32 renderer - don't do it if no label 4. fixed combobox layout, seems to look fine now!

2000-12-28 00:00 roebling, revision 9013

Added wxFileName. Small fix for log error messages on startup. Added missing accessor to wxSizer.

2000-12-27 02:22 vadz, revision 9012

1. popup windows created as children of desktop 2. mouse handling ok in popup listbox

2000-12-26 15:19 vadz, revision 9011

1. wxCopyFile() uses buffer (huge copy speed up) 2. OS_FILENAME macro instead of #ifdef MAC everywhere 3. test for wxCopyFile in the console sample

2000-12-26 02:13 vadz, revision 9010

listboxes changed slightly to accomodate for combobox needs, the interface for "generic" combobox is in place, combolistbox starts to work

2000-12-24 15:42 vadz, revision 9009

1. allow having buttons more narrow than default in win32 theme 2. more combo stuff - starts to work

2000-12-24 15:32 vadz, revision 9008

bug in hit test range checkign fixed

2000-12-24 14:03 vaclavslavik, revision 9007

fixed generic wxListCtrl headers rendering

2000-12-24 14:01 vaclavslavik, revision 9006

fixed PS bounding box computation

2000-12-24 07:31 robind, revision 9005

More cleanup. Regenerated wxGTK code.

2000-12-24 01:23 vadz, revision 9004

start of wxComboBox code

2000-12-23 23:04 roebling, revision 9003

Fixed log error messages upon startup. Added accessor to min size to sizer. Something in changes.txt.

2000-12-23 19:40 vadz, revision 9002

added some error checking to wxCopyFile

2000-12-22 22:32 robind, revision 9001

Added the wxClassInfo stuff back in to the modules that are standalone. This is needed so any classes defined in the module will get hooked up with their parents and assertions like "is wxWindow" will work.

2000-12-22 22:06 robind, revision 9000

wxDefaultPosition and wxDefaultSize are marked read-only.

2000-12-22 21:17 roebling, revision 8999

Log error messages work.

2000-12-22 21:17 roebling, revision 8998

Log error messages work now. It took me only 3 years.

2000-12-22 15:56 roebling, revision 8997

Some wxBook docs.

2000-12-22 15:04 vadz, revision 8996

motif warning fixes

2000-12-22 15:01 vadz, revision 8995

motif compilation fixes

2000-12-22 14:57 georgetasker, revision 8994

Overview of the wxDb and wxDbTable classes added. Added commentary and DEPRECATED tags to all the old wxDatabase classes directing the reader to read and use the wxDb/wxDbtable classes instead

2000-12-22 14:48 georgetasker, revision 8993

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.

2000-12-22 13:34 georgetasker, revision 8992

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index. Removed some \$ inside of a couple of prelnote blocks that cause tex2rtf to fail. They do not seem to be needed anyway.

2000-12-22 13:33 georgetasker, revision 8991

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.

2000-12-22 13:30 georgetasker, revision 8990

Program now keeps track of how many errors occured during the pass, and if any occurred, the user is notified (interactive mode) of how many occured. All error messages are now constructed with wxStrings rather than char arrays.

2000-12-22 13:28 georgetasker, revision 8989

Now uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold lines read in Now checks that the line being read in does not exceed MAX_LINE_BUFFER_SIZE length, avoiding a crash whenever a long line is read in from a .tex file. An error is now generated if the line is too long, and line line is truncated at MAX_LINE_BUFFER_SIZE characters. All error messages are now constructed with wxStrings rather than char arrays.

2000-12-22 13:24 georgetasker, revision 8988

Added MAX_LINE_BUFFER_SIZE constant instead of using a hardcoded number in the array brackets

2000-12-22 06:51 robind, revision 8987

More cleanup. Removed all wxPyDefaultXXX since they aren't needed any more. Regenerated wxGTK code from this morning's changes.

2000-12-22 02:16 robind, revision 8986

test commit, no real change

2000-12-22 00:47 robind, revision 8985

Some cleanup and a fix

2000-12-22 00:06 robind, revision 8984

Massive code changes and cleanup to allow wxPython to be split into multiple extension modules again. A Python CObject is used to allow the "export" of SWIG and other common helper functions from the wxc module to other modules, even if they are in separate shared libraries. Should also be usable from 3rd party code, just include wxPython/src/export.h Changed the default setup so the following are built as separate extension modules: calendar, glcanvas, grid, html, ogl, stc, and utils. Will probably add more later.

2000-12-21 22:07 dwebster, revision 8983

Beginning of bitmap updates

2000-12-21 16:12 juliansmart, revision 8982

Modified treectrlg.cpp not to crash in HitTest if there's no m_anchor

2000-12-21 15:55 vadz, revision 8981

fix for -1 coords in wxWindow::Centre

2000-12-21 13:57 dwebster, revision 8980

ANSI 'C' fix (decs in "for" clauses no longer have any scope outside clause itself)

2000-12-21 11:37 juliansmart, revision 8979

Added m_keyGlobal.Open()

2000-12-21 04:25 dwebster, revision 8978

Fix for VisualAge 3.0 compile concerning wxNativeFontInfo

2000-12-21 04:24 dwebster, revision 8977

Fix for the wrong painting rectangle being set.

2000-12-21 02:12 vadz, revision 8976

wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK

2000-12-21 00:33 georgetasker, revision 8975

Added code to the RIGHT CLICK popup dialog to show the type:name of the widget/dialog that was right clicked. Added code to prompt the user for confirmation before deleting an entire DIALOG, to help avoid accidental deletions of the dialog, when the user thought they were deleting a widget.

2000-12-21 00:31 georgetasker, revision 8974

Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected Added code to the popup menus to identify which widget/dialog was right clicked Double clicking an item in the TREE pane will bring up the EDIT PROPERTIES dialog for the widget/dialog that was double clicked.

2000-12-21 00:27 georgetasker, revision 8973

Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected Added code to the popup menus to identify which widget/dialog was right clicked

2000-12-20 23:06 vaclavslavik, revision 8972

fixed wxTextFile::GuessType assertion

2000-12-20 18:26 vadz, revision 8971

compilation fix (?)

2000-12-20 18:22 vadz, revision 8970

removed SetFont() from DoDrawText

2000-12-20 17:39 vadz, revision 8969

merged from the main branch

2000-12-20 17:37 vadz, revision 8968

2nd part of wxRegConfig fix

2000-12-20 16:10 vadz, revision 8967

wxPerl doc patches applied

2000-12-20 16:06 vadz, revision 8966

fix to GetAllCommands ret value

2000-12-20 15:30 vadz, revision 8965

wxRB_GROUP fix from the main branch

2000-12-20 15:22 vadz, revision 8964

merging the GetNextGroup fix

2000-12-20 15:18 georgetasker, revision 8963

Fixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags were set that were needed to prevent it from showing up on the taskbar were set (specifically WS_EX_TOOLWINDOW), and the frame still showed on the taskbar

2000-12-20 14:41 vadz, revision 8962

fix for wxRegConfig::GetNextGroup

2000-12-20 14:20 vadz, revision 8961

compilation fix for !PCH

2000-12-20 14:18 vadz, revision 8960

merged fix from 2.2 branch

2000-12-20 14:10 vadz, revision 8959

warning fixed

2000-12-19 17:25 georgetasker, revision 8958

When deleting an entire dialog in DialogEditor by right clicking and choosing DELETE from the popup menu, you are presented with an ARE YOU SURE message. This prevents the tradgedy of thinking you right clicked a widget, when you actually right clicked the dialog, and then you accidentally delete your unsaved dialog.

2000-12-19 17:24 vadz, revision 8957

wxFTP docs update and a small fix to wxString overview (Unicode *is* supported now!)

2000-12-19 17:22 georgetasker, revision 8956

Left Double clicking a widget (not a dialog) in the left hand TREE pane will now pop up the EDIT PROPERTIES dialog for the widget

2000-12-19 16:56 vadz, revision 8955

tons of wxFTP fixes and compilation fix for wxBase

2000-12-19 13:52 vadz, revision 8954

fix for a crash in ~wxFontList

2000-12-19 03:10 dwebster, revision 8953

Palette code

2000-12-19 02:00 georgetasker, revision 8952

Fixed the popup menus when you right click a widget.

2000-12-18 23:49 vadz, revision 8951

compilation fixes for wxMSW

2000-12-18 23:05 roebling, revision 8950

Bumped up a few versions to 2.2.4.

2000-12-18 21:15 vadz, revision 8949

wxNativeFontInfo changes

2000-12-18 21:10 vadz, revision 8948

fixed compilation warning about variable being clobbered by fork

2000-12-18 21:00 vadz, revision 8947

fixed compilation warning about variable being clobbered by fork

2000-12-18 20:06 dwebster, revision 8946

Additions to help Fonts compile clean and add SetPS impelementation to wxRegion for OS2

2000-12-18 20:05 dwebster, revision 8945

VisualAge V3.0 does not understand lowercase, "true", "false"

2000-12-18 20:04 dwebster, revision 8944

Update to allow new wxNativeFontInfo stuff to compile

2000-12-18 16:16 vadz, revision 8943

fix to parse the new GNOME .keys files

2000-12-18 15:50 vadz, revision 8942

fixed compilation problems (mismatch between header and cpp)

2000-12-18 09:30 roebling, revision 8941

Applied 8-bit-mode patch to stable tree.

2000-12-18 05:34 dwebster, revision 8940

Lots of OS/2 fixes mostly to do with painting

2000-12-18 05:33 dwebster, revision 8939

OS2 Statusbar fix

2000-12-18 05:32 dwebster, revision 8938

Fixes mostly to do with painting

2000-12-18 05:31 dwebster, revision 8937

OS2RGB def fix

2000-12-18 04:48 vadz, revision 8936

wxMimeTypesManager now supports creating associations as well as querying them (MSW only, thanks to Chris Elliott)

2000-12-18 03:54 vadz, revision 8935

minor fixes for the font info patch

2000-12-18 01:00 vadz, revision 8934

applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

2000-12-17 19:03 roebling, revision 8933

Typo.

2000-12-17 01:38 vadz, revision 8932

1. added support for wxnodir config var in vcapp.t 2. minor fix in wx.rc: added WS_POPUP to one of the dlg templates 3. fixed resource leak in wxIcon

2000-12-16 23:12 vadz, revision 8931

check the first radio button in a group

2000-12-16 12:27 roebling, revision 8930

Applied colour patch for better 8-bit support, Improved handling of inserting controls into a toolbar that don't have any def width. This works for all controls but wxComboBox.

2000-12-16 10:04 roebling, revision 8929

Backported a couple of changes from the devel tree.

2000-12-16 10:02 roebling, revision 8928

Added wxCommandEvent::IsSeection for listbox, Applied patch for wxListBox::Set when sorting Added new value rounding code (corrected for negative values) to scrollbar and slider Added ...TEXT_CHANGED event to wxSpinCtrl

2000-12-15 19:33 vadz, revision 8927

started stubs of wxCombo

2000-12-15 15:22 vadz, revision 8926

added -mt switch for Solaris/CC MT builds

2000-12-14 23:23 vadz, revision 8925

*really* fixed problem with window menu translation

2000-12-14 23:06 vadz, revision 8924

*really* fixed problem with window menu translation

2000-12-14 15:48 vadz, revision 8923

merged in fix for GetValue() from the 2.2 branch

2000-12-14 15:46 vadz, revision 8922

round negative values better in GetValue()

2000-12-14 03:45 vadz, revision 8921

some more last minute fixed - autoscroll still broken :=(

2000-12-14 01:51 vadz, revision 8920

fixed (?) problems with sel refresh when auto scrolling

2000-12-13 20:38 vadz, revision 8919

patch for not calling wxEntryCleanup() from a DLL applied

2000-12-13 19:06 vadz, revision 8918

1. added wxUSE_FFILE to configure &c 2. fixed (at least for GTK) incorrect refresh of selection

2000-12-13 18:16 vadz, revision 8917

added more GTK+ key bindings

2000-12-13 16:18 vadz, revision 8916

fix for MSWDetachWindowMenu when "&Window" string is translated

2000-12-12 18:28 vadz, revision 8915

1. holding mouse outside listbox window works fine now 2. also almost works for textctrl 3. fixed buglet with sel anchor after word selection

2000-12-12 14:33 vadz, revision 8914

merged fix from 2.2 branch

2000-12-12 14:30 vadz, revision 8913

fixed assert failure in wxComboBox::SetInsertionPoint(End)

2000-12-12 04:49 dwebster, revision 8912
  • D /wxWidgets/trunk/lib/wx22.def

old def file

2000-12-12 04:48 dwebster, revision 8911

new def file

2000-12-12 04:47 dwebster, revision 8910

Brush updates

2000-12-11 15:26 vadz, revision 8909

updated version from Stephane Junique

2000-12-11 15:17 vadz, revision 8908

updated translations from Stephane Junique

2000-12-11 15:01 vadz, revision 8907

Unix compilation fixes

2000-12-11 04:36 dwebster, revision 8906

Font updates for OS/2

2000-12-11 04:00 , revision 8905
  • A /wxWidgets/tags/wxPy_2_3b1
  • D /wxWidgets/tags/wxPy_2_3b1/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3b1/aclocal.m4
  • D /wxWidgets/tags/wxPy_2_3b1/autogen.sh
  • D /wxWidgets/tags/wxPy_2_3b1/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_3b1/config.guess
  • D /wxWidgets/tags/wxPy_2_3b1/config.sub
  • D /wxWidgets/tags/wxPy_2_3b1/configure
  • D /wxWidgets/tags/wxPy_2_3b1/configure.in
  • D /wxWidgets/tags/wxPy_2_3b1/contrib
  • D /wxWidgets/tags/wxPy_2_3b1/debian
  • D /wxWidgets/tags/wxPy_2_3b1/demos
  • D /wxWidgets/tags/wxPy_2_3b1/descrip.mms
  • D /wxWidgets/tags/wxPy_2_3b1/difflast.pl
  • D /wxWidgets/tags/wxPy_2_3b1/distrib
  • D /wxWidgets/tags/wxPy_2_3b1/docs
  • D /wxWidgets/tags/wxPy_2_3b1/include
  • D /wxWidgets/tags/wxPy_2_3b1/install-sh
  • D /wxWidgets/tags/wxPy_2_3b1/lib
  • D /wxWidgets/tags/wxPy_2_3b1/locale
  • D /wxWidgets/tags/wxPy_2_3b1/Makefile.in
  • D /wxWidgets/tags/wxPy_2_3b1/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_3b1/make-deb
  • D /wxWidgets/tags/wxPy_2_3b1/misc
  • D /wxWidgets/tags/wxPy_2_3b1/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_3b1/regen
  • D /wxWidgets/tags/wxPy_2_3b1/samples
  • D /wxWidgets/tags/wxPy_2_3b1/setup.h.in
  • D /wxWidgets/tags/wxPy_2_3b1/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_3b1/src
  • D /wxWidgets/tags/wxPy_2_3b1/tests
  • D /wxWidgets/tags/wxPy_2_3b1/user
  • D /wxWidgets/tags/wxPy_2_3b1/utils
  • D /wxWidgets/tags/wxPy_2_3b1/wx-config.in
  • D /wxWidgets/tags/wxPy_2_3b1/wxBase.dsp
  • D /wxWidgets/tags/wxPy_2_3b1/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_3b1/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_3b1/wxMotif.spec
  • R /wxWidgets/tags/wxPy_2_3b1/wxPython/tests/bitmaps
  • D /wxWidgets/tags/wxPy_2_3b1/wxWINE.spec

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

2000-12-11 04:00 robind, revision 8904

Updated distribution stuff

2000-12-11 03:20 robind, revision 8903

*** empty log message ***

2000-12-11 02:55 robind, revision 8902

a fix in the demo

2000-12-11 02:53 robind, revision 8901

Fixed a bunch of leaking references in how the callbacks deal with objects. Should be MUCH better now.

2000-12-11 02:33 robind, revision 8900

*** empty log message ***

2000-12-11 00:33 vadz, revision 8899

1. fixed wxEVT_LEAVE_WINDOW coords in wxMSW 2. added code to implement auto scroll of window when mouse is held pressed outside it

2000-12-10 22:41 vadz, revision 8898

vertical cursor movement preserves the caret abscissa

2000-12-10 21:42 vadz, revision 8897

horz scrolling fixed - but is the fix correct?

2000-12-10 16:03 csomor, revision 8896

cw6 makefiles (makemac6.mcp)

2000-12-10 16:00 vadz, revision 8895

1. use WXTHEME env var for the default theme choice 2. line wrap indicators are now refreshed independently of the text, seems to work 3. fixed awful bug with partial refreshes (the text was shifted vertically) 4. fixed refresh logic when a part of a row was joined to the previous row

2000-12-10 14:41 csomor, revision 8894

added cw6 fixes and patrick's patches

2000-12-10 12:50 vadz, revision 8893

merged in slider validation bug from the 2.2 branch

2000-12-10 12:44 vadz, revision 8892

fixed slider validator typo (Ben Discoe)

2000-12-10 12:04 vadz, revision 8891

merged in the small changes from the 2.2 branch

2000-12-10 12:00 vadz, revision 8890

marked MDI window menu strings for translation

2000-12-10 11:57 vadz, revision 8889

added update UI test

2000-12-10 10:17 csomor, revision 8888

added cw6 fixes and patrick's patches

2000-12-10 08:37 robind, revision 8887

Fixed a bunch of leaking references in how the callbacks deal with objects. Should be MUCH better now.

2000-12-10 00:24 vadz, revision 8886

merged in the fix for printing \% on PS DC

2000-12-10 00:18 vadz, revision 8885

use fputc instead of incorrectly (ab)using fprintf

2000-12-05 22:46 vadz, revision 8884

merged some fixes from the main branch

2000-12-05 22:38 vadz, revision 8883

fixed compilation with wxUSE_TEXTFILE=0

2000-12-04 19:05 vadz, revision 8882

restructured the headers to minimize dependencies

2000-12-04 16:44 juliansmart, revision 8881

Small mods

2000-12-04 16:42 juliansmart, revision 8880

Small updates

2000-12-04 16:27 juliansmart, revision 8879

Updated the FAQ a little

2000-12-04 05:48 ronl, revision 8878

added completed fi.po translation

2000-12-04 05:13 ronl, revision 8877

rebuilt .po files

2000-12-04 01:29 vadz, revision 8876

1. more fixes for refresh and line wrap - seems to work!!! 2. trying to fix the horz scrolling, wxWindow::Update() added

2000-12-03 19:26 vadz, revision 8875

line wrap seems to work again

2000-12-03 18:34 juliansmart, revision 8874

Corrected bug in cmdlpars.tex

2000-12-03 18:25 juliansmart, revision 8873

Added accelerators to Undo/Redo menu items

2000-12-01 20:27 vadz, revision 8872

wxGTK fixes

2000-12-01 04:38 vadz, revision 8871

fixing line wrap

2000-12-01 01:39 vadz, revision 8870

fix for assert failure when deleting tree ctrl in-place edit window (sometimes)

2000-12-01 01:30 vadz, revision 8869

fix for assert failure when deleting tree ctrl in-place edit window (sometimes)

2000-12-01 01:13 vadz, revision 8868

fix for enter processing of owner-drawn buttons

2000-11-30 05:43 vadz, revision 8867

caching of line wrap info

2000-11-29 15:29 georgetasker, revision 8866

A few spelling typos fixed

2000-11-29 14:45 georgetasker, revision 8865

Fixed mis-matched curley braces on third line from the end (missing a left curley brace -- [wxgetenv})

2000-11-29 05:20 dwebster, revision 8864

wx22 to wx23

2000-11-29 05:18 dwebster, revision 8863

Minor updates to help compiles

2000-11-29 05:17 dwebster, revision 8862

VA needs FALSE not false

2000-11-29 00:09 vadz, revision 8861

allow compilation with wxUSE_MDI_ARCHITECTURE == 0

2000-11-28 22:13 dwebster, revision 8860

Updates to Timer class and a couple of wxDC methods.

2000-11-28 22:12 dwebster, revision 8859

Updates to Timer class

2000-11-28 21:01 roebling, revision 8858

Speed-up for wxCanvasImage.

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

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

2000-11-28 17:19 vadz, revision 8856

now cache GetCharWidth() too (and not only height)

2000-11-28 11:05 vadz, revision 8855

compilation fix

2000-11-27 21:26 dwebster, revision 8854

declare the wx2os2PenStyle helper in the header.

2000-11-27 20:26 vadz, revision 8853

split wxTextCtrl data members in wxSingle/MultiData

2000-11-27 20:01 dwebster, revision 8852

Forgot to update this enhancement from last weekend

2000-11-27 20:00 dwebster, revision 8851

OS/2 VisualAge doesn't know about lower case true and false and redefine a for loop variable in gdicmn for OS/2

2000-11-27 19:59 dwebster, revision 8850

OS/2 VisualAge doesn't know about lower case true and false

2000-11-27 13:55 vaclavslavik, revision 8849

MSW fixes; ^M removal

2000-11-27 12:13 joukj, revision 8848

Modified Files: wxWindows/setup.h_vms wxWindows/src/unix/utilsunx.cpp Updated VMScompile support Corrected typo ----------------------------------------------------------------------

2000-11-27 11:11 roebling, revision 8847

Applied glcanvas patch.

2000-11-27 11:11 roebling, revision 8846
  • D /wxWidgets/trunk/user/wxConvert
  • D /wxWidgets/trunk/user/wxFile
  • D /wxWidgets/trunk/user/wxTest/folder.xpm
  • D /wxWidgets/trunk/user/wxTest/horse.png
  • D /wxWidgets/trunk/user/wxTest/list.xpm
  • D /wxWidgets/trunk/user/wxTest/test.xpm

Removed most of user dir.

2000-11-27 11:02 roebling, revision 8845
  • D /wxWidgets/trunk/contrib/samples/canvas/simple/simple.wdr

Removed surplus file.

2000-11-27 04:18 dwebster, revision 8844

A few OS/2 additions to enable the colour database to work with PM.

2000-11-27 04:16 dwebster, revision 8843

wxPen code to fully enable pens and their use in wxDC's.

2000-11-27 04:14 dwebster, revision 8842

Some OS/2 customization to make a more presentable statusbar.

2000-11-27 01:28 vadz, revision 8841

more work on wxTextCtrl: mostly works but very slow

2000-11-27 00:21 vadz, revision 8840

wxSetEnv for Win32 (now seems to work)

2000-11-26 23:13 vadz, revision 8839

wxSetEnv for Win32 (doesn't really work)

2000-11-26 22:55 vadz, revision 8838

documented just added env functions

2000-11-26 22:46 vadz, revision 8837

added wxGet/Set/UnsetEnv() for Unix

2000-11-26 19:51 vadz, revision 8836

quick fix for crash in wxStreamBuffer

2000-11-26 19:40 vadz, revision 8835

fixed SubString docs

2000-11-26 19:37 vadz, revision 8834

fxied SubString docs

2000-11-26 16:36 roebling, revision 8833

Split wxCanvas into two (wxVectorCanvas).

2000-11-26 14:18 vadz, revision 8832

fix for uninit vars

2000-11-26 14:16 vadz, revision 8831

oops... compilation fix

2000-11-26 11:15 juliansmart, revision 8830

Added m_destroybuf initialisation

2000-11-26 10:25 roebling, revision 8829

Corrected typos in geometry.

2000-11-26 10:20 roebling, revision 8828

Ported stable-tree refresh code to devel tree.

2000-11-26 04:36 vadz, revision 8827

1. fix for generation of mouse enter/leave events in wxMSW 2. render disabled check/radio box [more] correctly 3. several bug fixes with m_posLast caching 4. implemented wxTextCtrl word (as opposed to line) wrap 5. problem with selection refresh in line wrap style fixed

2000-11-26 02:05 vadz, revision 8826

1. don't call GetPartOfWrappendLine() unnecessarily 2. optimized it (replaced by a call to HitTestLine) for the other cases

2000-11-25 23:41 vadz, revision 8825

patch 102361 applied

2000-11-25 23:23 vadz, revision 8824

typo in AutosizeRowOrCol fixed (bug 115437)

2000-11-25 23:14 vaclavslavik, revision 8823

various bugfixes

2000-11-25 23:14 vaclavslavik, revision 8822

updated XRC sample

2000-11-25 23:13 vaclavslavik, revision 8821

added growable cols and rows to wxFlexGridSizer XRC handler

2000-11-25 23:13 vaclavslavik, revision 8820

added wxFrame::IsMDIChild() (msw only, protected)

2000-11-25 23:13 vaclavslavik, revision 8819

applied (part of) Alexey Leko's patch

2000-11-25 23:12 vadz, revision 8818

fixed Set(wxPercentOf) (bug #12227)

2000-11-25 22:44 vadz, revision 8817

compilation fix for !wxUSE_DIRDLGG

2000-11-25 22:23 vadz, revision 8816

fixed majorDim == 0 problem in wxGTK::wxRadioBox

2000-11-25 20:07 roebling, revision 8815

Small mods to wxCanvas.

2000-11-24 21:52 roebling, revision 8814

Made geometry classes link.

2000-11-24 21:51 roebling, revision 8813

Made geometry class link.

2000-11-24 20:19 roebling, revision 8812

Trying to understand wxCanvas.

2000-11-24 18:59 vadz, revision 8811

added wxRenderer::DrawTextBorder() to deal with GTK+ text borders

2000-11-24 17:31 vadz, revision 8810

fixed vert offset for single line text ctrls

2000-11-24 17:20 vaclavslavik, revision 8809

added i18n support to the compiler

2000-11-24 17:20 vaclavslavik, revision 8808

added support for 'imagefile' property type

2000-11-24 17:19 vaclavslavik, revision 8807

wxrcedit bugfixes

2000-11-24 17:19 vaclavslavik, revision 8806

fixed bug in wxFileDialog: it tested wxCHANGE_DIR against GetWindowStyle() instead of m_dialogStyle

2000-11-24 17:07 vadz, revision 8805

1. added wxGTK::wxToolBar::SetToolShortHelp() and test for it in sample 2. fix a crash if SetSelection is called too early in wxTextCtrl 3. patch for mouse position in wxTreeCtrl events

2000-11-24 16:47 georgetasker, revision 8804

Added wxDbTable::SetOrderByColNums() function

2000-11-24 16:46 georgetasker, revision 8803

Increased the max length of allowed WHERE clauses and full statements (eventually needs to be changed over to use wxString). Fixed the order of params in TablePrivileges() Changed 0s to NULLs in params

2000-11-24 16:43 georgetasker, revision 8802

Added SetOrderByColNums() function Changed 0s to NULLs for const char * params

2000-11-24 16:40 georgetasker, revision 8801

More corrections and additions

2000-11-24 15:15 vadz, revision 8800

tree item right click event carries correct position

2000-11-24 14:27 vadz, revision 8799

small typo fixed

2000-11-24 13:34 roebling, revision 8798

matrix compile fix make listctrl scroll one line in report more, not some arbitrary 15 pixels

2000-11-24 12:42 roebling, revision 8797

Added matrix.cpp to compilables

2000-11-24 12:41 roebling, revision 8796

Made dnd reentrent safe as per stable tree. Dropped in new wxMatrix. Compile wxMatrix.

2000-11-24 12:40 roebling, revision 8795

dropped in new wxMatrix (from wxCanvas) use wxUSE_GEOMETRY

2000-11-24 12:39 roebling, revision 8794

RPM version 2.3.0

2000-11-24 12:38 roebling, revision 8793

Bump up version to 2.3.0, Add wxUSE_GEOMETRY

2000-11-24 12:36 roebling, revision 8792

Adding wxUSE_GEOMETRY to setup.h.in

2000-11-24 12:35 roebling, revision 8791

Adding new wxCanvas

2000-11-24 12:34 roebling, revision 8790

Adding new wxCanvas

2000-11-24 09:50 joukj, revision 8789

Committing in . Modified Files: wxWindows/src/gtk/listbox.cpp corrections for VMS since someone updated this one using an old version. ----------------------------------------------------------------------

2000-11-24 08:27 joukj, revision 8788

Committing in . Modified Files: wxWindows/src/gtk/app.cpp Someone included VMS-stuff that I removed several month ago because it was not working. Now it not even compiled!!!! ----------------------------------------------------------------------

2000-11-24 04:22 vadz, revision 8787

linking fix

2000-11-23 21:46 roebling, revision 8786

Updated afm files as per stable branch.

2000-11-23 21:44 roebling, revision 8785

Don't call busy cursor when creating a message dialog - it takes longer to set the cursor than to create the dialog under GTK.

2000-11-23 21:42 roebling, revision 8784

Ported DrawPolygone fix and new PS font name matching from stable branch.

2000-11-23 21:41 roebling, revision 8783

Ported new double idle handlers for pending events processing from stable branch.

2000-11-23 21:40 roebling, revision 8782

Upported wxListBox key handling and SetFirstItem() from stable branch. Removed Vadim's code since I think mine handles all cases correctly.

2000-11-23 21:38 roebling, revision 8781

Busy cursor don't need wxYield(), SendIdleEvents() is enough and safe.

2000-11-23 21:37 roebling, revision 8780

No longer show "hidden" dir in dir dlg.

2000-11-23 21:36 roebling, revision 8779

Removed busy cursor from message box.

2000-11-23 20:33 juliansmart, revision 8778

Some mods

2000-11-23 19:45 vadz, revision 8777

more fixes to stream code: allow deriving from wxStreamBuffer and using custom buffers with wxBufferedInput/OutputStream

2000-11-23 19:07 juliansmart, revision 8776

Clarified some things for Mingw32 compilation.

2000-11-23 16:26 vadz, revision 8775

compilation fixes for wxMemoryStreams

2000-11-23 14:39 georgetasker, revision 8774

Corrections and additions to the wxODBC docs

2000-11-23 13:27 georgetasker, revision 8773

Lots more memory/resource leak fixes. There are still more, but this solves about 75% of them. These fixes also speed up tex2rtf greatly. I can now build all the RTF version of the wxWindows manual in under 30 seconds, when before it took around 90 seconds. Curley Brace matching is turned back on again. I cannot find any places where it does not work. If you find one, let me know

2000-11-23 04:34 vadz, revision 8772

fixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any more

2000-11-22 11:45 georgetasker, revision 8771

Fixed missing Curley Brace

2000-11-22 06:07 dwebster, revision 8770

Update OS/2 Frame WM_PAINT processing

2000-11-22 00:28 georgetasker, revision 8769

Fixed double deletion of a dialog in the effect of a failed connection to the datasource Fixed call to TablePrivileges() in a commented out piece of code to use the correct parameters, in case someone uses it for an example

2000-11-22 00:19 georgetasker, revision 8768

Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different data types required values Added Interbase database support based on contributions from Roger Gammans Enabled the wxDb::TablePrivileges() function for v2.3/2.4 Fixed a bunch of problems with wxDb::TablePrivileges() not working correctly with all databases. Added the ability to pass in a SCHEMA to wxDbTablePrivileges() that greatly improves the speed of the privileges lookup.

2000-11-22 00:18 georgetasker, revision 8767

Added what I think is full support for Null column values in the tables, partially based on submissions by Roger Gammans Added a parameters to wxDbTable::Open() to indicate whether Open() should check for table privileges or not. wxDbTable::ClearMemberVar() added to set a single column to an initialized value ::ClearMemberVar() and ::ClearMemberVars() can now optionally set a column to be NULL via ::SetColNull() ::SetColNull() added as the primary function name for setting a column to be a NULL value, and ::SetNull() is deprecated ::SetColNull() now has a param to select whether a columns value is NULL or not. ::SetColNull() will now clear the column value in memory when setting the column to be NULL.

2000-11-21 18:01 vadz, revision 8766

fixed wxTextCtrl::GetValue() bug for empty richedit ctrls (Marvin Aviles)

2000-11-21 17:22 vadz, revision 8765

fixed bug with Broadcast() not waking up all threads (Pieter van der Meulen)

2000-11-21 03:44 robind, revision 8764

New typemaps for wxString when compiling for Python 2.0 and beyond that allow Unicode objects to be passed as well as String objects. If a Unicode object is passed PyString_AsStringAndSize is used to convert it to a wxString using the default encoding. Fixed the generic buttons so tool tips work for them. Fixed a bug in the demo's tree control. Added a listbox to the listbox demo that shows how to find items with a patching prefix as keys are typed. Added code to the wxListCtrl demo to show how to get text from a column in report mode. Added code to the toolbar demo to clear the long help from the status bar after 2 seconds. Added wxJoystick. Fixed wxTimer so it can be used as described in the docs, either with a Notify method in a subclass, or sending an event to a wxEvtHandler object, (usually a window.) Added wxNotifyEvent.Allow()

2000-11-20 17:31 georgetasker, revision 8763

Added From(), OrderBy() and Where() functions that correspons to the Set/GetWhereClause(), Set/GetOrderByClause() and Set/GetFromClause() functions. Changed signature of wxDbTable constructor to have the default value of tblPath be "" instead of NULL which prevents crashes in the logging code if the constructor initialization fails for some reason.

2000-11-20 17:25 georgetasker, revision 8762

SQL Server and (preliminary) DB2 support added Fixed some potentially uninitialized variables

2000-11-20 17:23 georgetasker, revision 8761

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function Added wxDb copy constructors and wxDbGetConnection() copy constructors which are able to copy the typing definitions of data types retrieved from the source wxDb instance to the new data connection instance to avoid the network/database overhead of querying the datasource for its data types once they are already known once. SQL Server and (preliminary) DB2 support added If compiling with Visual C++, the wxDbCreateDataSource() can now be enabled

2000-11-20 17:17 georgetasker, revision 8760

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function

2000-11-20 15:14 georgetasker, revision 8759

Fixed the wxDirExists() function so that if asked about the root directory of a drive (i.e. "d:\") or a UNC directory, WIN32 apps will correctly report whether the dir exists

2000-11-20 15:13 dwebster, revision 8758

Another DC fix.

2000-11-20 14:09 dwebster, revision 8757

Fix and errant commented out line of code in DoGetPixel.

2000-11-20 05:18 dwebster, revision 8756

More OS/2 Updates

2000-11-20 01:16 vadz, revision 8755

1. more work on line wrap - mostly works now 2. small fixes to wxStaticText (best size calc) and to check box

2000-11-19 16:42 juliansmart, revision 8754

Removed #if wxUSE_TREECTRL (not in setup0.h, and not applied consistently)

2000-11-19 00:32 dwebster, revision 8753

New module def for OS/2

2000-11-19 00:25 dwebster, revision 8752

Window proc processing updates

2000-11-18 19:49 vadz, revision 8751

more work on wxTextCtrl with line wrapping: drawing/scrolling seems to work, refresh still doesn't

2000-11-18 14:46 vaclavslavik, revision 8750

added wxCursor ctor for creation from bits array

2000-11-17 17:03 robind, revision 8749

Fixed stupid cut-and-paste error

2000-11-17 09:06 juliansmart, revision 8748

Updated info on handlers

2000-11-17 06:02 dwebster, revision 8747

New, reworked frame class for wxOS2 and more drawing routines in wxDC

2000-11-17 06:01 dwebster, revision 8746

New, reworked frame class for wxOS2

2000-11-16 13:48 vadz, revision 8745

added an entry for Italian

2000-11-16 13:47 vadz, revision 8744

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:38 vadz, revision 8743

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:21 vadz, revision 8742

updates from Mattia Barbon <mbarbon@dsi.unive.it>

2000-11-15 22:57 vaclavslavik, revision 8741

applied Brian's patch

2000-11-15 16:54 dwebster, revision 8740

For some reason VA needs a default ctor for wxHtmlHelpTreeItemData for helpfrm to compile under VA 4.0

2000-11-15 16:52 dwebster, revision 8739

Need to define wxArrayGenericTreeItems as WX_DEFINE_WXPORTED_ARRAY instead of just WX_DEFINE_ARRAY to prevent msw .dll builds from complaining.

2000-11-15 05:00 dwebster, revision 8738

New OS/2 VA .def file for treectrl code

2000-11-15 04:59 dwebster, revision 8737

Some OS/2 updates for VA3.0, specifically, in gsocket

2000-11-15 04:58 dwebster, revision 8736

bad delete operator, should be delete [] for gs_FSMimeFallbacks and removing debug allocs and deallocs for OS/2 in memory.cpp

2000-11-14 22:47 dwebster, revision 8735

TreeCtrl updates

2000-11-13 19:53 dwebster, revision 8734

no message

2000-11-12 20:05 georgetasker, revision 8733

Added documentation for wxDbTable class Added fixes/corrections for wxDb class and other associated helper classes

2000-11-12 19:55 juliansmart, revision 8732

Minor tweaks

2000-11-12 11:12 juliansmart, revision 8731

Added missing distrib files

2000-11-12 11:12 , revision 8730

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

2000-11-12 11:10 juliansmart, revision 8729

Added missing VC++ project files

2000-11-12 00:14 juliansmart, revision 8728

Corrected distribution file & removed ^M characters from about/makefile.g95

2000-11-12 00:13 juliansmart, revision 8727

Removed hyperlinks in wxPython.tex that went nowhere; removed ^M characters from HTML about sample makefile.g95; updated manual date; corrected distribution files; updated readme.txt version number

2000-11-12 00:07 robind, revision 8726

some cleanup

2000-11-12 00:07 robind, revision 8725

Changed wxGridCellEditor::IsAcceptedKey to only check Control and Alt, not Meta. (NumLock is Meta for me, and so the old setting wouldn't let any key activate the control if NumLock was on.) Checked for WXK_NUMPAD_ENTER everywhere we were checking for WXK_RETURN.

2000-11-12 00:05 juliansmart, revision 8724

Added Word template for formatting wxWindows manual

2000-11-11 23:57 robind, revision 8723

Allow a NULL editor and/or renderer to be passed to RegisterDataType and not crash when it tries to get them later. (If NULL it falls back to the grid's default like it used to before the type registry was added.) Added wxTE_PROCESS_TAB to wxTextCtrl style for MSW.

2000-11-11 22:29 robind, revision 8722

fixed a typo and uncommented some methods

2000-11-11 22:12 robind, revision 8721

for testing...

2000-11-11 16:12 vadz, revision 8720

added missing function

2000-11-11 16:06 vadz, revision 8719

more tests

2000-11-11 04:31 vadz, revision 8718

text is shown correctly in controls without wxHSCROLL (line wrap) style

2000-11-10 22:03 vadz, revision 8717

added a few comments, nothing more

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

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

2000-11-10 21:14 vadz, revision 8715

always show vert SB for multiline text ctrls without wxTE_RICH style

2000-11-10 19:21 vadz, revision 8714

part of the previous patch

2000-11-10 16:44 vadz, revision 8713

applied patches from Mike Oliver <oliver@math.ucla.edu> to return click position for item (right) click events in treectrl

2000-11-10 15:04 vadz, revision 8712

mention wxTE_RICH flag

2000-11-09 13:23 vadz, revision 8711

added chinese translation

2000-11-09 13:00 vadz, revision 8710

changed lbox font to be more readable

2000-11-09 00:21 vadz, revision 8709

compilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter code in wxDocManager::SelectViewType()

2000-11-08 23:58 vadz, revision 8708

compilation fix for builds when WXWIN_COMPATIBILITY_2 is not defined

2000-11-08 22:38 vadz, revision 8707

check for \n handling

2000-11-08 20:32 vadz, revision 8706

more tests in texttest

2000-11-08 19:08 vadz, revision 8705

1. wxCommand compilation fixes for Unix 2. added wxTextCtrl sample textctrl 3. fixed handling of wxTE_READONLY and wxTE_PASSWORD flags in wxTextCtrl

2000-11-07 16:55 vadz, revision 8704

horz scrolling in etxt ctrl works better

2000-11-06 20:06 vadz, revision 8703

compilation/warning fixes for HP-UX

2000-11-06 20:03 vadz, revision 8702

ugly compilation fix for wxMotif

2000-11-06 11:43 vadz, revision 8701

and another note about wxStringList vs wxArrayString

2000-11-06 11:41 vadz, revision 8700

small note about untyped lists

2000-11-06 00:54 vadz, revision 8699

undo/redo seem to work in wxTextCtrl

2000-11-06 00:30 vadz, revision 8698

1. wxTextCtrl::Replace() does work now - added many tests for it in univ sample 2. extracted wxCommand and wxCommandProcessor to separate files 3. fixed bug in wxStringTokenizer with strings consisting of sole delimiter 4. implemented (but untested) undo/redo for text ctrl

2000-11-05 22:50 vaclavslavik, revision 8697

added font and flags properties to wxrcedit

2000-11-05 22:25 vadz, revision 8696

updated files to know about darwin (Mac OS X)

2000-11-05 18:35 vaclavslavik, revision 8695

fixed typo (IsOK instead of IsOk)

2000-11-05 14:59 vaclavslavik, revision 8694

wxHTML src code indentation now conforms (more) to wxWin coding style

2000-11-05 14:59 vaclavslavik, revision 8693

fixed <li><p> paragraph break problem

2000-11-05 14:04 vadz, revision 8692

typos fix from the main branch

2000-11-05 14:03 vadz, revision 8691

fixed 2 typos

2000-11-05 13:26 vadz, revision 8690

fix from the main branch which replaces delete with the (proper) delete []

2000-11-05 13:23 vadz, revision 8689

fatal bug fixed: replaced delete with delete []

2000-11-05 11:44 juliansmart, revision 8688

Removed spurious brace

2000-11-04 23:34 vaclavslavik, revision 8687

reworked the editor

2000-11-04 23:32 vaclavslavik, revision 8686

workarounded false memory leak report

2000-11-04 10:54 roebling, revision 8685

Allow correct idle events from within processing pending events.

2000-11-04 07:41 robind, revision 8684

some little tweaks

2000-11-04 07:41 robind, revision 8683

Added base_IsAcceptedKey which was fogotten somehow...

2000-11-04 07:38 robind, revision 8682

*** empty log message ***

2000-11-04 07:38 robind, revision 8681

Added demo of creating a custom Grid Editor

2000-11-04 07:37 robind, revision 8680

updated SWIG generated stuff

2000-11-04 07:36 robind, revision 8679

added /GX- to get around an internal compiler error in MSVC. I don't get the error anymore but apparently others still do.

2000-11-03 22:08 roebling, revision 8678

wxSetCursor() shouldn't call wxYield() (which is always a dangerous call): wxTheApp->SendIdleEvents() is enough.

2000-11-03 21:11 vadz, revision 8677

ok, it does work - it's just that wxGTK doesn't

2000-11-03 20:52 vadz, revision 8676

added wxGetMultiChoice() (which refuses to work for some reason - will fix a.s.a.p.)

2000-11-03 18:02 juliansmart, revision 8675

Replaced comparisons with zero, with IsOk()

2000-11-03 17:26 vadz, revision 8674

regenerated

2000-11-03 10:51 roebling, revision 8673

DrawPolygone fix.

2000-11-01 23:04 vaclavslavik, revision 8672

fixed incorrect GetTextExtent for wxTELETYPE font

2000-11-01 15:19 roebling, revision 8671

Updates CHANGES.txt

2000-11-01 15:17 roebling, revision 8670

Updated AFM files. Added Zapf metrics for wxSCRIPT style.

2000-11-01 15:14 roebling, revision 8669

Debug typo.

2000-11-01 15:13 roebling, revision 8668

Corrected font metrics mess.

2000-10-31 23:34 robind, revision 8667

Changed version number in DLL name to 22_3 Added a new value for the FINAL flag to make another kind of wxPython build possible

2000-10-31 23:12 robind, revision 8666

Changed version number in DLL name to 23_0 Added a new value for the FINAL flag to make another kind of wxPython build possible

2000-10-31 17:36 vadz, revision 8665

fixes for ScrollWindow() in caret presence (hide and reshow it)

2000-10-31 15:13 vadz, revision 8664

compilation fix (sorry!)

2000-10-31 01:56 vadz, revision 8663

vert textctrl scrolling starts to work after tons of fixes to wxTextCtrl and wxScrolledWindow (to better respect target window rect)

2000-10-30 22:10 robind, revision 8662

The sticky tag as a bit too sticky... This check-in should now update the right branch!

2000-10-30 21:58 robind, revision 8661

Re-added a couple files that got left out of the merge somehow...

2000-10-30 21:57 robind, revision 8660

Merged some STC fixes over to the main branch

2000-10-30 21:15 vadz, revision 8659

1. fix for custom event handler in wxScrollWindow which was eating events 2. fix for (initial) selection anchor position in wxTextCtrl

2000-10-30 21:08 robind, revision 8658

Merged wxPython 2.2.2 over to the main branch

2000-10-30 17:06 vadz, revision 8657

applied patch to uncover cells next to 0 automatically

2000-10-30 16:46 vadz, revision 8656

wxDC::GetSize() should work now in wxGTK

2000-10-30 16:43 vadz, revision 8655

wxDC::GetSize() should work now in wxGTK

2000-10-30 16:38 vadz, revision 8654

fixes from the 2.2 branch

2000-10-29 02:18 , revision 8653
  • A /wxWidgets/tags/B4_LAST_MERGE
  • D /wxWidgets/tags/B4_LAST_MERGE/.cvsignore
  • D /wxWidgets/tags/B4_LAST_MERGE/autogen.sh
  • D /wxWidgets/tags/B4_LAST_MERGE/BuildCVS.txt
  • D /wxWidgets/tags/B4_LAST_MERGE/config.guess
  • D /wxWidgets/tags/B4_LAST_MERGE/config.sub
  • D /wxWidgets/tags/B4_LAST_MERGE/configure
  • D /wxWidgets/tags/B4_LAST_MERGE/configure.in
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/configure
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/configure.in
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/docs
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/include/wx/mmedia
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/include/wx/ogl
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/lib
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/Makefile.in
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/samples
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/src/Makefile.in
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/src/mmedia
  • D /wxWidgets/tags/B4_LAST_MERGE/contrib/src/ogl
  • R /wxWidgets/tags/B4_LAST_MERGE/contrib/src/stc/README.txt
  • R /wxWidgets/tags/B4_LAST_MERGE/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/B4_LAST_MERGE/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/B4_LAST_MERGE/contrib/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/tags/B4_LAST_MERGE/debian
  • D /wxWidgets/tags/B4_LAST_MERGE/demos
  • D /wxWidgets/tags/B4_LAST_MERGE/descrip.mms
  • D /wxWidgets/tags/B4_LAST_MERGE/difflast.pl
  • D /wxWidgets/tags/B4_LAST_MERGE/distrib
  • D /wxWidgets/tags/B4_LAST_MERGE/docs
  • D /wxWidgets/tags/B4_LAST_MERGE/include/.cvsignore
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/.cvsignore
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/accel.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/app.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/bitmap.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/brush.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/buffer.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/busyinfo.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/button.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/calctrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/caret.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/checkbox.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/checklst.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/choicdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/choice.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/clipbrd.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/cmdline.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/cmndata.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/colordlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/colour.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/combobox.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/confbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/config.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/control.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/ctrlsub.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/cursor.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dataobj.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/date.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/datetime.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/datetime.inl
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/datstrm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/db.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dbtable.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dc.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dcclient.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dcmemory.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dcprint.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dcps.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dcscreen.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dde.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/debug.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/defs.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dialog.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dialup.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dir.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dirdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dnd.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/docmdi.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/docview.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dragimag.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dynarray.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/dynlib.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/encconv.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/event.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/expr.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/ffile.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/file.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fileconf.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/filedlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/filefn.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/filesys.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/font.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fontdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fontenc.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fontenum.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fontmap.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fontutil.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/frame.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fs_inet.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fs_mem.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/fs_zip.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gauge.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gdicmn.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gdiobj.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/generic
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/geometry.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gifdecod.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/glcanvas.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/grid.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gsocket.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gtk
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/gtk1
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/hash.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/help.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/helpbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/helphtml.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/helpwin.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/helpxlp.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/html
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/icon.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagbmp.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/image.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imaggif.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagjpeg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imaglist.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagpcx.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagpng.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagpnm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/imagtiff.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/intl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/ioswrap.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/ipcbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/isql.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/isqlext.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/joystick.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/layout.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/laywin.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/list.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/listbox.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/listctrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/listimpl.cpp
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/log.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/longlong.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/mac
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/matrix.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/mdi.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/memconf.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/memory.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/menu.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/menuitem.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/metafile.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/mimetype.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/minifram.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/module.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/motif
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/msgdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/mstream.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/msw
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/notebook.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/object.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/objstrm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/odbc.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/os2
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/ownerdrw.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/palette.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/panel.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/paper.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/pen.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/plot.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/print.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/printdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/prntbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/process.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/progdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/prop.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/propform.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/proplist.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/protocol
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/qt
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/radiobox.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/radiobut.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/region.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/resource.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/sashwin.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/sckaddr.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/sckipc.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/sckstrm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/scrolbar.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/scrolwin.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/serbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/settings.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/setup.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/sizer.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/slider.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/socket.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/spinbutt.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/spinctrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/splitter.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/statbmp.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/statbox.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/statline.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/stattext.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/statusbr.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/strconv.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/stream.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/string.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/stubs
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tab.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tabctrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/taskbar.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tbarbase.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/textctrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/textdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/textfile.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/thread.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/time.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/timer.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tipdlg.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tokenzr.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/toolbar.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/tooltip.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/treectrl.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/treelay.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/txtstrm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/types.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/unix
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/url.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/utils.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/valgen.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/validate.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/valtext.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/variant.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/version.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wave.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wfstream.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/window.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wizard.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wx.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wxchar.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wxexpr.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wxhtml.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wxprec.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wx_cw.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/xpmhand.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/zipstrm.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx/zstream.h
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx_cw.pch
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx_cw.pch++
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx_cw_d.pch
  • D /wxWidgets/tags/B4_LAST_MERGE/include/wx_cw_d.pch++
  • D /wxWidgets/tags/B4_LAST_MERGE/install-sh
  • D /wxWidgets/tags/B4_LAST_MERGE/lib
  • D /wxWidgets/tags/B4_LAST_MERGE/locale
  • D /wxWidgets/tags/B4_LAST_MERGE/Makefile.in
  • D /wxWidgets/tags/B4_LAST_MERGE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/B4_LAST_MERGE/make-deb
  • D /wxWidgets/tags/B4_LAST_MERGE/misc
  • D /wxWidgets/tags/B4_LAST_MERGE/mkinstalldirs
  • D /wxWidgets/tags/B4_LAST_MERGE/modules
  • D /wxWidgets/tags/B4_LAST_MERGE/regen
  • D /wxWidgets/tags/B4_LAST_MERGE/samples
  • D /wxWidgets/tags/B4_LAST_MERGE/setup.h.in
  • D /wxWidgets/tags/B4_LAST_MERGE/setup.h_vms
  • D /wxWidgets/tags/B4_LAST_MERGE/src/.cvsignore
  • D /wxWidgets/tags/B4_LAST_MERGE/src/common
  • D /wxWidgets/tags/B4_LAST_MERGE/src/cygnus.bat
  • D /wxWidgets/tags/B4_LAST_MERGE/src/files.lst
  • D /wxWidgets/tags/B4_LAST_MERGE/src/generic
  • D /wxWidgets/tags/B4_LAST_MERGE/src/gtk
  • D /wxWidgets/tags/B4_LAST_MERGE/src/gtk1
  • D /wxWidgets/tags/B4_LAST_MERGE/src/html
  • D /wxWidgets/tags/B4_LAST_MERGE/src/iodbc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/jpeg
  • D /wxWidgets/tags/B4_LAST_MERGE/src/mac
  • D /wxWidgets/tags/B4_LAST_MERGE/src/make.env.in
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeb32.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makebcc.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeenvs
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makefile.bcc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makefile.dos
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makefile.va
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makefile.vc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeg95.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.b32
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.bcc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.env.in
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.g95
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.vc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makelib.wat
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makemsc.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.b32
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.bcc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.env.in
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.g95
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.msc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.sl
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.va
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.vc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeprog.wat
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makesc.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makesl.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/maketwin.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makeva.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makevc.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/makewat.env
  • D /wxWidgets/tags/B4_LAST_MERGE/src/make_cw.mcp
  • D /wxWidgets/tags/B4_LAST_MERGE/src/mingegcs.bat
  • D /wxWidgets/tags/B4_LAST_MERGE/src/mingw32.bat
  • D /wxWidgets/tags/B4_LAST_MERGE/src/motif
  • D /wxWidgets/tags/B4_LAST_MERGE/src/msw
  • D /wxWidgets/tags/B4_LAST_MERGE/src/ntwxwin.mak
  • D /wxWidgets/tags/B4_LAST_MERGE/src/os2
  • D /wxWidgets/tags/B4_LAST_MERGE/src/png
  • D /wxWidgets/tags/B4_LAST_MERGE/src/qt
  • D /wxWidgets/tags/B4_LAST_MERGE/src/rpmfiles.lst
  • R /wxWidgets/tags/B4_LAST_MERGE/src/stc/README.txt
  • R /wxWidgets/tags/B4_LAST_MERGE/src/stc/StcVC.dsw
  • R /wxWidgets/tags/B4_LAST_MERGE/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/B4_LAST_MERGE/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/tags/B4_LAST_MERGE/src/stubs
  • D /wxWidgets/tags/B4_LAST_MERGE/src/tiff
  • D /wxWidgets/tags/B4_LAST_MERGE/src/unix
  • D /wxWidgets/tags/B4_LAST_MERGE/src/Wxwindll.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxJpeg.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxPng.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxTiff.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxvc.dsp
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxvc.dsw
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxWin.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxXpm.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/wxZlib.icc
  • D /wxWidgets/tags/B4_LAST_MERGE/src/xpm
  • D /wxWidgets/tags/B4_LAST_MERGE/src/zlib
  • D /wxWidgets/tags/B4_LAST_MERGE/tests
  • D /wxWidgets/tags/B4_LAST_MERGE/user
  • D /wxWidgets/tags/B4_LAST_MERGE/utils
  • D /wxWidgets/tags/B4_LAST_MERGE/wx-config.in
  • D /wxWidgets/tags/B4_LAST_MERGE/wxBase.dsp
  • D /wxWidgets/tags/B4_LAST_MERGE/wxBase.dsw
  • D /wxWidgets/tags/B4_LAST_MERGE/wxBase.spec
  • D /wxWidgets/tags/B4_LAST_MERGE/wxBaseDll.dsp
  • D /wxWidgets/tags/B4_LAST_MERGE/wxGTK.spec
  • D /wxWidgets/tags/B4_LAST_MERGE/wxMotif.spec
  • D /wxWidgets/tags/B4_LAST_MERGE/wxWINE.spec

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

2000-10-29 02:18 robind, revision 8652

fixed a typo

2000-10-29 01:13 robind, revision 8651

*** empty log message ***

2000-10-28 23:15 vadz, revision 8650

fix to allow editing tree items for controls with wxTR_EDIT_LABELS_STYLE even if END_LABEL event handler is not defined and a minor fix for SetItemData

2000-10-26 20:08 , revision 8649
  • A /wxWidgets/tags/wxPy_2_2_2
  • D /wxWidgets/tags/wxPy_2_2_2/.cvsignore
  • D /wxWidgets/tags/wxPy_2_2_2/autogen.sh
  • D /wxWidgets/tags/wxPy_2_2_2/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_2_2/config.guess
  • D /wxWidgets/tags/wxPy_2_2_2/config.sub
  • D /wxWidgets/tags/wxPy_2_2_2/configure
  • D /wxWidgets/tags/wxPy_2_2_2/configure.in
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/configure
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/configure.in
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/docs
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/include/wx/mmedia
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/include/wx/ogl
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/lib
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/Makefile.in
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/samples
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/src/Makefile.in
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/src/mmedia
  • D /wxWidgets/tags/wxPy_2_2_2/contrib/src/ogl
  • R /wxWidgets/tags/wxPy_2_2_2/contrib/src/stc/README.txt
  • R /wxWidgets/tags/wxPy_2_2_2/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/wxPy_2_2_2/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/wxPy_2_2_2/contrib/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/tags/wxPy_2_2_2/debian
  • D /wxWidgets/tags/wxPy_2_2_2/demos
  • D /wxWidgets/tags/wxPy_2_2_2/descrip.mms
  • D /wxWidgets/tags/wxPy_2_2_2/difflast.pl
  • D /wxWidgets/tags/wxPy_2_2_2/distrib
  • D /wxWidgets/tags/wxPy_2_2_2/docs
  • D /wxWidgets/tags/wxPy_2_2_2/include/.cvsignore
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/.cvsignore
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/accel.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/app.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/bitmap.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/brush.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/buffer.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/busyinfo.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/button.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/calctrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/caret.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/checkbox.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/checklst.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/choicdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/choice.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/clipbrd.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/cmdline.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/cmndata.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/colordlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/colour.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/combobox.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/confbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/config.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/control.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/ctrlsub.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/cursor.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dataobj.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/date.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/datetime.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/datetime.inl
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/datstrm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/db.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dbtable.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dc.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dcclient.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dcmemory.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dcprint.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dcps.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dcscreen.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dde.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/debug.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/defs.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dialog.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dialup.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dir.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dirdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dnd.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/docmdi.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/docview.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dragimag.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dynarray.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/dynlib.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/encconv.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/event.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/expr.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/ffile.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/file.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fileconf.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/filedlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/filefn.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/filesys.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/font.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fontdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fontenc.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fontenum.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fontmap.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fontutil.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/frame.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fs_inet.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fs_mem.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/fs_zip.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gauge.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gdicmn.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gdiobj.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/generic
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/geometry.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gifdecod.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/glcanvas.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/grid.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gsocket.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gtk
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/gtk1
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/hash.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/help.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/helpbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/helphtml.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/helpwin.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/helpxlp.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/html
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/icon.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagbmp.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/image.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imaggif.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagjpeg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imaglist.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagpcx.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagpng.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagpnm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/imagtiff.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/intl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/ioswrap.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/ipcbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/isql.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/isqlext.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/joystick.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/layout.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/laywin.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/list.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/listbox.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/listctrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/listimpl.cpp
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/log.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/longlong.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/mac
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/matrix.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/mdi.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/memconf.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/memory.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/menu.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/menuitem.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/metafile.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/mimetype.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/minifram.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/module.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/motif
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/msgdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/mstream.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/msw
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/notebook.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/object.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/objstrm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/odbc.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/os2
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/ownerdrw.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/palette.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/panel.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/paper.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/pen.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/plot.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/print.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/printdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/prntbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/process.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/progdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/prop.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/propform.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/proplist.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/protocol
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/qt
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/radiobox.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/radiobut.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/region.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/resource.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/sashwin.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/sckaddr.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/sckipc.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/sckstrm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/scrolbar.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/scrolwin.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/serbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/settings.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/setup.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/sizer.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/slider.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/socket.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/spinbutt.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/spinctrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/splitter.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/statbmp.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/statbox.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/statline.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/stattext.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/statusbr.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/strconv.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/stream.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/string.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/stubs
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tab.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tabctrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/taskbar.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tbarbase.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/textctrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/textdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/textfile.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/thread.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/time.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/timer.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tipdlg.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tokenzr.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/toolbar.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/tooltip.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/treectrl.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/treelay.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/txtstrm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/types.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/unix
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/url.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/utils.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/valgen.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/validate.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/valtext.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/variant.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/version.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wave.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wfstream.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/window.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wizard.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wx.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wxchar.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wxexpr.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wxhtml.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wxprec.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wx_cw.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/xpmhand.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/zipstrm.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx/zstream.h
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx_cw.pch
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx_cw.pch++
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx_cw_d.pch
  • D /wxWidgets/tags/wxPy_2_2_2/include/wx_cw_d.pch++
  • D /wxWidgets/tags/wxPy_2_2_2/install-sh
  • D /wxWidgets/tags/wxPy_2_2_2/lib
  • D /wxWidgets/tags/wxPy_2_2_2/locale
  • D /wxWidgets/tags/wxPy_2_2_2/Makefile.in
  • D /wxWidgets/tags/wxPy_2_2_2/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_2_2/make-deb
  • D /wxWidgets/tags/wxPy_2_2_2/misc
  • D /wxWidgets/tags/wxPy_2_2_2/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_2_2/modules
  • D /wxWidgets/tags/wxPy_2_2_2/regen
  • D /wxWidgets/tags/wxPy_2_2_2/samples
  • D /wxWidgets/tags/wxPy_2_2_2/setup.h.in
  • D /wxWidgets/tags/wxPy_2_2_2/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_2_2/src/.cvsignore
  • D /wxWidgets/tags/wxPy_2_2_2/src/common
  • D /wxWidgets/tags/wxPy_2_2_2/src/cygnus.bat
  • D /wxWidgets/tags/wxPy_2_2_2/src/files.lst
  • D /wxWidgets/tags/wxPy_2_2_2/src/generic
  • D /wxWidgets/tags/wxPy_2_2_2/src/gtk
  • D /wxWidgets/tags/wxPy_2_2_2/src/gtk1
  • D /wxWidgets/tags/wxPy_2_2_2/src/html
  • D /wxWidgets/tags/wxPy_2_2_2/src/iodbc
  • D /wxWidgets/tags/wxPy_2_2_2/src/jpeg
  • D /wxWidgets/tags/wxPy_2_2_2/src/mac
  • D /wxWidgets/tags/wxPy_2_2_2/src/make.env.in
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeb32.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makebcc.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeenvs
  • D /wxWidgets/tags/wxPy_2_2_2/src/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makefile.dos
  • D /wxWidgets/tags/wxPy_2_2_2/src/makefile.va
  • D /wxWidgets/tags/wxPy_2_2_2/src/makefile.vc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeg95.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.b32
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.bcc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.env.in
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.g95
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.vc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makelib.wat
  • D /wxWidgets/tags/wxPy_2_2_2/src/makemsc.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.b32
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.bcc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.env.in
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.g95
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.msc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.sl
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.va
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.vc
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeprog.wat
  • D /wxWidgets/tags/wxPy_2_2_2/src/makesc.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makesl.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/maketwin.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makeva.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makevc.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/makewat.env
  • D /wxWidgets/tags/wxPy_2_2_2/src/make_cw.mcp
  • D /wxWidgets/tags/wxPy_2_2_2/src/mingegcs.bat
  • D /wxWidgets/tags/wxPy_2_2_2/src/mingw32.bat
  • D /wxWidgets/tags/wxPy_2_2_2/src/motif
  • D /wxWidgets/tags/wxPy_2_2_2/src/msw
  • D /wxWidgets/tags/wxPy_2_2_2/src/ntwxwin.mak
  • D /wxWidgets/tags/wxPy_2_2_2/src/os2
  • D /wxWidgets/tags/wxPy_2_2_2/src/png
  • D /wxWidgets/tags/wxPy_2_2_2/src/qt
  • D /wxWidgets/tags/wxPy_2_2_2/src/rpmfiles.lst
  • R /wxWidgets/tags/wxPy_2_2_2/src/stc/README.txt
  • R /wxWidgets/tags/wxPy_2_2_2/src/stc/StcVC.dsw
  • R /wxWidgets/tags/wxPy_2_2_2/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/wxPy_2_2_2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/tags/wxPy_2_2_2/src/stubs
  • D /wxWidgets/tags/wxPy_2_2_2/src/tiff
  • D /wxWidgets/tags/wxPy_2_2_2/src/unix
  • D /wxWidgets/tags/wxPy_2_2_2/src/Wxwindll.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxJpeg.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxPng.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxTiff.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxvc.dsp
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxvc.dsw
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxvc_dll.dsp
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxvc_dll.dsw
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxWin.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxXpm.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/wxZlib.icc
  • D /wxWidgets/tags/wxPy_2_2_2/src/xpm
  • D /wxWidgets/tags/wxPy_2_2_2/src/zlib
  • D /wxWidgets/tags/wxPy_2_2_2/tests
  • D /wxWidgets/tags/wxPy_2_2_2/user
  • D /wxWidgets/tags/wxPy_2_2_2/utils
  • D /wxWidgets/tags/wxPy_2_2_2/wx-config.in
  • D /wxWidgets/tags/wxPy_2_2_2/wxBase.dsp
  • D /wxWidgets/tags/wxPy_2_2_2/wxBase.dsw
  • D /wxWidgets/tags/wxPy_2_2_2/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_2_2/wxBaseDll.dsp
  • D /wxWidgets/tags/wxPy_2_2_2/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_2_2/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_2_2/wxWINE.spec

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

2000-10-26 20:08 robind, revision 8648

distrib changes

2000-10-26 19:28 robind, revision 8647

wxPython doc updates

2000-10-26 18:06 robind, revision 8646

fixed a typo

2000-10-26 17:46 robind, revision 8645

A little tweak to the wxProcess demo to make it run more smoothly

2000-10-26 08:20 roebling, revision 8644

Always eat <RETURN> in wxListBox so that no unselection/selection can be done wihtout wxGTK sending any event. Also prevent wxGTK from sending unselect events when a wxListBox with selected items in multiple mode gets destroyed.

2000-10-26 07:53 robind, revision 8643

Some Python 2.0 related fixes Some little fixes and tweaks here and there Some distrib stuff

2000-10-26 07:43 robind, revision 8642

Some fixes for the new way things are built

2000-10-26 07:35 robind, revision 8641

Hacks to try and make the AutoComplete listbox behave better on wxGTK

2000-10-26 00:23 vadz, revision 8640

backported InterlockedInc/Decrement fix from the main branch

2000-10-26 00:19 vadz, revision 8639

replaced ++/-- with InterlockedInc/Decrement for accessing global vars also cleaned wxConditionInternal code a bit (more)

2000-10-25 21:17 robind, revision 8638

Modified build to make only one extension module, including contribs, which can each be turned on or off at compile time

2000-10-25 09:47 joukj, revision 8637

Committing in . Modified Files: wxWindows/src/common/object.cpp properly #ifdef'd the DEBUG_PRINTF calls ----------------------------------------------------------------------

2000-10-25 04:22 dwebster, revision 8636

OS/2 fixes

2000-10-25 04:18 dwebster, revision 8635

compile bug fix

2000-10-25 04:17 dwebster, revision 8634

no message

2000-10-24 21:48 dwebster, revision 8633

OS/2 updates for statusbar processing and easier VA debugging

2000-10-24 21:48 dwebster, revision 8632

OS/2 updates for statusbar processing

2000-10-24 21:47 dwebster, revision 8631

OS/2 updates for easier VA debugging

2000-10-24 21:46 dwebster, revision 8630

OS/2 updates for debugging and statusbar processing

2000-10-24 21:45 dwebster, revision 8629

Updates for os/2 -- mostly to allow easier VA debugging

2000-10-24 14:00 juliansmart, revision 8628

Used gpointer for callback arg to prevent compile error

2000-10-24 10:08 roebling, revision 8627

Compile fix for RH 7.0 (I hope).

2000-10-24 10:07 roebling, revision 8626

Make version.h report 2.2.3

2000-10-24 10:06 roebling, revision 8625

Updates to changes.txt etc.

2000-10-24 10:05 roebling, revision 8624

Bumped up version to 2.2.3.

2000-10-23 11:32 roebling, revision 8623

Added support for wxListBox::SetFirstItem() directly after creating the listbox. If you now call this and delete the listbox directly afterwards, you'll get problems since the code waits for idle time.

2000-10-23 11:30 roebling, revision 8622

Added event.Skip() to wxSplitterWindow::OnIdle()

2000-10-23 11:29 roebling, revision 8621

Added tests for wxListBox::SetFirstItem.

2000-10-23 10:52 vadz, revision 8620

compilation fix

2000-10-23 10:26 vadz, revision 8619

disabled text control doesn't show the caret

2000-10-23 06:26 juliansmart, revision 8618

Applying submitted wxOS2 mod

2000-10-23 02:40 robind, revision 8617

Fixed a small bug that was caused by changes in Python 2.0

2000-10-23 01:45 , revision 8616
  • A /wxWidgets/tags/OLD_MOUSE_CODE
  • D /wxWidgets/tags/OLD_MOUSE_CODE/.cvsignore
  • D /wxWidgets/tags/OLD_MOUSE_CODE/aclocal.m4
  • D /wxWidgets/tags/OLD_MOUSE_CODE/autogen.sh
  • D /wxWidgets/tags/OLD_MOUSE_CODE/BuildCVS.txt
  • D /wxWidgets/tags/OLD_MOUSE_CODE/config.guess
  • D /wxWidgets/tags/OLD_MOUSE_CODE/config.sub
  • D /wxWidgets/tags/OLD_MOUSE_CODE/configure
  • D /wxWidgets/tags/OLD_MOUSE_CODE/configure.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/contrib
  • D /wxWidgets/tags/OLD_MOUSE_CODE/debian
  • D /wxWidgets/tags/OLD_MOUSE_CODE/demos
  • D /wxWidgets/tags/OLD_MOUSE_CODE/descrip.mms
  • D /wxWidgets/tags/OLD_MOUSE_CODE/difflast.pl
  • D /wxWidgets/tags/OLD_MOUSE_CODE/distrib
  • D /wxWidgets/tags/OLD_MOUSE_CODE/docs
  • D /wxWidgets/tags/OLD_MOUSE_CODE/include
  • D /wxWidgets/tags/OLD_MOUSE_CODE/install-sh
  • D /wxWidgets/tags/OLD_MOUSE_CODE/lib
  • D /wxWidgets/tags/OLD_MOUSE_CODE/locale
  • D /wxWidgets/tags/OLD_MOUSE_CODE/Makefile.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/OLD_MOUSE_CODE/make-deb
  • D /wxWidgets/tags/OLD_MOUSE_CODE/misc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/mkinstalldirs
  • D /wxWidgets/tags/OLD_MOUSE_CODE/regen
  • D /wxWidgets/tags/OLD_MOUSE_CODE/samples
  • D /wxWidgets/tags/OLD_MOUSE_CODE/setup.h.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/setup.h_vms
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/.cvsignore
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/common
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/cygnus.bat
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/files.lst
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/generic
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/gtk
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/gtk1
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/html
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/iodbc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/jpeg
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/mac
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/make.env.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeb32.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makebcc.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeenvs
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makefile.bcc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makefile.dos
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makefile.va
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makefile.vc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeg95.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.b32
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.bcc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.env.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.g95
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.vc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makelib.wat
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makemac.mcp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makemsc.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.b32
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.bcc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.env.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.g95
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.msc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.sl
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.va
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.vc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeprog.wat
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makesc.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makesl.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/maketwin.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makeva.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makevc.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/makewat.env
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/mingegcs.bat
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/mingw32.bat
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/motif
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/msw
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/ntwxwin.mak
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/os2
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/png
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/qt
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/rpmfiles.lst
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/stc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/stubs
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/tiff
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/bmpbuttn.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/button.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/checkbox.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/checklst.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/colschem.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/control.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/files.lst
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/inphand.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/radiobox.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/radiobut.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/renderer.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/scrolbar.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/statbmp.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/statbox.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/statline.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/stattext.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/textctrl.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/theme.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/themes
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/univ/winuniv.cpp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/unix
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/Wxwindll.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxJpeg.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxPng.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxTiff.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxvc.dsp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxvc.dsw
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxWin.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxXpm.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/wxZlib.icc
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/xpm
  • D /wxWidgets/tags/OLD_MOUSE_CODE/src/zlib
  • D /wxWidgets/tags/OLD_MOUSE_CODE/TODO
  • D /wxWidgets/tags/OLD_MOUSE_CODE/tests
  • D /wxWidgets/tags/OLD_MOUSE_CODE/user
  • D /wxWidgets/tags/OLD_MOUSE_CODE/utils
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wx-config.in
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxBase.dsp
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxBase.spec
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxGTK.spec
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxMotif.spec
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxPython
  • D /wxWidgets/tags/OLD_MOUSE_CODE/wxWINE.spec

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

2000-10-23 01:45 vadz, revision 8615

1. big wxScrollBar optimization: Refresh() doesn't refresh them any more 2. many fixes to refresh scrollbars when needed (as this is not done all the time now) 3. wxStdButtonInputHandler bug with uninit m_hasMouse fixing bug with moving mouse with pressed left button into button 4. wxRadioBox::SetSelection() and wxRadioButton::SetValue() clear the values of the other buttons in the same radio group 5. wxTextCtrl::RefreshPixelRange() calculates the end of line correctly 6. tons of wxListBox fixes 7. removed confusing "Create" button from the lbox sample, listbox is now recreated on the fly

2000-10-23 00:12 robind, revision 8614

Script to make a tar ball of hte wxPython demo.

2000-10-22 23:53 robind, revision 8613

Some minor bugs fixed, some spit and polish, especially in the demo, and some fixes in the build and distrib stuff.

2000-10-22 04:48 robind, revision 8612

Some minor bugs fixed, some spit and polish, especially in the demo, and some fixes in the build and distrib stuff.

2000-10-21 22:09 robind, revision 8611

Some tweaks to make the AutoComplete list box behave better, and a few other little things

2000-10-20 20:19 vadz, revision 8610

1. wxScrollHelper can be used to scroll only parts of window 2. wxTextCtrl and wxButton size calc adjusted again

2000-10-20 16:54 robind, revision 8609

fixed a CVS conflict

2000-10-20 16:31 robind, revision 8608

a platform fix in the demo

2000-10-20 16:19 robind, revision 8607

more tweaking of the build/distrib scripts

2000-10-20 16:10 vadz, revision 8606

minor fixes from the bug reports

2000-10-20 15:48 vadz, revision 8605

mention 'b' flag for wxFFile::Open

2000-10-20 15:41 vadz, revision 8604

removed incorrect param from docs

2000-10-20 15:32 vadz, revision 8603

removed the pad from wxWindow::DoGetBestSize(), now do it in Fit() only

2000-10-20 15:31 vadz, revision 8602

an implementation of wxListBox::SetFirstItem() which seems to work

2000-10-20 15:04 roebling, revision 8601

Set wxLB_SINGLE style if no style is set. Eat <Enter> presses so that no item gets unselected in single mode.

2000-10-20 14:39 vadz, revision 8600

fixed off by 1 error in CharsetToEncoding() for CP encodings

2000-10-20 14:38 roebling, revision 8599

Minor correction to listbox::SetFirstItem so that it doesn't scroll beyond the legal range.

2000-10-20 14:11 vadz, revision 8598

fixed problem with calling SetFont() when (multiline) text control didn't have any value yet

2000-10-20 13:16 vadz, revision 8597

added crash-preventing check to Iconize

2000-10-20 11:49 ronl, revision 8596

updated icon to yes (after losing the race to commit by a matter of milliseconds :)

2000-10-20 11:49 vadz, revision 8595

mention OpenMotif

2000-10-20 11:43 vadz, revision 8594

updated Swedish translation state

2000-10-20 11:43 ronl, revision 8593

replaced contributer I rudely kneecapped moments too soon

2000-10-20 09:16 vadz, revision 8592

bug with lbox recreation fixed

2000-10-20 00:48 vadz, revision 8591

1. many (minor) listbox fixes 2. scrollbar thumb now has min size

2000-10-20 00:36 vadz, revision 8590

more tests

2000-10-19 23:58 vadz, revision 8589

added listbox test/demo

2000-10-19 23:50 vadz, revision 8588

1. some more tests in console 2. added wxFileType::GetOpenCommand() demo in the exec sample 3. "fixed" the error messages from wxExecute() - still no idea why it happens though :-(

2000-10-19 20:39 roebling, revision 8587

Completely blind implementation of wxListBox::SetFirstItem(). Cannot be worse than nothing.

2000-10-19 19:00 vadz, revision 8586

added swedish translations

2000-10-19 16:45 vadz, revision 8585

backported fix for Translate() from the main branch

2000-10-19 16:34 vadz, revision 8584

fixed GetItemRect() and GetItemPosition() for scrolled items (patch from Mike Oliver <oliver@math.ucla.edu>)

2000-10-19 16:14 ronl, revision 8583

updated translators info

2000-10-19 01:36 vadz, revision 8582

1. wxListBox horz scrollbar fixes: now disappears when items are deleted 2. wxListBox quick searching on key press implemented

2000-10-19 00:52 vadz, revision 8581

set more event object fields for lbox dbl click events

2000-10-18 21:51 vaclavslavik, revision 8580

applied Brian's patches

2000-10-18 17:46 vadz, revision 8579

wxTextCtrl works as itshould in disabled and/or not editable states

2000-10-18 17:23 vadz, revision 8578

crash due to missing break before WM_HELP handler fixed

2000-10-18 17:00 juliansmart, revision 8577

Fixed memory bug

2000-10-18 16:22 vadz, revision 8576

fixed UpdateLastVisible() - but why was it broken???

2000-10-18 16:11 vadz, revision 8575

Replace() optimization for single line controls restored

2000-10-17 22:14 vaclavslavik, revision 8574

added automatic growing of in-place wxTextCtrls for generic wxListCtrl and wxTreeCtrl

2000-10-17 17:15 juliansmart, revision 8573

Made wxGenericDirCtrl compile with Cygwin

2000-10-16 23:17 robind, revision 8572

Updated README a bit. Should probably just be rewritten though.

2000-10-16 23:08 robind, revision 8571

More tweaking. Demo shows python version in about box, build script easier to use but lots smarter...

2000-10-16 20:19 robind, revision 8570

Minor tweaks and some typos corrected

2000-10-16 07:10 juliansmart, revision 8569

Fixed memory leak

2000-10-16 04:10 robind, revision 8568

new version of core sources for gtk

2000-10-16 02:24 robind, revision 8567

Removed the old python sizers.

2000-10-16 02:16 robind, revision 8566

Added wrappers for wxInputStream and the wxFileSystem family of classes, contributed by Joerg Baumann Added wxProcess, including ability to get streams for the child process's stdio. Updated the demo

2000-10-15 21:15 vadz, revision 8565

1. more work on multiline text ctrl (scrolling...) 2. minor bugs in listbox/scrollbar fixed

2000-10-15 19:50 vadz, revision 8564

movement by word works for multiline too

2000-10-15 19:47 vadz, revision 8563

fixed bug when the caret wasn't shown if it was hidden when the window got focus the last time

2000-10-15 18:50 ronl, revision 8562

updated .po files.

2000-10-15 18:41 ronl, revision 8561

merged new and updated translations from WX_2_2_BRANCH. updated all po files with the main trunk source.

2000-10-15 16:52 vadz, revision 8560

wxTextCtrl::Replace() seems to work

2000-10-14 23:34 vadz, revision 8559

basic drawing and cursor movement seem to work in multiline textctrl

2000-10-14 20:29 vadz, revision 8558

fixed false alert in wxRegKey::DeleteSelf (backported from the main branch)

2000-10-14 20:28 vadz, revision 8557

fixed false alert in wxRegKey::DeleteSelf

2000-10-14 18:47 robind, revision 8556
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/BUILD.txt
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/buildall
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/buildall.bat
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/buildall.py
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/glcanvas/build.cfg
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/glcanvas/glcanvasc.def
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/ogl/build.cfg
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/ogl/oglc.def
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/contrib/stc/build.cfg
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/src/build.cfg
  • D /wxWidgets/branches/WX_2_2_BRANCH/wxPython/src/wxc.def

Removed old build files

2000-10-14 06:43 robind, revision 8555

A little cleanup

2000-10-14 06:17 robind, revision 8554

Updated build instructions

2000-10-14 04:46 robind, revision 8553

rerenerated source for the thread state bug fix

2000-10-14 04:45 robind, revision 8552

workaround for a refresh bug

2000-10-14 00:22 vadz, revision 8551

oops, removed the fix from the main branch which I somehow managed to commit in this one

2000-10-13 23:37 robind, revision 8550

Notes for new build instructions build script

2000-10-13 23:11 robind, revision 8549

fixed a thread state error fixed an error freeing memory that was never allocated

2000-10-13 18:02 juliansmart, revision 8548

Doc/distribution script mods

2000-10-13 16:07 juliansmart, revision 8547

Added missing GIFs.

2000-10-13 15:04 juliansmart, revision 8546

Added distribution script

2000-10-13 03:19 robind, revision 8545

More tweaks to the Distutils setup script A new set of build instructions for win32

2000-10-13 03:14 robind, revision 8544

More fixes for the new STC

2000-10-12 23:40 vadz, revision 8543

added QueryRawValue() to wxRegKey and test code for it in the sample

2000-10-12 23:39 vadz, revision 8542

cosmetic font encoding names changes

2000-10-12 23:38 vadz, revision 8541

removed some unused debugging code

2000-10-12 23:33 vadz, revision 8540

partial fix for REG_EXPAND_SZ values

2000-10-12 19:39 vadz, revision 8539

many more methods implemented (though untested) for multline text ctrls

2000-10-12 19:20 vadz, revision 8538

another GetInt/GetId bug fix

2000-10-12 18:50 robind, revision 8537

more distutils work

2000-10-12 18:39 robind, revision 8536

minor tweaks

2000-10-12 16:32 juliansmart, revision 8535

Fixes for distribution scripts

2000-10-12 09:09 vadz, revision 8534

1. added wxStringTokenize 2. some multiline wxTextCtrl code

2000-10-12 05:19 robind, revision 8533

Updated some .cvsignore's

2000-10-12 05:17 robind, revision 8532

DistUtils setup and support scripts

2000-10-12 00:32 vadz, revision 8531

fix for assert when setting tooltip for a readonly combo (backported from the main branch)

2000-10-12 00:31 vadz, revision 8530

fix for assert when setting tooltip for a readonly combo

2000-10-11 23:21 vadz, revision 8529

cosmetic fixes to font encoding names

2000-10-11 23:17 vadz, revision 8528

backported wxStrtok() fix from the main branch

2000-10-11 21:45 vaclavslavik, revision 8527

fixed Cyrillic encodings

2000-10-11 21:12 juliansmart, revision 8526

Added a couple of distribution-related files

2000-10-11 18:12 juliansmart, revision 8525

First draft of a cygwin script to create wxMSW distributions

2000-10-11 15:33 juliansmart, revision 8524

Added some VC++ project files

2000-10-11 13:16 vadz, revision 8523

added (MSW/GTK) and documented new frame and dialog flags

2000-10-11 12:55 vadz, revision 8522

create dialog with !NULL parent

2000-10-11 12:49 vadz, revision 8521

added WS_POPUP style to resizeable dialogs

2000-10-10 22:53 robind, revision 8520

Distribution stuff...

2000-10-10 22:51 robind, revision 8519

upped version number in the DLL name

2000-10-10 22:46 robind, revision 8518

Added ScrollToLine and ScrollToColumn which were forgotten in the conversion to the new STC

2000-10-10 22:25 robind, revision 8517

Changes needed to work with the new STC

2000-10-10 22:07 vaclavslavik, revision 8516

added wxHtmlWindow::HistoryCanBack/Forward

2000-10-10 17:10 juliansmart, revision 8515

Added wxXML demo VC++ project files; corrected filename in xmldemo.cpp (but still doesn't load menu bar)

2000-10-10 16:59 juliansmart, revision 8514

Added VC++ project files (seems logical)

2000-10-10 13:55 vadz, revision 8513

fixed MDI accel bug, more tests for it in the sample

2000-10-10 13:16 vadz, revision 8512

attempts at making modal dialogs without parent work - failed

2000-10-10 13:08 vadz, revision 8511

make msg boxes without parent owned by top level app window

2000-10-10 12:38 juliansmart, revision 8510

Removed 'interface' pragma for gcc 2.96

2000-10-10 11:11 juliansmart, revision 8509

Doc corrections

2000-10-10 10:50 juliansmart, revision 8508

Added wxGenericDirCtrl documentation

2000-10-09 23:25 vadz, revision 8507

drastically reduced scrollbar flicker when thumb is being dragged

2000-10-09 22:59 vaclavslavik, revision 8506

fix for assertion failure

2000-10-09 21:43 , revision 8505
  • A /wxWidgets/tags/wxPy_OLD_BUILD
  • D /wxWidgets/tags/wxPy_OLD_BUILD/.cvsignore
  • D /wxWidgets/tags/wxPy_OLD_BUILD/autogen.sh
  • D /wxWidgets/tags/wxPy_OLD_BUILD/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_OLD_BUILD/config.guess
  • D /wxWidgets/tags/wxPy_OLD_BUILD/config.sub
  • D /wxWidgets/tags/wxPy_OLD_BUILD/configure
  • D /wxWidgets/tags/wxPy_OLD_BUILD/configure.in
  • D /wxWidgets/tags/wxPy_OLD_BUILD/contrib
  • D /wxWidgets/tags/wxPy_OLD_BUILD/debian
  • D /wxWidgets/tags/wxPy_OLD_BUILD/demos
  • D /wxWidgets/tags/wxPy_OLD_BUILD/descrip.mms
  • D /wxWidgets/tags/wxPy_OLD_BUILD/difflast.pl
  • D /wxWidgets/tags/wxPy_OLD_BUILD/distrib
  • D /wxWidgets/tags/wxPy_OLD_BUILD/docs
  • D /wxWidgets/tags/wxPy_OLD_BUILD/include
  • D /wxWidgets/tags/wxPy_OLD_BUILD/install-sh
  • D /wxWidgets/tags/wxPy_OLD_BUILD/lib
  • D /wxWidgets/tags/wxPy_OLD_BUILD/locale
  • D /wxWidgets/tags/wxPy_OLD_BUILD/Makefile.in
  • D /wxWidgets/tags/wxPy_OLD_BUILD/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_OLD_BUILD/make-deb
  • D /wxWidgets/tags/wxPy_OLD_BUILD/misc
  • D /wxWidgets/tags/wxPy_OLD_BUILD/mkinstalldirs
  • D /wxWidgets/tags/wxPy_OLD_BUILD/modules
  • D /wxWidgets/tags/wxPy_OLD_BUILD/regen
  • D /wxWidgets/tags/wxPy_OLD_BUILD/samples
  • D /wxWidgets/tags/wxPy_OLD_BUILD/setup.h.in
  • D /wxWidgets/tags/wxPy_OLD_BUILD/setup.h_vms
  • D /wxWidgets/tags/wxPy_OLD_BUILD/src
  • D /wxWidgets/tags/wxPy_OLD_BUILD/tests
  • D /wxWidgets/tags/wxPy_OLD_BUILD/user
  • D /wxWidgets/tags/wxPy_OLD_BUILD/utils
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wx-config.in
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxBase.dsp
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxBase.dsw
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxBase.spec
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxBaseDll.dsp
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxGTK.spec
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxMotif.spec
  • D /wxWidgets/tags/wxPy_OLD_BUILD/wxWINE.spec

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

2000-10-09 21:43 robind, revision 8504

Minor tweaks and such to be saved prior to messing with the wxPython build system...

2000-10-09 20:40 robind, revision 8503

Minor tweaks and such to be saved prior to messing with the wxPython build system...

2000-10-09 20:40 , revision 8502

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

2000-10-09 20:30 robind, revision 8501

Minor tweaks and such to be saved prior to messing with the wxPython build system...

2000-10-09 17:07 vadz, revision 8500

1. wxListBox::Delete() refresh bug fixed 2. wxScrollBar::HitTest() fixed (=> fixing refresh problem) for scrollbars without range

2000-10-09 14:31 juliansmart, revision 8499

Added wxQuantize, wxTipWindow, wxSplashScreen docs

2000-10-09 13:53 juliansmart, revision 8498

Doc corrections; added HelpGen project files

2000-10-09 13:13 juliansmart, revision 8497

Added context-sensitive help docs

2000-10-09 10:25 vadz, revision 8496

fixed horz scrollbar (dis)appearance

2000-10-08 23:40 vadz, revision 8495

compilation fix

2000-10-08 23:35 vadz, revision 8494

wxFileDialog changed to use (new) wxCHANGE_DIR flag, docs updated

2000-10-08 23:12 vadz, revision 8493

1. wxRadioBox event generation fixed 2. significantly expanded and enchanced listbox sample 3. wxTextCtrl::IsModified() implemented 4. wxRadioBox button layout fixed once again 5. wxTextCtrl::SetValue() refresh bug fixed 6. wxListCtrl doesn't keep invalid selection after Delete()

2000-10-08 22:29 vaclavslavik, revision 8492

fixed EditLabel() for wxLC_REPORT mode

2000-10-07 21:56 vaclavslavik, revision 8491

change in XRC format

2000-10-07 21:52 vaclavslavik, revision 8490

renamed resource.xml to resource.xrc

2000-10-07 21:52 vaclavslavik, revision 8489

fixed use of wxMenuItem::SetBitmap

2000-10-07 21:34 vadz, revision 8488

1. more warnings fixed 2. fixed wxProgressDialog to work as wxDialog now does

2000-10-07 20:19 vadz, revision 8487

1. a couple of compilation warnings fixed (strconv/listctrl) 2. now reenable windows disabled by wxWindowDisabler slightly earlier: this solves the problem with "wrong" window being brought to top and eliminates the need for BringWindowToTop() and SetActiveWindow() in our code 3. style wxFRAME_FLOAT_ON_PARENT is now obsolete and unused, all frames have WS_EX_APPWINDOW style and appear on the taskbar

2000-10-07 02:38 robind, revision 8486

Added a WXDLLEXPORT

2000-10-06 20:22 vaclavslavik, revision 8485

fixed bug in parsing incomplete HTML when the very last tag was not closed with >

2000-10-06 20:21 vaclavslavik, revision 8484

changed \n\r to \r\n

2000-10-06 16:52 juliansmart, revision 8483

Added DECLARE/IMLEMENT_CLASS for wxToolBarBase

2000-10-06 16:24 vadz, revision 8482

1. listbox sample fixed, now seems to work more or less (except for wxSizer problem) 2. wxRadioBox lays out items correctly 3. wxListBox::DoInsertItems() refreshes correctly 4. list box scrollbars are now refreshed correctly too

2000-10-06 11:22 joukj, revision 8481

Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt wxWindows/utils/dialoged/src/descrip.mms Added Files: wxWindows/samples/dnd/descrip.mms Updated VMS compile support and readme. ----------------------------------------------------------------------

2000-10-05 19:10 vadz, revision 8480

1. fixed client size calculations for GTK 2. fixed wxGTK region code 3. fixed bug with out of bounds coords in wxTextCtrl::HitTest() 4. tried to (but failed) fix the initial caret appearance

2000-10-05 15:23 vadz, revision 8479

fixed assert failures about missing status bar field

2000-10-05 13:05 juliansmart, revision 8478

Removed wxFindFocusDescendant for non-wxMSW platforms.

2000-10-04 23:38 vadz, revision 8477

merged in the commit from the 2.2 branch

2000-10-04 23:35 vadz, revision 8476

added missing std::string methods implementations

2000-10-04 15:16 juliansmart, revision 8475

More fixes

2000-10-04 14:33 juliansmart, revision 8474

Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)

2000-10-04 13:47 juliansmart, revision 8473

Fixes to generic dir dialog

2000-10-04 12:53 juliansmart, revision 8472

Speed fix for wxGenericDirCtrl, starting to add text input control; added wxWS_EX_NO_AUTOFOCUS for wxMSW so we can stop wxToolBar accepting the focus; UI update improvement to send commands to current focus window; split tree control horiz. scrollbar problem fixed

2000-10-04 08:15 joukj, revision 8471

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt Added Files: wxWindows/samples/calendar/descrip.mms Compile support on VMS for the calendar sample ----------------------------------------------------------------------

2000-10-04 07:17 joukj, revision 8470

Committing in . Modified Files: wxWindows/docs/readme_vms.txt Updated VMS build instructions ----------------------------------------------------------------------

2000-10-03 23:31 , revision 8469
  • A /wxWidgets/tags/DEBIAN_2_2_2
  • R /wxWidgets/tags/DEBIAN_2_2_2/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/BuildCVS.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/config.guess
  • R /wxWidgets/tags/DEBIAN_2_2_2/config.sub
  • R /wxWidgets/tags/DEBIAN_2_2_2/configure
  • R /wxWidgets/tags/DEBIAN_2_2_2/configure.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/configure
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/configure.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/include/wx/stc
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/mmedia
  • A /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/ogl
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/stc/README.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxbase-dev.links
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxbase.postinst
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxgtk.dirs
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/libwxgtk.postinst
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/wx-config.1
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/debian/wxwin-examples.examples
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dbbrowse.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dbbrowse.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dbbrowse.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dbgrid.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/doc.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/dummy.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/forty/make_cw.mcp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/life.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/demos/life/mondrian.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/difflast.pl
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/expdwild.bat
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/extradoc.rsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/generic.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/jpeg.rsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/makeall.bat
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/motif.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/msw.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/patch.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tardist
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vc6.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/vc.rsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/vcupdate.bat
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/DEBIAN_2_2_2/distrib/msw/zippatch.bat
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/base
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/changes.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/gtk
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/gtk/licence.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/html
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/html/faqmot.htm
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/html/icons
  • D /wxWidgets/tags/DEBIAN_2_2_2/docs/install.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/app.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/array.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/back.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/body.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/books.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/button.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/category.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/cmdevent.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/config.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/database.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/db.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/document.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/file.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/function.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridattr.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridedit.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridrend.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridsizr.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridtbl.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/gridwork.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/image.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/node.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/notifevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/print.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/process.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/table.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/text.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/toolbar.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/treeevt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/up.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/url.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/window.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/motif
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/motif/aix.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/motif/todo.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/msw
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/msw/issues.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/readme.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/tech
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/tech/tn0001.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/tech/tn0002.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/docs/todo.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/app.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/buffer.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/calctrl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/cmdline.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/confbase.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/cursor.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dataobj.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/date.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/datetime.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/datetime.inl
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/db.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dbtable.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/debug.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/defs.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dialog.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dialup.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dynarray.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/dynlib.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/encconv.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/event.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/ffile.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/file.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/fileconf.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/filefn.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/font.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/include/wx/fontenc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/fontmap.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/frame.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gdicmn.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/caret.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/grid.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/helpext.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/laywin.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/panelg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/plot.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/splitter.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/treelay.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/generic/wizard.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/brush.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/pen.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/hash.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/helpbase.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/html/htmprint.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/html/winpars.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/imagbmp.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/image.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/intl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/ipcbase.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/list.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/listimpl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/log.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/longlong.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/mac/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/mac/setup.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/menu.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/module.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/brush.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/choice.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/icon.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/palette.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/motif/pen.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/brush.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/choice.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/combobox.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/font.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/frame.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/mdi.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/minifram.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/notebook.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/palette.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/pen.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/private.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/setup0.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/window.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/msw/winundef.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/object.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/accel.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/frame.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/menu.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/private.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/setup.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/os2/setup0.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/paper.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/prntbase.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/process.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/propform.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/proplist.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/qt/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/resource.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/sckipc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/setup.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/sizer.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/statusbr.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/stc
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/strconv.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/string.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/stubs/dc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/stubs/setup.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/tbarbase.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/timer.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/txtstrm.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/url.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/utils.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/version.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/window.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/wizard.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/wxchar.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/wxprec.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/include/wx/zipstrm.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/lib/dummy
  • D /wxWidgets/tags/DEBIAN_2_2_2/lib/wx214.def
  • A /wxWidgets/tags/DEBIAN_2_2_2/lib/wx22.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/locale
  • R /wxWidgets/tags/DEBIAN_2_2_2/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/misc/afm
  • A /wxWidgets/tags/DEBIAN_2_2_2/misc/afm/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/misc/gs_afm
  • A /wxWidgets/tags/DEBIAN_2_2_2/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/modules
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/calendar/calendar.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/caret/caret.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/configure
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/configure.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/console/console.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/controls/controls.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/db/dbtest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/db/dbtest.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/db/listdb.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/db/listdb.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd.rc
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/doc.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/doc.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/docview.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/docview.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/view.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docview/view.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/exec/exec.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/exec/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/font/font.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/grid/grid.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/grid/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/back.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/contents.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/demo.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/help/doc.chm
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/help/doc.hhc
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/help/doc.hhk
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/help/doc.hhp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/doc.zip
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/forward.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/makefile.b32
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/makefile.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/help/up.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/image/image.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/internat.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/internat.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/internat.rc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/makefile.sc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/mondrian.ico
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/internat/ru
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/ipc/client.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/ipc/server.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/ipc/server.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/joytest/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/joytest/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/layout.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/layout.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/makefile.sc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/listctrl/listtest.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/makefile.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/makefile.sc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mdi.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mdi.rc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/menu/menu.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/minifram/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/minimal/makefile.va
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/notebook/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/printing/printing.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/printing/printing.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/proplist/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/propsize/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/resource/resource.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/README
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxllist.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/scrollsub/scrollsub.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/splitter/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/statbar/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/stc/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/tab/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/tab/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/text/makefile.b32
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/text/makefile.bcc
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/text/makefile.wat
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/text/text.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/thread/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/thread/thread.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/treelay/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/typetest/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/typetest/typetest.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/validate/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/wizard/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/setup.h.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/setup.h_vms
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/appcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/choiccmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/clipcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/cwlex_yy.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/cwy_tab.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/datstrm.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/dcbase.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/descrip.mms
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/dndcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/doslex.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/dosyacc.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/dynarray.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/extended.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/ffile.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/fontcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/geometry.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/glob.inc
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/helpbase.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/imagall.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/imaggif.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/imagpcx.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/imagpnm.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/ipcbase.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/layout.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/lexer.l
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/longlong.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/matrix.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/module.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/mstream.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/objstrm.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/odbc.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/protocol.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/resourc2.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/sckstrm.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/serbase.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/socket.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/stream.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/tbarbase.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/textcmn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/tokenzr.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/unictabl.inc
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/unzip.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/common/validate.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/files.lst
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/descrip.mms
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/gridg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/plot.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/statline.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/tabg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/app.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/brush.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/colour.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/combobox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/cursor.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/data.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/dialog.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/dnd.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/files.lst
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/font.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/frame.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/joystick.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/mdi.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/menu.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/notebook.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/pen.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/settings.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/slider.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/statline.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/window.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk/win_gtk.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/app.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/brush.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/colour.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/data.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/files.lst
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/font.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/frame.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/menu.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/pen.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/settings.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/slider.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/statline.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/window.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/html
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/html/bitmaps
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/jconfig.h
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/jpeg/makefile.wat
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/make.env.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makeb32.env
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makeg95.env
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makelib.env.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makelib.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makelib.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makeprog.b32
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makeprog.env.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makeva.env
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makevc.env
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/makewat.env
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/choice.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/combobox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/control.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/dcclient.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/dialog.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/files.lst
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/slider.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/textctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/window.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/brush.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/checklst.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/colour.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/cursor.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/dibutils.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/dir.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/dummy.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/dummydll.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/joystick.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/main.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/makefile.sl
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/makefile.twn
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/minifram.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/notebook.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/palette.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/pen.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/penwin.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/region.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/salford.lnk
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/statbox.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/timer.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/wave.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/winestub.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/wx.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/msw/wxb32.def
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/accel.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/app.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/data.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/dc.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/dcclient.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/dir.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/font.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/frame.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/gsocket.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/makefile.va
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/mdi.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/menu.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/menuitem.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/metafile.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/thread.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/utils.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/os2/window.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/png/ansi2knr.1
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/png/makefile.nt
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/PngVC.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/PngVC.dsw
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/png/png.dsp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/png/png.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/build.bat
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/regex
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc/README.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc/StcVC.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/makefile.vc
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/makefile.wat
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tiff.dsp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tiff.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tif_predict.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/tiff/tif_zip.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/unix/dialup.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/unix/gsocket.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/unix/mimetype.cpp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/unix/net.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/Wxwindll.icc
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/wxvc.dsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/wxvc.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/wxvc_dll.dsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/wxWin.icc
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/Attrib.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/attrib.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/crbuffri.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/crdatfri.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/crifrdat.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/Image.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/Info.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/image.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/info.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/makefile.b32
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/RdFToI.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/rdftodat.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/rdftoi.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/scan.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/simx.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/wrffri.c
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/XpmI.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/xpm.dsp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/xpm.dsw
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/xpm/xpmi.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/ChangeLog
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/configure
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/descrip.mms
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/INDEX
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/infblock.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/infcodes.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/inffast.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/inftrees.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/infutil.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/Makefile.in2
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/Make_vms.com
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/makefile.wat
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/maketree.c
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/README
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/trees.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/zlib.3
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/zlib.dsp
  • D /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/zlib.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/src/zlib/zutil.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/user
  • D /wxWidgets/tags/DEBIAN_2_2_2/user/Makefile
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxConvert
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/filectrl.h
  • D /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/Makefile
  • D /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/Makefile.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxFile/wxFile.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxTest
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxTest/folder.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/user/wxTest/list.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/DEBIAN_2_2_2/utils/Install
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/makegen/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/src/tex2rtf.cpp
  • R /wxWidgets/tags/DEBIAN_2_2_2/utils/tex2rtf/src/texutils.cpp
  • D /wxWidgets/tags/DEBIAN_2_2_2/utils/wxPython
  • D /wxWidgets/tags/DEBIAN_2_2_2/utils/wxprop
  • R /wxWidgets/tags/DEBIAN_2_2_2/wx-config.in
  • R /wxWidgets/tags/DEBIAN_2_2_2/wxBase.dsp
  • A /wxWidgets/tags/DEBIAN_2_2_2/wxBase.dsw
  • R /wxWidgets/tags/DEBIAN_2_2_2/wxBase.spec
  • A /wxWidgets/tags/DEBIAN_2_2_2/wxBaseDll.dsp
  • R /wxWidgets/tags/DEBIAN_2_2_2/wxGTK.spec
  • R /wxWidgets/tags/DEBIAN_2_2_2/wxMotif.spec
  • A /wxWidgets/tags/DEBIAN_2_2_2/wxPython

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

2000-10-03 23:31 ronl, revision 8468

fixed maintainer address

2000-10-03 13:08 joukj, revision 8467

Committing in . Modified Files: wxWindows/setup.h_vms Oops wrong file committed earlier today ----------------------------------------------------------------------

2000-10-03 10:34 joukj, revision 8466

Modified Files: wxWindows/setup.h_vms wxWindows/lib/vms_gtk.opt wxWindows/src/common/fileconf.cpp wxWindows/src/unix/utilsunx.cpp Patches for VMS: Updated Setup The conftest sample in wxGTK now can read_to/write_from the home-directory. ----------------------------------------------------------------------

2000-10-03 10:07 roebling, revision 8465

Use wxNO_FULL_REPAINT_ON_RESIZE in drawing sample.

2000-10-03 10:05 roebling, revision 8464

Removed debug msgs.

2000-10-03 10:04 roebling, revision 8463

wxListCtrl scrolls more gracefully in report mode now.

2000-10-03 10:03 roebling, revision 8462

Reduce with of Permissions column

2000-10-03 07:41 juliansmart, revision 8461

Small fixes to defs.h; change "windows.h" to <windows.h> in filefn.cpp

2000-10-02 18:56 vadz, revision 8460

updated wxFileConf test

2000-10-02 18:55 roebling, revision 8459

Added support for the wxNO_FULL_PAINT_ON_REDRAW style, Minor flicker reduction (when not using abovementioned flag).

2000-10-02 18:53 roebling, revision 8458

Small bug in wxSizerItem::GetPosition()

2000-10-02 18:20 vadz, revision 8457

fix for group names containing ']'

2000-10-02 03:42 dwebster, revision 8456

interface additions (mostly for new generic/toolwin)

2000-10-02 02:53 dwebster, revision 8455

Add some new files for interface additions

2000-10-02 02:49 dwebster, revision 8454

OS/2 Statusbar fixes, and class interface updates

2000-10-02 02:45 dwebster, revision 8453

OS/2 Statusbar fixes

2000-10-02 02:40 dwebster, revision 8452

fix to allow static lib build

2000-10-02 02:39 dwebster, revision 8451

OS/2 Statusbar support

2000-10-02 02:35 dwebster, revision 8450

Statusbar support

2000-10-01 22:47 vadz, revision 8449

1. (hopefully) fixed horz scrolling 2. only refresh part of line in Replace() 3. changed wxWindow::Refresh() to take client coordinates 4. only refresh the text which must be refreshed when selection changes

2000-10-01 21:31 vaclavslavik, revision 8448

fixed LoadPanel (created two instances previously and returned the wrong one)

2000-09-30 21:25 vadz, revision 8447

added debugging code to HitTest(), added m_posLastVisible and m_colLastVisible

2000-09-30 16:30 vadz, revision 8446

fix from Robert for extra refreshes

2000-09-30 16:07 vadz, revision 8445

replaced GetInt() with GetId() fixing the assertion failures in the sample

2000-09-30 10:37 ronl, revision 8444

updated for wxPython contrib

2000-09-30 00:43 vadz, revision 8443

wxTextCtrl: 1. now only scroll the visible text, not the entire text rect 2. don't draw the columns before the leftmost (visible) one

2000-09-29 19:58 vaclavslavik, revision 8442

removed loading from in-memory document (illicit idea)

2000-09-28 22:29 vaclavslavik, revision 8441

added wxListCtrl::AssignImageList

2000-09-28 22:26 vaclavslavik, revision 8440

added wxTreeCtrl::AssignImageList

2000-09-28 22:25 vaclavslavik, revision 8439

added wxNotebook::AssingImageList