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