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

2005-12-19 08:47 JS, revision 36453

Backported hit testing

2005-12-19 03:51 vell, revision 36452

removed unused local variable; converted tabs to spaces

2005-12-19 01:42 KO, revision 36451

Use TranslateAccelerator so that TAB, Return, etc. keys are properly processed by wxActiveX controls.

2005-12-19 01:39 KO, revision 36450

Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX controls)

2005-12-19 00:34 MR, revision 36449

timer.tex: wxTimerEvent is derived from wxEvent (WX_2_6_BRANCH)

2005-12-19 00:34 MR, revision 36448

timer.tex: wxTimerEvent is derived from wxEvent

2005-12-18 23:30 JS, revision 36447

Typo correction

2005-12-18 22:33 VZ, revision 36446

assert if opening more than one find/replace dialog under the same parent -- this doesn't work currently (and maybe can't work at all)

2005-12-18 21:42 RD, revision 36445

Applied Patch #1354389: wxPython MenuItem SetBitmaps fix.

2005-12-18 21:27 RD, revision 36444

wxMSW: Fix for Bug #1293225 Window_FromHWND crashes if parent is None. Fix for Bug #1261669, use a wx.TE_RICH2 style for the Process demo so it doesn't fill up too soon.

2005-12-18 21:09 RD, revision 36443

Fix for Bug #1225923: unnecessary ; in wxpython demo code

2005-12-18 20:53 RD, revision 36442

Applied patch #1384440.

2005-12-18 19:35 JS, revision 36441

Backported "allow a SHAPED flag for a dialog"

2005-12-18 19:33 JS, revision 36440

Backported wx..._EX_METAL styles support

2005-12-18 19:26 JS, revision 36439

Backported default implementations for Replace and Remove, and support for 10.4 provided context menu

2005-12-18 19:24 SN, revision 36438

Added implementation for wxLocaltime_r/wxGmtime_r. Improved handling of windows compilers.

2005-12-18 19:09 JS, revision 36437

Backported support for help menu and application menu items and standard ids

2005-12-18 16:39 VZ, revision 36436

documented Set/GetLabel() treatment of mnemonics

2005-12-18 16:37 VZ, revision 36435

1. changed wxControl::GetLabel() to return the originally provided label and not the one stripped from mnemonics (this was inconsistent with the other ports and resulted in problems when using wxUpdateUIEvent::SetText()) 2. added wxControl::GTKConvertMnemonics(), GTKRemoveMnemonics() and also helper GTKSetLabelForLabel() and GTKSetLabelForFrame() wrappers 3. use them instead of duplicating their code in different derived controls

2005-12-18 16:34 VZ, revision 36434

removed GetLabel() which didn't do anything but forwarding to wxControl version

2005-12-18 16:03 VZ, revision 36433

blatant compilation fix

2005-12-18 15:02 VZ, revision 36432

code cleanup: make OutputString[Ent]() simpler to call by providing defaults for conversion parameters and using flag instead of a bool

2005-12-18 14:55 VZ, revision 36431

use correct encoding when saving in non-Unicode builds (backport from HEAD)

2005-12-18 14:49 VZ, revision 36430

use correct encoding when saving in non-Unicode builds

2005-12-18 13:58 MW, revision 36429

In the past some streams returned Eof() before the end was read past rather after, and also some streams give an error instead of Eof(). Test the archive streams work with parent streams that have any of these behaviours.

2005-12-18 13:51 MW, revision 36428

Changes to cope with parent streams which return an error instead of eof at the end of the file.

2005-12-18 12:31 JS, revision 36427

Separated XML and HTML rich text I/O handlers Cleaned up XML I/O Added HTML handler to build system Added encoding member for saving files output

2005-12-18 12:25 JS, revision 36426

Fixed bug introduced by compiler compatibility fix

2005-12-18 12:24 JS, revision 36425

Should use LoadFile for file, not LoadPage

2005-12-18 12:22 JS, revision 36424

Added space after list item number, otherwise number is hard against following text.

2005-12-18 12:19 JS, revision 36423

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-18 11:37 MW, revision 36422

Put back the warning flags

2005-12-18 03:49 RD, revision 36421

reSWIGged

2005-12-18 03:43 RD, revision 36420

Don't include the old ogl docs or the metadata XML file any longer

2005-12-18 03:41 RD, revision 36419

Use the filename for the description of the code object so debuggers can trace into the demo modules

2005-12-17 22:01 SN, revision 36418

Use thread-safe functions where possible.

2005-12-17 19:23 VZ, revision 36417

use just SetSizerAndFit instead of 4 equivalent lines

2005-12-17 19:19 VZ, revision 36416

corrected DoGetVirtualSize() to return at least our real size

2005-12-17 04:56 RD, revision 36415

Fix for Bug #1352602: FileBrowseButtonWithHistory can't type in Value.

2005-12-17 04:11 RD, revision 36414

Fix for Bug #1283496: wxPython TheClipboard class causes problems for pychecker. Ensure the app has been created before initializing wx.TheClipboard.

2005-12-16 23:44 RD, revision 36413

reSWIGged

2005-12-16 23:20 RD, revision 36412

Updates for wx.lib.foldpanelbar and wx.lib.hyperlink from Andrea Gavana.

2005-12-16 20:02 RD, revision 36411

Various tweaks to bring the wrappers up to the current state of CVS. Add missing ID's, methods, etc.

2005-12-16 17:37 KO, revision 36410

Script for building mo locale files.

2005-12-16 17:15 RD, revision 36409

backported recent changes on HEAD to the 2.6 branch

2005-12-16 14:54 JS, revision 36408

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-16 14:52 JS, revision 36407

Fixed MDI context menu event handling problem (Stefan Kowski)

2005-12-16 08:23 CE, revision 36406

fix bug with zero being returned by Borland in release build

2005-12-16 02:12 RL, revision 36405

Sync changes from Debian 2.6 tree. Fixes #324960, enabling config.py to handle in tree builds without tainting build_options.py used for (later) install to some other location.

2005-12-16 01:38 KO, revision 36404

Forward port 2.6 branch changes to head.

2005-12-16 00:37 MR, revision 36403

image.tex: s/set.to/set to function.tex: fix Vadim's label for wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING

2005-12-15 21:21 vell, revision 36402

fixed bug introduced in prior check-ins; minor reformatting

2005-12-15 19:28 VZ, revision 36401

mention compilation fixes for g++ 4.1

2005-12-15 19:26 VZ, revision 36400

backported fix for compilation with g++ 4.1 from HEAD (replaces patch 1373127)

2005-12-15 15:07 CE, revision 36399

fix Borland bug http://news.gmane.org/find-root.php?message_id=%3c43A0B07F.8010204%40as.ro%3e

2005-12-15 08:55 vell, revision 36398

more reformatting

2005-12-15 00:58 vell, revision 36397

even more reformatting

2005-12-15 00:25 DS, revision 36396

fixed compilo

2005-12-14 23:20 vell, revision 36395

reformat for readability

2005-12-14 23:12 vell, revision 36394

simplified ::Show

2005-12-14 21:48 VZ, revision 36393

update from Janos Vegh

2005-12-14 18:57 VZ, revision 36392

fixed return code checking in wxImageList::Replace() (bug 1380664; backport from HEAD)

2005-12-14 18:56 VZ, revision 36391

fixed return code checking in wxImageList::Replace() (bug 1380664)

2005-12-14 17:49 vell, revision 36390

removed patch 1373127

2005-12-14 17:03 MW, revision 36389

Compile Fix

2005-12-14 14:08 VZ, revision 36388

code cleanup

2005-12-14 13:55 VZ, revision 36387

compilation fix after last commit

2005-12-14 11:20 JS, revision 36386

Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and added correct error testing for WinCE.

2005-12-14 11:03 JS, revision 36385

Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and added correct error testing for WinCE.

2005-12-14 01:55 VZ, revision 36384

friend declarations are not injected in the enclosing scope by conforming compilers such as g++ 4, so fix compilation by always providing real declarations for operator+(wxString,anything)

2005-12-14 01:45 VZ, revision 36383

removed obsolete reference to wxScrolledWindow

2005-12-13 23:15 vell, revision 36382

fixed obscure compilation problem at line 139

2005-12-13 21:27 vell, revision 36381

more reformatting

2005-12-13 13:43 CE, revision 36380

fix bug sf [ 1327872 ] Borland and mslu.cpp problem

2005-12-13 05:13 vell, revision 36379

reformat for readability

2005-12-13 02:46 MR, revision 36378

Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.

2005-12-13 02:30 MR, revision 36377

Typo fixes in comments

2005-12-13 01:20 MR, revision 36376

Fix HitTest to return the proper tab index in case there are more tabs than fit (and therefore there are scrolling arrows), and the first visible tab isn't the first real tab. Before counting started from the visible tab, not real tab. While doing this, I noticed lots of "interesting" bugs wrt tab indexes and the whole wxGtkNotebookPage hack in the code. In my opinion, to fix some of the bugs I noticed during testing, wxGtkNotebookPage has to be nuked and the necessary parts rewritten. Meanwhile, the HitTest fix works with wxNB_TOP styled notebooks that haven't modified tabs in a way that would have mess up the wxGtkNotebookPage index sync. For other cases it might depend on the phase of the moon, and other factors.

2005-12-13 00:59 vell, revision 36375

reformat for readability

2005-12-12 14:47 GT, revision 36374

The DBMS() function was returning dBase for DB2 databases

2005-12-12 14:32 GT, revision 36373

The DBMS() function was returning dBase for DB2 databases

2005-12-12 11:16 VZ, revision 36372

fixed handling of dst offset in wxAlphaBlend() (backport from HEAD)

2005-12-12 11:15 VZ, revision 36371

fixed handling of dst offset in wxAlphaBlend()

2005-12-12 07:58 ABX, revision 36370

Regenerated makefile after wxOS2 display support and new splash sample file.

2005-12-11 17:34 ABX, revision 36369

Improved small screen splash sample.

2005-12-11 16:16 ABX, revision 36368

Improved small screen splash sample.

2005-12-11 16:11 ABX, revision 36367

wxUSE_DISPLAY impossible with eVC3 (SDKs 2002).

2005-12-11 15:25 SN, revision 36366

Fixed wxDirExists implementation for OS/2.

2005-12-10 16:59 SC, revision 36365

activate SetFocus patch

2005-12-10 15:50 SC, revision 36364

support for standard menu ids

2005-12-10 15:47 SC, revision 36363

support for default key handling (escape,enter,command-period) even if there is no control on the frame/dialog, that has the focus

2005-12-10 15:36 SC, revision 36362

support for standard command IDs

2005-12-10 15:24 SC, revision 36361

support for standard command IDs

2005-12-10 14:40 ABX, revision 36360

wxDisplay support for wxWinCE port.

2005-12-10 13:18 SC, revision 36359

add reasonable default TEMP for __WXMAC__ when running under __DARWIN__

2005-12-10 13:08 SC, revision 36358

default to simple show/hide tlw on OSX instead of transitions

2005-12-10 11:05 SN, revision 36357

Added OS/2's wxDisplay implementation to list of files to be compiled.

2005-12-10 00:37 GT, revision 36356

DB2 databases were mistakenly reporting that they were dBase databases

2005-12-10 00:28 GT, revision 36355

Updated to state INNER join rather than OUTER join

2005-12-09 20:43 vell, revision 36354

reformat for readability; more prep. for patch 1376506

2005-12-09 16:24 VZ, revision 36353

added msw/ole subdirectories

2005-12-09 16:18 vell, revision 36352

cleanup in preparation for patch 1376506

2005-12-09 12:34 VS, revision 36351

made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

2005-12-09 00:10 vell, revision 36350

format cleanup; some new comments; minor optimizations

2005-12-08 21:49 JS, revision 36349

Use ~/Application Support folder on Mac

2005-12-08 21:44 vell, revision 36348

applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

2005-12-07 09:35 SN, revision 36347

Compilation fix.

2005-12-06 19:07 JS, revision 36346

Initialize values (uninitialized variables reported to cause problems on WinME)

2005-12-06 16:34 vell, revision 36345

fix binary math in alignment flag assignment

2005-12-06 12:33 VZ, revision 36344

fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

2005-12-05 16:25 vell, revision 36343

applied patch 1373127

2005-12-05 01:07 vell, revision 36342

applied Paul Cornett's suggested changes

2005-12-04 13:01 VZ, revision 36341

fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

2005-12-04 07:54 vell, revision 36340

applied patch 1372567, with some minor mods and cleanup

2005-12-04 05:00 vell, revision 36339

fixed compilation bug in prior checkin (Pt. 2)

2005-12-04 01:04 vell, revision 36338

fixed compilation bug in prior checkin

2005-12-03 21:17 vell, revision 36337

fix for bug 1371386, with some minor mods and cleanup

2005-12-03 17:55 vell, revision 36336

applied patch 1372197, with some minor mods and cleanup

2005-12-03 12:47 VZ, revision 36335

corrected wxCHECK messages

2005-12-03 08:43 SC, revision 36334

avoiding unkown namespace std

2005-12-03 07:58 SC, revision 36333

correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

2005-12-02 10:05 MW, revision 36332

Backport recent changes:, use wx_truncate_cast for narrowing conversions and do a CloseEntry internally when OpenEntry is called on an already open stream.

2005-12-02 08:52 JJ, revision 36331

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2005-12-02 00:53 VZ, revision 36330

fixed problems with sometimes processing the events twice introduced in rev 1.170 but still don't leak memory (Tim Kosse)

2005-12-01 23:32 vell, revision 36329

minor cleanup, part 2

2005-12-01 23:20 vell, revision 36328

minor cleanup: corrected typos, etc.

2005-12-01 14:30 MW, revision 36327

Silence warning from bcc

2005-12-01 14:28 vell, revision 36326

minor cleanup: corrected typos, etc.

2005-12-01 12:55 VS, revision 36325

fixed wxComboBox::Clear to clear stored value

2005-12-01 11:05 ABX, revision 36324

[ 1357527 ] Cast to void to silence GCC's warnings.

2005-11-30 20:51 MW, revision 36323

Small fixes to allow compilation in Unicode mode with gcc

2005-11-30 20:48 MW, revision 36322

Replace non-ascii characters with escapes

2005-11-30 20:46 MW, revision 36321

Silence warning about truncation since the comment says it ok

2005-11-30 20:39 MW, revision 36320

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-30 20:35 MW, revision 36319

Let TARGET_CPU work with either upper or lower case

2005-11-30 20:33 MW, revision 36318

Instructions for Win64

2005-11-30 20:13 MW, revision 36317

Let TARGET_CPU work with either upper or lower case

2005-11-30 19:34 vell, revision 36316

corrected comment typos

2005-11-30 18:30 vell, revision 36315

readability cleanup

2005-11-30 17:45 vell, revision 36314

added missing #endif

2005-11-30 17:29 VZ, revision 36313

IsItemShown/Enabled() are now implemented on more platforms than just wxMSW

2005-11-30 17:28 VZ, revision 36312

implemented IsItemEnabled/Shown()

2005-11-30 17:24 VZ, revision 36311

put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overriding them

2005-11-30 16:39 VZ, revision 36310

1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports 2. implemented wxRadioBox::IsItemShown/Enabled() for wxGTK

2005-11-30 16:33 VZ, revision 36309

Set major dim after the items have been created

2005-11-30 16:31 VZ, revision 36308

added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro

2005-11-30 16:28 VZ, revision 36307

1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2. also implement Getcolumn/RowCount() in it now and document them 3. removed various remains of old (pre-wxRadioBoxBase) cruft sorry in advance for any compilation breakage on the platforms I can't test on

2005-11-30 15:35 VZ, revision 36306

suppress gcc warnings about class having private dtor and no friends

2005-11-30 15:27 VZ, revision 36305

corrected GetChildren() docs

2005-11-30 14:50 VZ, revision 36304

added test for wxString::Format() string truncation for longer strings

2005-11-30 14:49 VZ, revision 36303

avoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total required size

2005-11-30 13:32 VZ, revision 36302

removed sentence about ParseDateTime() not being implemented

2005-11-30 13:30 VZ, revision 36301

don't expect errno to be set to EOVERFLOW if vsnprintf() fails (backport of changes 1.260 and 1.261)

2005-11-30 13:20 SC, revision 36300

backporting rev 1.189 fix from cvs head

2005-11-30 13:14 MW, revision 36299

Make behaviour of Eof() more consistent

2005-11-30 12:41 MW, revision 36298

Make Eof() consistent with other streams

2005-11-30 08:43 ABX, revision 36297

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:59 vell, revision 36296

minor refactoring of menu UpdateUI handling

2005-11-30 07:58 ABX, revision 36295

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:43 ABX, revision 36294

Missing wxUSE_JOYSTICK markup (#1369478).

2005-11-30 06:36 RL, revision 36293

Output deprecated warning for --rezflags and permanently disable it. Remove WXCONFIG_POSTLINK_COMMAND that existed only for it. Make the explanation more explanatory. This is not an invitation for stray options and script helpers to do a little 'open mike', its a holding ground for nasty things we still need to fix.

2005-11-30 02:42 VZ, revision 36292

removed (now) unnecessary errno.h include

2005-11-29 23:05 VZ, revision 36291

fixed bug in wxSizerFlags::Align/Expand() methods

2005-11-29 22:59 VZ, revision 36290

don't expect errno to be set to EOVERFLOW if vsnprintf() fails

2005-11-29 22:10 VZ, revision 36289

don't clip out hidden radiobox buttons: otherwise they're displayed incorrectly when themes are in use

2005-11-29 19:26 VZ, revision 36288

added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to come); corrected Enable/Show() return values

2005-11-29 17:48 MW, revision 36287

Remove pragma interface

2005-11-29 17:41 vell, revision 36286

cleaned up comments

2005-11-29 14:09 MW, revision 36285

It seems that wxFileInput/OutputStream now report eof after the last byte has been read past, so change docs to match.

2005-11-29 12:50 MR, revision 36284

Make wxJoystick::GetNumberJoystick a static method, as the number of joysticks attached to the computer is a global property, not one of the specific instance. Patch from Lauri Nurmi.

2005-11-29 09:03 JS, revision 36283

Removed duplicate xh_grid.cpp/h and rebaked files

2005-11-29 08:57 JS, revision 36282

Made explanation more concise

2005-11-29 05:17 RL, revision 36281

Fix include dirs for windres, enable emxbind to actually produce output, restore RESCOMP for backward compatibility and forward availability. Check for windres again. Whatever bakefiles do with it, they do not make it available to configure.

2005-11-29 01:19 VZ, revision 36280

added xrc/xh_grid.{h|cpp} and regenerated makefiles

2005-11-29 01:17 VZ, revision 36279

define REZ option (fixes problem with rebaking wx.bkl for autoconf format)

2005-11-29 00:54 VZ, revision 36278

guard grid XRC handler by #if wxUSE_GRID

2005-11-28 22:24 vell, revision 36277

fixed improper (long) casts

2005-11-28 15:27 vell, revision 36276

changed background color reference from light gray to assigned bkgd color

2005-11-28 00:19 VZ, revision 36275

fix unused parameter warning

2005-11-27 21:42 SN, revision 36274

Cleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO to setup.h.in.

2005-11-27 21:30 SN, revision 36273

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 21:25 SN, revision 36272

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 18:12 MW, revision 36271

Take out wxASSERTs since they give a warning with gcc.

2005-11-27 18:04 MW, revision 36270

wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid a warning about an unused function, and clean up the function at the same time.

2005-11-27 17:55 MW, revision 36269

Do CloseEntry internally when OpenEntry called on an already open stream.

2005-11-27 17:46 , revision 36268
  • A /wxWidgets/branches/AUTOCONF_ARCHIVE
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/acinclude.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/aclocal.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/art
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autoconf_inc.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autogen.sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/BuildCVS.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/autogen.mk
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/bakefiles
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/msw
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/palmos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/README.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/script
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/update-setup-h
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.guess
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.sub
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/contrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/debian
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/demos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/descrip.mms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/difflast.pl
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/distrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/docs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/include
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/install-sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/lib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/locale
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/Makefile.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/make-deb
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/misc
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/mkinstalldirs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/regen
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/samples
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h_vms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/src
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/tests
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/utils
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/version-script.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config-inplace.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxBase.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK_RR.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMGL.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMotif.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxPython
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxWINE.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxwin.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxX11.spec

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

2005-11-27 17:46 SN, revision 36267

Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname and how many arguments they use. Detect thread-safe versions of localtime/gmtime and readdir.

2005-11-27 14:03 VZ, revision 36266

don't compare bools with NULL

2005-11-27 12:42 MW, revision 36265

Generate rcdefs.h include file for resources on Windows

2005-11-27 12:42 , revision 36264

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

2005-11-27 09:29 MW, revision 36263

Small fixes

2005-11-27 03:04 MW, revision 36262

Changes to speed up wxRegEx and add 'wx_' prefix to builtin regfree & regerror

2005-11-27 03:01 MW, revision 36261

Warning fixes

2005-11-27 02:03 MW, revision 36260

Small fixes to allow compilation with --enable-stl

2005-11-27 02:01 MW, revision 36259

Small fixes to allow compilation in Unicode mode with gcc

2005-11-27 01:58 MW, revision 36258

Replace non-ascii characters with escapes

2005-11-27 01:56 MW, revision 36257

Silence warning about truncation since the comment says it ok

2005-11-26 23:27 vell, revision 36256

fixed GetFreeMemory decl. to match wxWidgets

2005-11-26 15:42 VZ, revision 36255

renaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG variables, so renamed the one containing debugging options for the compiler to DEBUG_CFLAGS to avoid it

2005-11-26 14:40 VZ, revision 36254

include missing header; add default values for wxPlotWindow ctor pos and size parameters for consistency with all the other wx classes

2005-11-26 13:40 MW, revision 36253

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-26 13:09 VZ, revision 36252

added helper for visual sizers debugging

2005-11-26 13:08 VZ, revision 36251

made wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)

2005-11-25 22:09 VZ, revision 36250

implemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always 64 bit as it can overflow even in 32 bit builds otherwise

2005-11-25 21:49 VZ, revision 36249

fix warnings about casting regmatch_t struct fields to size_t

2005-11-25 05:17 DE, revision 36248

Ran make -f build/autogen.mk

2005-11-25 04:51 DE, revision 36247

Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS). Don't check for windres as bakefile.m4 now does it properly. Rename MACRESCOMP to POSTLINK_COMMAND. Rename MACRESWXCONFIG to WXCONFIG_POSTLINK_COMMAND. Use newest bakefile.m4 (with similar changes). Add --rezflags option back to wx-config so existing user Makefiles don't break.

2005-11-24 20:34 ABX, revision 36246

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 20:16 ABX, revision 36245

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 17:41 JS, revision 36244

Applied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap By Mike Fahl

2005-11-24 17:31 JS, revision 36243

Fixed style

2005-11-24 17:26 JS, revision 36242

Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD Start of a wxGrid handler by Agron Selimaj Applied with corrections. Needs further work for retrieving grid properties and styles.

2005-11-24 17:09 JS, revision 36241

Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets

2005-11-24 17:06 JS, revision 36240

Applied fix [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP By Jamie Gadd

2005-11-24 16:53 JS, revision 36239

Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)

2005-11-24 16:45 JS, revision 36238

Applied patch [ 1357475 ] WinCE : wxExecute does not execute programs

2005-11-23 13:57 ABX, revision 36237

[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined

2005-11-23 13:56 MW, revision 36236

Add 'wx_' prefix to builtin regfree and regerror

2005-11-23 13:49 JS, revision 36235

Copy gif and ico files for samples/html/printing

2005-11-23 12:49 ABX, revision 36234

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 12:04 ABX, revision 36233

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 10:29 VZ, revision 36232

fixed Write() signature

2005-11-23 08:01 vell, revision 36231

Realize remap code cleanup

2005-11-23 05:10 RL, revision 36230

Minimal implementation of --rescomp option for wx-config, required for building windows resource files.

2005-11-23 02:10 VZ, revision 36229

fixed quoting in CPPFLAGS (last change broke the Unix build)

2005-11-22 17:54 SC, revision 36228

using backward compatible calls for HitTest hack

2005-11-22 16:15 vell, revision 36227

fixed memory leak

2005-11-22 16:11 vell, revision 36226

added wxMac comment

2005-11-22 11:57 ABX, revision 36225

Safe wxStrncpy usage.

2005-11-22 10:23 ABX, revision 36224

wxGetUserName for WinCE.

2005-11-22 10:14 ABX, revision 36223

wxGetUserName for WinCE.

2005-11-22 10:01 ABX, revision 36222

wxGetUserName for WinCE.

2005-11-22 09:20 ABX, revision 36221

wxGetUserName for WinCE.

2005-11-22 02:06 VZ, revision 36220

autumn cleanup of configure: 1. we now consistently use WXCONFIG_C[PP|XX]_FLAGS instead of a mix of CODE_GEN_FLAGS plus tons of ad hoc variables (TOOLCHAIN_DEFS, WX_LARGEFILE_FLAGS, WXDEBUG_DEFINE and so on) which could all be simply removed now 2. output more stuff which used to be in CFLAGS only in wx-config output: a) pthread options (they are needed for user code compilation too) b) -D__STDC__EXT needed under HP-UX, this should finally fix the build there 3. also removed GCC_PRAGMA_FLAGS which is unused any more 4. use consitent naming for a couple of other variables

2005-11-21 21:42 vell, revision 36219

removed empty block

2005-11-21 21:28 VZ, revision 36218

removed non-const wxFontData::GetColour()

2005-11-21 19:41 VZ, revision 36217

documented HasFlag()

2005-11-20 21:55 DS, revision 36216

applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons

2005-11-20 21:26 VZ, revision 36215

return correct error message if NSLinkModule() fails; fixed flagrant buffer overflow

2005-11-20 21:23 VZ, revision 36214

we have dlerror() under Darwin

2005-11-20 18:11 VZ, revision 36213

script to set the install name correctly for all wx libraries from the given install prefix

2005-11-20 17:41 RR, revision 36212

Minor adaption for GPE screen.

2005-11-20 17:25 MW, revision 36211

Use re_search directly instead of regexec when using the GNU regex lib

2005-11-20 15:27 JS, revision 36210

Moved EnsureVisible to avoid spurious selection of root during idle processing (via ScrollTo/wxYieldIfNeeded)

2005-11-20 15:22 JS, revision 36209

Typo corrections

2005-11-20 15:19 VZ, revision 36208

don't cast from float to int (provoking a warning) just to cast back to float again

2005-11-20 15:18 VZ, revision 36207

fixed harmless signed/unsigned comparison warning

2005-11-20 14:26 VZ, revision 36206

corrected SeekEnd() docs

2005-11-20 09:24 RR, revision 36205

minor adaption fro GPE screen

2005-11-20 09:17 RR, revision 36204

Adapt HTML font sizes for GPE.

2005-11-20 09:13 RR, revision 36203

Make wxFileDialog work under GPE again.

2005-11-19 22:49 JS, revision 36202

Event coordinates should _always_ be physical, not logical, to be consistent both with other events and with the wxMSW control

2005-11-19 13:05 SC, revision 36201

patch 1352744

2005-11-19 01:21 MR, revision 36200

[2_6_BRANCH] Spelling fixes from Andreas Mohr (docs part of patch #1360064)

2005-11-19 01:07 MR, revision 36199

Spelling fixes from Andreas Mohr (patch #1360064)

2005-11-18 21:23 SC, revision 36198

patch 1306473

2005-11-18 18:40 SC, revision 36197

patch 1265473

2005-11-18 18:34 ABX, revision 36196

Follow other ports with Title/Label split.

2005-11-18 18:30 ABX, revision 36195

Update after adding palmos setup.h to family of automatically created setups.

2005-11-17 23:37 VS, revision 36194

fixed layout of tables that are first element on a page

2005-11-17 23:35 VS, revision 36193

reduced code duplication in wxHtmlWinParser::AddText (no real change)

2005-11-17 17:43 JS, revision 36192

Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown.

2005-11-17 14:36 ABX, revision 36191

Fixes for bugs #1218219 and #1218254.

2005-11-16 17:43 ABX, revision 36190

Warning fix.

2005-11-16 17:27 ABX, revision 36189

Finally removes occurences of OnMenuCommand and closes bug #1164678

2005-11-16 16:31 VZ, revision 36188

don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

2005-11-16 14:19 MW, revision 36187

Rebake for new penguin

2005-11-16 12:06 DS, revision 36186

applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

2005-11-15 23:26 DS, revision 36185

only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

2005-11-15 22:40 MR, revision 36184

Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

2005-11-15 18:05 VZ, revision 36183

unhide wxConnectionBase::Execute(wxString)

2005-11-15 15:51 MW, revision 36182

Add a length parameter for wxRegEx::Matches

2005-11-15 15:36 MW, revision 36181

rcdefs.h is a real file

2005-11-15 14:51 ABX, revision 36180

Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

2005-11-15 07:40 ABX, revision 36179

Minor cleanings.

2005-11-14 23:02 RR, revision 36178

Use generic file dialog under GPE, the new native one doesn't work. Soemthing still is wrong with layout updating, but that is one the way.

2005-11-14 23:00 RR, revision 36177

XkbSetDetactableAutoRepeat doesn't seem to exist on GPE (makes sense, there is no keyboard), although it does exist in the header of the SDKs.

2005-11-14 22:59 RR, revision 36176

Make buttons in stdsizer horizontally laid out under GPE as well.

2005-11-14 20:24 SC, revision 36175

corrected wake up code

2005-11-14 17:38 JS, revision 36174

Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features (with Unicode and scope mods) By Sandro Sigala

2005-11-14 17:03 ABX, revision 36173

Warning fix.

2005-11-14 08:55 JS, revision 36172

Removed old menu code for GTK+1

2005-11-14 08:50 JS, revision 36171

Removed old bitmap menu item code for GTK+1

2005-11-14 08:48 JS, revision 36170

Removed GTK+2 bitmap menu item code

2005-11-13 21:48 ABX, revision 36169

eVC3/PPC2002 build fix.

2005-11-13 21:47 ABX, revision 36168

Helpful references.

2005-11-13 21:26 ABX, revision 36167

Typo fix.

2005-11-13 19:51 MR, revision 36166

Typo fix in comment

2005-11-13 19:44 MR, revision 36165

Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick dialog in case of wxGTK.

2005-11-13 14:52 ABX, revision 36164

Missing #ifdef markup.

2005-11-13 11:53 ABX, revision 36163

Typo fix.

2005-11-13 11:46 ABX, revision 36162

Resize all top level windows when SIP changes visibility.

2005-11-13 05:00 KH, revision 36161

Fix MDI child windows not becoming active when created after changes to wxTopLevelWindow; BringWindowToTop added to wxMDIChildFrame

2005-11-11 19:33 MW, revision 36160

Change the name of a symbol to make it more descriptive

2005-11-11 17:22 MW, revision 36159

Make wxRegEx::Replace run in linear time

2005-11-11 16:55 MW, revision 36158

Warning fixes

2005-11-11 14:46 JS, revision 36157

Typo correction

2005-11-11 00:23 ROL, revision 36156

0.1.7-0 ------- Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and completed style flags. Test window is opened for an available parent control if no specific view defined. Better handling of exceptions (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.

2005-11-10 16:16 ABX, revision 36155

Macros for simplified testing Open Watcom version and required tweaks.

2005-11-10 12:49 ABX, revision 36154

Missing commit.

2005-11-10 12:42 ABX, revision 36153

Missing commit.

2005-11-10 12:15 ABX, revision 36152

Lineup features of all book driven events.

2005-11-10 12:05 ABX, revision 36151

Preparation for incoming OW 1.4

2005-11-10 12:03 ABX, revision 36150

Get/SetTitle only for wxTopLevelWindow (wxX11 part, final)

2005-11-10 12:02 VZ, revision 36149

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 11:59 VZ, revision 36148

added wxKeyEvent::GetModifiers()

2005-11-10 11:24 VZ, revision 36147

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 09:43 SC, revision 36146

adding hit testing (needed a hack)

2005-11-10 09:17 SC, revision 36145

adding hit testing

2005-11-10 07:29 SC, revision 36144
  • D /wxWidgets/trunk/utils/tex2rtf/src/Tex2RTFM5.mcp

we're not supporting CW 5 anymore

2005-11-09 21:04 ABX, revision 36143

OW 1.4 preparation.

2005-11-09 20:14 ABX, revision 36142

Various source cleanings.

2005-11-09 19:59 ABX, revision 36141

'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after action execution.

2005-11-09 14:17 MW, revision 36140

Update the build instructions for Win64

2005-11-09 14:08 SC, revision 36139

allow a SHAPED flag for a dialog

2005-11-09 09:45 SC, revision 36138

wx..._EX_METAL styles support

2005-11-09 02:34 MW, revision 36137

Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h

2005-11-09 00:30 KH, revision 36136

Restored the accidentally deleted "return true;" at the end of the Show method from last commit

2005-11-09 00:10 MW, revision 36135

Correct the directory rcdefs.h installs to

2005-11-08 23:17 MW, revision 36134

Correct the include order for the resource compiler

2005-11-08 22:49 MW, revision 36133

Add rcdefs.h and support for automatic manifests on Windows

2005-11-08 22:24 MW, revision 36132

Bake fix

2005-11-08 19:59 ABX, revision 36131

More obsolete compatibility removed.

2005-11-08 18:11 JS, revision 36130

Force linking of gprint.cpp, otherwise Gnome printing may not work

2005-11-08 17:01 ROL, revision 36129

revision 7 Using system clipboard for Copy/Paste

2005-11-08 16:02 ABX, revision 36128

Get/SetTitle only for wxTopLevelWindow (wxCocoa part).

2005-11-08 14:59 ABX, revision 36127

Get/Set title fixes (#1350999).

2005-11-08 14:41 KH, revision 36126

Remove fudges in Show: 1) Do not force a window to top when it is shown 2) Remove extra ACTIVATE event on show 3) Do not fudge resetting focus after closing a window (always setting to the parent can lead to unnatural results)

2005-11-08 14:38 KH, revision 36125

Remove always moving window to the top of the Z-order on on Show

2005-11-08 13:28 ABX, revision 36124

Build fix.

2005-11-08 07:56 SC, revision 36123
  • D /wxWidgets/trunk/samples/opengl/cube/cubeM5.xml
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurfM5.xml
  • D /wxWidgets/trunk/samples/opengl/penguin/penguinM5.xml

not supported anymore

2005-11-08 06:33 SC, revision 36122

fix undefined structs under 10.2 (tinderbox)

2005-11-08 01:33 VZ, revision 36121

remvoed wxFileDialogBase::m_parent as there is already one in wxWindow

2005-11-08 01:10 VZ, revision 36120

wxString(const unsigned char *) ctor doesn't crash by default with wxUSE_STL==1 any more

2005-11-08 01:02 VZ, revision 36119

fix memory leak of wxMessageOutput if wxApp::OnInit() returned false

2005-11-08 00:45 VZ, revision 36118

fix memory leak of pending events in wxEvtHandler dtor

2005-11-07 23:06 MR, revision 36117

[wxGTK] Support run-time changing of the wxFRAME_NO_TASKBAR style value

2005-11-07 20:00 MR, revision 36116

[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow::SetWindowStyleFlag, support for more styles to follow

2005-11-07 18:37 MR, revision 36115

Fix formatting tag in frame.tex (2_6 branch)

2005-11-07 18:23 MR, revision 36114

Fix formatting tag in frame.tex

2005-11-07 18:21 MR, revision 36113

Fix formatting in bbutton.tex

2005-11-07 17:56 SC, revision 36112

adjusting to SetLabel migration

2005-11-07 17:05 SC, revision 36111

adjusting to SetLabel migration

2005-11-07 17:02 SC, revision 36110

cleanup

2005-11-07 17:01 SC, revision 36109

cleanup, adding correct window-ids to window events (important when using eg Connect)

2005-11-07 16:58 SC, revision 36108

cleanup, using Tiger funcs if possible

2005-11-07 16:36 SC, revision 36107

support for wxNO_BORDER

2005-11-07 16:34 SC, revision 36106

CGImage Creation is always available under OS X

2005-11-07 14:59 SC, revision 36105

switch to a CoreFoundation based and thread-safe implementation for message boxes for Mach-O builds

2005-11-07 14:37 ABX, revision 36104

Get/SetTitle only for wxTopLevelWindow (wxMac part).

2005-11-07 13:47 ABX, revision 36103

Fixed #1338966.

2005-11-07 13:39 ABX, revision 36102

Fixed #1338966.

2005-11-07 13:27 ABX, revision 36101

wxGetWorkingDirectory() deprecated. Fixed #1338966.

2005-11-07 10:15 JS, revision 36100

Don't resend an update event from m_spin to avoid recursion

2005-11-07 10:06 JS, revision 36099

Added wxALWAYS_SHOW_SB style

2005-11-06 21:42 ABX, revision 36098

eVC4 warning fixes.

2005-11-06 20:44 ABX, revision 36097

eVC4 warning fixes.

2005-11-06 18:47 ABX, revision 36096

Speedup for adding array of items.

2005-11-06 07:23 SC, revision 36095

not needed for CG

2005-11-06 07:19 SC, revision 36094

added CFRef holder templated class

2005-11-05 22:49 ABX, revision 36093

Native wxCheckListBox implementation for wxWinCE.

2005-11-05 16:53 SC, revision 36092

finished implementation for stencil and colored patterns

2005-11-05 13:48 VZ, revision 36091

documented wxStringTokenize()

2005-11-05 10:25 JS, revision 36090

Set HTML data even in Unicode mode

2005-11-05 07:39 SC, revision 36089

added permission error to the 'expected' error codes, removed assert, as this leads to problems in wxPython otherwise, and getting another error essentially means we cannot continue iterating..

2005-11-04 21:13 ABX, revision 36088

Get/SetTitle only for wxTopLevelWindow (wxOS2 part).

2005-11-04 20:17 ROL, revision 36087

version 0.1.6-6 Improved some dialogs (window styles, growable cols). Changed the range for wxSpinCtrl min/max to all integers (default 0/100 is not always good).

2005-11-04 18:49 ABX, revision 36086

Get/SetTitle only for wxTopLevelWindow (wxMGL part).

2005-11-04 15:14 ABX, revision 36085

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 14:19 ABX, revision 36084

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 12:50 ABX, revision 36083

Source cleaning.

2005-11-04 12:30 ABX, revision 36082

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 11:11 ABX, revision 36081

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-03 22:14 ABX, revision 36080

Build fix after last commit.

2005-11-03 20:58 ABX, revision 36079

Get/SetTitle only for wxTopLevelWindow (wxMotif part).

2005-11-03 19:38 VZ, revision 36078

use focused bitmap as fallback for the hover one

2005-11-03 19:29 VZ, revision 36077

added checkbox to enable setting (or not) individual wxBitmapButton bitmaps

2005-11-03 16:53 ABX, revision 36076

Warning fix.

2005-11-03 16:47 ABX, revision 36075

Get/SetTitle only for wxTopLevelWindow (wxMSW part).

2005-11-03 16:27 ABX, revision 36074

Get/SetTitle only for wxTopLevelWindow.

2005-11-03 14:23 SC, revision 36073

support for 10.4 provided context menu

2005-11-03 02:50 KH, revision 36072

Use toplevel parent rather than immediate parent as color dialog's parent window

2005-11-03 02:25 MW, revision 36071

Initial attempt at some instructions on building for Win64

2005-11-03 01:56 VZ, revision 36070

fixed compilation breakage in 1.24 commit

2005-11-03 01:48 VZ, revision 36069

added SetHoverBitmap() and implemented it under wxMSW; extended the docs

2005-11-03 01:28 VZ, revision 36068

added test of wxBitmapButton

2005-11-03 00:41 MW, revision 36067

Remove bufferoverflowu.lib since it is not present in some versions of VC++ 8

2005-11-03 00:40 MW, revision 36066

Remove bufferoverflowu.lib since it's not present with some versions of VC++ 8

2005-11-03 00:40 VZ, revision 36065

deprecate SetLabel(const wxBitmap&)

2005-11-02 17:38 ABX, revision 36064

Bug #1220988 fixed.

2005-11-02 16:52 ABX, revision 36063

Bug #1220988 fixed.

2005-11-02 16:40 SC, revision 36062

default implementations for Replace and Remove

2005-11-02 15:57 JS, revision 36061

Set the user scale to be consistent with generic scrolled window

2005-11-02 15:22 SC, revision 36060

applying patch 1345435

2005-11-02 14:50 SC, revision 36059

re-added support for help-menu and application-menu items

2005-11-02 13:59 ABX, revision 36058

Build fix.

2005-11-02 09:49 CE, revision 36057

add missing header

2005-11-02 09:18 CE, revision 36056

add missing header to allow ../src/common/docview.cpp to compile

2005-11-01 22:35 ABX, revision 36055

wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not

2005-11-01 17:03 MBN, revision 36054

Fix wxGTK spec file adding/removing files as appropriate.

2005-11-01 13:35 MW, revision 36053

Regenerate configure

2005-11-01 13:32 MW, revision 36052

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-11-01 13:30 MW, revision 36051

Include $cross_root/include in header search when cross compiling

2005-11-01 01:43 KH, revision 36050

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-31 22:22 MW, revision 36049

Add some files to 'make dist' for wxCocoa

2005-10-31 20:27 MW, revision 36048

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-10-31 20:21 MW, revision 36047

Include $cross_root/include in header search when cross compiling

2005-10-31 20:14 VZ, revision 36046

using newlines in AC_CONFIG_COMMANDS() first argument breaks config.status under cygwin, so don't do it

2005-10-31 19:59 VZ, revision 36045

disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc

2005-10-31 19:35 VZ, revision 36044

#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it

2005-10-31 17:14 ABX, revision 36043

wxMGL revitalised with OpenWatcom.

2005-10-31 17:00 ABX, revision 36042

wxMGL revitalised with OpenWatcom.

2005-10-31 14:27 JS, revision 36041

Applied patch [ 1341085 ] richtext xml build fix

2005-10-30 20:32 ABX, revision 36040

wx/os2/chkconf.h added

2005-10-30 20:20 VZ, revision 36039

fix for incorrect member initialization order warning

2005-10-30 08:07 JS, revision 36038

Perform extra test to reduce chance of application aborting

2005-10-29 17:46 VZ, revision 36037

renamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only) header (bug 1339731)

2005-10-29 17:43 VZ, revision 36036

don't get margin to non NULL values in default ctor, this is inconsistent as default ctor + Create() don't do the same thing as non default ctor

2005-10-29 15:18 ABX, revision 36035

eVC3 build fix.

2005-10-29 12:48 ABX, revision 36034

Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.

2005-10-28 16:01 KH, revision 36033

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-28 14:33 CE, revision 36032

remove GetImageList(int)

2005-10-28 14:24 JS, revision 36031

Applied patch [ 1339882 ] richtext misc cleanup

2005-10-28 14:05 CE, revision 36030

remove GetImageList(int)

2005-10-28 09:12 ABX, revision 36029

Build fix for WinCE.

2005-10-28 01:08 VZ, revision 36028

fixed MCSetMovie() signature

2005-10-27 21:22 ABX, revision 36027

WinCE build fix according to eVC3 and eVC4 SDKs.

2005-10-27 21:00 JS, revision 36026

Sorry, forgot default value

2005-10-27 20:57 ABX, revision 36025

WinCE build fix (we need default constructor).

2005-10-27 16:01 ABX, revision 36024

Support for automatic setup.h in OS/2 with OW builds. __WXOS2__ final removal. Source cleaning.

2005-10-26 21:10 CE, revision 36023

SF bug 1327872

2005-10-26 20:48 CE, revision 36022

SF bug 1327872

2005-10-26 20:09 CE, revision 36021

avoid hidden GetImageList

2005-10-26 18:56 CE, revision 36020

fix for SF bug #1327872 (backport)

2005-10-26 14:08 JS, revision 36019

Do a sanity check before reading. Otherwise, if trying to read a duff image file, the app can abort if you pass a specific image type, but simply show an error message if you pass wxBITMAP_TYPE_ANY.

2005-10-26 12:44 ABX, revision 36018

Source cleaning.

2005-10-26 09:32 JS, revision 36017

Added parent window parameter to wxHelpController constructor and added SetParentWindow/GetParentWindow.

2005-10-26 06:20 JJ, revision 36016

Committing in . Updated OpenVMS compile options Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-10-26 02:17 MW, revision 36015

Regenerate configure

2005-10-26 00:26 MR, revision 36014

Compilation fix...

2005-10-25 23:18 ABX, revision 36013

wxWinCE build fix and source cleaning.

2005-10-25 17:51 JS, revision 36012

Fixed warnings/errors and changed Thaw

2005-10-25 16:35 MR, revision 36011

Alphabetize wxWindow members list

2005-10-25 16:25 MW, revision 36010

Add missing files to 'make dist'

2005-10-25 15:32 MW, revision 36009

Add libraries.h, amd64.manifest and ia64.manifest

2005-10-25 13:58 CE, revision 36008

missing #include (SF bug 1327872)

2005-10-25 13:11 VZ, revision 36007

fixed DLL compilation warning

2005-10-25 10:41 JS, revision 36006

Don't clear background in Refresh (to suit poor implementations of Refresh)

2005-10-24 18:56 ABX, revision 36005

Move wxMulDivInt32 to common math.

2005-10-24 12:52 MW, revision 36004

Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings

2005-10-23 23:01 MW, revision 36003

Add missing wxUniv files to msw and gtk tarballs

2005-10-23 22:37 ABX, revision 36002

WinCE build fixes.

2005-10-23 22:16 MW, revision 36001

Export wxFindFocusDescendant

2005-10-23 21:56 MW, revision 36000

Rebake after adding libs html and xml to samples using lib adv

2005-10-23 21:52 MW, revision 35999

Add libs html and xml to bakefiles of samples/contribs/demos using lib adv

2005-10-23 21:44 MW, revision 35998

Add missing files to release tarballs

2005-10-23 21:02 MW, revision 35997

Add missing files to the distribution tarballs

2005-10-23 20:42 SN, revision 35996

Removed unused symbol __WXOS2__ (it's either __OS2__ when platform specific - similar to __UNIX__ - or __WXPM__ when specific to the port - similar to symbols __WXMOTIF__ or __WXGTK__).

2005-10-23 20:40 ABX, revision 35995

filename correction

2005-10-23 20:30 SN, revision 35994

Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.

2005-10-23 19:52 MW, revision 35993

Add more missing files to the tarballs

2005-10-23 14:57 MW, revision 35992

Add missing files to the tarballs

2005-10-23 11:05 JS, revision 35991

Patch [ 1314868 ] [wxMSW] Show MDI child menubars when ShowFullScreen(false)

2005-10-23 10:59 JS, revision 35990

Applied patch [ 1310416 ] [wxMSW] Fix radio button traversal

2005-10-23 10:53 JS, revision 35989

Applied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP

2005-10-22 16:24 MW, revision 35988

Prepare the way to make 'make dist' default to copying files, with linking an option.

2005-10-22 13:44 JS, revision 35987

Now works when derived from wxTextCtrlBase, using wxScrollHelper.

2005-10-22 12:10 JS, revision 35986

Font (possible) fix

2005-10-22 11:40 JS, revision 35985

Corrections for wxUSE_STL=1

2005-10-22 10:22 JS, revision 35984

Wine corrections

2005-10-22 09:24 JS, revision 35983

More Erase substitutions

2005-10-22 09:20 JS, revision 35982

Added missing include

2005-10-22 08:51 JS, revision 35981

Use GetFont not m_font for GetCharHeight

2005-10-22 08:46 JS, revision 35980

Removed duplicate hotkey

2005-10-22 08:05 JS, revision 35979

Replace node deletion with Erase

2005-10-22 07:45 ABX, revision 35978

wxTinderbox build fixes.

2005-10-21 20:43 JS, revision 35977

Don't try to open clipboard if already open

2005-10-21 20:04 JS, revision 35976

Reduced unnecessary painting; delete/recreate caret as WIN32 requires

2005-10-21 19:57 MW, revision 35975

Add missing directories and utils to the wxBase tarball

2005-10-21 19:18 ABX, revision 35974

Allow translated 'Space' in menu accelerators (perhaps more entries should allow it).

2005-10-21 19:06 ABX, revision 35973

Allow translated 'Space' in menu accelerators (perhaps more entries should allow it).

2005-10-21 19:03 ABX, revision 35972

Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

2005-10-21 18:53 ABX, revision 35971

Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

2005-10-21 17:33 VZ, revision 35970

blind compilation fix for TestScopeGuard()

2005-10-21 16:31 JS, revision 35969

Switched antialiasing off since GetTextExtent doesn't work properly

2005-10-21 16:18 MW, revision 35968

Adv now depends on libs xml and html, so add <library> tags for these and bakefile takes care of everything.

2005-10-21 16:02 MW, revision 35967

Fix a couple of export declarations

2005-10-21 14:50 JS, revision 35966

Fixed warning, move caret in OnPaint

2005-10-21 14:23 JS, revision 35965

Regenerated configure for wxUSE_RICHTEXT

2005-10-21 13:54 JS, revision 35964

Restored code uglies

2005-10-21 13:14 JS, revision 35963

Removed macros

2005-10-21 13:02 JS, revision 35962

Fixed some styling bugs, optimized resize for large files

2005-10-21 11:18 VZ, revision 35961

fixed typo in GetNextItem example (bug 1333797)

2005-10-20 22:51 JS, revision 35960

Resets scroll position on load

2005-10-20 21:43 MW, revision 35959

Add configtool to the distribution tarballs

2005-10-20 19:48 MW, revision 35958

Small changes to 'make dist' to allow it work on Solaris, and to use the result of AC_PROG_LN_S when making links.

2005-10-20 17:30 JS, revision 35957

Support wxALWAYS_SHOW_SB

2005-10-20 14:40 ABX, revision 35956

Warning fixes.

2005-10-20 12:55 JS, revision 35955

Efficiency measures; file loading bug fix

2005-10-19 22:20 JS, revision 35954

Introduced invalidation of ranges for later optimization code

2005-10-19 17:00 ABX, revision 35953

const consistent for Clone(). Load/Save split to DoLoad/DoSave. Build fixes, warning fixes and other source cleaning.

2005-10-19 16:56 ABX, revision 35952

richtext.bkl added and dmars makefiles removed.

2005-10-19 14:44 JS, revision 35951

First part of a layout optimization

2005-10-19 13:54 JS, revision 35950

Only draw if inside client rectangle

2005-10-19 12:52 JS, revision 35949

Added wxRichTextCtrl

2005-10-19 10:43 ABX, revision 35948

constfunc correction

2005-10-19 10:12 ABX, revision 35947

constfunc correction

2005-10-18 20:57 MW, revision 35946

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 20:50 MW, revision 35945

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 18:59 MW, revision 35944

Add Cygwin note about precompiled headers to the 2.6.x branch.

2005-10-18 18:54 MW, revision 35943

Add note that precompiled headers do not work on current Cygwin.

2005-10-18 16:02 DE, revision 35942

Remove sm_cocoaDelegate singleton. We need per-instance data anyway so we may as well make it the target instead of the userInfo.

2005-10-18 15:27 DE, revision 35941

Replace wxNSTimerData -setTimer method with -initWithWxTimer: initializer which correctly calls the superclass (NSObject) init. Add an -init method for correctness; technically not needed as it is never called but it's an Objective-C best practice. Release the wxNSTimerData instance just after passing it to the NSTimer factory method. NSTimer retains it and we don't keep a pointer to it so we should not keep a refence to it. This fixes the bug in wxTimer::Stop where the program crashes in the NSCFTimer userInfo method because the NSTimer has already been invalidated.

2005-10-18 14:33 MW, revision 35940

Warning fixes for win64

2005-10-18 14:30 MW, revision 35939

Work around bug in VC++ 8 64-bit

2005-10-18 14:29 MW, revision 35938

Comment out long running test that needs moving from the default registry

2005-10-18 14:26 MW, revision 35937

Include different manifests on win64

2005-10-18 14:24 MW, revision 35936

Link with bufferoverflowu.lib for VC++ 8 and later

2005-10-18 14:22 MW, revision 35935

Add wxString::operator<<(long long) and wx_truncate_cast_impl

2005-10-18 14:20 MW, revision 35934

Backport wx_truncate_cast implementations for Intel and MS compilers

2005-10-18 14:18 MW, revision 35933

Add wxSting << inserter for long long

2005-10-18 13:53 MW, revision 35932

Regenerate msvc makefiles for TARGET_CPU

2005-10-18 13:46 MW, revision 35931

Add TARGET_CPU to msvc makefiles for Win64

2005-10-18 12:31 ABX, revision 35930

Set/get for internal border in book based controls.

2005-10-18 11:27 MW, revision 35929

Add manifests for Win64

2005-10-18 11:27 , revision 35928

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

2005-10-18 11:13 ABX, revision 35927

compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

2005-10-18 10:18 JJ, revision 35926

Committing in . Updated openvms compile support Modified Files: wxWidgets/src/generic/descrip.mms ----------------------------------------------------------------------

2005-10-18 00:03 VZ, revision 35925

compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

2005-10-17 23:45 MW, revision 35924

Revert accidental change

2005-10-17 22:41 VZ, revision 35923

fixed Fit() to call SetClientSize() and not SetSize()

2005-10-17 22:11 MW, revision 35922

Widen the hash key for win64

2005-10-17 22:08 MW, revision 35921

Warning fixes for win64

2005-10-17 21:49 ABX, revision 35920

wxTinderbox build fix.

2005-10-17 19:51 ABX, revision 35919

Follow changes in common code.

2005-10-17 19:31 VZ, revision 35918

renamed DoHitTest() to DoTreeHitTest() to avoid conflict with existing wxWindow method

2005-10-17 17:57 ABX, revision 35917

Warning fix (instead of silencing int->short with typecast, have the same type internally as in interface).

2005-10-17 17:46 MW, revision 35916

Link with bufferoverflowu.lib for VC++ 8 and later

2005-10-17 17:40 ABX, revision 35915

Keep setup0.h in sync with more ports.

2005-10-17 17:11 ABX, revision 35914

Keep setup0.h in sync with other ports.

2005-10-17 17:08 MW, revision 35913

Compile fix for Unicode build on win64

2005-10-17 16:39 ABX, revision 35912
  • M /wxWidgets/trunk/build/bakefiles/Bakefiles.bkgen
  • D /wxWidgets/trunk/samples/html/htmlctrl/htmlctrl.dsp
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.bcc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.gcc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.vc
  • D /wxWidgets/trunk/samples/html/htmlctrl/makefile.wat

htmlctrl sample is not for msw toolkits

2005-10-17 16:14 MW, revision 35911

Warning fix, should be #ifdef instead of #if

2005-10-16 20:35 MW, revision 35910

Regenerate the msvc makefiles after TARGET_CPU option added

2005-10-16 20:28 MW, revision 35909

Use a different manifest for each of x86, amd64 and ia64

2005-10-16 20:25 MW, revision 35908

Add CPU_TARGET option to msvc makefiles for targeting AMD64 and IA64

2005-10-16 17:13 SN, revision 35907

Fixed event handling bug as suggested by Lech Wiktor Piotrowski.

2005-10-15 19:16 MW, revision 35906

Implement string inserter for long long. This creates a problem on mingw as gcc gives a warning unless -Wno-format is used, one of the most useful warnings.

2005-10-15 19:11 MW, revision 35905

Typo, should be #if not #ifdef

2005-10-15 19:04 MW, revision 35904

Temporarily disable test that takes a long time to run, needs moving to a named registry

2005-10-15 19:01 MW, revision 35903

Compilation fix for platforms where size_t is larger than long

2005-10-15 19:00 MW, revision 35902

Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2

2005-10-15 18:58 MW, revision 35901

Restore WC_UTF16, required for compilation on Windows

2005-10-14 16:16 ROL, revision 35900

fix for correct type of checklist box items

2005-10-14 16:13 ROL, revision 35899

iconize properties frame together with main

2005-10-14 08:39 VZ, revision 35898

fixed OnSysWrite() signature

2005-10-13 10:44 JS, revision 35897

Added "enabled" support for submenus

2005-10-12 15:03 MW, revision 35896

Implement wx_truncate_cast for VC++ 7.1 and later

2005-10-12 13:05 MW, revision 35895

Avoid cast in wx_truncate_cast for intel compiler

2005-10-12 12:06 VZ, revision 35894

removed .cvsignore entries which were old/unused/duplicated in CVSROOT/cvsignore

2005-10-12 11:47 MW, revision 35893

Manifest files for win64

2005-10-12 07:49 MR, revision 35892

Fix includes in wx/treectrl.h

2005-10-12 00:20 VZ, revision 35891

clarified ScrollWindow() docs

2005-10-11 15:52 VZ, revision 35890

64 bit compilation fix

2005-10-11 15:51 VZ, revision 35889

added wx/xrc/xh_treebk.h

2005-10-11 15:05 DS, revision 35888

fixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called in a plugin environment for example)

2005-10-11 15:01 DS, revision 35887

fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")

2005-10-11 13:40 VZ, revision 35886

another fix for !USE_PCH: added missing wx/imaglist.h include

2005-10-11 12:50 VZ, revision 35885

compilation fix for !USE_PCH: added missing wx/panel.h include

2005-10-10 22:30 VZ, revision 35884

invalidate tree size after adding/removing pages; use portable style for the tree control

2005-10-10 22:29 VZ, revision 35883

removed hardcoded DoGetBestSize() implementation; added support for textOnly parameter in GetBoundingRect()

2005-10-10 21:49 VZ, revision 35882

removed duplicated members which have been moved to wxTreeCtrlBase

2005-10-10 21:46 VZ, revision 35881

removed deprecated InsertItem() overload because it masked all the other ones

2005-10-10 20:36 VZ, revision 35880

Windows compilation fixes after wxTreeCtrl refactoring

2005-10-10 20:25 VZ, revision 35879

introduced a common base class for both MSW and generic wxTreeCtrl implementations

2005-10-10 20:11 VZ, revision 35878

corrected code to really skip stack frames in the beginning and to number the remaining frames correctly

2005-10-10 19:10 KH, revision 35877

For consistency with other ports, send TEXT event after SELECTED event

2005-10-10 18:43 MW, revision 35876

Fix typos: '==' should be '='

2005-10-10 18:24 VZ, revision 35875

refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed

2005-10-10 18:22 VZ, revision 35874

added GtkUpdateScrollbar; folded some code duplicated for horz/vert orientations in a single branch

2005-10-10 18:15 VZ, revision 35873

added GetWindowSizeForVirtualSize() virtual hook for wxScrolledWindow (cuts down on code duplication in its DoGetBestSize())

2005-10-10 16:29 MW, revision 35872

Use 'cp -pR' as a fallback for lndir, remove $(shell) construct from makefile.

2005-10-10 14:18 JJ, revision 35871

Committing in . Small fixes for OpenVMS Modified Files: wxWidgets/include/wx/vms_x_fix.h wxWidgets/src/motif/xmcombo/xmcombo.c : ----------------------------------------------------------------------

2005-10-10 12:59 VZ, revision 35870

regenerated after bakefile change to always create shared-ld-sh under Darwin

2005-10-10 12:48 VZ, revision 35869

always create shared-ld-sh as we always need it for bundles (even when we don't need it for dylibs)

2005-10-10 10:37 MW, revision 35868

Make _dist_dir a shadow directory of symlinks rather then copied files, and add a 'distdir' target to make _dist_dir without creating a tarball.

2005-10-09 22:34 , revision 35867
  • A /wxWidgets/tags/before_gtk_scrolledwindow_refactoring
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/acinclude.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/aclocal.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/art
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/autoconf_inc.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/autogen.sh
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/BuildCVS.txt
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/build
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/config.guess
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/config.sub
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/configure
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/configure.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/contrib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/debian
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/demos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/difflast.pl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/distrib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/docs
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/msvc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/access.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/afterstd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/apptrait.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/archive.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/arrstr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/artprov.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/beforestd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/bookctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/buffer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/build.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/busyinfo.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/calctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/caret.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/chkconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choicdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/choicebk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/clntdata.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmdline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmdproc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cmndata.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cocoa
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/confbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/config.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/containr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cppunit.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cshelp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ctrlsub.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dateevt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datetime.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/datstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/db.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbgrid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbkeyg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dbtable.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcbuffer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcmirror.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcprint.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcps.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dcsvg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dde.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/debug.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/debugrpt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/defs.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dialup.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dir.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dirctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dirdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/display.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dlimpexp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/docmdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/docview.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dragimag.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynarray.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynlib.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/dynload.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/effects.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/encconv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/encinfo.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/event.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/evtloop.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/except.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/features.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ffile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/file.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fileconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filefn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filename.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/filesys.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/flags.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fmappriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontenc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontenum.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fontutil.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_inet.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_mem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/fs_zip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gbsizer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gdicmn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/calctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/caret.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/choicdgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/colrdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/datectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dcpsg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dirctrlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dirdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/dragimgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/fdrepdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/filedlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/fontdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/grid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/gridctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/gridsel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/helpext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/imaglist.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/laywin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/listctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/logg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/mdig.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/msgdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/numdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/paletteg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/panelg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/printps.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/prntdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/progdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/propdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/sashwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/spinctlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/splash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/splitter.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/statusbr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/tabg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/textdlgg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/treectlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/generic/wizard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/geometry.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gifdecod.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/grid.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gsocket.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dataobj2.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/private.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/taskbarpriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tbargtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk/win_gtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/accel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/app.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/bitmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/brush.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/button.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/checkbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/checklst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/choice.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/colordlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/colour.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/combobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/control.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/cursor.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcclient.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dialog.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/dnd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/filedlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/font.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/frame.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gauge.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/glcanvas.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/private.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/taskbarpriv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tbargtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hashmap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/hashset.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/help.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helpbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helphtml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/helpwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/html
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/htmllbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/icon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iconbndl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iconloc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/image.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imaggif.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagiff.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagjpeg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imaglist.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpcx.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpng.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagpnm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagtiff.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/imagxpm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/init.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/intl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/iosfwrap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ioswrap.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ipc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ipcbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/isql.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/isqlext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/joystick.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/layout.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/laywin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/link.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/list.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/listimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/log.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/longlong.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mac
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/math.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/matrix.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mdi.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mediactrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memconf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memory.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/memtext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/menu.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/menuitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/metafile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mgl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mimetype.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/minifram.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/module.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/motif
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msdos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msgdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msgout.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/mstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/msw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/notebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/numdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/object.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/os2
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ownerdrw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/palette.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/palmos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/panel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/paper.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/pen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/platform.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/popupwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/print.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/printdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/prntbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/process.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/progdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/propdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/protocol
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/ptr_scpd.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/quantize.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/radiobox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/radiobut.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/rawbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/recguard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/regex.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/region.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/renderer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sashwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckaddr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckipc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sckstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/scopeguard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/scrolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/selstore.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/settings.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/setup_inc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/setup_redirect.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sizer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/slider.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/snglinst.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/socket.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sound.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/spinbutt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/spinctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/splash.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/splitter.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stack.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stackwalk.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statbmp.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statline.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stattext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/statusbr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stdpaths.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stockitem.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stopwatch.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/strconv.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/stream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/string.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/sysopt.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tab.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tabctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/taskbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tbarbase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textbuf.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textctrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/textfile.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tglbtn.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/thread.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/thrimpl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/timer.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tipdlg.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tipwin.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tokenzr.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/toolbar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/tooltip.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/toplevel.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treebase.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treebook.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/treectrl.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/txtstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/types.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/univ
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/unix
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/uri.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/url.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/utils.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/valgen.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/validate.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/valtext.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/variant.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vector.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/version.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vidmode.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vlbox.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/volume.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/vscroll.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wave.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wfstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wizard.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxchar.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxhtml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxprec.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwc.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa_cm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwcocoa_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/x11
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xpmdecod.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xpmhand.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xrc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xti.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xtistrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/xtixml.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/zipstrm.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx/zstream.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlba_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wxshlb_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa.pchmm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwu_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw_d.pch
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_cw_d.pch++
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/include/wx_pb.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/install-sh
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/lib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/locale
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/Makefile.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/make-deb
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/misc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/mkinstalldirs
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/regen
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/samples
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/setup.h.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/setup.h_vms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cocoa
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/accesscmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/appbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/appcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/archive.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/artprov.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/artstd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/base.rc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/bmpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/bookctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/choiccmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/clipcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/clntdata.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmdline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmdproc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cmndata.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/config.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/containr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/cshelp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ctrlcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ctrlsub.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datacmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datetime.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/datstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/db.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dbgrid.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dbtable.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dcbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dcsvg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/debugrpt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dircmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dndcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dobjcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/docmdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/docview.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dpycmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dseldlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynarray.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynlib.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/dynload.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/effects.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/emptydmy.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/encconv.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/event.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/execcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/extended.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fddlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ffile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/file.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fileconf.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filefn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filename.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/filesys.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fldlgcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fmapbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fontcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fontmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/framecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_inet.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_mem.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/fs_zip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ftp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gaugecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gbsizer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gdicmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/geometry.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/gifdecod.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/glob.inc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/hash.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/hashmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/helpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/http.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/iconbndl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagall.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/image.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagfill.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imaggif.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagiff.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagjpeg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpcx.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpng.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagpnm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagtiff.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/imagxpm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/init.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/intl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/ipcbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/layout.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/lboxcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/list.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/log.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/longlong.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/matrix.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mediactrlcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/memory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/menucmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mimecmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/module.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/msgout.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/mstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/nbkbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/object.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/paper.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/popupcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/prntbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/process.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/protocol.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/quantize.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/radiocmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/regex.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/rendcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/rgncmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckaddr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckfile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckipc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sckstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/settcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sizer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/socket.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/statbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stdpbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stockitem.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stopwatch.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/strconv.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/stream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/string.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/sysopt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/taskbarcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/tbarbase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textbuf.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/textfile.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/timercmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/tokenzr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/toplvcmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/treebase.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/txtstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/unictabl.inc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/uri.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/url.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/utilscmn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/valgen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/validate.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/valtext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/variant.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/wfstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/wxchar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xpmdecod.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xti.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xtistrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/xtixml.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/zipstrm.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/common/zstream.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cwcopysetup.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cwdcopysetup.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/cygnus.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/expat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/accel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/busyinfo.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/calctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/caret.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/choicbkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/choicdgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/colrdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/datectlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dbgrptg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dcpsg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dirctrlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dirdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/dragimgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/fdrepdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/filedlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/fontdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/grid.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/gridctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/gridsel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/helpext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/htmllbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/imaglist.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/laywin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/listbkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/listctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/logg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/mdig.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/msgdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/numdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/paletteg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/panelg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/printps.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/prntdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/progdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/propdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/regiong.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/renderg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/sashwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/selstore.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/spinctlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/splash.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/splitter.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/statusbr.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tabg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/textdlgg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tipdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/tipwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/treebkg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/treectlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/vlbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/vscroll.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/generic/wizard.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/app.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/artgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/brush.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/button.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/checklst.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/choice.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/colordlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/colour.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/combobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/control.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cross.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/cursor.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/data.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dialog.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/dnd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/eggtrayicon.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/eggtrayicon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/evtloop.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/font.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/frame.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gauge.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/gsockgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/horiz.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/icon.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/listbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/main.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/mdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/menu.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/minifram.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/msgdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/pen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/popupwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/region.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/renderer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/settings.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/slider.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/stattext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/taskbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tglbtn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/threadno.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/toplevel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/verti.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/win_gtk.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/.cvsignore
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/app.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/artgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/brush.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/button.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/choice.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/colordlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/colour.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/combobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/control.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cross.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/data.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dc.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/descrip.mms
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/eggtrayicon.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/eggtrayicon.h
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/evtloop.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/font.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/frame.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gnome
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/gsockgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/icon.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/main.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/menu.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/msgdlg.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/pen.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/popupwin.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/region.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/renderer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/settings.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/slider.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statbmp.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/statline.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/taskbar.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tglbtn.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/timer.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/toplevel.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/verti.xbm
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/html
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/iodbc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/jpeg
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mac
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeb32.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makebcc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.dos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.va
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makefile.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeg95.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.b32
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.bcc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.g95
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.sc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makelib.wat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makemsc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.b32
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.bcc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.g95
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.msc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.sc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.sl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.va
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.vc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeprog.wat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makesc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makesl.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/maketwin.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makeva.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makevc.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/makewat.env
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mgl
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mingegcs.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/mingw32.bat
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/motif
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/msdos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/msw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/ntwxwin.mak
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/os2
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/palmos
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/png
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/regex
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/stc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/tiff
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/univ
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/unix
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/version.mak
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/Wxwindll.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxJpeg.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxPng.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxTiff.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWin.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.dsp
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.dsw
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.xcode
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindows.xcodeproj
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsM8.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxWindowsW7.xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxXpm.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/wxZlib.icc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/x11
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/xml
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/xrc
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/src/zlib
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/tests
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/utils
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/version-script.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wx-config-inplace.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wx-config.in
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxBase.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxGTK.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxGTK_RR.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxMGL.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxMotif.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxPython
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxWINE.spec
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxwin.m4
  • D /wxWidgets/tags/before_gtk_scrolledwindow_refactoring/wxX11.spec

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

2005-10-09 22:34 VZ, revision 35866

disable VC++ warning 4355 in wx/defs.h once and for all instead of doing it in 4 different places

2005-10-09 22:24 VZ, revision 35865

regenerated with treebook files

2005-10-09 22:11 VZ, revision 35864

configure with wxUSE_TREEBOOK

2005-10-09 22:09 VZ, revision 35863

compilation fixes for wxUSE_TREEBOOK=0

2005-10-09 18:40 VZ, revision 35862

Added wxTreebook: - added the control itself - added protected wxBookCtrlBase::AllowNullPage() to accommodate it - big changes to the sample to get rid of (most) ugly macros - added XRC handler for the control - added docs - and wxUSE_TREEBOOK everywhere

2005-10-09 17:26 VZ, revision 35861

made GetPage() not virtual because it doesn't need to be virtual and this allows to have const overload of it

2005-10-09 17:19 VZ, revision 35860

corrected GetBestSize() implementation: take all items, not just the currently visible ones

2005-10-09 16:52 VZ, revision 35859

don't call ::ShowWindow() if don't have HWND yet

2005-10-09 15:48 MBN, revision 35858

Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it. Changed default for WXWIN_COMPATIBILITY_2_4 to 0. Added WXWIN_COMPATIBILITY_2_6 (defaults to 1). Ran build/update-setup-h.

2005-10-09 14:32 VZ, revision 35857

don't put borders by default between sizer elements on smartphones

2005-10-09 13:38 VZ, revision 35856

implemented GetBestSize() (TODO: make this available in generic version as well)

2005-10-09 13:04 VZ, revision 35855

filter out duplicate mouse move events too; moved last mouse event info from wxWindow class to static variables (there is only one mouse in the system after all, no need to duplicate this data in all windows)

2005-10-09 12:49 VZ, revision 35854

don't use -single_module together with -bundle under Darwin (ld gives an error for this)

2005-10-09 12:32 VZ, revision 35853

blind compilation fix for CW 8.3 in Unicode build

2005-10-09 12:23 VZ, revision 35852

don't use __MSL__ unless it's defined

2005-10-08 21:55 VZ, revision 35851

show the OS information in the about dialog

2005-10-08 21:28 VZ, revision 35850

enable all warnings (but disable some of them) for DEC/Compaq/HP C++ compiler

2005-10-08 21:24 VZ, revision 35849

fixed unused parameter warnings in non-debug build

2005-10-08 18:35 VZ, revision 35848

always connect to both XmNvalueChangedCallback and XmNdragCallback

2005-10-08 18:33 VZ, revision 35847

more 'unreachable code' warnings which had been disabled instead of being fixed

2005-10-08 17:29 MW, revision 35846

Extend hashmap test to include integral and pointer keys

2005-10-08 17:27 MW, revision 35845

Long long hash, and fix for cast to unsigned long

2005-10-08 17:10 VZ, revision 35844

extra semicolons removed

2005-10-08 17:01 VZ, revision 35843

unused params warnings

2005-10-08 16:58 VZ, revision 35842

fixed logic bug in DoSetSize() (disabling a warning is good, fixing it is even better...)

2005-10-08 16:57 VZ, revision 35841

added support for OSF1 (Tru64)

2005-10-08 16:56 VZ, revision 35840

harmless DEC cc warning fixes

2005-10-08 16:56 VZ, revision 35839

don't use wxCHECK_GCC_VERSION in the same test as __MINGW32__/__CYGWIN32__ as it could be undefined (DEC cc warning fix)

2005-10-08 16:54 VZ, revision 35838

use for instead of while for infinite loop (the latter provokes a warning from DEC cc)

2005-10-08 15:33 VZ, revision 35837

added dependencies support for DEC/Compaq/HP cxx compiler (new bakefile files; regenerated configure)

2005-10-08 00:37 VZ, revision 35836

try setting locale n wxLocale::Init(lang) to xx_YY.utf8 if xx_YY is not supported

2005-10-08 00:36 VZ, revision 35835

hack: adjust C locale to supported form under HP-UX, otherwise we crash on startup

2005-10-08 00:35 VZ, revision 35834

check whether setting locale for the selected language succeeded

2005-10-08 00:33 VZ, revision 35833

added ja_JP.EUC-JP catalog

2005-10-07 21:56 VZ, revision 35832

disable some (unavoidable) HP-UX aCC warnings

2005-10-07 21:55 VZ, revision 35831

don't define unused functions

2005-10-07 21:49 VZ, revision 35830

fixed check for bitmapType match (thanks to HP compiler for the warning)

2005-10-07 21:45 VZ, revision 35829

undid last commit, the neceesary defines fo HP-UX are now provided by configure

2005-10-07 21:35 VZ, revision 35828

define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard headers

2005-10-07 21:33 VZ, revision 35827

removed C++ comment from C file

2005-10-07 21:08 MW, revision 35826

Attempt to avoid crash on exit on Solaris 10

2005-10-07 20:27 VZ, revision 35825

optimization: don't test for various proprietary Unix compilers unless we're running under OS they support

2005-10-07 15:39 VZ, revision 35824

ltest files from bakefile add HP aCC dependencies support

2005-10-07 14:01 ABX, revision 35823

#include markup fix.

2005-10-07 08:36 ABX, revision 35822

#include markup fix.

2005-10-07 05:35 KO, revision 35821

Fixes for inno setup 4 support. Also, remove the USING_INNO4 define because we are always using inno4 here. :)

2005-10-07 04:34 KO, revision 35820

If $DESTDIR isn't created before mv operations, $DESTDIR could actually end up being a file.

2005-10-07 04:31 KO, revision 35819

Added all and reswig options, and tweaked the Mac build.

2005-10-07 04:28 KO, revision 35818

Add a number to the preview release. :)

2005-10-06 23:28 VZ, revision 35817

added more HP-UX charset names

2005-10-06 23:25 VZ, revision 35816

added HP-UX names for ISO8859-x charsets

2005-10-06 23:02 MW, revision 35815

Compile fix

2005-10-06 22:52 MW, revision 35814

Unicode compile fix

2005-10-06 22:49 MW, revision 35813

Unicode compile fixes

2005-10-06 18:17 ABX, revision 35812

#include markup fixes.

2005-10-06 14:37 ABX, revision 35811

wxPalette unified. Source cleaning.

2005-10-06 13:33 VZ, revision 35810

fixed wxExecute() return value checking

2005-10-06 12:53 VZ, revision 35809

don't use a floating point value as a boolean flag; gcc4 (correctly) complains when it's compared with 0; use different function for setting the current and given time in wxMacCarbonEvent instead

2005-10-06 12:10 ABX, revision 35808

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 11:14 ABX, revision 35807

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 09:09 VZ, revision 35806

another file where the version should be updated

2005-10-06 09:08 VZ, revision 35805

change fallback default for wx version to 27

2005-10-06 04:28 KO, revision 35804

Recreate the file if it exists.

2005-10-05 23:31 KH, revision 35803

Updated link to comctl32 download [ patch 1311650 ]

2005-10-05 23:20 KH, revision 35802

When recv returns 0, the connection has been remotely closed or dropped. Changes are to Read [ modified patch 1303565 ] and Select [ patch 1283936 ]

2005-10-05 16:22 ABX, revision 35801

wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.

2005-10-05 15:42 KH, revision 35800

Revert last change, which made it impossible to set a custom text color and then query the color. Instead, set the correct system/theme color when the control is created and use the original GetTextColour method.

2005-10-05 15:38 KH, revision 35799

Do not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input events) [Patch 1281054]

2005-10-05 12:11 VZ, revision 35798

silence a few (harmless) HP aCC warnings

2005-10-04 18:14 ABX, revision 35797

Fix for mistake with const for non pointer/reference with corrections in documentation.

2005-10-04 17:17 VZ, revision 35796

don't compile this file at all in Motif2 build

2005-10-04 16:48 VZ, revision 35795

compilation fix for HP-UX (at least version 11)

2005-10-04 16:13 ABX, revision 35794

wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.

2005-10-04 14:44 VZ, revision 35793

first character of a command in a make rule must be TAB (not space or #): fixes build with HP-UX make

2005-10-04 12:53 VZ, revision 35792

reverted last (accidental) change

2005-10-04 11:11 VZ, revision 35791

fixed bug in error message given if X headers/libs not found

2005-10-04 11:08 VZ, revision 35790

updated version in configure to 2.7.0 too

2005-10-04 08:08 CE, revision 35789

#if wxUSE_DEBUGREPORT seems Ok

2005-10-03 23:52 VZ, revision 35788

escape underscores and don't use abbreviations in text

2005-10-03 23:07 VZ, revision 35787

don't use %08p format string, gcc complains about it

2005-10-03 23:06 VZ, revision 35786

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 21:08 VZ, revision 35785

added new files which were generated by bakefile but were not in cvs for some reason

2005-10-03 21:05 VZ, revision 35784

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 20:56 VZ, revision 35783

offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin: this is forbidden

2005-10-03 20:40 VZ, revision 35782

transformed current/revision/age explanation comment into algorithmic form (from the original libtool rule-based one which was more suitable for Prolog interpreter than human beings...)

2005-10-03 18:19 VZ, revision 35781

added --without-subdirs option to speed up configure when you only need to build the main library

2005-10-03 17:54 VZ, revision 35780

added more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to wxArrayTreeItemIds

2005-10-03 17:18 VZ, revision 35779

removed old commented out code and out of date comments

2005-10-03 16:39 ABX, revision 35778

Source cleaning. wxMotif/OS2 adjustements.

2005-10-03 15:59 CE, revision 35777

avoid trying to link QA if not required

2005-10-03 15:53 CE, revision 35776

update to 2.7 from 2.6

2005-10-03 09:28 SC, revision 35775

avoid system pop-up menu commands being handled by wxApp, bug was shown in printing, using File->Print and changing Popup from 'Copies & Pages' to eg 'Layout'

2005-10-03 01:18 KO, revision 35774

Backporting build script fixes to 2.6 branch.

2005-10-03 01:14 KO, revision 35773

Backporting build script changes on HEAD to WX_2_6_BRANCH

2005-10-01 21:02 KH, revision 35772

Code formatting cleanup from OSAF [ patch 1307563 ]

2005-10-01 17:27 VZ, revision 35771

fix the size of the created subbitmap (backport from HEAD)

2005-10-01 15:27 VZ, revision 35770

fix the size of the created subbitmap

2005-10-01 03:42 DE, revision 35769

Ran bakefile -f autoconf and autoconf. Some missing headers have been added, the *NODOT variables were added to samples makefiles and the version changed from 2.6.2 to 2.7.0. Generated configure now includes "OS/2" fixes per wxAutohacks.

2005-09-30 16:39 DE, revision 35768

Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived from wxWindow for valid pointer comparison. Went ahead and moved some includes into new ifndef WX_PRECOMP section to improve compilation speed when using precompiled headers.

2005-09-30 09:15 MBN, revision 35767

Implemented wxMenuBar::Insert and wxMenu::Insert.

2005-09-30 09:12 MBN, revision 35766

Simplify preprocessor guards for render tables and new font handling. Remove unused method.

2005-09-29 13:54 ABX, revision 35765

More ports in non autoconf formats.

2005-09-29 12:34 ABX, revision 35764

Warning fix.

2005-09-29 10:52 ABX, revision 35763

wxCheckListBox cleanup.

2005-09-29 10:28 ABX, revision 35762

[ 1307801 ] datectrl.cpp missing from mono project for WinCE

2005-09-29 10:00 ABX, revision 35761

wxCheckListBox cleanup.

2005-09-29 07:22 JJ, revision 35760

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-28 23:43 KO, revision 35759

Allow the SWIG executable to be in a directory other than than SWIG-cvs.

2005-09-28 23:37 KO, revision 35758

Script for making the .mo files and preparing them in the correct way for them to be picked up by the Win INNO installer.

2005-09-28 23:33 KO, revision 35757

Update version number.

2005-09-28 23:31 KO, revision 35756

Reinstate building of docs/demos package, but disable chm file building until I can setup my environment for it.

2005-09-28 23:28 KO, revision 35755

Move away from relative paths on Win, fix Unicode option, reinstate docs and demos building, and various tweaks.

2005-09-28 21:16 MBN, revision 35754

Implement wxChoice::Insert.

2005-09-28 21:08 MBN, revision 35753

Fix wxMotif checkbox for Motif 1.2. (need to backport)

2005-09-28 09:48 VZ, revision 35752

backported fix for crash in Unicode build (bug 1303851)

2005-09-28 09:41 VZ, revision 35751

fix for a crash due to using NULL inputConv in Unicode build introduced in rev 1.162

2005-09-28 09:30 VZ, revision 35750

wxGTK1 compilation fix after last commit

2005-09-28 09:24 VZ, revision 35749

don't include forward declarations in tags file

2005-09-27 21:45 MW, revision 35748

Use the new wx_truncate_cast for any narrowing conversions

2005-09-27 21:20 ABX, revision 35747

wxItemContainerImmutable::FindString unified.

2005-09-27 19:29 MW, revision 35746

Remove symbol versions now that we are on a new branch

2005-09-27 19:24 MW, revision 35745

Remove cast of hash value to unsigned long, hash value can be bigger

2005-09-27 19:11 MW, revision 35744

Extend the hashmap tests to cover integer and pointer keys

2005-09-27 19:08 MW, revision 35743

Add hashes for long long keys

2005-09-27 17:05 ABX, revision 35742

wxItemContainerImmutable::FindString unified.

2005-09-27 16:54 ABX, revision 35741

wxItemContainerImmutable::FindString unified.

2005-09-27 16:38 ABX, revision 35740

wxItemContainerImmutable::FindString unified.

2005-09-27 16:23 ABX, revision 35739

Fix for broken MSWUniv after wxABI_VERSION removal (otherwise wxQTMediaBackend::QTWndProc() breaks builds).

2005-09-27 15:46 VZ, revision 35738

typo

2005-09-27 11:19 VZ, revision 35737

yet more extra semicolons removed (patch 1305031)

2005-09-27 11:08 VZ, revision 35736

(blind) fix for keyboard cues display under XP (bug 1298512)

2005-09-26 22:13 VZ, revision 35735

made Shift-JIS encoding upper case; made SJIS the canonical name for it (just because it's shorter and so will be less unweildy in directory names...)

2005-09-26 21:25 VZ, revision 35734

added directory with encoding-specific name to test recent enhancements to catalog-loading code

2005-09-26 20:06 VZ, revision 35733

fixed the sample to work with conforming C++ compiler: local struct can't reference enclosing function's locals

2005-09-26 19:24 KH, revision 35732

In GetTextColour, use GetDefaultAttributes instead of ListView_GetTextColor because the latter seems to return black all the time (instead of the theme color)

2005-09-26 16:20 DE, revision 35731

Make wxToolBar accept first mouse clicks. That is, clicking on a toolbar tool when the window is inactive will both activate the window and cause the tool to be clicked. TODO: User should be provided a way to override this behavior. The Apple HIG are basically that "dangerous" tools (like delete) should not function on an inactive window.

2005-09-26 15:42 DE, revision 35730

Add EndDialog helper which calls EndModal with the given return code if the dialog is modal, and Show(false) if the dialog is not modal. This allows the default handlers for OK and Cancel to function without assertions. This code is copied more or less directly from src/msw/dialog.cpp.

2005-09-26 15:17 MW, revision 35729

Fixes for solaris: crash in ~wxWindows(), remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-26 13:48 ABX, revision 35728

Warning fixes for BCC, VC, OW and MinGW.

2005-09-26 13:43 ABX, revision 35727

Default serting by name.

2005-09-26 13:37 ABX, revision 35726

MSWUniv build fix.

2005-09-26 13:30 ABX, revision 35725

Better fix for modal/modeless wizards.

2005-09-26 12:53 MR, revision 35724

Revert revision 1.102.2.2: date: 2002/10/13 21:03:45; author: RR; state: Exp; lines: +4 -2 Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows. ========================= It will override preceding users call to SetFocus, effectively introducing bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either). Reverting fixes that. Need to investigate why it was needed in relation to Comboboxes, but SetFocus/SetDefault breakage is worser imho, hence the revert for now.

2005-09-26 12:39 VZ, revision 35723

corrected #ifdef order (might help linking with wxUSE_MEMORY_TRACING==1)

2005-09-26 12:29 VZ, revision 35722

fixed function declaration in wxFORCE_LINK_MODULE

2005-09-26 09:02 VZ, revision 35721

reset libtool version for new branch

2005-09-26 08:59 VZ, revision 35720

added comment about things to update in version.bkl when changing the version

2005-09-26 08:44 ABX, revision 35719

Root for OS2 - feedback from openwatcom newsgroups.

2005-09-26 05:24 SC, revision 35718

fixing focus handling for generic controls in carbon-cfm

2005-09-26 04:55 SC, revision 35717

fixing focus handling for generic controls in carbon-cfm

2005-09-26 01:02 VZ, revision 35716

fixed wide char codeset detection for systems which do support LE/BE variants (broken by recent commit)

2005-09-26 00:53 VZ, revision 35715

added tracing code to wide char codeset detection

2005-09-26 00:31 VZ, revision 35714

use wxIsNullDouble instead of comparing m_ration with 0

2005-09-26 00:29 VZ, revision 35713

fixed variable shadowing icc warnings

2005-09-26 00:21 VZ, revision 35712

fixed warnings about truncating 64 bit integers

2005-09-25 23:58 VZ, revision 35711

added wxIsNullDouble()

2005-09-25 23:57 VZ, revision 35710

fixed warnings about truncating 64 bit integers

2005-09-25 23:38 VZ, revision 35709

added pragmas to disable icc warning when va_arg is used with a pointer type

2005-09-25 23:36 VZ, revision 35708

fixed warnings about pointer to integer cast

2005-09-25 23:30 VZ, revision 35707

fix icc warning about printf() format mismatch

2005-09-25 23:28 VZ, revision 35706

removed more extraneous semicolons

2005-09-25 23:27 VZ, revision 35705

use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles

2005-09-25 22:51 VZ, revision 35704

fix hiding a local variable by another one in the inner scope

2005-09-25 22:50 VZ, revision 35703

don't use deprecated cast operator to wxList&

2005-09-25 22:48 VZ, revision 35702

don't declare pthread_mutexattr_settype() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:42 VZ, revision 35701

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:35 VZ, revision 35700

disable warning about data truncation (810) for icc (this is a useful warning and might be reenabled later but for now there are simply too many of them...)

2005-09-25 22:34 VZ, revision 35699

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 20:49 MW, revision 35698

Fixes for include guards, patch 1256967 Paul Cornett

2005-09-25 20:45 VZ, revision 35697

fixed a signed/unsigned comparison warning introudced by last warning fix...

2005-09-25 20:45 VZ, revision 35696

don't use deprecated conversion operator in wxVariantDataList

2005-09-25 20:43 VZ, revision 35695

replaced gs_menuItems hack with a wxOwnerDrawn::m_isMenuItem field

2005-09-25 20:39 VZ, revision 35694

removed #errors in 2.7 compilation

2005-09-25 20:35 VZ, revision 35693

enable new font handling (working for i18n applications) by default

2005-09-25 20:29 VZ, revision 35692

re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other classes with their own DoCreate() and re-removed DoDestroy()

2005-09-25 20:25 VZ, revision 35691

corrected typo in check for icc

2005-09-25 20:23 VZ, revision 35690

removed wxABI_VERSION checks

2005-09-25 20:17 VZ, revision 35689

added and documented SetEscapeId()

2005-09-25 19:59 VZ, revision 35688

first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100

2005-09-25 19:08 VZ, revision 35687

position is always unsigned in InsetPage(), no need to compare it with 0

2005-09-25 18:46 VZ, revision 35686

fix after adding wxFORCE_LINK_MODULE

2005-09-25 18:14 VZ, revision 35685

added wxIsSameDouble() which wraps double comparison in a pragmas disabling icc warning about it

2005-09-25 18:09 VZ, revision 35684

added wxFORCE_LINK_MODULE public macro which can now be used outside of wxHTML too; modified it to not provoke icc warnings when used

2005-09-25 16:19 VZ, revision 35683

fixed two icc warnings about local variables hiding parameters

2005-09-25 16:12 SN, revision 35682

Applied [ 1186782 ] Setting thread stack size on Unix.

2005-09-25 14:31 VZ, revision 35681

add Intel compiler detection

2005-09-25 14:26 MBN, revision 35680

Trace module initialization and cleanup.

2005-09-25 14:24 MBN, revision 35679

Remove now unused header. Forward declaration is enough for wxBookCtrl and wxNotebook.

2005-09-25 14:22 MBN, revision 35678

Make member variable private.

2005-09-25 13:02 MW, revision 35677

Ambiguous overload fix for gcc

2005-09-25 12:53 MW, revision 35676

Compile fixes for the const patch

2005-09-25 11:21 VZ, revision 35675

fix for library order when using wx-dependent libraries (part of patch 1303724)

2005-09-25 11:19 VZ, revision 35674

don't put odbc lib twice in the generated makefile (part of patch 1303833)

2005-09-25 11:16 VZ, revision 35673

more extra semicolons removed (patch 1303724)

2005-09-25 11:06 VZ, revision 35672

Mac compilation fix after const patch

2005-09-25 07:17 MW, revision 35671

Fix for crash in ~wxWindow() on solaris

2005-09-25 07:12 MW, revision 35670

Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-24 23:56 VZ, revision 35669

wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag (and it actually works correctly, too)

2005-09-24 23:28 VZ, revision 35668

fix wxExecute() return code checks and removed not working code to open URLs in new window

2005-09-24 23:08 VZ, revision 35667

make WinStruct<> available in non-GUI code too

2005-09-24 22:31 VZ, revision 35666

set error to GSOCK_TIMEOUT if the socket timed out (modified and extended patch 1303554)

2005-09-24 21:43 VZ, revision 35665

added missing consts and pass objects by const reference instead of by value (patch 1205869)

2005-09-24 21:28 VZ, revision 35664

missing const added (patch 1295036)

2005-09-24 21:22 VZ, revision 35663

don't set focus to a hidden notebook (patch 1299005)

2005-09-24 21:15 VZ, revision 35662

update for 2.6.2 (patch 1294900)

2005-09-24 20:38 VZ, revision 35661

made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298)

2005-09-24 20:29 VZ, revision 35660

remove extraneous semicolons (patch 1299687)

2005-09-24 11:25 VZ, revision 35659

removed code defining NO_GCC_PRAGMA, we shouldn't need it any longer (alternatively, if user code requires it, we should always define it, but we still don't need any tests in configure)

2005-09-24 04:38 KH, revision 35658

Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function parameter (socklen_t vs. int) so that OS X 10.2 will correctly determine the parameter as an int; using -Werror forces the warnings thrown when attempting size_t to make configure fall back to int.

2005-09-24 00:16 MW, revision 35657

Memory corruption fix

2005-09-24 00:14 MW, revision 35656

Put headers for all ports into the wxBase tarballs and add msdos headers to the wxBase zip

2005-09-24 00:11 MW, revision 35655

Hopefully this adds the msdos files to the wxBase zip

2005-09-23 17:18 MR, revision 35654

Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles on Windows from docs/msw/install.txt

2005-09-23 16:02 DE, revision 35653

As of src/common/framecmn.cpp revision 1.60 the wxFrameBase::CreateToolBar method now uses SetToolBar rather than updating m_frameToolBar directly. Therefore, we no longer need to duplicate the code from SetToolBar in CreateToolBar.

2005-09-23 15:27 DE, revision 35652

Added Cocoa_acceptsFirstMouse.

2005-09-23 15:24 DE, revision 35651

Added Cocoa_canBecomeKeyWindow.

2005-09-23 12:56 MR, revision 35650

Nuke #pragma implementation/interface's

2005-09-23 05:13 , revision 35649
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/lib/dummy
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/internat.rc
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/mondrian.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/layout/expt.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/chart.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/png/pngdemo.rc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/resource
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/tab
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/aclocal.m4
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/configure
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/configure.in
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/expat.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/expat.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/internal.h
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/os2config.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/cross.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/horiz.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/verti.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/cross.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/verti.xbm
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/search.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/.cvsignore
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ANNOUNCE
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.1
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/CHANGES
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/configure
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/example.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/INSTALL
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/KNOWNBUG
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/LICENSE
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpng.3
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpng.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpngpf.3
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.dos
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.sc
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.unx
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.vc
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.wat
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.5
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.c
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngasmrd.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngconf.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngerror.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pnggccrd.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngget.c
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngM8.xml
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngmem.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngpread.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngread.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrio.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrtran.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrutil.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngset.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngtest.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngtrans.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngvcrd.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwio.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwrite.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwtran.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwutil.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/borland
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/msvc
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/README
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/TODO
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/Y2KINFO
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/regex/regfronts.c
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/unix/net.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/algorithm.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/crc32.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/FAQ
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/INDEX
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/inflate.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/README
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/trees.h
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/wxprop

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

2005-09-23 05:13 KO, revision 35648

Fixed unicode support and introduced a debug flag.

2005-09-22 16:22 MW, revision 35647

Fix for 'make dist' to include headers for all ports

2005-09-22 13:43 VZ, revision 35646

Unicode build fix

2005-09-22 12:48 VZ, revision 35645

gcc compilation fixes after last commit

2005-09-22 12:36 VZ, revision 35644

try all known UCS-[24] synonyms in wxMBConv_iconv, this should fix this class on IRIX (where UCS-4 is supported but neither UCS-4[LB]E nor UCS4, which were the only ones we tested, are not)

2005-09-22 11:26 VZ, revision 35643

more synonyms for UCS-2/4

2005-09-22 09:59 VZ, revision 35642

warning about standard controls

2005-09-21 22:09 JS, revision 35641

Don't skip after writing tab or we could get another one in some circumstances (when top parent is frame)

2005-09-21 15:41 VZ, revision 35640

converted XPMs to Unix EOLs, otherwise some Unix compilers don't like them

2005-09-21 10:32 ABX, revision 35639

Wrong flag correction.

2005-09-21 10:32 , revision 35638
  • A /wxWidgets/branches/WX_2_6_BRANCH
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/autogen.mk
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/README.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/demos/dbbrowse/makefile.gtk
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/combobox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/pen.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_6_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/png/pngdemo.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/resource
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/.cvsignore
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/defsext.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/bitmaps
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/expat.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/search.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/bmpbuttn.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/combobox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/dcclient.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/pen.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/radiobut.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/settings.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/slider.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/statbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/toolbar.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/utilsgui.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.dos
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.sc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.vc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.wat
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/stc
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/unix/net.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/trees.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/wxprop

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

2005-09-21 07:04 MR, revision 35637

[wxGTK] Remove wxTLW::RequestUserAttention related backwards compatibility hacks

2005-09-21 04:43 KO, revision 35636

Removing hardcoded ansi and 2.3 support for Mac build scripts.

2005-09-21 04:37 KO, revision 35635

Fix an issue where dist may actually be created as a file rather than a directory.

2005-09-20 23:09 VZ, revision 35634

and restored error checking too: this completes sequence of 3 check ins making wx-config work on systems with Bourne shell

2005-09-20 23:01 VZ, revision 35633

better (i.e. actually working) fix for the problem on systems where /bin/sh is a Bourne shell

2005-09-20 22:39 VZ, revision 35632

made wx-config work in place on systems where /bin/sh is a Bourne shell (such as IRIX)

2005-09-20 22:21 VZ, revision 35631

fix SGI CC warning about last parameter of vararg function being unnamed in release build

2005-09-20 22:17 VZ, revision 35630

don't define constants unused in release build (SGI CC warning)

2005-09-20 21:19 DE, revision 35629

Call [super dealloc] from overridden dealloc methods.

2005-09-20 20:33 , revision 35628
  • A /wxWidgets/tags/WX_2_6_2
  • D /wxWidgets/tags/WX_2_6_2/build/autogen.mk
  • D /wxWidgets/tags/WX_2_6_2/build/README.txt
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_6_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_6_2/lib/dummy
  • R /wxWidgets/tags/WX_2_6_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_6_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_6_2/samples/resource
  • R /wxWidgets/tags/WX_2_6_2/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_6_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/expat
  • A /wxWidgets/tags/WX_2_6_2/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_6_2/src/expat/configure
  • R /wxWidgets/tags/WX_2_6_2/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_6_2/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_6_2/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_6_2/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_6_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_6_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_6_2/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_6_2/src/png
  • A /wxWidgets/tags/WX_2_6_2/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_6_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_6_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_6_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_6_2/src/png/configure
  • R /wxWidgets/tags/WX_2_6_2/src/png/example.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_6_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_6_2/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_6_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.wat
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.5
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.c
  • A /wxWidgets/tags/WX_2_6_2/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_6_2/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_6_2/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_6_2/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_6_2/src/png/README
  • D /wxWidgets/tags/WX_2_6_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_6_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_6_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_6_2/src/png/TODO
  • R /wxWidgets/tags/WX_2_6_2/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_6_2/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_6_2/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/README
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_6_2/utils/wxprop

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

2005-09-20 20:33 VZ, revision 35627

really fix binary backwards compatibility for wxMotif

2005-09-20 17:34 DE, revision 35626

Added simple instructions and autogen.mk to rebuild configure script.

2005-09-20 15:19 SC, revision 35625

adding missing file

2005-09-20 15:18 JS, revision 35624

Fixed typo

2005-09-20 15:16 SC, revision 35623

moving libiconv and libz into linker flags, as Xcode resolves the links otherwise into fixed references at compile time...

2005-09-20 15:04 JS, revision 35622

Added aclocal files to make_dist.mk

2005-09-20 14:12 JS, revision 35621

Tweak

2005-09-20 14:10 JS, revision 35620

Added aclocal directory

2005-09-20 13:54 ABX, revision 35619

Polish translation update.

2005-09-20 12:08 JS, revision 35618

Changed date

2005-09-20 12:01 MW, revision 35617

Fix wxGTK crash on startup on 64-bit solaris 10

2005-09-20 11:28 JS, revision 35616

Docmented IsModal change

2005-09-20 11:18 JS, revision 35615

Don't assert if the window doesn't accept the focus.

2005-09-20 11:03 JS, revision 35614

IsModal now has the newer meaning.

2005-09-20 10:57 MR, revision 35613

Document wxDirDialog styles

2005-09-20 10:06 JS, revision 35612

Removed unnecessary IsModal call

2005-09-20 10:05 JS, revision 35611

IsModal() now has the newer meaning (equivalent of old IsModalShowing())

2005-09-20 09:52 VZ, revision 35610

blind compilation fix for cygwin Unicode build (bug 1296144)

2005-09-20 09:12 JS, revision 35609

Added commented-out IPC_SERVICE for easier testing

2005-09-20 09:09 JS, revision 35608

Updated FAQ from web files

2005-09-20 07:39 RL, revision 35607

Mostly changes from the Debian 2.4.4 release(s) to improve compatibility with wx2.6 branch. Backports wxversion.py and versioned install support for setup.py Includes new peer reviewed fr.po from http://bugs.debian.org/329070.

2005-09-20 01:56 KO, revision 35606

Some automated build scripts that wrap Robin's and make it easier to build installers (without having access to his R-bot build network:).

2005-09-19 23:34 VZ, revision 35605

only call fsync() on disk files, otherwise we get an error for pipes under Unix

2005-09-19 22:32 ABX, revision 35604

angle bracket problem fix

2005-09-19 20:48 MW, revision 35603

Regenerated after the lib64, lib/64 changes

2005-09-19 20:16 MW, revision 35602

Revert previous commit for fear that 'test -h' may not work everywhere

2005-09-19 19:57 MW, revision 35601

Allow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks

2005-09-19 19:50 MW, revision 35600

Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32, /usr/lib/64 and /usr/lib64

2005-09-19 19:45 MW, revision 35599

Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris

2005-09-19 18:41 MW, revision 35598

Fix for detection of motif in the default library path

2005-09-19 15:34 JS, revision 35597

Fix for modal/modeless wizards

2005-09-19 15:18 JS, revision 35596

Missing end of comment

2005-09-19 14:56 KH, revision 35595

Make sure Enable_Events is called when a connection is immediately established (such as when using domain sockets for IPC). Fixes bug 1195700

2005-09-19 12:46 VZ, revision 35594

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 11:38 MR, revision 35593

Fix "Error: Curly braces do not match inside file fontmap.tex"

2005-09-19 10:36 VZ, revision 35592

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 10:28 VZ, revision 35591

only check for lib directory for architectures which have multiple ABIs (Solaris, IRIX, Linux)

2005-09-19 01:54 RL, revision 35590

Applied peer reviewed translation from: http://bugs.debian.org/328966 Does not include fuzzy merge from current head, they are plainly wrong (even to me) and will need another cycle of manual review.

2005-09-19 00:54 VZ, revision 35589

fix to last commit: extra parentheses removed

2005-09-19 00:32 VZ, revision 35588

fix for creation of shared libraries under AIX with gcc

2005-09-19 00:26 VZ, revision 35587

fix for creation of shared libraries under AIX with gcc

2005-09-18 23:38 VZ, revision 35586

workaround for buggy setlocale() under AIX (without this wxLocale didn't work at all)

2005-09-18 23:27 SN, revision 35585

Added (dummy) handler for loading bitmap from file instead of resource.

2005-09-18 23:04 VZ, revision 35584

documented GetAllEncodingNames

2005-09-18 23:04 VZ, revision 35583

condensed 2 very similar trace messages into one

2005-09-18 23:00 VZ, revision 35582

added ifconfig and ping locations for AIX

2005-09-18 22:48 MBN, revision 35581

Send wxInitDialogEvent under wxMotif.

2005-09-18 20:12 VZ, revision 35580

Unicode compilation fix

2005-09-18 20:09 VZ, revision 35579

GetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here any more, wxFontMapper::GetEncodingFromName() knows about them

2005-09-18 20:08 VZ, revision 35578

add CP-xxx as synonyms for WINDOWS-xxx

2005-09-18 19:49 VZ, revision 35577

look in codeset-specific directory for locale files first, then fallback to the one without codeset

2005-09-18 19:27 VZ, revision 35576

more encoding names for AIX/Solaris/IRIX

2005-09-18 19:13 SC, revision 35575

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 19:08 SC, revision 35574

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 16:50 VZ, revision 35573

don't pass NULL pointer to printf(), this crashes Solaris printf

2005-09-18 16:41 VZ, revision 35572

don't create conversion objects unless we really need to convert

2005-09-18 16:40 VZ, revision 35571

added trace message to wxCSConv creation code

2005-09-18 14:48 VZ, revision 35570

avoid unnecessary conversions when loading the catalog (i.e. if the catalog encoding is the same as the currently used one)

2005-09-18 14:46 VZ, revision 35569

compate charset names case-insensitively in GetEncodingFromName()

2005-09-18 14:23 VZ, revision 35568

signed/unsigned comparison warning

2005-09-18 14:11 VZ, revision 35567

removed unused variable

2005-09-18 14:01 VZ, revision 35566

added GetAllEncodingNames(), use it to select the correct encoding name to pass to iconv_open()

2005-09-18 13:32 VZ, revision 35565

regenerated after latest changes: alternative standard library directory name support; SGI CC dependencies; ...

2005-09-18 13:31 JS, revision 35564

Corrected behaviour for modeless wizards -- can't detect modal/modeless state after EndModal is called. Future API might incorporate modal flag so wxWizard can do the right thing.

2005-09-18 13:24 , revision 35563
  • A /wxWidgets/branches/SDL
  • D /wxWidgets/branches/SDL/.cvsignore
  • D /wxWidgets/branches/SDL/acinclude.m4
  • D /wxWidgets/branches/SDL/aclocal.m4
  • D /wxWidgets/branches/SDL/art
  • D /wxWidgets/branches/SDL/autoconf_inc.m4
  • D /wxWidgets/branches/SDL/autogen.sh
  • D /wxWidgets/branches/SDL/BuildCVS.txt
  • D /wxWidgets/branches/SDL/build/.cvsignore
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/SDL/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk.m4
  • D /wxWidgets/branches/SDL/build/aclocal/pkg.m4
  • D /wxWidgets/branches/SDL/build/bakefiles
  • D /wxWidgets/branches/SDL/build/msw
  • D /wxWidgets/branches/SDL/build/palmos
  • D /wxWidgets/branches/SDL/build/script
  • D /wxWidgets/branches/SDL/build/update-setup-h
  • D /wxWidgets/branches/SDL/config.guess
  • D /wxWidgets/branches/SDL/config.sub
  • D /wxWidgets/branches/SDL/configure
  • D /wxWidgets/branches/SDL/configure.in
  • D /wxWidgets/branches/SDL/contrib
  • D /wxWidgets/branches/SDL/debian
  • D /wxWidgets/branches/SDL/demos
  • D /wxWidgets/branches/SDL/descrip.mms
  • D /wxWidgets/branches/SDL/difflast.pl
  • D /wxWidgets/branches/SDL/distrib
  • D /wxWidgets/branches/SDL/docs
  • D /wxWidgets/branches/SDL/include
  • D /wxWidgets/branches/SDL/install-sh
  • D /wxWidgets/branches/SDL/lib
  • D /wxWidgets/branches/SDL/locale
  • D /wxWidgets/branches/SDL/Makefile.in
  • D /wxWidgets/branches/SDL/make-deb
  • D /wxWidgets/branches/SDL/misc
  • D /wxWidgets/branches/SDL/mkinstalldirs
  • D /wxWidgets/branches/SDL/regen
  • D /wxWidgets/branches/SDL/samples
  • D /wxWidgets/branches/SDL/setup.h.in
  • D /wxWidgets/branches/SDL/setup.h_vms
  • D /wxWidgets/branches/SDL/src
  • D /wxWidgets/branches/SDL/tests
  • D /wxWidgets/branches/SDL/utils
  • D /wxWidgets/branches/SDL/version-script.in
  • D /wxWidgets/branches/SDL/wx-config-inplace.in
  • D /wxWidgets/branches/SDL/wx-config.in
  • D /wxWidgets/branches/SDL/wxBase.spec
  • D /wxWidgets/branches/SDL/wxGTK.spec
  • D /wxWidgets/branches/SDL/wxGTK_RR.spec
  • D /wxWidgets/branches/SDL/wxMGL.spec
  • D /wxWidgets/branches/SDL/wxMotif.spec
  • D /wxWidgets/branches/SDL/wxPython
  • D /wxWidgets/branches/SDL/wxWINE.spec
  • D /wxWidgets/branches/SDL/wxwin.m4
  • D /wxWidgets/branches/SDL/wxX11.spec

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

2005-09-18 13:24 , revision 35562
  • A /wxWidgets/branches/PKG_CONFIG
  • D /wxWidgets/branches/PKG_CONFIG/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/acinclude.m4
  • D /wxWidgets/branches/PKG_CONFIG/aclocal.m4
  • D /wxWidgets/branches/PKG_CONFIG/art
  • D /wxWidgets/branches/PKG_CONFIG/autoconf_inc.m4
  • D /wxWidgets/branches/PKG_CONFIG/autogen.sh
  • D /wxWidgets/branches/PKG_CONFIG/BuildCVS.txt
  • D /wxWidgets/branches/PKG_CONFIG/build/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/sdl.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/bakefiles
  • D /wxWidgets/branches/PKG_CONFIG/build/msw
  • D /wxWidgets/branches/PKG_CONFIG/build/palmos
  • D /wxWidgets/branches/PKG_CONFIG/build/script
  • D /wxWidgets/branches/PKG_CONFIG/build/update-setup-h
  • D /wxWidgets/branches/PKG_CONFIG/config.guess
  • D /wxWidgets/branches/PKG_CONFIG/config.sub
  • D /wxWidgets/branches/PKG_CONFIG/configure
  • D /wxWidgets/branches/PKG_CONFIG/configure.in
  • D /wxWidgets/branches/PKG_CONFIG/contrib
  • D /wxWidgets/branches/PKG_CONFIG/debian
  • D /wxWidgets/branches/PKG_CONFIG/demos
  • D /wxWidgets/branches/PKG_CONFIG/descrip.mms
  • D /wxWidgets/branches/PKG_CONFIG/difflast.pl
  • D /wxWidgets/branches/PKG_CONFIG/distrib
  • D /wxWidgets/branches/PKG_CONFIG/docs
  • D /wxWidgets/branches/PKG_CONFIG/include
  • D /wxWidgets/branches/PKG_CONFIG/install-sh
  • D /wxWidgets/branches/PKG_CONFIG/lib
  • D /wxWidgets/branches/PKG_CONFIG/locale
  • D /wxWidgets/branches/PKG_CONFIG/Makefile.in
  • D /wxWidgets/branches/PKG_CONFIG/make-deb
  • D /wxWidgets/branches/PKG_CONFIG/misc
  • D /wxWidgets/branches/PKG_CONFIG/mkinstalldirs
  • D /wxWidgets/branches/PKG_CONFIG/regen
  • D /wxWidgets/branches/PKG_CONFIG/samples
  • D /wxWidgets/branches/PKG_CONFIG/setup.h.in
  • D /wxWidgets/branches/PKG_CONFIG/setup.h_vms
  • D /wxWidgets/branches/PKG_CONFIG/src
  • D /wxWidgets/branches/PKG_CONFIG/tests
  • D /wxWidgets/branches/PKG_CONFIG/utils
  • D /wxWidgets/branches/PKG_CONFIG/version-script.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config-inplace.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config.in
  • D /wxWidgets/branches/PKG_CONFIG/wxBase.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK_RR.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMGL.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMotif.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxPython
  • D /wxWidgets/branches/PKG_CONFIG/wxWINE.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxwin.m4
  • D /wxWidgets/branches/PKG_CONFIG/wxX11.spec

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

2005-09-18 13:24 , revision 35561
  • A /wxWidgets/branches/GTK2
  • D /wxWidgets/branches/GTK2/.cvsignore
  • D /wxWidgets/branches/GTK2/acinclude.m4
  • D /wxWidgets/branches/GTK2/aclocal.m4
  • D /wxWidgets/branches/GTK2/art
  • D /wxWidgets/branches/GTK2/autoconf_inc.m4
  • D /wxWidgets/branches/GTK2/autogen.sh
  • D /wxWidgets/branches/GTK2/BuildCVS.txt
  • D /wxWidgets/branches/GTK2/build/.cvsignore
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK2/build/bakefiles
  • D /wxWidgets/branches/GTK2/build/msw
  • D /wxWidgets/branches/GTK2/build/palmos
  • D /wxWidgets/branches/GTK2/build/script
  • D /wxWidgets/branches/GTK2/build/update-setup-h
  • D /wxWidgets/branches/GTK2/config.guess
  • D /wxWidgets/branches/GTK2/config.sub
  • D /wxWidgets/branches/GTK2/configure
  • D /wxWidgets/branches/GTK2/configure.in
  • D /wxWidgets/branches/GTK2/contrib
  • D /wxWidgets/branches/GTK2/debian
  • D /wxWidgets/branches/GTK2/demos
  • D /wxWidgets/branches/GTK2/descrip.mms
  • D /wxWidgets/branches/GTK2/difflast.pl
  • D /wxWidgets/branches/GTK2/distrib
  • D /wxWidgets/branches/GTK2/docs
  • D /wxWidgets/branches/GTK2/include
  • D /wxWidgets/branches/GTK2/install-sh
  • D /wxWidgets/branches/GTK2/lib
  • D /wxWidgets/branches/GTK2/locale
  • D /wxWidgets/branches/GTK2/Makefile.in
  • D /wxWidgets/branches/GTK2/make-deb
  • D /wxWidgets/branches/GTK2/misc
  • D /wxWidgets/branches/GTK2/mkinstalldirs
  • D /wxWidgets/branches/GTK2/regen
  • D /wxWidgets/branches/GTK2/samples
  • D /wxWidgets/branches/GTK2/setup.h.in
  • D /wxWidgets/branches/GTK2/setup.h_vms
  • D /wxWidgets/branches/GTK2/src
  • D /wxWidgets/branches/GTK2/tests
  • D /wxWidgets/branches/GTK2/utils
  • D /wxWidgets/branches/GTK2/version-script.in
  • D /wxWidgets/branches/GTK2/wx-config-inplace.in
  • D /wxWidgets/branches/GTK2/wx-config.in
  • D /wxWidgets/branches/GTK2/wxBase.spec
  • D /wxWidgets/branches/GTK2/wxGTK.spec
  • D /wxWidgets/branches/GTK2/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK2/wxMGL.spec
  • D /wxWidgets/branches/GTK2/wxMotif.spec
  • D /wxWidgets/branches/GTK2/wxPython
  • D /wxWidgets/branches/GTK2/wxWINE.spec
  • D /wxWidgets/branches/GTK2/wxwin.m4
  • D /wxWidgets/branches/GTK2/wxX11.spec

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

2005-09-18 13:24 , revision 35560
  • A /wxWidgets/branches/GTK1
  • D /wxWidgets/branches/GTK1/.cvsignore
  • D /wxWidgets/branches/GTK1/acinclude.m4
  • D /wxWidgets/branches/GTK1/aclocal.m4
  • D /wxWidgets/branches/GTK1/art
  • D /wxWidgets/branches/GTK1/autoconf_inc.m4
  • D /wxWidgets/branches/GTK1/autogen.sh
  • D /wxWidgets/branches/GTK1/BuildCVS.txt
  • D /wxWidgets/branches/GTK1/build/.cvsignore
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK1/build/bakefiles
  • D /wxWidgets/branches/GTK1/build/msw
  • D /wxWidgets/branches/GTK1/build/palmos
  • D /wxWidgets/branches/GTK1/build/script
  • D /wxWidgets/branches/GTK1/build/update-setup-h
  • D /wxWidgets/branches/GTK1/config.guess
  • D /wxWidgets/branches/GTK1/config.sub
  • D /wxWidgets/branches/GTK1/configure
  • D /wxWidgets/branches/GTK1/configure.in
  • D /wxWidgets/branches/GTK1/contrib
  • D /wxWidgets/branches/GTK1/debian
  • D /wxWidgets/branches/GTK1/demos
  • D /wxWidgets/branches/GTK1/descrip.mms
  • D /wxWidgets/branches/GTK1/difflast.pl
  • D /wxWidgets/branches/GTK1/distrib
  • D /wxWidgets/branches/GTK1/docs
  • D /wxWidgets/branches/GTK1/include
  • D /wxWidgets/branches/GTK1/install-sh
  • D /wxWidgets/branches/GTK1/lib
  • D /wxWidgets/branches/GTK1/locale
  • D /wxWidgets/branches/GTK1/Makefile.in
  • D /wxWidgets/branches/GTK1/make-deb
  • D /wxWidgets/branches/GTK1/misc
  • D /wxWidgets/branches/GTK1/mkinstalldirs
  • D /wxWidgets/branches/GTK1/regen
  • D /wxWidgets/branches/GTK1/samples
  • D /wxWidgets/branches/GTK1/setup.h.in
  • D /wxWidgets/branches/GTK1/setup.h_vms
  • D /wxWidgets/branches/GTK1/src
  • D /wxWidgets/branches/GTK1/tests
  • D /wxWidgets/branches/GTK1/utils
  • D /wxWidgets/branches/GTK1/version-script.in
  • D /wxWidgets/branches/GTK1/wx-config-inplace.in
  • D /wxWidgets/branches/GTK1/wx-config.in
  • D /wxWidgets/branches/GTK1/wxBase.spec
  • D /wxWidgets/branches/GTK1/wxGTK.spec
  • D /wxWidgets/branches/GTK1/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK1/wxMGL.spec
  • D /wxWidgets/branches/GTK1/wxMotif.spec
  • D /wxWidgets/branches/GTK1/wxPython
  • D /wxWidgets/branches/GTK1/wxWINE.spec
  • D /wxWidgets/branches/GTK1/wxwin.m4
  • D /wxWidgets/branches/GTK1/wxX11.spec

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

2005-09-18 13:24 , revision 35559
  • A /wxWidgets/branches/GSTREAMER
  • D /wxWidgets/branches/GSTREAMER/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/acinclude.m4
  • D /wxWidgets/branches/GSTREAMER/aclocal.m4
  • D /wxWidgets/branches/GSTREAMER/art
  • D /wxWidgets/branches/GSTREAMER/autoconf_inc.m4
  • D /wxWidgets/branches/GSTREAMER/autogen.sh
  • D /wxWidgets/branches/GSTREAMER/BuildCVS.txt
  • D /wxWidgets/branches/GSTREAMER/build/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GSTREAMER/build/bakefiles
  • D /wxWidgets/branches/GSTREAMER/build/msw
  • D /wxWidgets/branches/GSTREAMER/build/palmos
  • D /wxWidgets/branches/GSTREAMER/build/script
  • D /wxWidgets/branches/GSTREAMER/build/update-setup-h
  • D /wxWidgets/branches/GSTREAMER/config.guess
  • D /wxWidgets/branches/GSTREAMER/config.sub
  • D /wxWidgets/branches/GSTREAMER/configure
  • D /wxWidgets/branches/GSTREAMER/configure.in
  • D /wxWidgets/branches/GSTREAMER/contrib
  • D /wxWidgets/branches/GSTREAMER/debian
  • D /wxWidgets/branches/GSTREAMER/demos
  • D /wxWidgets/branches/GSTREAMER/descrip.mms
  • D /wxWidgets/branches/GSTREAMER/difflast.pl
  • D /wxWidgets/branches/GSTREAMER/distrib
  • D /wxWidgets/branches/GSTREAMER/docs
  • D /wxWidgets/branches/GSTREAMER/include
  • D /wxWidgets/branches/GSTREAMER/install-sh
  • D /wxWidgets/branches/GSTREAMER/lib
  • D /wxWidgets/branches/GSTREAMER/locale
  • D /wxWidgets/branches/GSTREAMER/Makefile.in
  • D /wxWidgets/branches/GSTREAMER/make-deb
  • D /wxWidgets/branches/GSTREAMER/misc
  • D /wxWidgets/branches/GSTREAMER/mkinstalldirs
  • D /wxWidgets/branches/GSTREAMER/regen
  • D /wxWidgets/branches/GSTREAMER/samples
  • D /wxWidgets/branches/GSTREAMER/setup.h.in
  • D /wxWidgets/branches/GSTREAMER/setup.h_vms
  • D /wxWidgets/branches/GSTREAMER/src
  • D /wxWidgets/branches/GSTREAMER/tests
  • D /wxWidgets/branches/GSTREAMER/utils
  • D /wxWidgets/branches/GSTREAMER/version-script.in
  • D /wxWidgets/branches/GSTREAMER/wx-config-inplace.in
  • D /wxWidgets/branches/GSTREAMER/wx-config.in
  • D /wxWidgets/branches/GSTREAMER/wxBase.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK_RR.spec
  • D /wxWidgets/branches/GSTREAMER/wxMGL.spec
  • D /wxWidgets/branches/GSTREAMER/wxMotif.spec
  • D /wxWidgets/branches/GSTREAMER/wxPython
  • D /wxWidgets/branches/GSTREAMER/wxWINE.spec
  • D /wxWidgets/branches/GSTREAMER/wxwin.m4
  • D /wxWidgets/branches/GSTREAMER/wxX11.spec

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

2005-09-18 13:24 , revision 35558
  • A /wxWidgets/branches/CPPUNIT
  • D /wxWidgets/branches/CPPUNIT/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/acinclude.m4
  • D /wxWidgets/branches/CPPUNIT/aclocal.m4
  • D /wxWidgets/branches/CPPUNIT/art
  • D /wxWidgets/branches/CPPUNIT/autoconf_inc.m4
  • D /wxWidgets/branches/CPPUNIT/autogen.sh
  • D /wxWidgets/branches/CPPUNIT/BuildCVS.txt
  • D /wxWidgets/branches/CPPUNIT/build/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/pkg.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/sdl.m4
  • D /wxWidgets/branches/CPPUNIT/build/bakefiles
  • D /wxWidgets/branches/CPPUNIT/build/msw
  • D /wxWidgets/branches/CPPUNIT/build/palmos
  • D /wxWidgets/branches/CPPUNIT/build/script
  • D /wxWidgets/branches/CPPUNIT/build/update-setup-h
  • D /wxWidgets/branches/CPPUNIT/config.guess
  • D /wxWidgets/branches/CPPUNIT/config.sub
  • D /wxWidgets/branches/CPPUNIT/configure
  • D /wxWidgets/branches/CPPUNIT/configure.in
  • D /wxWidgets/branches/CPPUNIT/contrib
  • D /wxWidgets/branches/CPPUNIT/debian
  • D /wxWidgets/branches/CPPUNIT/demos
  • D /wxWidgets/branches/CPPUNIT/descrip.mms
  • D /wxWidgets/branches/CPPUNIT/difflast.pl
  • D /wxWidgets/branches/CPPUNIT/distrib
  • D /wxWidgets/branches/CPPUNIT/docs
  • D /wxWidgets/branches/CPPUNIT/include
  • D /wxWidgets/branches/CPPUNIT/install-sh
  • D /wxWidgets/branches/CPPUNIT/lib
  • D /wxWidgets/branches/CPPUNIT/locale
  • D /wxWidgets/branches/CPPUNIT/Makefile.in
  • D /wxWidgets/branches/CPPUNIT/make-deb
  • D /wxWidgets/branches/CPPUNIT/misc
  • D /wxWidgets/branches/CPPUNIT/mkinstalldirs
  • D /wxWidgets/branches/CPPUNIT/regen
  • D /wxWidgets/branches/CPPUNIT/samples
  • D /wxWidgets/branches/CPPUNIT/setup.h.in
  • D /wxWidgets/branches/CPPUNIT/setup.h_vms
  • D /wxWidgets/branches/CPPUNIT/src
  • D /wxWidgets/branches/CPPUNIT/tests
  • D /wxWidgets/branches/CPPUNIT/utils
  • D /wxWidgets/branches/CPPUNIT/version-script.in
  • D /wxWidgets/branches/CPPUNIT/wx-config-inplace.in
  • D /wxWidgets/branches/CPPUNIT/wx-config.in
  • D /wxWidgets/branches/CPPUNIT/wxBase.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK_RR.spec
  • D /wxWidgets/branches/CPPUNIT/wxMGL.spec
  • D /wxWidgets/branches/CPPUNIT/wxMotif.spec
  • D /wxWidgets/branches/CPPUNIT/wxPython
  • D /wxWidgets/branches/CPPUNIT/wxWINE.spec
  • D /wxWidgets/branches/CPPUNIT/wxwin.m4
  • D /wxWidgets/branches/CPPUNIT/wxX11.spec

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

2005-09-18 13:24 , revision 35557
  • A /wxWidgets/branches/BAKEFILE
  • D /wxWidgets/branches/BAKEFILE/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/acinclude.m4
  • D /wxWidgets/branches/BAKEFILE/aclocal.m4
  • D /wxWidgets/branches/BAKEFILE/art
  • D /wxWidgets/branches/BAKEFILE/autoconf_inc.m4
  • D /wxWidgets/branches/BAKEFILE/autogen.sh
  • D /wxWidgets/branches/BAKEFILE/BuildCVS.txt
  • D /wxWidgets/branches/BAKEFILE/build/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/BAKEFILE/build/bakefiles
  • D /wxWidgets/branches/BAKEFILE/build/msw
  • D /wxWidgets/branches/BAKEFILE/build/palmos
  • D /wxWidgets/branches/BAKEFILE/build/script
  • D /wxWidgets/branches/BAKEFILE/build/update-setup-h
  • D /wxWidgets/branches/BAKEFILE/config.guess
  • D /wxWidgets/branches/BAKEFILE/config.sub
  • D /wxWidgets/branches/BAKEFILE/configure
  • D /wxWidgets/branches/BAKEFILE/configure.in
  • D /wxWidgets/branches/BAKEFILE/contrib
  • D /wxWidgets/branches/BAKEFILE/debian
  • D /wxWidgets/branches/BAKEFILE/demos
  • D /wxWidgets/branches/BAKEFILE/descrip.mms
  • D /wxWidgets/branches/BAKEFILE/difflast.pl
  • D /wxWidgets/branches/BAKEFILE/distrib
  • D /wxWidgets/branches/BAKEFILE/docs
  • D /wxWidgets/branches/BAKEFILE/include
  • D /wxWidgets/branches/BAKEFILE/install-sh
  • D /wxWidgets/branches/BAKEFILE/lib
  • D /wxWidgets/branches/BAKEFILE/locale
  • D /wxWidgets/branches/BAKEFILE/Makefile.in
  • D /wxWidgets/branches/BAKEFILE/make-deb
  • D /wxWidgets/branches/BAKEFILE/misc
  • D /wxWidgets/branches/BAKEFILE/mkinstalldirs
  • D /wxWidgets/branches/BAKEFILE/regen
  • D /wxWidgets/branches/BAKEFILE/samples
  • D /wxWidgets/branches/BAKEFILE/setup.h.in
  • D /wxWidgets/branches/BAKEFILE/setup.h_vms
  • D /wxWidgets/branches/BAKEFILE/src
  • D /wxWidgets/branches/BAKEFILE/tests
  • D /wxWidgets/branches/BAKEFILE/utils
  • D /wxWidgets/branches/BAKEFILE/version-script.in
  • D /wxWidgets/branches/BAKEFILE/wx-config-inplace.in
  • D /wxWidgets/branches/BAKEFILE/wx-config.in
  • D /wxWidgets/branches/BAKEFILE/wxBase.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK_RR.spec
  • D /wxWidgets/branches/BAKEFILE/wxMGL.spec
  • D /wxWidgets/branches/BAKEFILE/wxMotif.spec
  • D /wxWidgets/branches/BAKEFILE/wxPython
  • D /wxWidgets/branches/BAKEFILE/wxWINE.spec
  • D /wxWidgets/branches/BAKEFILE/wxwin.m4
  • D /wxWidgets/branches/BAKEFILE/wxX11.spec

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

2005-09-18 13:24 VZ, revision 35556

added all .m4 files used by our configure; run aclocal with -I build/aclocal argument now

2005-09-18 11:43 JS, revision 35555

Documented GTK+ ~wxWindow fix

2005-09-18 10:11 JS, revision 35554

Applied patch 1283609 GTK window dtor + wxGrid + cellEditor ==> crash David Surovell, OSAF

2005-09-18 05:19 SC, revision 35553

wxMac changes

2005-09-18 01:19 VZ, revision 35552

get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)

2005-09-18 01:10 VZ, revision 35551

cache results of Motif 2 and Motif-is-Lesstif tests

2005-09-18 00:53 VZ, revision 35550

pruned the list of directories to search for headers/libraries

2005-09-18 00:44 VZ, revision 35549

finally really fixes IRIX build: - determine the name of the standard libraries directory (lib, lib32, lib64 or lib/64) and use it to find other standard libraries - look in default libraries locations after checking the other ones, not before

2005-09-17 23:40 JS, revision 35548

Include settings.h

2005-09-17 22:40 VZ, revision 35547

turn off warning 3970 for SGI CC (see comment for explanation)

2005-09-17 22:28 JS, revision 35546

Resaved corrupt libs.bmp again

2005-09-17 22:14 VZ, revision 35545

don't put default library paths in SEARCH_LIB

2005-09-17 22:10 VZ, revision 35544

check default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default library paths to LDFLAGS (fixes IRIX build)

2005-09-17 22:01 VZ, revision 35543

removed weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in 64 bit compilation mode and doesn't make any sense anyhow)

2005-09-17 22:00 VZ, revision 35542

use wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit compilation mode with SGI CC

2005-09-17 21:54 VZ, revision 35541

64 bit compilation fix (pointer can't be cast to int); code simplification (don't duplicate code in GetArm/LabelPixmap)

2005-09-17 21:08 VZ, revision 35540

documented wx_truncate_cast()

2005-09-17 21:03 VZ, revision 35539

added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation

2005-09-17 21:02 VZ, revision 35538

added ping location for IRIX

2005-09-17 21:02 VZ, revision 35537

avoid assigning 64 bit ints to a 16 bit one

2005-09-17 21:02 VZ, revision 35536

removed unused variables and constant

2005-09-17 21:01 VZ, revision 35535

tremoved unused variable

2005-09-17 21:01 VZ, revision 35534

use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)

2005-09-17 21:00 VZ, revision 35533

checking whether a size_t page index is >= 0 is unnecessary (and generates a SGI CC warning)

2005-09-17 21:00 VZ, revision 35532

colourSize was probably supposed to be used and not just defined and then forgot about (thanks for SGI CC for a nice warning)

2005-09-17 20:58 VZ, revision 35531

remove unused wxTrue

2005-09-17 20:56 VZ, revision 35530

declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)

2005-09-17 20:34 JS, revision 35529

Applied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP Jamie Gadd

2005-09-17 20:27 JS, revision 35528

Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix Jamie Gadd

2005-09-17 14:18 SC, revision 35527

fixing visibility checks for native toolbars

2005-09-17 12:53 JS, revision 35526

Minor doc corrections

2005-09-17 08:11 JS, revision 35525

Typo correction

2005-09-16 18:25 , revision 35524
  • A /wxWidgets/branches/unlabeled-1.18.2
  • D /wxWidgets/branches/unlabeled-1.18.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/art
  • D /wxWidgets/branches/unlabeled-1.18.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.18.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/build
  • D /wxWidgets/branches/unlabeled-1.18.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.18.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.18.2/configure
  • D /wxWidgets/branches/unlabeled-1.18.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.18.2/contrib
  • D /wxWidgets/branches/unlabeled-1.18.2/debian
  • D /wxWidgets/branches/unlabeled-1.18.2/demos
  • D /wxWidgets/branches/unlabeled-1.18.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.18.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.18.2/distrib
  • D /wxWidgets/branches/unlabeled-1.18.2/docs
  • D /wxWidgets/branches/unlabeled-1.18.2/include
  • D /wxWidgets/branches/unlabeled-1.18.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.18.2/lib
  • D /wxWidgets/branches/unlabeled-1.18.2/locale
  • D /wxWidgets/branches/unlabeled-1.18.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.18.2/misc
  • D /wxWidgets/branches/unlabeled-1.18.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.18.2/regen
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.18.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.18.2/src/common
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.18.2/src/html
  • D /wxWidgets/branches/unlabeled-1.18.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.18.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/png
  • D /wxWidgets/branches/unlabeled-1.18.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.18.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.18.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.18.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.18.2/tests
  • D /wxWidgets/branches/unlabeled-1.18.2/utils
  • D /wxWidgets/branches/unlabeled-1.18.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.18.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.18.2'.

2005-09-16 18:25 ABX, revision 35523

angle bracket problem fix

2005-09-16 16:18 VZ, revision 35522

added tech note describing how to add a new wxUSE_XXX

2005-09-16 15:00 MW, revision 35521

Cygwin compile fix

2005-09-16 14:53 ABX, revision 35520

Assert correction.

2005-09-16 12:55 ABX, revision 35519

Native spline drawing.

2005-09-16 11:22 JS, revision 35518

Define SQLUINTEGER

2005-09-16 11:03 JS, revision 35517

Applied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64 also define SQLTCHAR for DMC++

2005-09-16 10:28 VZ, revision 35516

(blind) CE compilation fix: declare wxToolBarNameStr

2005-09-16 08:51 JS, revision 35515

Script updates

2005-09-15 15:26 ABX, revision 35514

wxUSE_SPLINES markup and other cleanings.

2005-09-15 15:18 ABX, revision 35513

Splines sample.

2005-09-14 21:21 JS, revision 35512

Doc fix

2005-09-14 21:10 MW, revision 35511

Fixes for passing non-PODs via '...'

2005-09-14 21:08 MW, revision 35510

ddesetup.h becomes ipcsetup.h, missing part of patch 1263950 Jurgen Doornik

2005-09-14 15:56 MW, revision 35509

Regenerate after change to install of wxpresets

2005-09-14 14:36 VZ, revision 35508

renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with DoCreate()s in derived classes and removed DoDestroy() entirely because there was really no advantage in having it (it can't be called fom base class dtor) also made XmDoCreateTLW() pure virtual which required changing IMPLEMENT_DYNAMIC_CLASS into IMPLEMENT_ABSTRACT_CLASS for wxTopLevelWindow in common code but this made sense anyhow because wxTLW should be an ABC anyhow

2005-09-14 14:24 VZ, revision 35507

dialog creation function should be extern C

2005-09-14 14:22 VZ, revision 35506

renamed arg[cv] parameters to not hide wxApp members

2005-09-14 14:21 VZ, revision 35505

more non-const string literal warnings correction

2005-09-14 13:18 VZ, revision 35504

use -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun cc to avoid hundreds of warnings from Sun X11 headers

2005-09-14 12:08 DS, revision 35503

reverted last changes which were false alarm

2005-09-14 12:05 SC, revision 35502

adding Robert Lang's native CG-Bezier patch

2005-09-14 11:49 SC, revision 35501

adding Robert Lang's native CG-Bezier patch

2005-09-14 00:09 MR, revision 35500

"See also wxListView" link for wxListCtrl

2005-09-13 16:50 VZ, revision 35499

made XPM data const

2005-09-13 16:49 VZ, revision 35498

added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

2005-09-13 16:37 VZ, revision 35497

unihde base class virtual functions

2005-09-13 16:36 VZ, revision 35496

clipboard handler must be extern C (Sun CC warning)

2005-09-13 16:23 VZ, revision 35495

X error handler should be extern C (SunCC warning fix)

2005-09-13 16:22 VZ, revision 35494

warning fixes for Sun CC: extern C, non-const string literals

2005-09-13 16:06 ABX, revision 35493

Better fix for 'int i' used twice in the same block.

2005-09-13 16:04 ABX, revision 35492

Warning fix.

2005-09-13 16:04 VZ, revision 35491

fixed virtual function hiding for LoadBitmap()

2005-09-13 16:02 ABX, revision 35490

Missing includes.

2005-09-13 15:58 VZ, revision 35489

use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)

2005-09-13 15:57 VZ, revision 35488

use extern C around signal handler declaration (fixes Sun CC warning)

2005-09-13 14:35 VZ, revision 35487

qsort() should be passedonly extern C functions

2005-09-13 14:34 VZ, revision 35486

fixed Sun CC warning about local variable read hiding wxStreamBuffer::read

2005-09-13 14:30 VZ, revision 35485

fixed Sun CC warning about arg[cv] parameters hiding wxApp members

2005-09-13 13:47 VZ, revision 35484

and now it even compiles

2005-09-13 13:45 VZ, revision 35483

fix for last commit

2005-09-13 13:30 VZ, revision 35482

removed strcpy to fixed buffer (do it the right way: cf rev 1.54)

2005-09-13 12:54 DS, revision 35481

fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

2005-09-12 21:22 MBN, revision 35480

Add one more encoding name for EUC-JP for Solaris 8.

2005-09-12 20:06 MBN, revision 35479

Honous initial position for wxSpinCtrl.

2005-09-12 20:04 MBN, revision 35478

Revert change 1.131 which actually broke inital size handling. Set background colour for all widgets (same as foreground colour).

2005-09-12 19:00 VS, revision 35477

fixed presets installation for scrdir!=. case

2005-09-12 14:27 VZ, revision 35476

removed stray ^Ms

2005-09-12 13:02 VZ, revision 35475

VC++ /Wp64 warning fixes

2005-09-11 19:54 KH, revision 35474

Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and the window has captured the mouse. This used to be done in OnInternalIdle, which now only sends leave events when HAVE_TRACKMOUSEEVENT is *not* defined. Patch from Jamie Gadd, posted 9/10/2005 on wx-dev.

2005-09-11 18:37 JS, revision 35473

Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes on empty strings

2005-09-11 18:36 JS, revision 35472

Updated change log

2005-09-11 18:34 JS, revision 35471

Applied [ 1235509 ] wxCocoa unicode wxT("fixes")

2005-09-11 18:31 JS, revision 35470

Applied patch [ 1263950 ] wxConnection fixes for Unicode By Jurgen Doornik

2005-09-11 18:04 JS, revision 35469

Applied patch [ 1284335 ] doc update for wxString::operator[]

2005-09-11 12:09 VZ, revision 35468

unused var warning in Mac build

2005-09-11 11:55 VZ, revision 35467

use given position for page insertion instead of trying to find the page to insert before (bug 1287730)

2005-09-11 11:47 VZ, revision 35466

added ToLong/ULong/Double() tests

2005-09-11 11:44 VZ, revision 35465

clarified ToULong() behaviour with negative numbers

2005-09-11 11:31 VZ, revision 35464

show that key codes are defined in wx/defs.h (patch 1284054)

2005-09-11 11:18 VZ, revision 35463

accept grey PNM images (patch 1285885)

2005-09-11 11:14 VZ, revision 35462

Respect wxListItem::m_mask in general list control Set/GetItem() and allow them to be used to change/query the item selection and focus status (second part of patch 1264533 from Ryan, modified to be backwards compatible)

2005-09-11 11:04 VZ, revision 35461

wxMediaCtrl patch from Ryan: - factored out Active X code into separate files - also refactored common part of all backends in mediactrlcmn.cpp - adds async loading from URLs support to Mac version - support for ShowPlayerControls() in Mac wxMediaCtrl - more minor bug fixes in the MSW version and the sample (this is slightly modified patch 1264533 (without the list control part))

2005-09-10 22:57 MW, revision 35460

Improve instructions for compiling with djgpp

2005-09-10 21:21 MW, revision 35459

Compile fix for VC++ 5

2005-09-10 21:15 MW, revision 35458

Update to zlib 1.2.3

2005-09-10 20:52 , revision 35457
  • A /wxWidgets/tags/ZLIB_1_2_3
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/maketree.c

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

2005-09-10 20:52 MW, revision 35456
  • R /wxWidgets/trunk/src/zlib/FAQ
  • R /wxWidgets/trunk/src/zlib/inflate.h
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r35455, which included commits to RCS files with non-trunk default branches.

2005-09-10 20:52 MW, revision 35455

Import zlib 1.2.3

2005-09-09 22:17 DE, revision 35454

Use AC_CHECK_TOOL rather than AC_CHECK_PROG for AR, RANLIB, STRIP, RESCOMP, and DLLTOOL. This automatically searches for tools with a prefix of "$host_alias-" when cross compiling then falls back to the unprefixed tool name if that fails. If the user specifies the tool using the appropriate variable (e.g. CC, CXX, AR, RANLIB, STRIP, etc.) then it will be checked as is. Removed the major hack that did something similar to this but simply ignored user-provided variables and used default tool names. For example, CC was locked to $host_alias-gcc when cross compiling even if the user specified CC on the configure command-line. This brings wxWidgets in line with other autoconf 2.5x projects. The only downside to this approach is that our old method would fail if $host_alias-toolname was not present whereas the autoconf method will silently use the host compiler (which is usually _not_ what the user wants).

2005-09-09 20:49 JS, revision 35453

Applied patch [ 1232933 ] [WinCE] wxDateTime incorrect reading By bastekx - eba_k

2005-09-09 20:45 JS, revision 35452

Moved definition

2005-09-09 16:30 ABX, revision 35451

Fixed wxListbook and wxChoicebook internal layout.

2005-09-09 16:29 JS, revision 35450

WinCE fixes

2005-09-09 16:20 JS, revision 35449

Restored missing SS_SUNKEN for WinCE

2005-09-09 15:47 ROL, revision 35448

fix for toolbar highlighting (not done for main toolbar)

2005-09-09 14:50 JS, revision 35447

Applied patch [ 1281902 ] fix for wxJoystick under Linux From John Ratliff

2005-09-09 14:44 JS, revision 35446

Applied patch [ 1283943 ] Fix crash in GSocket::Select From Paul Rupe

2005-09-09 14:40 JS, revision 35445

Applied patch [ 1284913 ] [DOC] Removes msw.staticbitmap.htclient from sysopt.tex

2005-09-09 14:37 JS, revision 35444

Updated date

2005-09-09 14:33 JS, revision 35443

Minor doc corrections

2005-09-09 10:44 ROL, revision 35442

0.1.6-5 fixed testing for non-top-level objects

2005-09-09 09:35 ROL, revision 35441

testing for top-level objects only

2005-09-08 14:02 CE, revision 35440

use env var for daily build

2005-09-07 19:49 MW, revision 35439

Forgot to put the previous (v)snprintf commit inside '#ifdef __cplusplus' which is needed for the inline function.

2005-09-07 18:28 MW, revision 35438

Handle the case when (v)snprintf have the format declared as char* instead of const char*.

2005-09-07 05:08 KO, revision 35437

Wrapper script for pulling a CVS revision and making tarballs from it. This is afirst attempt; eventually it will re-bake automatically and handle docs completely (once I look at Chris Elliott's script.) The eventual idea is that you should be able to run this script on all three platforms and it will generate all the tarballs and post them to a deliver directory, which a script would then upload.

2005-09-07 01:05 KH, revision 35436

wxApp destructor is virtual [ patch 1283503 ]

2005-09-06 13:49 CE, revision 35435

daily build unix

2005-09-06 13:31 CE, revision 35434

daily build of windows-format docs

2005-09-06 00:18 KO, revision 35433

Adding --silent option so that you can batch build tarballs without being prompted to confirm values for each.

2005-09-05 18:10 ABX, revision 35432

Code clarification.

2005-09-05 18:07 ABX, revision 35431

Launch default browser.

2005-09-05 17:43 ABX, revision 35430

Fix for [1250089] 'wxHtmlHelpFrame uses constants instead of variables'.

2005-09-05 17:39 ABX, revision 35429

'i' is already used in this scope so make it clearer.

2005-09-05 17:37 ABX, revision 35428

'mark' is already used in this scope so make it clearer.

2005-09-05 12:43 JJ, revision 35427

Committing in . OpenVMS configuration updated Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-05 00:15 VZ, revision 35426

fixed bug in generation of the To: header: trailing comma prevented the messages from being ever sent out

2005-09-04 19:40 DE, revision 35425
  • D /wxWidgets/trunk/src/mac/carbon/gsockosx.cpp

Removed gsockosx.cpp which had been copied to src/mac/corefoundation long ago.

2005-09-04 15:46 MR, revision 35424

Fix wxGLCanvas ctor prototypes in docs. Closes bug #1237072. TODO: document the meaning of sharedCanvas arg.

2005-09-04 12:52 SC, revision 35423

support for fractional characters widths under Mac

2005-09-04 10:52 MR, revision 35422

[wxTLW-GTK] Don't connect to the configure_event twice. This caused double wxMoveEvents being emitted, and some other stuff done on the same data twice.

2005-09-04 10:33 MR, revision 35421

-Wundef fixes

2005-09-03 23:30 VZ, revision 35420

undef wxUSE_DIALUP_MANAGER before redefining it as 0

2005-09-03 23:27 VZ, revision 35419

use libSgm with wxMotif if available, this seems to be useful under IRIX

2005-09-03 23:16 VZ, revision 35418

include wx/defs.h (and hence wx/platform.h and so really fix the bug 1105676)

2005-09-03 23:00 VZ, revision 35417

fix showing keyboard cues under Win2k/XP

2005-09-03 22:58 VZ, revision 35416

made wxRegKey bugfix note more detailed

2005-09-03 06:28 RL, revision 35415

Add --selected_config option for reporting to secondary build configration.

2005-09-03 01:01 KH, revision 35414

Multi-thread fix from Angel [ patch 1281057 ]

2005-09-02 23:36 VZ, revision 35413

/usr/sbin is a better default location for sendmail than /usr/lib nowadays

2005-09-02 17:30 SC, revision 35412

corrected error code for http responses with no content-length indicated (from READ_ERROR to EOF) so that clients of streams can rely on getting EOF or NO_ERROR when everything is ok

2005-09-02 15:54 VS, revision 35411

added GetFirstSibling and GetLastSibling

2005-09-02 08:20 VZ, revision 35410

ignore hidden buttons when emulating clicks on them

2005-09-02 05:14 MR, revision 35409

[wxGTK2] Plug memory leak in wxMemoryDC (approx. 525 bytes per object)

2005-09-01 23:28 VZ, revision 35408

ignore hidden windows when deciding if the MDI parent frame should be visible

2005-09-01 23:18 VZ, revision 35407

hide MDI parent frame if it's empty and a new child has been created

2005-09-01 21:47 VZ, revision 35406

fix for -Wundef warning

2005-09-01 21:29 VZ, revision 35405

corrected typo and changed wording of an assert

2005-09-01 17:04 ABX, revision 35404

Missing wxGetOsDescription().

2005-09-01 15:56 ABX, revision 35403

GCC warning fix.

2005-09-01 15:53 ABX, revision 35402

Sizing fixes for wxListbook and wxChoicebook.

2005-09-01 14:46 VZ, revision 35401

corrected Get() return value

2005-09-01 14:05 VZ, revision 35400

s/wxWindows/wxWidgets/g

2005-09-01 09:32 SC, revision 35399

optimizing for multiple Realize calls in sequence, moving EventHandler push to toolbar item creation

2005-09-01 06:36 SC, revision 35398

moving and slightly extending the comment on CGState

2005-09-01 05:52 SC, revision 35397

support for the AllPages attribute, proper round trip and fixes

2005-09-01 01:26 VZ, revision 35396

better handling of empty MDI parent frame visibility: show it only when there are no MDI children shown

2005-08-31 23:48 VZ, revision 35395

include wx/defs.h before testing for wxUSE_TEXTDLG defined in it

2005-08-31 22:53 VZ, revision 35394

hide the MDI parent frame instead of just moving it away (why didn't I do it like this before?)

2005-08-31 22:35 VZ, revision 35393

added link to wxFileHistory

2005-08-31 22:25 VZ, revision 35392

added Open() mode parameter

2005-08-31 22:16 VZ, revision 35391

update from José Eduardo de Carvalho Diniz

2005-08-31 21:42 VZ, revision 35390

Raise() and Lower() work for any windows

2005-08-31 20:22 MW, revision 35389

Fix for detection of motif headers when they are in a different place to X11, correct error message (CPPFLAGS instead of CFLAGS) and add /usr/pkg/include to SEARCH_INCLUDE (usual location on NetBSD).

2005-08-31 16:13 VZ, revision 35388

regenerated after recent changes to configure.in

2005-08-31 15:48 SN, revision 35387

Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict with AIX system headers.

2005-08-31 15:27 VZ, revision 35386

show the name of incrimanted class in RTTI registration assert

2005-08-31 14:55 SC, revision 35385

CoreGraphics : experimental colour pattern / dash support (by OSAF) (turned off by default) - fixes in arc and multiline drawings

2005-08-31 14:49 SC, revision 35384

setting CG origin to printable area

2005-08-31 14:46 SC, revision 35383

somehow an additional call moved in... removed

2005-08-31 14:20 SC, revision 35382

setting All Pages if To is 0

2005-08-31 14:04 VZ, revision 35381

create tags file for wxMac/Carbon

2005-08-31 10:49 CE, revision 35380

add wxGTK to daily build, an remove faulty dsp files

2005-08-31 10:24 VZ, revision 35379

corrected header file name

2005-08-30 23:39 VZ, revision 35378

return a more useful value from wxJoystick::GetProductName()

2005-08-30 23:30 VZ, revision 35377

moved X11/XKBlib.h test after main X11 tests

2005-08-30 23:28 VZ, revision 35376

(blind) fix for wxSound link problem under NetBSD with OSS

2005-08-30 19:23 VZ, revision 35375

define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)

2005-08-30 19:20 VZ, revision 35374

better looking fallback resources for IRIX (patch from Riccardo Mottola)

2005-08-30 17:30 ABX, revision 35373

wxCocoa build fix in response to wxLogs.

2005-08-30 17:25 ABX, revision 35372

Missing wxGetOsDescription() for wxMGL in response to undefined reference in wxLogs.

2005-08-30 14:02 VZ, revision 35371

corrected wording of last commit

2005-08-30 13:54 VZ, revision 35370

generate mouse events for all static controls, not just wxStaticLine (patch 1276413 by Jamie Gadd)

2005-08-30 08:33 VZ, revision 35369

fix for status bar positioning: account for wx client area origin (replaces patch 1276316)

2005-08-30 00:48 VZ, revision 35368

fix for gcc warning about base class initialization in copy ctors given with -Wall

2005-08-29 21:14 MR, revision 35367

Remove assert from wxNativeFontInfo::GetFamily() due to, in case of some gtk+ setup/themes, querying for an nonexistent facenames family through wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT) on startup. Document wxFont work in changes.txt

2005-08-29 15:46 CE, revision 35366

fix as discuused on wxdev for bc54

2005-08-29 14:09 VZ, revision 35365

another (blind) compilation fix for Borland after last commit

2005-08-29 13:59 VZ, revision 35364

compilation fix; unTABbed

2005-08-29 13:48 VZ, revision 35363

(blind) compilation fix for Borland after last commit

2005-08-29 10:32 VZ, revision 35362

update from Martin Srebotnjak

2005-08-29 04:33 MR, revision 35361

[wxGTK2] Runtime check for pango_font_family_is_monospace in wxFontEnumerator (gtk2.4 runtime check) to allow wxGTK2 applications compiled against gtk2.4 or newer to work with gtk2.2 or older runtime. Removed HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE configure check in case of wxGTK2, as __WXGTK24__ is now used for that.

2005-08-29 01:59 MW, revision 35360

Compilation fix.

2005-08-29 01:31 VZ, revision 35359

regenerated after libcairo filtering out changes

2005-08-29 01:18 MR, revision 35358

[wxGTK2] Runtime check for pango_font_family_is_monospace in wxFont::GetFamily (gtk2.4 runtime check) to allow wxGTK2 applications compiled against gtk2.4 or newer to work with gtk2.2 or older runtime. wxFontEnumerator TODO

2005-08-28 23:46 MR, revision 35357

gtk+-2.x runtime compatibility when compile-time gtk+ version is 2.7+

2005-08-28 16:38 , revision 35356
  • A /wxWidgets/branches/unlabeled-1.17.2
  • D /wxWidgets/branches/unlabeled-1.17.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.17.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.17.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.17.2/art
  • D /wxWidgets/branches/unlabeled-1.17.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.17.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.17.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.17.2/build
  • D /wxWidgets/branches/unlabeled-1.17.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.17.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.17.2/configure
  • D /wxWidgets/branches/unlabeled-1.17.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.17.2/contrib
  • D /wxWidgets/branches/unlabeled-1.17.2/debian
  • D /wxWidgets/branches/unlabeled-1.17.2/demos
  • D /wxWidgets/branches/unlabeled-1.17.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.17.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.17.2/distrib
  • D /wxWidgets/branches/unlabeled-1.17.2/docs
  • D /wxWidgets/branches/unlabeled-1.17.2/include
  • D /wxWidgets/branches/unlabeled-1.17.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.17.2/lib
  • D /wxWidgets/branches/unlabeled-1.17.2/locale
  • D /wxWidgets/branches/unlabeled-1.17.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.17.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.17.2/misc
  • D /wxWidgets/branches/unlabeled-1.17.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.17.2/regen
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/svg
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.17.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.17.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.17.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.17.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.17.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.17.2/src/common
  • D /wxWidgets/branches/unlabeled-1.17.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.17.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.17.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.17.2/src/html
  • D /wxWidgets/branches/unlabeled-1.17.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.17.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.17.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.17.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.17.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.17.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.17.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.17.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.17.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.17.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.17.2/src/png
  • D /wxWidgets/branches/unlabeled-1.17.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.17.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.17.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.17.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.17.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.17.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.17.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.17.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.17.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.17.2/tests
  • D /wxWidgets/branches/unlabeled-1.17.2/utils
  • D /wxWidgets/branches/unlabeled-1.17.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.17.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.17.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.17.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.17.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.17.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.17.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.17.2'.

2005-08-28 16:38 VZ, revision 35355

use #ifdef and not #if (fixes -Wundef warnings reported in bug 1273111)

2005-08-28 16:33 , revision 35354
  • A /wxWidgets/branches/unlabeled-1.72.2
  • D /wxWidgets/branches/unlabeled-1.72.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.72.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.72.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.72.2/art
  • D /wxWidgets/branches/unlabeled-1.72.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.72.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.72.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.72.2/build
  • D /wxWidgets/branches/unlabeled-1.72.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.72.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.72.2/configure
  • D /wxWidgets/branches/unlabeled-1.72.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.72.2/contrib
  • D /wxWidgets/branches/unlabeled-1.72.2/debian
  • D /wxWidgets/branches/unlabeled-1.72.2/demos
  • D /wxWidgets/branches/unlabeled-1.72.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.72.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.72.2/distrib
  • D /wxWidgets/branches/unlabeled-1.72.2/docs
  • D /wxWidgets/branches/unlabeled-1.72.2/include
  • D /wxWidgets/branches/unlabeled-1.72.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.72.2/lib
  • D /wxWidgets/branches/unlabeled-1.72.2/locale
  • D /wxWidgets/branches/unlabeled-1.72.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.72.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.72.2/misc
  • D /wxWidgets/branches/unlabeled-1.72.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.72.2/regen
  • D /wxWidgets/branches/unlabeled-1.72.2/samples
  • D /wxWidgets/branches/unlabeled-1.72.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.72.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.72.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.72.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.72.2/src/common
  • D /wxWidgets/branches/unlabeled-1.72.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.72.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.72.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.72.2/src/html
  • D /wxWidgets/branches/unlabeled-1.72.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.72.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.72.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.72.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.72.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.72.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.72.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.72.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.72.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.72.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.72.2/src/png
  • D /wxWidgets/branches/unlabeled-1.72.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.72.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.72.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.72.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.72.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.72.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.72.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.72.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.72.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.72.2/tests
  • D /wxWidgets/branches/unlabeled-1.72.2/utils
  • D /wxWidgets/branches/unlabeled-1.72.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.72.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.72.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.72.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.72.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.72.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.72.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.72.2'.

2005-08-28 16:33 VZ, revision 35353

fixed cursor flicker (patch 1254492 by Hans P. Palbol)

2005-08-28 16:25 VZ, revision 35352

spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas Mohr)

2005-08-28 16:21 VZ, revision 35351

fixed status bar positioning to work both with and without sizers (patch 1199639 by Jamie Gadd)

2005-08-28 16:19 VZ, revision 35350

added IsSizeDeferred() (part of patch 1199639)

2005-08-28 15:46 VZ, revision 35349

fixed label case so that the link works (patch 1263943)

2005-08-28 15:44 VZ, revision 35348

fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) and improved its documentation (patch 1273774 by Paul Cornett)

2005-08-28 15:37 VZ, revision 35347

fixed wxRegionRefData copy ctor (patch 1274403)

2005-08-28 14:36 VZ, revision 35346

dirty hack to fix deprecation warning when building wxMotif

2005-08-28 13:34 VZ, revision 35345

added test file loaded by the sample

2005-08-28 13:33 VZ, revision 35344

ignore sample-created XPM

2005-08-28 13:33 VZ, revision 35343

added wxChoice:: and wxCombobox::GetCurrentSelection()

2005-08-28 13:31 VZ, revision 35342

added wxDateTime::[Make]FromTimezone

2005-08-28 13:27 VZ, revision 35341

test centering file dialog

2005-08-28 13:27 VZ, revision 35340

set or unset column image on column click

2005-08-28 13:26 VZ, revision 35339

ignore dummy.txt used by the sample

2005-08-28 13:17 VZ, revision 35338

modified GetLastMenuItem() to also take into account the popup menu items

2005-08-28 13:12 VZ, revision 35337

let ctags know about (and ignore) WXDLLIMPEXP_BASE

2005-08-28 13:11 VZ, revision 35336

corrected #ifdefs testing wxUSE_UNICODE_MSLU

2005-08-28 13:07 VZ, revision 35335

ignore evc libs directories

2005-08-28 13:06 VZ, revision 35334

Fixed several bugs in wxDateTime timezone handling: - ToTimezone() and MakeTimezone() now work as expected - added and documented FromTimezone() and MakeFromTimezone() - Set(double jdn) interprets jdn always in UTC - updated ParseRfc822Date() timezone handling - removed workarounds for old bugs from the test

2005-08-28 08:54 MBN, revision 35333

No significant changes. Remove reliance on wx/bookctrl.h being included in wx/sizer.h.

2005-08-28 08:31 MBN, revision 35332

Add recent wxMotif changes.

2005-08-28 08:07 MBN, revision 35331

Improved wxStaticBox border calculation for wxMotif.

2005-08-28 08:05 MBN, revision 35330

Remove useless code.

2005-08-28 08:02 MBN, revision 35329

All toplevel windows without the wxNO_BORDER style should have a border under MWM, too.

2005-08-28 08:00 MBN, revision 35328

Improve sizer support in generic wxNotebook. Fix the widgets sample to take advantage of it.

2005-08-28 07:55 MBN, revision 35327

Under wxMotif, default buttons are bigger than other buttons, hence Realize() must be called after default button has been set.

2005-08-28 07:51 MBN, revision 35326

Implement GetMinSize for wxMotif wxButton. Helps solfing sizing problems in generic common dialogs.

2005-08-28 00:34 VZ, revision 35325

added wxABI_VERSION test around ToDouble()

2005-08-28 00:33 VZ, revision 35324

added wxLongLong::ToDouble()

2005-08-28 00:03 VZ, revision 35323

added wxLongLong::ToDouble()

2005-08-27 19:29 VZ, revision 35322

added operator==() and !=

2005-08-27 16:43 SC, revision 35321

several fixes, guards, and an implementation for removal of native toolbar items

2005-08-27 13:57 SC, revision 35320

allowing a clear of a graphic context, and set the pen and brush after a graphics restore

2005-08-27 13:55 SC, revision 35319

save correctly oriented GraphicState and clear Context before destruction (is invalid at that point)

2005-08-26 22:52 VZ, revision 35318

open fstream with ios::binary flag to be compatible with wxFileStream and to avoid mangling binary files

2005-08-26 08:21 JS, revision 35317

Warning corrections

2005-08-25 21:58 CE, revision 35316

fix gpf in mdi sample with motif when child is closed

2005-08-25 19:27 VZ, revision 35315

pressing enter now activates the default button even when the focus is on a checkbox or radio button

2005-08-25 19:16 VZ, revision 35314

don't mention undocumented wxOwnerDrawn in the docs (patch 1267562)

2005-08-25 19:14 VZ, revision 35313

only give error about missing richedit.dll once (the code was already supposed to work like this but didn't, patch 1273177)

2005-08-25 19:10 ABX, revision 35312

[ 1273159 ] logical vs. bitwise operators, part 2

2005-08-25 16:31 ABX, revision 35311

RTTI and exceptions settings for WinCE are restored.

2005-08-25 12:46 MR, revision 35310

[wxGTK2] Check if a family wasn't found for the description in GetFamily()

2005-08-25 11:17 MW, revision 35309

Make TEST_DIR the current test, so that the djgpp build can work on the tinderbox.

2005-08-24 21:29 MBN, revision 35308

As reported by Chris Elliott some releases of Lesstif crash when setting the font list of a widget. The code is disabled for now for all Lesstif versions.

2005-08-24 19:20 VS, revision 35307

install bakefile presets (patch 1253143)

2005-08-24 18:35 ABX, revision 35306

Warning fix for wxLogs.

2005-08-24 17:56 ABX, revision 35305

Missing wxUSE_... flags and source cleaning.

2005-08-24 17:47 ABX, revision 35304

Missing wxUSE_... flags and source cleaning.

2005-08-24 17:36 VZ, revision 35303

compilation fix for systems with XtIMSignal

2005-08-24 15:41 VZ, revision 35302

compilation fix: DefaultVisual() needs Display, not WXDisplay (and code cleanup in wxGetSubPixmap() as well)

2005-08-24 14:59 MW, revision 35301

Move LabelWrapper, TextSizerWrapper classes out of function body to accommodate some older compilers.

2005-08-24 12:11 VZ, revision 35300

fixed -Wundef warning for HAVE_SCHED_H

2005-08-24 11:17 VZ, revision 35299

fix for -Wundef warning for HAVE_XIM under GTK1

2005-08-24 11:16 VZ, revision 35298

#undef things which require other, disabled, ones, instead of re-#defining them as 1

2005-08-24 11:14 VZ, revision 35297

corrected comment explaining wxABORT_ON_CONFIG_ERROR

2005-08-24 07:57 ABX, revision 35296

wxUSE_STATTEXT guard.

2005-08-24 06:32 ABX, revision 35295

[1267725] Wrong operator for logical/bitwise operation

2005-08-24 00:25 MR, revision 35294

[wxGTK2] Don't duplicate code inside wxFontRefData::InitFromNative()

2005-08-24 00:23 MW, revision 35293

Workarounds for old versions of gcc on hpux: define __STDC_EXT__ when it is need and use -lpthread instead of -pthread when the latter is not supported.

2005-08-23 23:34 VZ, revision 35292

fix for the last commit

2005-08-23 23:27 VZ, revision 35291

use wxString::Format(), calling string.Format() has no effect patch 1267345)

2005-08-23 23:19 MR, revision 35290

[tex2rtf] Remove wxWidgets-2.0 compatibility guards

2005-08-23 23:12 VZ, revision 35289

some compilers don't like statics in inline functions, even if they're const -- replaced with an enum

2005-08-23 23:12 VZ, revision 35288

check for missing statfs() prototype (happens at least under AIX 4)

2005-08-23 23:10 MW, revision 35287

Compilation fix for wxUSE_DRAG_AND_DROP=0

2005-08-23 22:56 VZ, revision 35286

removed attempts to link with unicows.lib using #pragmas for msvc, this doesn't work reliably

2005-08-23 21:37 VZ, revision 35285

removed wrong sentence about idle events being sent to TLWs only; explained why you would and wouldn't use RequestMore

2005-08-23 18:13 CE, revision 35284

put correct ID on help toolbar button

2005-08-23 16:02 , revision 35283
  • A /wxWidgets/branches/unlabeled-1.85.2
  • D /wxWidgets/branches/unlabeled-1.85.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.85.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/art
  • D /wxWidgets/branches/unlabeled-1.85.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.85.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.85.2/build
  • D /wxWidgets/branches/unlabeled-1.85.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.85.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.85.2/configure
  • D /wxWidgets/branches/unlabeled-1.85.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.85.2/contrib
  • D /wxWidgets/branches/unlabeled-1.85.2/debian
  • D /wxWidgets/branches/unlabeled-1.85.2/demos
  • D /wxWidgets/branches/unlabeled-1.85.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.85.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.85.2/distrib
  • D /wxWidgets/branches/unlabeled-1.85.2/docs
  • D /wxWidgets/branches/unlabeled-1.85.2/include
  • D /wxWidgets/branches/unlabeled-1.85.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.85.2/lib
  • D /wxWidgets/branches/unlabeled-1.85.2/locale
  • D /wxWidgets/branches/unlabeled-1.85.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.85.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.85.2/misc
  • D /wxWidgets/branches/unlabeled-1.85.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.85.2/regen
  • D /wxWidgets/branches/unlabeled-1.85.2/samples
  • D /wxWidgets/branches/unlabeled-1.85.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.85.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.85.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.85.2/src/common
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.85.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.85.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.85.2/src/html
  • D /wxWidgets/branches/unlabeled-1.85.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.85.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.85.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.85.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.85.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.85.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.85.2/src/png
  • D /wxWidgets/branches/unlabeled-1.85.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.85.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.85.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.85.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.85.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.85.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.85.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.85.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.85.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.85.2/tests
  • D /wxWidgets/branches/unlabeled-1.85.2/utils
  • D /wxWidgets/branches/unlabeled-1.85.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.85.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.85.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.85.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.85.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.85.2'.

2005-08-23 16:02 ABX, revision 35282

wxOS2/OW warning and build fixes.

2005-08-23 15:54 ABX, revision 35281

wxOS2/OW warning and build fixes.

2005-08-23 15:41 ABX, revision 35280

wxOS2/OW warning and build fixes.

2005-08-23 07:46 JS, revision 35279

Don't try drawing the bitmap before it's valid

2005-08-23 07:43 SC, revision 35278

cleanup and adding the case when the toplevel window itself is the recipient of the drag

2005-08-23 07:37 SC, revision 35277

adding a string for private data identification

2005-08-23 00:03 MR, revision 35276

[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFontInfo. Implement SetFaceName()

2005-08-22 23:56 MR, revision 35275

[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to wxNativeFontInfo

2005-08-22 23:54 VZ, revision 35274

regenerated after #error changes

2005-08-22 23:43 VZ, revision 35273

compilation fix after last commit

2005-08-22 23:27 MR, revision 35272

[wxGTK2] Don't query native font for underlined, but return the set value - storing it natively would likely require the usage of a PangoAttribute, and I'm not sure if that's even different than just storing it inside wxFontRefData. Not investigating further as PangoAttribute addition would require ABI compatibility breakage anyhow.

2005-08-22 23:19 MR, revision 35271

[wxGTK2] Do what we (I) can wrt the win32 centric wxNativeFontInfo::GetFamily

2005-08-22 22:46 VZ, revision 35270

added test for snprintf() which may not be present in system headers, treat it similarly to vsnprintf() instead of assuming that it's always there

2005-08-22 21:58 MR, revision 35269

[wxX11] a ROMAN font is with serifs and a SWISS font is without. Set the font to "serif" if it's wxFONTFAMILY_ROMAN not wxFONTFAMILY_SWISS.

2005-08-22 20:42 MR, revision 35268

[wxGTK2] Return wxTELETYPE with GetFamily() for monospaced fonts, fixing IsFixedWidth() after it broke completely after get accessor changes, and returning the right thing in GetFamily() in this case. Other families TODO.

2005-08-22 20:25 MR, revision 35267

[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()

2005-08-22 20:22 VZ, revision 35266

don't use #error in configure test programs, some compilers (such as SGI mipsPro) treat it as a non-fatal warning

2005-08-22 19:50 ABX, revision 35265

Warning fix.

2005-08-22 17:44 MBN, revision 35264

Compilation fix for Motif 1.2.

2005-08-22 17:22 MR, revision 35263

[wxGTK2] wxFont::Get* - Query native font for information, if the wxFont has an associated wxNativeFontInfo

2005-08-22 16:00 VZ, revision 35262

use quotes, not angle brackets, for wx headers

2005-08-22 15:12 SC, revision 35261

remove the carbon event handlers just before calling DisposeControl to avoid callbacks into zombie windows...

2005-08-22 15:00 ABX, revision 35260

Empty string corrections.

2005-08-22 14:54 ABX, revision 35259

Compensation for bkl 0.1.9.X/eVC4/RTTI bug.

2005-08-22 14:53 SC, revision 35258

respecting DoDragDrop flags like CopyOnly

2005-08-22 09:52 SC, revision 35257

correcting DropData behaviour so that preferred format is handled correctly

2005-08-22 08:49 SC, revision 35256

correcting Drag Data handling for 'TEXT' and 'utxt'

2005-08-22 08:46 SC, revision 35255

adapting text object data handling along the GTK2 lines

2005-08-21 19:01 VZ, revision 35254

regenerated after undoing recent HP-UX changes

2005-08-21 18:59 VZ, revision 35253

don't use -threads with gcc under HP-UX, it's for DCE threads and not pthreads (reverts recent commit)

2005-08-21 18:57 VZ, revision 35252

moved __STDC_EXT__ definition for HP-UX from configure to wx/platform.h, like this we can do it only if it's not alraedy defined by the compiler

2005-08-21 16:02 MBN, revision 35251

Regenerated PO files.

2005-08-21 15:27 MBN, revision 35250

Made wxMotif wxFileDialog translatable.

2005-08-21 11:14 VZ, revision 35249

fix handling of partially-specified min size

2005-08-20 15:49 VZ, revision 35248

fill in OS info in GetToolkitInfo() (patch 1256409)

2005-08-20 15:47 VZ, revision 35247

add information for Palm/CE ports (patch 1256409)

2005-08-20 15:38 VZ, revision 35246

last commit accidentally used out of date aclocal.m4 and so overwrote some previous changes, corrected

2005-08-20 15:33 VZ, revision 35245

regenerated after HP-UX fixes

2005-08-20 15:20 VZ, revision 35244

vsnprintf() tests correction: check that declaration is const-correct; merged the Metrowerks test with the one for the other compilers

2005-08-20 15:12 VZ, revision 35243

use -threads with gcc under HP-UX instead of -pthread

2005-08-20 15:10 VZ, revision 35242

only define __STDC_EXT__ in CXXFLAGS for gcc under HP-UX, it's already present in CFLAGS by default

2005-08-19 23:20 MR, revision 35241

gtk+-2.8 compatibility for WX_2_4_BRANCH.

2005-08-19 17:32 VZ, revision 35240

don't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when adding a new library

2005-08-19 17:29 VZ, revision 35239

added wxmsw26_media library

2005-08-19 17:23 VZ, revision 35238

link unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used in DLL wx builds)

2005-08-19 17:15 VZ, revision 35237

link unicows.lib automatically (and in correct order) if wxUSE_UNICODE_MSLU==1 (this is for the application and is mainly needed when using static wx libs)

2005-08-19 17:10 VZ, revision 35236

check whether unicows.dll works correctly instead of just crashing if we linked it in wrong order (i.e. not before wx libs)

2005-08-19 16:47 VZ, revision 35235

check for unicows.dll on program starup when wxUSE_UNICODE_MSLU==1

2005-08-19 16:29 SC, revision 35234

workaround because regions that were built up, were sometimes being drawn on the screen as well...

2005-08-19 13:48 MW, revision 35233

Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett

2005-08-19 13:45 MW, revision 35232

Document the current behaviour of OnDestroy

2005-08-19 13:24 MW, revision 35231

Remove duplicate code

2005-08-19 10:46 VZ, revision 35230

use wxCondition::WaitTimeout() instead of Wait() in wxSemaphore::WaitTimeout() as HEAD already does (closes bug 1263806)

2005-08-19 10:00 MBN, revision 35229

Use default GUI font for wxMessageDialog and wxFileDialog.

2005-08-19 08:14 JJ, revision 35228

Committing in . Some updates for OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/gauge.cpp wxWidgets/src/motif/xmcombo/xmcombo.c ----------------------------------------------------------------------

2005-08-19 06:46 SC, revision 35227

avoiding recursive KillEvents on the same object, in case the focus gets set to another element in the OnKillEvent Handler ...

2005-08-18 22:16 VZ, revision 35226

compilation fix for wxUnivGTK

2005-08-18 21:10 VZ, revision 35225

fixed (harmless) unused variable warning in release build

2005-08-18 21:03 VZ, revision 35224

__WXDEBUG__ must be tested with #ifdef, not #if

2005-08-18 19:58 MW, revision 35223

Fix mbstate_t from <cwchar> conflicting with that from <wchar.h> on HP-UX

2005-08-18 11:40 MW, revision 35222

wcslen and wcscmp replacements for systems that lack them, such as djgpp

2005-08-18 10:52 MW, revision 35221

Implementations for some of the stubs

2005-08-18 07:46 JJ, revision 35220

Committing in . Updated configuration for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-08-18 00:41 MBN, revision 35219

Fix the condition to always #define wxMOTIF_NEW_FONT_HANDLING (currently always defined to 0 for safety).

2005-08-18 00:35 MBN, revision 35218

Avoid some -Wundef warning. Check for __WXGTK__ using defined, not plain #if.

2005-08-17 23:13 VZ, revision 35217

tentative fix for large files compilation under HP-UX

2005-08-17 21:58 MR, revision 35216

Specify that "Backward compatibility" is a topic overview in the manual

2005-08-17 21:40 MR, revision 35215

[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not depend on a fully deprecated pangox library, which is not pulled in with gtk+-2.8.0. The pango_x_get_context call was (arguably) making font drawing on top of a wxDC slightly faster on (especially remote) X11 in case of non-antialiased fonts (I was unable to find a non-antialiased font that actually returns true for GetNoAntiAliasing()).

2005-08-17 14:24 VZ, revision 35214

added GetCurrentSelection() which is the same as GetSelection() for Mac but needed for compatibility with the other ports

2005-08-17 14:22 VZ, revision 35213

added GetCurrentSelection(); made GetSelection() behave as documented (and not as before); don't send TEXT_UPDATED events until the combobox is closed

2005-08-17 13:47 VZ, revision 35212

hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

2005-08-17 13:30 VZ, revision 35211

made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW; added GetCurrentSelection() with the old behaviour and documented it

2005-08-17 13:13 VZ, revision 35210

also added a check of choice selection in idle time (similar to last check in for combobox)

2005-08-17 12:56 VZ, revision 35209

don't take wxID_NONE inside #if wxABI_VERSION check: it's (going to be) used inside the library itself and, anyhow, there is no harm in letting even the user code compiled with lower than current wxABI_VERSION to see it

2005-08-17 06:55 JJ, revision 35208

Committing in . Solves link problem of wxMOTIF on OpenVMS Modified Files: wxWidgets/include/wx/vms_x_fix.h

2005-08-17 02:09 DE, revision 35207

Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.

2005-08-17 00:56 DE, revision 35206

Allow wxWidgets to be built hosted on any architecture of Darwin.

2005-08-17 00:01 VZ, revision 35205

hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

2005-08-16 23:55 VZ, revision 35204

added newsince note

2005-08-16 23:52 VZ, revision 35203

avoid gcc warning

2005-08-16 23:14 VZ, revision 35202

added wxStaticText::Wrap()

2005-08-16 20:50 ABX, revision 35201

Warning fix.

2005-08-16 20:47 ABX, revision 35200

Build fix.

2005-08-16 20:32 ABX, revision 35199

Public access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.

2005-08-16 20:23 ABX, revision 35198

Reuse functionality of wxGetStockLabel().

2005-08-16 15:06 JS, revision 35197

Added context help styles

2005-08-16 12:13 VZ, revision 35196

added code showing that at least under Windows wxCombobox::GetSelection() return value changes even before EVT_COMBOBOX is sent

2005-08-16 10:08 VZ, revision 35195

don't use wxApp::GetAppName() in the usage message, we want the real argv[0] here

2005-08-16 10:06 VZ, revision 35194

fixed warning about mismatching dlldecl when building as DLL

2005-08-15 20:09 VZ, revision 35193

compilation fix for wxUSE_STL=1 and mingw

2005-08-15 19:53 ROL, revision 35192

0.1.6-4: replace working for sizeritems and spacers

2005-08-15 12:11 VZ, revision 35191

replaced annoying wxLogDebug()s with wxLogTrace()

2005-08-14 18:45 VZ, revision 35190

update from Dennis Prochko

2005-08-14 12:07 VZ, revision 35189

update for 2.6.1 from Dennis Prochko

2005-08-13 22:40 DE, revision 35188

Regenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from wxAutohacks build/autoconf_prepend-include/autoconf/c.m4

2005-08-13 22:38 DE, revision 35187

Bug fixes from Bakefile CVS HEAD (still using 0.1.9 version though)

2005-08-13 21:08 MW, revision 35186

Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN for NULL

2005-08-13 20:53 MW, revision 35185

Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when open fails

2005-08-13 20:47 MW, revision 35184

Make the backward compatibility section a topic overview.

2005-08-13 20:38 MW, revision 35183

Add platform specific .po and .mo files into the distribution script

2005-08-13 09:48 JS, revision 35182

Fixed dangling pointers bug; radio button was not removing itself from the cycle when deleted, so when deleting and then adding a radio button, we get a crash

2005-08-12 15:34 MW, revision 35181

Typo

2005-08-12 15:29 MW, revision 35180

Translate '&Help' to '&' for italian Windows only

2005-08-12 14:40 ROL, revision 35179

some more fixes: tree selection, replacing, wxYield calls removed (produce infinite recursion)

2005-08-12 14:16 JS, revision 35178

Adaptations for PDA-sized screens

2005-08-12 14:09 JS, revision 35177

Added support for "help" parameter (context help text).

2005-08-11 13:29 VZ, revision 35176

don't override OnIconized() in the sample, the bug this was working around is now fixed in wxMSW itself

2005-08-11 13:24 VZ, revision 35175

force update of MDI client window size after the MDI parent frame is iconized and restored, otherwise all kinds of bad things (changes in MDI children positions; possibility to move them above the toolbar and below the status bar; wrong repaining) happen

2005-08-11 13:21 VZ, revision 35174

added wxSIZE_FORCE flag for SetSize()

2005-08-11 13:10 VZ, revision 35173

check that wxUSE_DC_CACHEING is defined

2005-08-10 22:53 MW, revision 35172

Adds a title to the chart, patch 1242262 Matthew D.P.

2005-08-10 21:50 MW, revision 35171

Mention converting ANSI->Unicode, patch 1247339 Eric Kow

2005-08-10 21:24 MW, revision 35170

#define wxUSE_STD_STRING to 0 rather than #undef it, patch 1255570 from Jan van Dijk

2005-08-10 19:41 MW, revision 35169

Undo r1.52 since we get another problem. http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:sss:65211:200508:khmgllhgjjgnfkhpebip#b

2005-08-10 18:46 VS, revision 35168

make sure all licence texts are really the same

2005-08-10 15:57 ROL, revision 35167

one more fix for tree selection

2005-08-10 14:58 ROL, revision 35166

wxMSW fixes for tree control

2005-08-09 19:27 ROL, revision 35165

0.1.6-1 Support for object_ref. CreateTestWin saves all DOM in temporary memory file now, to allow reference resolution. Tree changed to multiple selection (not really supported yet), so after deleting Unselect can be used (otherwise parent item is selected automatically which results in scrolling jumps - distracting). !!! Not tested on wxMSW yet.

2005-08-09 19:21 ROL, revision 35164

SetModified updates window title ('*' is shown if modified)

2005-08-09 18:00 MR, revision 35163

2_4_BRANCH: "Include file" -> "Include files" - as in all other docs. Closes patch #1254872

2005-08-09 17:55 MR, revision 35162

"Include file" -> "Include files" - as in all other docs

2005-08-08 23:12 VZ, revision 35161

Mac compilation fixes

2005-08-08 22:29 MW, revision 35160

wxMBConv test cases, patch 1179989 from Vince Harron

2005-08-08 22:21 MW, revision 35159

Replacements for some wcsxxx funcs for systems without them like osx 10.2.

2005-08-08 22:15 VZ, revision 35158

add missing braces to quiet gcc warnings about missing braces around initializer

2005-08-08 22:05 MW, revision 35157

Comment typo fixes from Vince Harron

2005-08-08 21:51 VZ, revision 35156

removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPRECATED is not defined anywhere, this doesn't do anything but provoke gcc warnings

2005-08-08 21:49 VZ, revision 35155

removed mentions of wxUSE_OWNER_DRAWN: unless I miss something, this doesn't make any sense for Mac

2005-08-08 21:46 VZ, revision 35154

correct -Wundef warning for __MSL__

2005-08-08 13:44 MW, revision 35153

Regenerate after yesterday's fix for bug 1230877.

2005-08-08 13:34 MW, revision 35152

Copy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project files. Fixes bug 1230504.

2005-08-08 13:08 MW, revision 35151

Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files it creates a dependency on a '.dsp' file under contrib instead of under lib.

2005-08-08 12:59 MW, revision 35150

Rebake after recguard.h added to bakefiles

2005-08-08 09:50 MR, revision 35149

Expand tabs, identation/whitespace fixes

2005-08-08 09:35 MR, revision 35148

Expand tabs

2005-08-08 08:53 MR, revision 35147

[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range

2005-08-07 21:13 MBN, revision 35146

Removed wxVectorBase and wxClientDataDictionary symbols from version-script.it as per Mike Wetherell suggestion.

2005-08-07 21:12 VZ, revision 35145

don't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn't replace real error checking anyhow

2005-08-07 16:48 MW, revision 35144

With Sun CC temporaries have block scope unless '-features=tmplife' is used. Fixes bug report 1230877.

2005-08-07 16:06 VZ, revision 35143

deTABified; removed unused variable provoking a gcc warning

2005-08-07 16:05 VZ, revision 35142

unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR

2005-08-07 16:04 VZ, revision 35141

assign 0, not NULL, to an int

2005-08-07 16:02 VZ, revision 35140

deTABified

2005-08-07 15:53 VZ, revision 35139

fix problems with __POWERPC__ being redefined

2005-08-06 21:35 VZ, revision 35138

set m_error correctly (patch 1249848)

2005-08-06 21:30 VZ, revision 35137

fix wxGetMessageName() in Unicode build (patch 1250662)

2005-08-06 21:16 VZ, revision 35136

recognize 0/1 as false/true in string->bool conversion (patch 1249632)

2005-08-06 21:14 VZ, revision 35135

generate MD5SUM files for nightly builds (patch 1252331)

2005-08-06 20:49 MW, revision 35134

Add wxMGL and Cygwin changes to the changelog

2005-08-06 19:45 VZ, revision 35133

added char/wxChar note (bug 1252854)

2005-08-06 19:39 VZ, revision 35132

added ldconfig-not-in-path note and removed duplicate section (bug 1253089)

2005-08-06 19:33 VZ, revision 35131

corrected regex library name in ANSI builds

2005-08-06 19:30 VZ, revision 35130

added wx/recguard.h (bug 1253148)

2005-08-06 17:55 JS, revision 35129

Compatibility settings corrected

2005-08-06 12:40 MW, revision 35128

Additional information

2005-08-06 12:15 JS, revision 35127

Restored monolithic build for eVC++ 4

2005-08-06 09:37 MW, revision 35126

Notes on compiling MGL 5.1

2005-08-06 01:46 MW, revision 35125

Needs to refresh the affected parts when resized but I think that would involve breaking binary compatibilty. So for now use wxFULL_REPAINT_ON_RESIZE.

2005-08-06 01:41 MW, revision 35124

Refresh a window's non-client area when it is resized.

2005-08-06 01:24 VZ, revision 35123

set best fitting size for the toolbar in Realize()

2005-08-06 01:21 VZ, revision 35122

don't crash in GetTextExtent() under Windows where print data is not a wxPostScriptPrintNativeData; use wxStandardPaths to find the location of AFM files instead

2005-08-06 01:11 VZ, revision 35121

initialize backing store bitmap in Create(), notebook doesn't always get a size event immediately after creation

2005-08-05 23:16 VZ, revision 35120

added explicit wx/dynlib.h include

2005-08-05 23:15 VZ, revision 35119

missing dllexport declaration added

2005-08-05 23:13 VZ, revision 35118

disable RTTI and exceptions by default for wxWinCE/eVC

2005-08-05 22:54 VZ, revision 35117

corrected logic in wxQTMediaEvtHandler::OnEraseBackground(): only erase it if there is no movie controller and no movie

2005-08-05 22:39 VZ, revision 35116

only link with 3rd party libs if they're needed

2005-08-05 22:34 VZ, revision 35115

don't allow negative splitter position

2005-08-05 22:11 VZ, revision 35114

use wxDynamicLibrary::GetSymbolAorW() instead of the manual mess

2005-08-05 22:01 VZ, revision 35113

1. extracted code common to all backends in wxMediaBackendCommonBase 2. don't refresh the parent on movie load/size change unless it does use a sizer (i.e. made code follow the existing comment)

2005-08-05 21:27 VZ, revision 35112

fixed horrible hack with passing pointers of wrong type to Connect(), use a real event handler class as appropriate

2005-08-05 20:25 VZ, revision 35111

removed unused OnPaint() handlers

2005-08-05 17:35 VZ, revision 35110

don't remember size passed to SetSize() as pending position/size for TLW as deferred move is not used for them

2005-08-05 15:23 CE, revision 35109

apply SF patch 1252602 to remove warnings in bcc and watcom

2005-08-05 11:58 VZ, revision 35108

initialize send_event field of GdkEventExpose we generate (bug 1245864) (Robert, please review this if possible)

2005-08-05 11:48 VZ, revision 35107

compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)

2005-08-04 21:49 VZ, revision 35106

corrected wxUnix2DosFilename signature, added deprecation note

2005-08-04 21:05 VZ, revision 35105

corrected test for __WXGTK__ (but should it be there at all?)

2005-08-04 21:05 VZ, revision 35104

corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_FINDITEM as it's more clear to just redefine NMLVFINDITEM in DMC case

2005-08-04 21:02 VZ, revision 35103

use ifdef, not if, to test for HAVE_WCSRTOMBS

2005-08-04 21:01 VZ, revision 35102

removed more remains of wxUSE_PENWINDOWS

2005-08-04 21:00 VZ, revision 35101

corrected test for HAVE_FSYNC: ifdef, not if

2005-08-04 20:54 VZ, revision 35100

added wxUSE_DC_CACHEING

2005-08-04 20:35 VZ, revision 35099

removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile anyhow as wxFunction isn't defined in wx since quite some time now

2005-08-04 20:31 VZ, revision 35098

removed (unused since quite some time) wxUSE_ITSY_BITSY

2005-08-04 20:28 VZ, revision 35097

removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined

2005-08-04 20:21 VZ, revision 35096

define wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)

2005-08-04 14:57 MR, revision 35095

[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALIGNMENT_{LEFT,RIGHT,CENTRE} attributes.

2005-08-04 14:51 JS, revision 35094

More settings restored.

2005-08-04 14:27 JS, revision 35093
  • D /wxWidgets/trunk/src/regex/regexCE.vcp

Removed eVC++ project file

2005-08-04 11:31 MR, revision 35092

wxFont wxMSW specific ctor first arg is a const wxSize&, not int

2005-08-04 10:28 JS, revision 35091

Switched loads of settings back on

2005-08-04 10:05 JS, revision 35090

Resolved CVS conflict

2005-08-04 01:09 VZ, revision 35089

added tests for fsync() and pthread_cleanup_push/pop()

2005-08-04 01:06 VZ, revision 35088

test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead of testing for (never defined) HAVE_THREAD_CLEANUP_FUNCTIONS with #if

2005-08-04 01:06 VZ, revision 35087

added HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing HAVE_THREAD_CLEANUP_FUNCTIONS)

2005-08-04 01:05 VZ, revision 35086

define wxFsync() as fsync() under Unix not as (not existing) commit()

2005-08-04 01:04 VZ, revision 35085

configure defines HAVE_FSYNC, not wxHAVE_FSYNC

2005-08-04 00:59 VZ, revision 35084

wxNEED_STRDUP was wrong tested with #if instead of #ifdef

2005-08-04 00:34 VZ, revision 35083

check that wxUSE_DATEPICKCTRL_GENERIC is defined before checking its value

2005-08-04 00:28 VZ, revision 35082

define wxUSE_IPV6 as 0 to avoid -Wundef warnings

2005-08-04 00:25 VZ, revision 35081

NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using #if instead of #ifdef

2005-08-04 00:22 VZ, revision 35080

due to a typo in #if condition, validation was disabled for wizard pages -- fixed now

2005-08-04 00:16 VZ, revision 35079

define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje line is still disabled by default)

2005-08-03 23:58 VZ, revision 35078

no need to check dbghelp DLL initialization in GetAssertStackTrace() explicitly any more now that wxStackWalker doesn't log an error if it failed to do it

2005-08-03 23:57 VZ, revision 35077

don't give error message if we failed to get the stack, this doesn't mean anything to the user

2005-08-03 23:44 VZ, revision 35076

define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's not defined

2005-08-03 20:08 VZ, revision 35075

test for __MWERKS__ with #ifdef, not #if (fixes a -Wundef gcc warning)

2005-08-03 20:06 VZ, revision 35074

get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not used nor defined anywhere

2005-08-03 19:25 MW, revision 35073

Fix deletes that should be delete[]

2005-08-03 16:10 , revision 35072
  • A /wxWidgets/branches/unlabeled-1.59.2
  • D /wxWidgets/branches/unlabeled-1.59.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.59.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.59.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.59.2/art
  • D /wxWidgets/branches/unlabeled-1.59.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.59.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.59.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.59.2/build
  • D /wxWidgets/branches/unlabeled-1.59.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.59.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.59.2/configure
  • D /wxWidgets/branches/unlabeled-1.59.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.59.2/contrib
  • D /wxWidgets/branches/unlabeled-1.59.2/debian
  • D /wxWidgets/branches/unlabeled-1.59.2/demos
  • D /wxWidgets/branches/unlabeled-1.59.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.59.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.59.2/distrib
  • D /wxWidgets/branches/unlabeled-1.59.2/docs
  • D /wxWidgets/branches/unlabeled-1.59.2/include
  • D /wxWidgets/branches/unlabeled-1.59.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.59.2/lib
  • D /wxWidgets/branches/unlabeled-1.59.2/locale
  • D /wxWidgets/branches/unlabeled-1.59.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.59.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.59.2/misc
  • D /wxWidgets/branches/unlabeled-1.59.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.59.2/regen
  • D /wxWidgets/branches/unlabeled-1.59.2/samples
  • D /wxWidgets/branches/unlabeled-1.59.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.59.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.59.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.59.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.59.2/src/common
  • D /wxWidgets/branches/unlabeled-1.59.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.59.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.59.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.59.2/src/html
  • D /wxWidgets/branches/unlabeled-1.59.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.59.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.59.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.59.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.59.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.59.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.59.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.59.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.59.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.59.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.59.2/src/png
  • D /wxWidgets/branches/unlabeled-1.59.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.59.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.59.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.59.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.59.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.59.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.59.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.59.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.59.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.59.2/tests
  • D /wxWidgets/branches/unlabeled-1.59.2/utils
  • D /wxWidgets/branches/unlabeled-1.59.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.59.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.59.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.59.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.59.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.59.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.59.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.59.2'.

2005-08-03 16:10 , revision 35071
  • A /wxWidgets/branches/unlabeled-1.42.2
  • D /wxWidgets/branches/unlabeled-1.42.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.42.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.42.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.42.2/art
  • D /wxWidgets/branches/unlabeled-1.42.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.42.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.42.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.42.2/build
  • D /wxWidgets/branches/unlabeled-1.42.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.42.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.42.2/configure
  • D /wxWidgets/branches/unlabeled-1.42.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.42.2/contrib
  • D /wxWidgets/branches/unlabeled-1.42.2/debian
  • D /wxWidgets/branches/unlabeled-1.42.2/demos
  • D /wxWidgets/branches/unlabeled-1.42.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.42.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.42.2/distrib
  • D /wxWidgets/branches/unlabeled-1.42.2/docs
  • D /wxWidgets/branches/unlabeled-1.42.2/include
  • D /wxWidgets/branches/unlabeled-1.42.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.42.2/lib
  • D /wxWidgets/branches/unlabeled-1.42.2/locale
  • D /wxWidgets/branches/unlabeled-1.42.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.42.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.42.2/misc
  • D /wxWidgets/branches/unlabeled-1.42.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.42.2/regen
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/svg
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.42.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.42.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.42.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.42.2/src
  • D /wxWidgets/branches/unlabeled-1.42.2/tests
  • D /wxWidgets/branches/unlabeled-1.42.2/utils
  • D /wxWidgets/branches/unlabeled-1.42.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.42.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.42.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.42.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.42.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.42.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.42.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.42.2'.

2005-08-03 16:10 , revision 35070
  • A /wxWidgets/branches/unlabeled-1.36.2
  • D /wxWidgets/branches/unlabeled-1.36.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.36.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.36.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.36.2/art
  • D /wxWidgets/branches/unlabeled-1.36.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.36.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.36.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.36.2/build
  • D /wxWidgets/branches/unlabeled-1.36.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.36.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.36.2/configure
  • D /wxWidgets/branches/unlabeled-1.36.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.36.2/contrib
  • D /wxWidgets/branches/unlabeled-1.36.2/debian
  • D /wxWidgets/branches/unlabeled-1.36.2/demos
  • D /wxWidgets/branches/unlabeled-1.36.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.36.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.36.2/distrib
  • D /wxWidgets/branches/unlabeled-1.36.2/docs
  • D /wxWidgets/branches/unlabeled-1.36.2/include
  • D /wxWidgets/branches/unlabeled-1.36.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.36.2/lib
  • D /wxWidgets/branches/unlabeled-1.36.2/locale
  • D /wxWidgets/branches/unlabeled-1.36.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.36.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.36.2/misc
  • D /wxWidgets/branches/unlabeled-1.36.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.36.2/regen
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/stc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.36.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.36.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.36.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.36.2/src
  • D /wxWidgets/branches/unlabeled-1.36.2/tests
  • D /wxWidgets/branches/unlabeled-1.36.2/utils
  • D /wxWidgets/branches/unlabeled-1.36.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.36.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.36.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.36.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.36.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.36.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.36.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.36.2'.

2005-08-03 16:10 , revision 35069
  • A /wxWidgets/branches/unlabeled-1.25.2
  • D /wxWidgets/branches/unlabeled-1.25.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.25.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.25.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.25.2/art
  • D /wxWidgets/branches/unlabeled-1.25.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.25.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.25.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.25.2/build
  • D /wxWidgets/branches/unlabeled-1.25.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.25.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.25.2/configure
  • D /wxWidgets/branches/unlabeled-1.25.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.25.2/contrib
  • D /wxWidgets/branches/unlabeled-1.25.2/debian
  • D /wxWidgets/branches/unlabeled-1.25.2/demos
  • D /wxWidgets/branches/unlabeled-1.25.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.25.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.25.2/distrib
  • D /wxWidgets/branches/unlabeled-1.25.2/docs
  • D /wxWidgets/branches/unlabeled-1.25.2/include
  • D /wxWidgets/branches/unlabeled-1.25.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.25.2/lib
  • D /wxWidgets/branches/unlabeled-1.25.2/locale
  • D /wxWidgets/branches/unlabeled-1.25.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.25.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.25.2/misc
  • D /wxWidgets/branches/unlabeled-1.25.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.25.2/regen
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/stc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.25.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.25.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.25.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.25.2/src
  • D /wxWidgets/branches/unlabeled-1.25.2/tests
  • D /wxWidgets/branches/unlabeled-1.25.2/utils
  • D /wxWidgets/branches/unlabeled-1.25.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.25.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.25.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.25.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.25.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.25.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.25.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.25.2'.

2005-08-03 16:10 , revision 35068
  • A /wxWidgets/branches/unlabeled-1.24.2
  • D /wxWidgets/branches/unlabeled-1.24.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.24.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.24.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.24.2/art
  • D /wxWidgets/branches/unlabeled-1.24.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.24.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.24.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.24.2/build
  • D /wxWidgets/branches/unlabeled-1.24.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.24.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.24.2/configure
  • D /wxWidgets/branches/unlabeled-1.24.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.24.2/contrib
  • D /wxWidgets/branches/unlabeled-1.24.2/debian
  • D /wxWidgets/branches/unlabeled-1.24.2/demos
  • D /wxWidgets/branches/unlabeled-1.24.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.24.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.24.2/distrib
  • D /wxWidgets/branches/unlabeled-1.24.2/docs
  • D /wxWidgets/branches/unlabeled-1.24.2/include
  • D /wxWidgets/branches/unlabeled-1.24.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.24.2/lib
  • D /wxWidgets/branches/unlabeled-1.24.2/locale
  • D /wxWidgets/branches/unlabeled-1.24.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.24.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.24.2/misc
  • D /wxWidgets/branches/unlabeled-1.24.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.24.2/regen
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.24.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.24.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.24.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.24.2/src
  • D /wxWidgets/branches/unlabeled-1.24.2/tests
  • D /wxWidgets/branches/unlabeled-1.24.2/utils
  • D /wxWidgets/branches/unlabeled-1.24.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.24.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.24.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.24.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.24.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.24.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.24.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.24.2'.

2005-08-03 16:10 , revision 35067
  • A /wxWidgets/branches/unlabeled-1.23.2
  • D /wxWidgets/branches/unlabeled-1.23.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.23.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.23.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.23.2/art
  • D /wxWidgets/branches/unlabeled-1.23.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.23.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.23.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.23.2/build
  • D /wxWidgets/branches/unlabeled-1.23.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.23.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.23.2/configure
  • D /wxWidgets/branches/unlabeled-1.23.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.23.2/contrib
  • D /wxWidgets/branches/unlabeled-1.23.2/debian
  • D /wxWidgets/branches/unlabeled-1.23.2/demos
  • D /wxWidgets/branches/unlabeled-1.23.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.23.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.23.2/distrib
  • D /wxWidgets/branches/unlabeled-1.23.2/docs
  • D /wxWidgets/branches/unlabeled-1.23.2/include
  • D /wxWidgets/branches/unlabeled-1.23.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.23.2/lib
  • D /wxWidgets/branches/unlabeled-1.23.2/locale
  • D /wxWidgets/branches/unlabeled-1.23.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.23.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.23.2/misc
  • D /wxWidgets/branches/unlabeled-1.23.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.23.2/regen
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/svg
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.23.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.23.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.23.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.23.2/src
  • D /wxWidgets/branches/unlabeled-1.23.2/tests
  • D /wxWidgets/branches/unlabeled-1.23.2/utils
  • D /wxWidgets/branches/unlabeled-1.23.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.23.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.23.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.23.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.23.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.23.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.23.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.23.2'.

2005-08-03 16:10 , revision 35066
  • A /wxWidgets/branches/unlabeled-1.22.2/samples
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/stc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.22.2/samples/xrc

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.22.2'.

2005-08-03 16:10 , revision 35065
  • A /wxWidgets/branches/unlabeled-1.21.2
  • D /wxWidgets/branches/unlabeled-1.21.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.21.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.21.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.21.2/art
  • D /wxWidgets/branches/unlabeled-1.21.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.21.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.21.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.21.2/build
  • D /wxWidgets/branches/unlabeled-1.21.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.21.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.21.2/configure
  • D /wxWidgets/branches/unlabeled-1.21.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.21.2/contrib
  • D /wxWidgets/branches/unlabeled-1.21.2/debian
  • D /wxWidgets/branches/unlabeled-1.21.2/demos
  • D /wxWidgets/branches/unlabeled-1.21.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.21.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.21.2/distrib
  • D /wxWidgets/branches/unlabeled-1.21.2/docs
  • D /wxWidgets/branches/unlabeled-1.21.2/include
  • D /wxWidgets/branches/unlabeled-1.21.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.21.2/lib
  • D /wxWidgets/branches/unlabeled-1.21.2/locale
  • D /wxWidgets/branches/unlabeled-1.21.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.21.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.21.2/misc
  • D /wxWidgets/branches/unlabeled-1.21.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.21.2/regen
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/stc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.21.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.21.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.21.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.21.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.21.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.21.2/src/common
  • D /wxWidgets/branches/unlabeled-1.21.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.21.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.21.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.21.2/src/html
  • D /wxWidgets/branches/unlabeled-1.21.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.21.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.21.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.21.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.21.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.21.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.21.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.21.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.21.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.21.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.21.2/src/png
  • D /wxWidgets/branches/unlabeled-1.21.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.21.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.21.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.21.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.21.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.21.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.21.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.21.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.21.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.21.2/tests
  • D /wxWidgets/branches/unlabeled-1.21.2/utils
  • D /wxWidgets/branches/unlabeled-1.21.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.21.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.21.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.21.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.21.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.21.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.21.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.21.2'.

2005-08-03 16:10 , revision 35064
  • A /wxWidgets/branches/unlabeled-1.20.2/samples
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/svg
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.20.2/samples/xrc

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.20.2'.

2005-08-03 16:10 MW, revision 35063

Rebake after MSLU and other changes

2005-08-03 13:40 MR, revision 35062

Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change

2005-08-03 13:36 MW, revision 35061

Set PLATFORM_UNIX for the rpmspec format

2005-08-03 13:14 MR, revision 35060

[wxGTK2] multiline wxTextCtrl: Implement XYToPosition, PositionToXY and GetLineLength natively, making them not take an eternity per call. Also closes bug #1250464. Not sure if this should go into changes.txt.

2005-08-03 11:53 MW, revision 35059

Revert previous commit

2005-08-03 11:50 MW, revision 35058

Replace disjunction in <if> with two ifs since it seems to be preventing baking

2005-08-03 05:13 SC, revision 35057

don't force immediate screen updates

2005-08-03 00:53 MW, revision 35056

Add import/export attributes

2005-08-02 22:58 MW, revision 35055

Add import/export attributes

2005-08-02 21:44 MW, revision 35054

Add import/export attributes

2005-08-02 20:57 MW, revision 35053

Expand tabs

2005-08-02 18:16 MW, revision 35052

Add import/export macros

2005-08-02 17:36 JS, revision 35051

Small corrections to licence

2005-08-01 16:39 MR, revision 35050

[wxGTK] wxFileDialog: Use native overwrite confirmation if possible

2005-08-01 16:38 MW, revision 35049

Set default size and position for top level windows

2005-08-01 15:39 MR, revision 35048

Mostly cosmetical preprocessor check modifications to last commit

2005-08-01 15:36 MR, revision 35047

[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas under wxGTK - Nathan Cournia. Modified to not break compilation pre-gtk2.2. Older gtk+ versions than 2.2 probably still need a workaround to the original problem (the code is identical to them than before). Alas, I've never been able to reproduce the problem. Testing appreciated.

2005-08-01 06:06 SC, revision 35046

correcting condition: only interfere in the non-native case

2005-08-01 01:07 VZ, revision 35045

don't crash when showing vert toolbar when horz one is not shown

2005-07-31 19:00 VZ, revision 35044

don't call SetSize when creating the 2nd toolbar, this just results in unnecessary flicker

2005-07-31 18:58 VZ, revision 35043

account for client area origin when returning pending position from DoGetPosition()

2005-07-31 18:32 SC, revision 35042

applied patch 1216005 : message and new NavDirDialog

2005-07-31 17:54 SC, revision 35041

applied patch 1223806 : unicode for tabs

2005-07-31 17:32 SC, revision 35040

mouse-capture fix

2005-07-31 17:06 SC, revision 35039

adding 'select all' semantics

2005-07-31 16:36 SC, revision 35038

fixing names

2005-07-31 15:42 VZ, revision 35037

regenerated after adding sound.rc

2005-07-31 13:03 RR, revision 35036

Correctly calculate ClientSize when using native toolbars.

2005-07-31 09:42 MBN, revision 35035

Allow displaying Japanese character with wxMotif/ANSI under a Japanese EUC-JP locale: - add a #define (wxMOTIF_NEW_FONT_HANDLING) defaulting to off - factor the code for getting text extents in a central wxGetTextExtent function - when the new font handling is enabled load a fontset instead of a single font. For non-Japanese locales this should load a fontset containing a single font. - on a Japanese locale set the default point size to 15: the Japanese fonts I have are much more readable like this. - do not set the wordwrap property for multiline wxTextCtrl with OpenMotif 2.1, otherwise it crashes when text is added

2005-07-31 09:22 SC, revision 35034

defaulting to small style (24x24), and correcting the cut-off decision to be at > 24 instead of >16

2005-07-31 07:31 MBN, revision 35033

Use accessors for wxObject members.

2005-07-30 23:15 MW, revision 35032

Defer deletion of wxFontsManager and MGL_exit until after the modules have been cleaned up

2005-07-30 23:12 MW, revision 35031

Disable wxDataObject for MGL

2005-07-30 23:08 MW, revision 35030

Temporary fix for missing ;;

2005-07-30 20:48 SN, revision 35029

Only compile PopupWindow if corresponding define is set.

2005-07-30 17:32 , revision 35028
  • A /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/.cvsignore
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/acinclude.m4
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/aclocal.m4
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/art
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/autoconf_inc.m4
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/autogen.sh
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/BuildCVS.txt
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/build
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/config.guess
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/config.sub
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/configure
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/configure.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/contrib
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/debian
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/demos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/descrip.mms
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/difflast.pl
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/distrib
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/docs
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/.cvsignore
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/msvc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/.cvsignore
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/accel.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/access.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/afterstd.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/app.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/apptrait.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/archive.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/arrstr.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/artprov.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/beforestd.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/bitmap.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/bookctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/brush.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/buffer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/build.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/busyinfo.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/button.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/calctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/caret.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/checkbox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/checklst.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/chkconf.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/choicdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/choice.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/choicebk.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/clipbrd.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/clntdata.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cmdline.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cmdproc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cmndata.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cocoa
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/colordlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/colour.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/combobox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/confbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/config.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/containr.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/control.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cppunit.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cshelp.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ctrlsub.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/cursor.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dataobj.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/datectrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dateevt.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/datetime.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/datstrm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/db.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dbgrid.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dbkeyg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dbtable.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcbuffer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcclient.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcmemory.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcmirror.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcprint.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcps.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcscreen.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dcsvg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dde.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/debug.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/debugrpt.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/defs.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dialog.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dialup.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dir.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dirctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dirdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/display.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dlimpexp.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dnd.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/docmdi.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/docview.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dragimag.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dynarray.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dynlib.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/dynload.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/effects.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/encconv.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/encinfo.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/event.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/evtloop.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/except.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/features.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ffile.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/file.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fileconf.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/filedlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/filefn.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/filename.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/filesys.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/flags.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fmappriv.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/font.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fontdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fontenc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fontenum.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fontmap.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fontutil.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/frame.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fs_inet.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fs_mem.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/fs_zip.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gauge.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gbsizer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gdicmn.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gdiobj.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/generic
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/geometry.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gifdecod.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/glcanvas.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/grid.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gsocket.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gtk
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/gtk1
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/hash.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/hashmap.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/hashset.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/help.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/helpbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/helphtml.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/helpwin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/html
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/htmllbox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/icon.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/iconbndl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/iconloc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagbmp.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/image.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imaggif.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagiff.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagjpeg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imaglist.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagpcx.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagpng.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagpnm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagtiff.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/imagxpm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/init.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/intl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/iosfwrap.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ioswrap.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ipc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ipcbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/isql.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/isqlext.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/joystick.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/layout.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/laywin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/list.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/listbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/listbook.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/listbox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/listctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/listimpl.cpp
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/log.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/longlong.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mac
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/math.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/matrix.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mdi.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mediactrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/memconf.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/memory.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/memtext.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/menu.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/menuitem.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/metafile.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mgl
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mimetype.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/minifram.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/module.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/msdos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/msgdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/msgout.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/mstream.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/msw
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/notebook.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/numdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/object.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/os2
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ownerdrw.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/palette.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/palmos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/panel.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/paper.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/pen.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/platform.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/popupwin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/print.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/printdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/prntbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/process.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/progdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/propdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/protocol
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/ptr_scpd.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/quantize.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/radiobox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/radiobut.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/rawbmp.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/recguard.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/regex.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/region.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/renderer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sashwin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sckaddr.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sckipc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sckstrm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/scopeguard.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/scrolbar.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/scrolwin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/selstore.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/settings.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/setup_inc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/setup_redirect.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sizer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/slider.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/snglinst.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/socket.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sound.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/spinbutt.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/spinctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/splash.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/splitter.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sstream.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stack.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stackwalk.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/statbmp.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/statbox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/statline.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stattext.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/statusbr.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stdpaths.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stockitem.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stopwatch.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/strconv.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/stream.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/string.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/sysopt.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tab.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tabctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/taskbar.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tbarbase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/textbuf.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/textctrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/textdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/textfile.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tglbtn.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/thread.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/thrimpl.cpp
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/timer.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tipdlg.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tipwin.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tokenzr.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/toolbar.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/tooltip.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/toplevel.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/treebase.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/treectrl.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/txtstrm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/types.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/univ
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/unix
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/uri.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/url.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/utils.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/valgen.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/validate.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/valtext.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/variant.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/vector.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/version.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/vidmode.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/vlbox.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/volume.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/vscroll.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wave.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wfstream.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/window.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wizard.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxchar.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxhtml.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxprec.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlba_cw.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlba_cwc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlb_cw.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlb_cwc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cw.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwc.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwcocoa.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwcocoa_cm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwcocoa_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/x11
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xml
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xpmdecod.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xpmhand.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xrc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xti.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xtistrm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/xtixml.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/zipstrm.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx/zstream.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cw.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cw.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cwc.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cwc.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cwc_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cw_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlba_cw_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cw.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cw.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cwc.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cwc.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cwc_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cw_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wxshlb_cw_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cw.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cw.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwc.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwc.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa.pchmm
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwc_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwu_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cw_d.pch
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_cw_d.pch++
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/include/wx_pb.h
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/install-sh
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/lib
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/locale
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/Makefile.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/make-deb
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/misc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/mkinstalldirs
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/regen
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/samples
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/setup.h.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/setup.h_vms
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/.cvsignore
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/cocoa
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/common
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/cwcopysetup.bat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/cwdcopysetup.bat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/cygnus.bat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/expat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/generic
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/gtk
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/gtk1
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/html
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/iodbc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/jpeg
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/mac
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeb32.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makebcc.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makefile.dos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makefile.va
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makefile.vc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeg95.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.b32
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.bcc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.g95
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.sc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.vc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makelib.wat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makemsc.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.b32
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.bcc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.g95
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.msc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.sc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.sl
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.va
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.vc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeprog.wat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makesc.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makesl.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/maketwin.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makeva.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makevc.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/makewat.env
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/mgl
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/mingegcs.bat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/mingw32.bat
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/msdos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/msw
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/ntwxwin.mak
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/os2
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/palmos
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/png
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/regex
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/stc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/tiff
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/univ
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/unix
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/version.mak
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/Wxwindll.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxJpeg.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxPng.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxTiff.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWin.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindows.dsp
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindows.dsw
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindows.xcode
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindows.xcodeproj
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindowsM8.xml
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxWindowsW7.xml
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxXpm.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/wxZlib.icc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/x11
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/xml
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/xrc
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/src/zlib
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/tests
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/utils
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/version-script.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wx-config-inplace.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wx-config.in
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxBase.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxGTK.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxGTK_RR.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxMGL.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxMotif.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxPython
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxWINE.spec
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxwin.m4
  • D /wxWidgets/tags/MOTIF_BEFORE_JA_FONT_CHANGES/wxX11.spec

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

2005-07-30 17:32 MBN, revision 35027

Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too early.

2005-07-30 17:26 MBN, revision 35026

Return the correct encoding for X font spec construction under Japanese locale.

2005-07-30 17:24 MBN, revision 35025

Initialize Xt locale handling. Set the correct default font encoding on startup.

2005-07-30 17:22 MBN, revision 35024

Fix indentation.

2005-07-30 17:17 MBN, revision 35023

Make wxBase compiled for wxMotif compatible with wxbase compiled with all the other Unix-ish ports. Thanks to Ian Brown for nagging about this.

2005-07-30 17:14 MBN, revision 35022

Add configure check for Lesstif, to be used by following patches.

2005-07-30 17:11 MBN, revision 35021

Move per display data cleanup to wxApp::CleanUp where it belongs.

2005-07-30 17:09 MBN, revision 35020

Align initial size handling with other ports.

2005-07-30 17:07 MBN, revision 35019

Remove unused headers.

2005-07-30 12:48 VZ, revision 35018

moved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific checks are not done for WinCE build

2005-07-30 12:46 VZ, revision 35017

define wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU

2005-07-30 11:55 JS, revision 35016

assert -> wxASSERT

2005-07-30 11:51 JS, revision 35015

Define wxUSE_UNICODE_MSLU or chkconf.h complains

2005-07-30 10:32 VS, revision 35014

further wxABI_VERSION fixes

2005-07-30 00:36 VZ, revision 35013

wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regenerated

2005-07-30 00:34 VZ, revision 35012

forcefully disable wxUSE_STACKWALKER

2005-07-30 00:29 VZ, revision 35011

updated the script to deal with licensing information added to wx/setup_inc.h

2005-07-30 00:22 VZ, revision 35010

oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU

2005-07-30 00:17 VZ, revision 35009

define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags

2005-07-30 00:02 VZ, revision 35008

return pending position/size if any, not the current one

2005-07-30 00:01 VZ, revision 35007

replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()

2005-07-29 23:25 VZ, revision 35006

take border into account in best size calculations

2005-07-29 23:01 VZ, revision 35005

decreased text limit which we consider to be set by user (and not built in the control) to 10001 which is less than default 30000

2005-07-29 22:28 VZ, revision 35004

use ReadLine() instead of GetLine() which sometimes hangs

2005-07-29 22:27 VZ, revision 35003

added wxDynamicLibrary::GetSymbolAorW()

2005-07-29 19:44 VZ, revision 35002

compilation fix for IBM xlC (closes 1230392)

2005-07-29 19:19 ABX, revision 35001

OW/Borland/MinGW warnings. Missing headers.

2005-07-29 18:44 ABX, revision 35000

Fixed doubled header.

2005-07-29 18:41 ABX, revision 34999

Fix (workaround?) for rpmspec.

2005-07-29 18:36 ABX, revision 34998

Fix (workaround?) for rpmspec.

2005-07-29 18:21 VZ, revision 34997

xlC needs -qunique under AIX only, at least it doesn't accept it at all under Mac OS X

2005-07-29 16:44 RR, revision 34996

Correct wxGTK.spec again after bakefiling.

2005-07-29 16:37 SC, revision 34995

respect styles during creation as well

2005-07-29 15:58 MR, revision 34994

Whitespace fixes

2005-07-29 14:15 VZ, revision 34993

don't crash in Get() if there is no wxApp (closes 1236514)

2005-07-29 14:06 VZ, revision 34992

async playback and object lifetime remarks

2005-07-29 13:59 VZ, revision 34991

added test for playing sound from memory

2005-07-29 13:43 VZ, revision 34990

added Stop test

2005-07-29 13:41 CE, revision 34989

wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271

2005-07-29 13:20 KH, revision 34988

Do not try to expand the root node in SetWindowStyle if the root node hasn't been created yet [ bug 1247413 ]

2005-07-29 13:19 VZ, revision 34987

refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes

2005-07-29 12:48 VZ, revision 34986

fixed id values to be more standard

2005-07-29 12:47 VZ, revision 34985

added http://www.wxwidgets.org/bincompat.html link

2005-07-29 12:35 VZ, revision 34984

added test for playing Windows resources

2005-07-29 12:18 VZ, revision 34983

added GlobalPtr: GlobalAlloc/Free() wrapper

2005-07-29 11:32 CE, revision 34982

fix for VC (also ok with Borland and DMC)

2005-07-29 11:17 VZ, revision 34981

renamed GlobalPtr to GlobalPtrLock

2005-07-29 10:10 MR, revision 34980

Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always in the name mangling

2005-07-29 10:03 MR, revision 34979

wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)

2005-07-29 09:56 MR, revision 34978

Add *wxTopLevelWindowGTK*RequestUserAttention*int*;

2005-07-29 05:19 KH, revision 34977

Fixed label positions for horizontal slider [ modified patch 1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.

2005-07-29 04:45 SC, revision 34976

added intl.h for contextmenu

2005-07-29 00:13 MR, revision 34975

slight CPP logic fix in my wxTLW::RequestUserAttention code

2005-07-28 23:56 VZ, revision 34974

many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch 1233613)

2005-07-28 23:32 MR, revision 34973

wxGTK: Implemented wxTLW::RequestUserAttention()

2005-07-28 23:23 VZ, revision 34972

missing dll decl stuff and members initialization in ctor (patch 1211900)

2005-07-28 23:09 VZ, revision 34971

clarifications about MRU menu workings (patch 1221797)

2005-07-28 23:01 VZ, revision 34970

don't reserve space in the header for the column image if there is none (patch 1225522)

2005-07-28 22:50 VZ, revision 34969

added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)

2005-07-28 22:28 VZ, revision 34968

mention VC8 support

2005-07-28 22:27 VZ, revision 34967

don't include shlwapi.h as it might be not available (modified patch 1228033)

2005-07-28 22:20 VZ, revision 34966

Ctrl+mouse wheel changes zoom factor in print preview (patch 1230919)

2005-07-28 22:08 VZ, revision 34965

removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)

2005-07-28 22:03 VZ, revision 34964

ShowFullScreen() shows the window if it was still hidden (modified patch 1231514)

2005-07-28 21:52 VZ, revision 34963

moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)

2005-07-28 21:49 VZ, revision 34962

fix for wxLongLong division test (patch 1233771)

2005-07-28 21:38 VZ, revision 34961

corrected event type for standalone scrollbars (patch 1240385)

2005-07-28 21:28 VZ, revision 34960

document wxDb::ExecSql() 3 params overload (patch 1240839)

2005-07-28 21:25 VZ, revision 34959

Ryan's binary compatibility technote (patch 1242898)

2005-07-28 21:23 VZ, revision 34958

added wxABI_VERSION check around newly added function

2005-07-28 21:15 VZ, revision 34957

don't log error if connection has been already terminated in HangUp() (patch 1243184)

2005-07-28 21:02 VZ, revision 34956

typo (patch 1246614)

2005-07-28 21:00 VZ, revision 34955

added wxZipFSHandler::Cleanup() (modified patch 1213615)

2005-07-28 18:45 MW, revision 34954

Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure

2005-07-28 17:48 MW, revision 34953

Regenerate using autoconf/bakefile.m4 from bakefile CVS

2005-07-28 16:16 MW, revision 34952

Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf

2005-07-28 14:52 JS, revision 34951

Corrected DSW files

2005-07-28 14:02 VZ, revision 34950

disabled wxStackWalker and wxCrashReport for Win64

2005-07-28 13:43 SC, revision 34949

lowercase bools

2005-07-28 13:32 SC, revision 34948

code formattings

2005-07-28 13:18 JS, revision 34947

Regenerated configure for 2.6.2

2005-07-28 12:48 JS, revision 34946

Rebake for 2.6.2

2005-07-27 20:01 ABX, revision 34945

Defaults in wxWinCE documented.

2005-07-27 18:16 SC, revision 34944

typo

2005-07-27 15:02 SC, revision 34943

new native toolbar implementation (turned off by default, not supporting embedded controls yet)

2005-07-27 14:53 SC, revision 34942

new native toolbar implementation (turned off by default, not supporting embedded controls yet)

2005-07-27 08:49 CE, revision 34941

fix SF bug 1236365 (tested in VC only)

2005-07-26 23:33 VZ, revision 34940

moved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block

2005-07-26 21:05 VZ, revision 34939

removed (non existing) default argument for DrawRoundedRectangle

2005-07-26 18:58 KH, revision 34938

Updating wording in description of Skip to be less ambiguous between the default behavior of the event processing and the default parameter of Skip

2005-07-26 15:38 ABX, revision 34937

Better 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option possible).

2005-07-26 14:16 MW, revision 34936

Support comma separated list in G_FILENAME_ENCODING

2005-07-26 09:05 ABX, revision 34935

Corrections for future OW 1.4. Warning fixes.

2005-07-26 07:54 ABX, revision 34934

Header correction.

2005-07-25 22:44 VZ, revision 34933

disabled clipboard and dnd if dataobj is disabled

2005-07-25 19:40 MR, revision 34932

#if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp

2005-07-25 16:35 JS, revision 34931

Version number update

2005-07-25 14:27 SC, revision 34930

new capture handling, can be turned off

2005-07-25 06:18 SC, revision 34929

Adding David Surovell's fixes and extensions

2005-07-25 06:14 ABX, revision 34928

Typo.

2005-07-25 06:09 SC, revision 34927

Adding David Surovell's fixes and extensions

2005-07-24 18:23 VZ, revision 34926

corrected misleading comment about DllGetVersion()

2005-07-24 13:47 SC, revision 34925

Using Carbon Calls for getting highlight color

2005-07-24 13:36 SC, revision 34924

OSX two-level header fixes

2005-07-24 13:28 SC, revision 34923

OSX two-level header fixes

2005-07-24 11:15 RR, revision 34922

Unicode is not the default.

2005-07-22 22:29 MW, revision 34921

Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi

2005-07-22 20:21 MW, revision 34920

Add wxABI_VERSION wrappers

2005-07-22 20:17 MW, revision 34919

Add *wxShadowObject*

2005-07-22 18:08 ABX, revision 34918

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 18:01 ABX, revision 34917

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 17:56 ABX, revision 34916

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 17:13 ABX, revision 34915

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 17:08 ABX, revision 34914

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 16:56 ABX, revision 34913

[1231183] 'cleanup: mismatched indentation' and other cleanings.

2005-07-22 16:43 MR, revision 34912

Add wxCLOSE_BOX to wxFL samples (consider using wxDEFAULT_FRAME_STYLE). Whitespace/typo fixes.

2005-07-22 13:31 ABX, revision 34911

Re-adding setup0.h for OpenWatcom makefile build.

2005-07-22 13:07 ABX, revision 34910

wxOS2 with Open Watcom.

2005-07-22 12:57 ABX, revision 34909

Updated info about missing parts in OW headers (now reported and fixed for incoming OW 1.4) and further source cleaning.

2005-07-22 12:51 ABX, revision 34908

[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.

2005-07-22 12:44 ABX, revision 34907

LIBDIRNAME unique between ports buildable with Open Watcom.

2005-07-21 17:44 ABX, revision 34906

eVC3 compatibility workaround.

2005-07-21 17:38 ABX, revision 34905

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:30 ABX, revision 34904

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:18 ABX, revision 34903

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:08 ABX, revision 34902

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:00 ABX, revision 34901

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 16:22 ABX, revision 34900

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 10:19 VZ, revision 34899

reverted last change with setting the focus only if we hadn't had it, this breaks under wxGTK

2005-07-21 10:16 VZ, revision 34898

added mouse wheel event test; don't trap left mouse clicks in MyCanvas as this makes it impossible to give focus to the window and so to use mouse wheel in it

2005-07-21 10:14 VZ, revision 34897

position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates

2005-07-20 18:32 VZ, revision 34896

check the validity of wxString pointer itself too

2005-07-20 15:32 VZ, revision 34895

check that wxString is valid before dumping it

2005-07-20 14:39 VZ, revision 34894

fixed assert when dumping a string which is locked for writing

2005-07-20 13:41 VZ, revision 34893

update from Liou Xiao (accelerator key format changed)

2005-07-20 13:30 VZ, revision 34892

take the address of the member in wxON_BLOCK_EXIT_OBJ macros

2005-07-20 13:29 VZ, revision 34891

regenerated to include scope guard test

2005-07-20 10:23 VZ, revision 34890

tooltips work under Mac as well; no need for wxUSE_TOOLTIP (especially spellt incorrectly)

2005-07-19 19:55 JS, revision 34889

Make sure text part of combobox is enabled/disabled too

2005-07-19 19:08 ABX, revision 34888

Updated info after recent PODS 1.2 release.

2005-07-18 17:52 KH, revision 34887

QueryValue should use Open(Read) rather than Open [ Bug 1240345 ]

2005-07-18 16:58 ABX, revision 34886

Missing wxUSE_* markup.

2005-07-18 15:27 DW, revision 34885

Add upwards recursion to UpdateAccel method.

2005-07-18 14:39 JS, revision 34884

Patch from Andre Reitz to correct a couple of bugs 1. Error when fetching papersize from dev-mode somebody changed if {...} else if {...} else {...} to: ............. if {...} else {...} 2. Error when getting bin from devmode: - no translation to wxPRINTBIN_... constants when getting from devMode->dmDefaultSource - but: translation when setting to devMode->dmDefaultSource

2005-07-18 13:46 ABX, revision 34883

wxScopeGuard adjustements for Open Watcom.

2005-07-18 13:43 ABX, revision 34882

Code simplification and warning fixes.

2005-07-18 13:39 ABX, revision 34881

Comment correction.

2005-07-18 13:36 ABX, revision 34880

wxMSWUniv build fix.

2005-07-18 11:17 MW, revision 34879

wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser

2005-07-17 13:00 MW, revision 34878

Add wxABI_VERSION > 20601 wrappers

2005-07-17 12:55 MW, revision 34877

Add test that wxABI_VERSION is not set when compiling the library

2005-07-17 12:54 MW, revision 34876

Add wxXmlResource changes

2005-07-17 12:50 MW, revision 34875

Make wxABI_VERSION default be e.g. 20699

2005-07-17 03:21 KH, revision 34874

Consider native data format, zero out buffer before use in case it doesn't get filled [ patch 1237326 ]

2005-07-17 03:15 KH, revision 34873

Added null checks to wxTextObjectData::GetDataHere and GetDataSize [ patch 1237326 ]

2005-07-16 23:10 VZ, revision 34872

handle '&' in the names of the files in the history correctly by quoting it

2005-07-16 22:52 VZ, revision 34871

put GetEscapeId() inside #if wxABI_VERSION > 20601

2005-07-16 22:38 VZ, revision 34870

fixed a rare crash due to malformed HTML

2005-07-16 22:29 VZ, revision 34869

fixed handling of the accelerators of menu items added to already attached submenus

2005-07-16 21:39 VS, revision 34868

removed 2.6.1 symbols from 2.6.2 tag

2005-07-16 12:28 MW, revision 34867

Compilation fix

2005-07-16 12:12 MW, revision 34866

Set wxABI_VERSION default value to e.g. 29999 so that new APIs can be wrapped in before the version number is bumped in cvs.

2005-07-16 06:59 RR, revision 34865

Apply patch for querying tooltip colours.

2005-07-16 06:46 RR, revision 34864

Applied GTK clipboard end of string patch.

2005-07-15 23:01 VZ, revision 34863

check whether there is a critical window and don't process events then (this is needed as sometimes window proc is called directly without passing by wxEventLoop)

2005-07-15 22:59 VZ, revision 34862

use wxEventLoop::SetCriticalWindow() to ensure that we don't get more crashes in the event handlers while the preview dialog is shown

2005-07-15 22:57 VZ, revision 34861

added SetCriticalWindow() and AllowProcessing(): this allows to freeze all events except those for the specified window

2005-07-15 22:54 VZ, revision 34860

added a test of a crash inside wxEVT_PAINT handler (this is a problem as it happens multiple times...)

2005-07-15 21:05 VZ, revision 34859

rewrote sample to have a more conventional structure (in preparation for further changes...)

2005-07-15 16:26 ABX, revision 34858

Possibility of modeless wxWizard dialog (with presentation in sample).

2005-07-15 14:50 ABX, revision 34857

Missing header after recent changes.

2005-07-15 09:58 , revision 34856
  • A /wxWidgets/tags/xrced-0_1_5-3
  • D /wxWidgets/tags/xrced-0_1_5-3/.cvsignore
  • D /wxWidgets/tags/xrced-0_1_5-3/acinclude.m4
  • D /wxWidgets/tags/xrced-0_1_5-3/aclocal.m4
  • D /wxWidgets/tags/xrced-0_1_5-3/art
  • D /wxWidgets/tags/xrced-0_1_5-3/autoconf_inc.m4
  • D /wxWidgets/tags/xrced-0_1_5-3/autogen.sh
  • D /wxWidgets/tags/xrced-0_1_5-3/BuildCVS.txt
  • D /wxWidgets/tags/xrced-0_1_5-3/build
  • D /wxWidgets/tags/xrced-0_1_5-3/config.guess
  • D /wxWidgets/tags/xrced-0_1_5-3/config.sub
  • D /wxWidgets/tags/xrced-0_1_5-3/configure
  • D /wxWidgets/tags/xrced-0_1_5-3/configure.in
  • D /wxWidgets/tags/xrced-0_1_5-3/contrib
  • D /wxWidgets/tags/xrced-0_1_5-3/debian
  • D /wxWidgets/tags/xrced-0_1_5-3/demos
  • D /wxWidgets/tags/xrced-0_1_5-3/descrip.mms
  • D /wxWidgets/tags/xrced-0_1_5-3/difflast.pl
  • D /wxWidgets/tags/xrced-0_1_5-3/distrib
  • D /wxWidgets/tags/xrced-0_1_5-3/docs
  • D /wxWidgets/tags/xrced-0_1_5-3/include
  • D /wxWidgets/tags/xrced-0_1_5-3/install-sh
  • D /wxWidgets/tags/xrced-0_1_5-3/lib
  • D /wxWidgets/tags/xrced-0_1_5-3/locale
  • D /wxWidgets/tags/xrced-0_1_5-3/Makefile.in
  • D /wxWidgets/tags/xrced-0_1_5-3/make-deb
  • D /wxWidgets/tags/xrced-0_1_5-3/misc
  • D /wxWidgets/tags/xrced-0_1_5-3/mkinstalldirs
  • D /wxWidgets/tags/xrced-0_1_5-3/regen
  • D /wxWidgets/tags/xrced-0_1_5-3/samples
  • D /wxWidgets/tags/xrced-0_1_5-3/setup.h.in
  • D /wxWidgets/tags/xrced-0_1_5-3/setup.h_vms
  • D /wxWidgets/tags/xrced-0_1_5-3/src
  • D /wxWidgets/tags/xrced-0_1_5-3/tests
  • D /wxWidgets/tags/xrced-0_1_5-3/utils
  • D /wxWidgets/tags/xrced-0_1_5-3/version-script.in
  • D /wxWidgets/tags/xrced-0_1_5-3/wx-config-inplace.in
  • D /wxWidgets/tags/xrced-0_1_5-3/wx-config.in
  • D /wxWidgets/tags/xrced-0_1_5-3/wxBase.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxGTK.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxGTK_RR.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxMGL.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxMotif.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/.cvsignore
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/b
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/b.bat
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/b.win32
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/config.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/contrib
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/demo
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/distrib
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/docs
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/include
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/misc
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/SWIG
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/samples
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/scripts
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/setup.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/src
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/.cvsignore
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/build
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/lib
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/dbg.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/genaxmodule.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/helpviewer.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/img2img.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/img2png.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/img2py.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/img2xpm.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/pywxrc.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wx/tools/__init__.py
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wxPython
  • D /wxWidgets/tags/xrced-0_1_5-3/wxPython/wxversion
  • D /wxWidgets/tags/xrced-0_1_5-3/wxWINE.spec
  • D /wxWidgets/tags/xrced-0_1_5-3/wxwin.m4
  • D /wxWidgets/tags/xrced-0_1_5-3/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'xrced-0_1_5-3'.

2005-07-15 09:58 ROL, revision 34855

new version ready

2005-07-15 09:51 ROL, revision 34854

StdDialogButtonSizer menu

2005-07-14 23:33 VZ, revision 34853

added wxDialog::GetEscapeId()

2005-07-14 23:09 VZ, revision 34852

moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed

2005-07-14 23:07 VZ, revision 34851

added stub of GetEscapeId()

2005-07-14 23:06 VZ, revision 34850

added wxID_NONE

2005-07-14 22:11 MR, revision 34849

Optimize wxGTK2 wxTextCtrl::GetLineText

2005-07-14 16:35 MR, revision 34848

"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2 fix, but also included in wxWidgets-2.6.1-Patch01.zip - move the changelog entry from 2.6.1 to 2.6.2 or it won't be noticed with 2.6.2 release.

2005-07-14 16:13 VZ, revision 34847

use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise the error message don't appear in correct order

2005-07-14 16:12 MR, revision 34846

wxGLCanvas ctors have default values for pos and size. Document it for the first ctor, the other ctors don't have a default arg set for wxGLContext* and wxGLCanvas* in some platform headers, so not sure if can add the pos and size that follow it to the docs.

2005-07-14 16:08 MR, revision 34845

wxProgressDialog is inherited from wxDialog, not wxFrame. Add wxProgressDialog to "Classes by category" listing.

2005-07-14 16:02 VZ, revision 34844

set m_lasterror if the file couldn't be opened in wxFileInputStream ctor

2005-07-14 15:37 VZ, revision 34843

fixes for s.Printf(s) crashes

2005-07-14 15:14 VZ, revision 34842

fixed warning due to not using dllexport wxShadowObjectFields/Methods

2005-07-14 09:14 VZ, revision 34841

fix addr2line output parsing (patch 1228591)

2005-07-13 18:05 VZ, revision 34840

added test for wxXmlResource::Unload()

2005-07-13 18:01 VZ, revision 34839

added wxXmlResource::Unload() (replaces patch 1178853)

2005-07-13 17:58 VZ, revision 34838

no changes, just comments fixes

2005-07-13 17:13 ROL, revision 34837

fix for toolbar items selection - impossible to find exact coordinates

2005-07-13 17:11 ROL, revision 34836

ART_NEW is not defined in previous versions, use NORMAL_FILE for now

2005-07-13 16:30 VZ, revision 34835

commented and documented wxXRC_NO_RELOADING flag

2005-07-13 14:47 ROL, revision 34834

some new parameters removing empty text nodes from XML

2005-07-13 14:34 ROL, revision 34833

toolbars can be added inside windows, fix for relative pathnames

2005-07-13 10:08 VZ, revision 34832

added test of box sizer proportions

2005-07-12 22:05 MBN, revision 34831

Applied fix for wxCreateTopLevelRealizedWidget crash. Patch #1231717 by Johan van Zyl.

2005-07-09 21:25 VZ, revision 34830

made wxTLW::GetSize() return the size of the maximized frame when called between Maximize() and Show(), not the original size

2005-07-08 22:12 MW, revision 34829

Correction to previous commit

2005-07-08 21:16 VZ, revision 34828

made IsMaximized() return true if frame had been maximized before being shown

2005-07-08 20:52 MW, revision 34827

Allow cross compiling of wxX11, wxMotif and wxGTK

2005-07-08 20:44 MW, revision 34826

Add dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the benefit of Cygwin

2005-07-08 19:24 MW, revision 34825

Compilation fix for unix builds with cygwin

2005-07-08 17:52 KH, revision 34824

Fix zlib buffer overflow vulnerability [ Patch 1234072 ]

2005-07-08 10:16 VS, revision 34823

minor clarification of broken build cases

2005-07-06 21:59 VZ, revision 34822

use private window class for dialup manager hidden window, otherwise wxWindowClass couldn't be unregistered because the wxDialUpManager-created window of this class was still alive

2005-07-06 21:57 VZ, revision 34821

avoid moving the list control unnecessarily

2005-07-06 11:25 VZ, revision 34820

don't generate ACTIVATE events for Alt-Space key press

2005-07-05 15:30 VZ, revision 34819

fixed (harmless) assert triggered by renaming the first group in a config file and then deleting it

2005-07-04 15:51 CE, revision 34818

fix SF Bug 1232271

2005-07-04 14:59 MW, revision 34817

Typo fixes

2005-07-04 12:28 MW, revision 34816

Add chapter on backward compatibility

2005-07-04 12:25 MW, revision 34815

Eliminate non-ascii chars from generated include file

2005-07-04 12:21 MW, revision 34814

Mention that entry names are full paths after feedback from David Wright

2005-07-04 11:26 ABX, revision 34813

Visible wxMessageOutputDebug instance.

2005-07-04 11:21 ABX, revision 34812

Use common wxTextCtrlBase::GetRange() for PalmOS text control implementation.

2005-07-04 11:12 ABX, revision 34811

Prevent crash in wxString::Mid under STL builds (fixes #1231725).

2005-07-04 09:58 VS, revision 34810

use libtool versioning of shared libs on Unix

2005-07-03 22:34 MBN, revision 34809

Applied patch by Johan van Zyl [ 1231710 ] wxGrid slow refresh on motif caused by memory leak

2005-07-03 22:31 MBN, revision 34808

Applied patch by Johan van Zyl. [ 1231711 ] Using motif clipboard causes application crash

2005-07-03 13:00 MR, revision 34807

No default args in headers for SetSizeHints minimal size. Fixed docs.

2005-07-02 22:22 VZ, revision 34806

fixed DoSetClientSize() to use ::MoveWindow() instead of deferred sizing which never updated the client size we were checking here

2005-07-02 22:16 VZ, revision 34805

fixed bug with showing unneeded scrollbar in the list control (at least under MSW)

2005-07-02 22:15 VZ, revision 34804

made more clear that GetItemRect() returns physical coords

2005-07-02 22:14 VZ, revision 34803

added GetItemRect() test

2005-07-02 21:18 KH, revision 34802

Fix BOTTOM events to use BOTTOM in their description instead of TOP

2005-07-02 19:10 MW, revision 34801

Revert check on wxABI_VERSION since it doesn't work for all compilers VS: ----------------------------------------------------------------------

2005-07-02 11:22 VZ, revision 34800

only set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been switched to another window of our application

2005-07-02 11:19 VZ, revision 34799

added include wx/toolbar.h neededfor mingw32 compilation

2005-07-01 22:01 VZ, revision 34798

really fixed wrong argument to wxString::Format()

2005-07-01 21:42 VZ, revision 34797

fixed wrong argument to wxString::Format(); include wx/thread.h

2005-07-01 21:36 VZ, revision 34796

wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT

2005-07-01 19:36 ABX, revision 34795

Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.

2005-07-01 18:05 VZ, revision 34794

fixed bug with HasGroup() creating groups as side effect

2005-07-01 18:04 VZ, revision 34793

added test for HasGroup() bug

2005-07-01 13:39 ABX, revision 34792

Helpers in disabling warnings for unused params.

2005-07-01 13:06 ABX, revision 34791

eVC3 build fix.

2005-06-30 15:31 ABX, revision 34790

Helpers in disabling warnings for unused params.

2005-06-30 15:24 ABX, revision 34789

DMC/PCH info.

2005-06-30 11:59 MR, revision 34788

Note on need for build environment support for PCH in case of some compilers (GCC notably). TODO: Clarify later once things are more clear.

2005-06-30 10:24 CE, revision 34787

allow console progs to build

2005-06-30 08:27 CE, revision 34786

add missing all target

2005-06-30 08:07 CE, revision 34785

add missing all target

2005-06-30 07:20 KO, revision 34784

Added a missing import that was causing FormatText to fail.

2005-06-30 01:05 MW, revision 34783

Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside #if wxABI_VERSION >= 20601 ... #endif

2005-06-30 00:58 MW, revision 34782

Add wxABI_VERSION

2005-06-30 00:52 MW, revision 34781

Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications won't depend on it, and so will be compatible with 2.6.1 libs. But still define and export it in event.cpp so that 2.6.0 apps will be able to use 2.6.1.1 libs.

2005-06-29 22:05 VZ, revision 34780

use a constant instead of hardcoded value

2005-06-29 21:53 VS, revision 34779

moved version-related variables to separate file in preparation for sonames fix (no real changes yet)

2005-06-29 21:39 VS, revision 34778

Unicode compilation fix again - please don't use non-ASCII characters in source code

2005-06-29 21:37 VS, revision 34777

added version tag for symbols introduced in 2.6.2

2005-06-29 19:22 RR, revision 34776

Apply mask origin patch for blitting.

2005-06-29 19:02 RR, revision 34775

define NO_GCC_PRAGMA if - PCH - GCC >= 4.0 - certain cases like Apple GCC, Mingw32 with certain other option

2005-06-29 15:53 CE, revision 34774

[ 1212972 ] fix dmc bug

2005-06-29 13:40 RR, revision 34773

Added test case speficically for GCC >= 4.0 and define NO_GCC_PRAGMA then.

2005-06-29 13:26 RR, revision 34772

Reverted GCC_NO_PRAGMA change

2005-06-29 01:34 MW, revision 34771

Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already in there for DMC.

2005-06-27 15:45 MR, revision 34770

Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.

2005-06-27 13:11 MR, revision 34769

WX_2_4_BRANCH: Link fix in XML Resource overview.

2005-06-27 13:11 MR, revision 34768

Link fix in XML Resource overview.

2005-06-27 13:04 MR, revision 34767

WX_2_4_BRANCH: Doc syntax fixes (underscore escaping).

2005-06-27 12:56 MR, revision 34766

WX_2_4_BRANCH: Remove references to wxValidator in wxSpinButton docs - no validator param.

2005-06-27 12:37 MR, revision 34765

Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956

2005-06-26 16:28 SN, revision 34764

Compilation fix for some gcc versions on OS/2.

2005-06-26 15:48 RR, revision 34763

Added wxShadowObject for imitating a VMT with virtual functions without changing the C++ interface etc. of the class. Added test to it to the dynamic sample.

2005-06-26 15:46 SN, revision 34762

Fixed compilation error for Motif.

2005-06-26 15:46 RR, revision 34761

Revert Ron's removal of the reserved functions.

2005-06-26 13:51 MBN, revision 34760

Documented wxListItemAttr. Clarified that item data is asociated with a wxListCtrl item and not with subitems.

2005-06-26 13:25 SN, revision 34759

Possibly to allow including both os2/private.h and GUI's private.h for X11 based builds on OS/2.

2005-06-25 12:19 VZ, revision 34758

readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwards binary compatibility breakage

2005-06-25 11:12 VS, revision 34757

removed unused versioning variables

2005-06-25 01:24 MW, revision 34756

Handler when the cases when the MGL timer wraps

2005-06-24 16:44 RL, revision 34755

Put a humane end to the pathetic flailing over whether this can work or not. It obviously never can if you understand the rules for binary compatibility of a userspace library and the mechanisms to manage it -- no matter how clever we get in the future.

2005-06-24 15:55 ABX, revision 34754

Preserve logging state during QT plugin initialization.

2005-06-24 14:13 JS, revision 34753

Also corefoundation files for GTK+

2005-06-24 14:10 JS, revision 34752

Added corefoundation files to release scripts

2005-06-24 12:29 VZ, revision 34751

at least not crash in case of TIFF warnings/errors in Unicode build (but we still don't show them correctly neither)

2005-06-24 12:22 VZ, revision 34750

use wxVLogWarning in TIFFwxWarningHandler() instead of wxLogWarning (bug 1226815)

2005-06-24 00:09 VZ, revision 34749

fixed appending menu items for a (popup) menu with a title broken by last change (and also fixed inserting in this case which didn't work even before last change)

2005-06-23 16:17 VS, revision 34748

rolled back exceptions handling patch, it relied on incorrect assumption about vtables

2005-06-23 15:43 ABX, revision 34747

Avoid logging when QT plugin is unused but fails (from Ryan). GCC warning fix related initialization order.

2005-06-23 09:57 JS, revision 34746

Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs

2005-06-23 09:55 JS, revision 34745

Corrections

2005-06-23 07:58 RL, revision 34744

Remove reference to wxrcedit which sank a while back.

2005-06-23 07:55 RL, revision 34743

Update standards version. Rip out wxrcedit cruft. Fix wxpyver dir.

2005-06-23 03:41 RL, revision 34742

oops, 'ze hand is quicker zan vi.

2005-06-23 01:26 RL, revision 34741

Bump soname in preparation for 2.6.2 release. Could someone please rebake this with whatever the correct version + silent hacks is. Based on present reports I have no idea which version and/or hacks to it are 'official', and the crypto logic that bakefile is becoming famous for is in shining form today: $ bakefile_gen -fautoconf ----------------------------------------------------------------------- This file cannot be processed with Bakefile version older than 0.1.7. You are using Bakefile version 0.1.6. Please install the newest version from http://bakefile.sourceforge.net. ----------------------------------------------------------------------- It's always good to have a nice conundrum to ponder while your code is not building...

2005-06-23 00:44 RL, revision 34740

Restore the no longer default, sensible defaults.

2005-06-22 20:58 MW, revision 34739

Unrevert Cygwin changes after discussion. Cygwin will be unix with the new version of bakefile, but allow wxMSW to stay a Windows build until there is a unix version of it.

2005-06-22 17:04 KH, revision 34738

Removed duplicate end list tag. Whoops, sorry.

2005-06-22 16:49 KH, revision 34737

Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)

2005-06-22 11:45 RL, revision 34736

prepare for a 2.4.4 release.

2005-06-22 10:32 RL, revision 34735

Applied patch from Jens Seidel <jensseidel@users.sf.net>. closes Debian bts report #313859

2005-06-22 09:03 JS, revision 34734

Reverted fix that caused crash on exit

2005-06-22 08:28 RL, revision 34733

Remove static builds again. This time for good.

2005-06-22 08:18 RL, revision 34732

Bump the elf library version to reflect changes since 2.4.3

2005-06-22 07:55 RL, revision 34731

Add missing virtual dtor for pure virtual bases.

2005-06-22 02:51 DE, revision 34730

Moved src/mac/corefoundation/hid.cpp from base library to wxMac and wxCocoa core libraries so that wxGetKeyState is implemented in the core GUI library as it is for any other toolkit. NOTE: This breaks binary compatibility.

2005-06-22 00:20 DE, revision 34729

Moved wxMacExecute out of src/mac/corefoundation/hid.cpp and into new src/mac/corefoundation/utilsexc_base.cpp.

2005-06-21 23:23 MW, revision 34728

Rebaked after removal of notebook.rc

2005-06-21 21:31 VZ, revision 34727

wxDragImage is not in wxAdv

2005-06-21 20:17 MBN, revision 34726

Implemented loading 256-color bitmaps.

2005-06-21 20:16 MBN, revision 34725

Avoid warnings with MSVC 5.

2005-06-21 16:15 JS, revision 34724

Applied [ 1213375 ] MSW wxMediaCtrl minor debugging and cleanup

2005-06-21 16:08 JS, revision 34723

Applied [ 1223134 ] [wxMSW] Proper repainting when resizing - take 2, part 2 Jamie Gadd Applied [ 1223491 ] splitter sizes not initialized on wx2.6.1 Aron Pongo

2005-06-21 16:06 JS, revision 34722

Applied [ 1223122 ] [wxMSW] Proper repainting when resizing - take 2 Jamie Gadd

2005-06-21 09:56 VS, revision 34721

rolled back exceptions handling patch, it relied on incorrect assumption about vtables

2005-06-20 17:45 MR, revision 34720

Remove #pragma implementation and #pragma interface lines from 2.4 branch to fix issues with gcc.

2005-06-20 14:43 CE, revision 34719

Fix Error between Get and Set

2005-06-20 14:02 JS, revision 34718

Reverted patch which appears to be responsible for intermittent crashes on exit in 2.6.1

2005-06-20 08:20 VS, revision 34717

changed exceptions handling to work under wxGTK

2005-06-20 00:25 VZ, revision 34716

define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef all its calls in wx code to allow compilation with wxUSE_HELP==0

2005-06-20 00:24 VZ, revision 34715

compilation fix for wxUSE_LOGWINDOW==0

2005-06-20 00:24 VZ, revision 34714

compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE

2005-06-20 00:23 VZ, revision 34713

compilation fix for wxUSE_OLE==0 for WinCE

2005-06-20 00:22 VZ, revision 34712

(harmless) eVC4 release mode warning fix

2005-06-19 23:50 VZ, revision 34711

documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs

2005-06-19 23:50 VZ, revision 34710

reimplemented wxFileModificationTime() for CE without using wxDateTime (it also should be more efficient like this)

2005-06-19 23:49 VZ, revision 34709

disable warning for eVC 4 (_MSC_VER == 1201) as well

2005-06-19 23:48 VZ, revision 34708

added AutoHANDLE class to close a HANDLE automatically

2005-06-19 22:44 VZ, revision 34707

WinCE does support strftime() now, no need to #ifdef it out

2005-06-19 22:37 VZ, revision 34706

WinCE compilation fix (no SM_C[XY]DRAG under CE as there is no mouse cursor)

2005-06-19 22:23 VZ, revision 34705

added scopeguardtest.cpp

2005-06-19 19:11 MBN, revision 34704

Fix crash on exit with Lesstif (and possibly Motif 1.x).

2005-06-19 19:11 JS, revision 34703

Corrected wrong size used when refreshing notebook

2005-06-19 13:48 RR, revision 34702

Comitting correct wxGTK.spec again.

2005-06-18 03:39 DE, revision 34701

Set m_cocoaDataSource = NULL in default constructor so subclasses that don't call our Create function (e.g. wxCheckListBox) don't crash on destruction.

2005-06-17 21:46 VZ, revision 34700

don't assert if kind == Item_None in wxSizerItem::IsShown(), this can happen during windows destruction (bug 1216428)

2005-06-17 21:41 VZ, revision 34699

fixed typo in GetSelEnd() which made that the function didn't work (bug 1219791)

2005-06-17 21:25 VZ, revision 34698

don't try to subclass tab control using the same window proc for our class, this doesn't work (really fixes bug 1222187, thanks go to Dave Dribin)

2005-06-17 20:17 VZ, revision 34697

undid last commit, it's not needed after fixing the real bug in wxNotebook registration code

2005-06-17 19:39 JJ, revision 34696

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-06-17 14:57 RL, revision 34695

Fix the test for NO_GCC_PRAGMA to be faster and more accurate.

2005-06-17 14:36 VZ, revision 34694

use generic sample icon; no need for separate .rc file

2005-06-17 14:32 VZ, revision 34693

use empty string and not string().c_str() as title for the controls without it to workaround Windows bug which results in crashes with wxUSE_STL==1 (closes 1222187)

2005-06-17 12:16 VZ, revision 34692

create BAKEFILE_PATHS env var

2005-06-17 12:10 VZ, revision 34691

WXWIN env var should go to HKCU\Environment, not to Softward\Environment

2005-06-17 11:45 VZ, revision 34690

don't show wxLogDebug during app startup output in msg box

2005-06-17 11:29 ABX, revision 34689

Patch #1222244: Fixes for bug #1212853 with unit test.

2005-06-17 11:08 ABX, revision 34688

Open Watcom adjustement.

2005-06-17 10:34 ABX, revision 34687

Adjust to different platform headers distributed with DMC (build fix after recent change in msw/treectrl.cpp).

2005-06-17 10:18 JS, revision 34686

Fix for eVC++ 3

2005-06-16 23:48 VZ, revision 34685

fixed problem with wxKill(SIGNONE) returning error for running process

2005-06-16 23:47 VZ, revision 34684

added test for wxScopeGuard

2005-06-16 23:46 VZ, revision 34683

documented wxScopeGuard; this class is too useful to not use it

2005-06-16 23:43 VZ, revision 34682

fixed wxON_BLOCK_EXIT macros to work with new definition of wxMAKE_UNIQUE_NAME() (was broken for VC++...)

2005-06-16 18:40 VS, revision 34681

some 3rd party libs are not buildable under eVC, don't link against them

2005-06-16 18:03 JS, revision 34680

Applied patch [ 1215991 ] Mac xrc enables unknown class Implements Reparent for Mac

2005-06-16 17:57 JS, revision 34679

Applied patch [ 1217859 ] Swedish translation for the internat sample

2005-06-16 17:13 JS, revision 34678

Name correction

2005-06-16 17:01 JS, revision 34677

Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE

2005-06-16 16:17 JS, revision 34676

Change log update

2005-06-16 16:07 JS, revision 34675

Applied patch [ 1217285 ] fix for bug 1040539

2005-06-16 15:36 JS, revision 34674

Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP Also removed temporary fix to hardwire listbox background colour

2005-06-16 15:34 JS, revision 34673

Applied patch [ 1218849 ] [wxMSW] Removes magic numbers from wxNotebook

2005-06-16 15:31 MW, revision 34672

Revert Cygwin changes

2005-06-16 15:18 JS, revision 34671

Applied patch [ 1219269 ] [wxAll] Fix create button in listbox sample

2005-06-16 14:16 DS, revision 34670

added Thai/CP874 support for MSW

2005-06-16 13:58 MW, revision 34669

Let Cygwin be a Windows build for wxMSW and a unix build otherwise

2005-06-16 00:34 VZ, revision 34668

fix index of appended items (broken by previous commit)

2005-06-16 00:18 VZ, revision 34667

initial attempt to make it work for eVC (WinCE) as well

2005-06-16 00:09 VZ, revision 34666

don't redeclare struct tm if it's already declared in std headers; declare and define localtime() and company as extern C as they are supposed to be

2005-06-15 23:44 VZ, revision 34665

(harmless) eVC4 warning fix

2005-06-15 22:30 VS, revision 34664

previous commit didn't work with bkl-0.1.8, fixed

2005-06-15 22:17 VS, revision 34663

basic eVC support

2005-06-15 22:04 VZ, revision 34662

WinCE compilation fixes

2005-06-15 18:34 RD, revision 34661

*** empty log message ***

2005-06-15 15:53 ABX, revision 34660

Warning fix.

2005-06-15 02:08 MR, revision 34659

wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers one-by-one instead of using wx.h.

2005-06-15 01:11 RD, revision 34658

reSWIGged

2005-06-14 22:59 RD, revision 34657

Log the exception when writing to file fails. Set the default encoding from wxGetDefaultPyEncoding again. Recover from encoding errors when writing the memory file.

2005-06-14 22:54 RD, revision 34656

docstring typo

2005-06-14 21:03 RD, revision 34655

Unregister the object too

2005-06-14 19:57 MR, revision 34654

Fix "warning: operation on 'y' may be undefined".

2005-06-14 18:46 VS, revision 34653

fixed typo

2005-06-14 18:25 VS, revision 34652

removed debugging code checked in by mistake

2005-06-14 18:19 ABX, revision 34651

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 18:11 VS, revision 34650

call release builds 'Release'; don't define options if they are already defined by user's bkl code

2005-06-14 17:46 ABX, revision 34649

Allow multiline tooltip testing.

2005-06-14 17:43 ABX, revision 34648

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 13:00 MR, revision 34647

Add some missing runtime gtk+ version checks. There is more to spot.

2005-06-14 12:41 MR, revision 34646

Use the toplevel widget as the parent in gtk_file_chooser_dialog_new call. If hierarchy is bad, base classes would assert. Fixes bug #1206516

2005-06-13 20:48 RD, revision 34645

Pass the print data to the wx.PrintDialogData ctor.

2005-06-13 20:45 RD, revision 34644

Patch from Ole André, call RegisterActiveObject() so the objects can be retrieved from the PyWin32 modules.

2005-06-13 12:19 ABX, revision 34643

'[1219035] cleanup: miscellaneous' and minor source cleaning.

2005-06-12 12:18 SN, revision 34642

Added empty destructor that was removed from header.

2005-06-12 12:12 SN, revision 34641

Unicode compilation fixes.

2005-06-12 11:57 SN, revision 34640

Additional imageId values for specific drive types on OS/2.

2005-06-11 23:20 RD, revision 34639

reSWIGged

2005-06-11 23:18 RD, revision 34638

Docview and IDE patch from Morag Hua with fix for bug #1217890 "Closing view crashes Python" plus some new features: New feature added to the IDE is 'Extensions'. Under Tools|Options|Extensions, you can add calls to external programs. For example you can add a "Notepad" extension (under windows) that will exec Notepad on the currently open file. A new "Notepad" menu item will appear under the Tools menu.

2005-06-11 22:58 RD, revision 34637

Only freeze the splitter, the children will be automatically frozen too.

2005-06-11 19:44 RD, revision 34636

Forgot to get rid of the old test code

2005-06-11 19:43 RD, revision 34635

Only Freeze/Thaw on wxMSW. The other ports don't need it.

2005-06-11 19:35 RD, revision 34634

Added the wx.lib.splitter module, which contains the MultiSplitterWindow class. This class is much like the standard wx.SplitterWindow class, except it allows more than one split, so it can manage more than two child windows.

2005-06-11 19:31 RD, revision 34633

A little cleanup

2005-06-10 17:53 ABX, revision 34632

Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console). Adjustements for limited setup.h (as in wxTV) and minor source cleaning.

2005-06-10 14:57 JS, revision 34631

Don't use native font always.

2005-06-10 14:45 MW, revision 34630

Compilation fix for Cygwin

2005-06-10 12:04 MW, revision 34629

Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079)

2005-06-10 11:08 MW, revision 34628

Typo

2005-06-10 09:30 SN, revision 34627

Include rawbmp.h only for __WXGTK20__ (unneeded for GTK12 anyway and problematic for old compilers).

2005-06-10 09:20 SN, revision 34626

Hopefully fixed library names generated by wx-config for OS/2's PM port.

2005-06-10 09:17 SN, revision 34625

Removed some code for detecting no longer needed pthread functionality, Added code to detect pthread_attr_setstacksize.

2005-06-10 08:39 JS, revision 34624

Need to set background colour for wxListBox, not just wxCheckListBox, to avoid scrolling problem when Windows effects are switched on.

2005-06-10 00:30 RD, revision 34623

Fix for bug #1217874, Error in parameter name in DocManager.CreateView

2005-06-10 00:27 RD, revision 34622

Fixes for bug #1217872 pydocview.DocService not correctly initialized

2005-06-09 21:52 VZ, revision 34621

another compilation fix for wxUSE_MIMETYPE==0

2005-06-09 21:51 RD, revision 34620

reSWIGged

2005-06-09 21:51 RD, revision 34619

Virtualize OnInternalIdle.

2005-06-09 20:18 VZ, revision 34618

always set flat toolbar style, even under XP with themes: this is necessary or separators aren't shown at all

2005-06-09 20:13 VZ, revision 34617

don't statically link to SetMenuInfo(): it is not present in Win95/NT4

2005-06-09 20:11 RD, revision 34616

Added wx.RendererNative class

2005-06-09 19:39 VZ, revision 34615

added explicit casts for (varagr) TIFFSetField() parameters

2005-06-09 19:36 VZ, revision 34614

(blind) compilation fix for wxUSE_UXTHEME==0

2005-06-09 19:00 RD, revision 34613

Subrelease version bump

2005-06-09 18:49 RD, revision 34612

reSWIGged

2005-06-09 18:48 RD, revision 34611

Added wx.LogBuffer

2005-06-09 18:37 ABX, revision 34610

VC warning fixes.

2005-06-09 14:49 JS, revision 34609

Worked around problem with kill focus event being sent as soon as the combobox is focused, on Windows

2005-06-09 12:31 JS, revision 34608

Temporary fix for checklistbox refresh problem; setting the background to a solid colour avoids incorrect paint code related to notebook parent

2005-06-09 09:37 JS, revision 34607

Allow native font specification

2005-06-08 23:34 SC, revision 34606

UniChar being platform endian

2005-06-08 23:23 SC, revision 34605

fixing build for debug

2005-06-08 23:07 RD, revision 34604

Don't deselect all others when SelectItem is called on a treectrl with wxTR_MULTIPLE style

2005-06-08 23:05 RD, revision 34603

For consistency with the other ports don't send an event when a radio button is deselected in response to another in the same group being selected.

2005-06-08 21:47 VZ, revision 34602

include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h

2005-06-08 21:42 VZ, revision 34601

added tech note for MSW programmers

2005-06-08 21:28 VZ, revision 34600

test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar::FindToolForPosition(), this fixes crash with older compilers/DSK headers

2005-06-08 20:13 VZ, revision 34599

don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do

2005-06-08 17:49 SC, revision 34598

guard against erases during tlw window destruction

2005-06-08 15:17 ABX, revision 34597

[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.

2005-06-08 14:49 ABX, revision 34596

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:37 ABX, revision 34595

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:32 ABX, revision 34594

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 13:56 VZ, revision 34593

define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them

2005-06-08 00:30 SC, revision 34592

adding dynamic build fixes

2005-06-07 23:59 SC, revision 34591

xcode 2.1 support

2005-06-07 23:54 SC, revision 34590

xcode 2.1 support

2005-06-07 23:40 SC, revision 34589

xcode 2.1 support

2005-06-07 20:20 VZ, revision 34588

don't use WINVER for tests, work around bug in VC6 headers in another way

2005-06-07 20:19 VZ, revision 34587

don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600 (current max)

2005-06-07 20:18 SC, revision 34586

correcting condition

2005-06-07 20:15 VZ, revision 34585

don't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look well

2005-06-07 20:13 VZ, revision 34584

InsertMenuItem() works with bitmaps under Win98 too (not only ME)

2005-06-07 20:09 VZ, revision 34583

don't test for WINVER inside the library, we do all the tests at run-time, not compile-time

2005-06-07 19:16 ABX, revision 34582

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 19:01 ABX, revision 34581

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 18:55 VZ, revision 34580

VC6 (harmless) warning fix

2005-06-07 18:46 ABX, revision 34579

Reuse wxTempFile and wxFile in wxConcatFiles.

2005-06-07 18:30 VZ, revision 34578

use InsertMenuItem() for more native support of bitmaps in menu items when available (fixes bug 1211907)

2005-06-07 18:29 VZ, revision 34577

define wxUSE_UNICODE before including wx/chkconf.h which uses it

2005-06-07 18:28 VZ, revision 34576

support not-quite-owner-drawn mode when we draw only the bitmap and the system takes care of the rest

2005-06-07 18:24 VZ, revision 34575

don't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in DoCommonPreInit()

2005-06-07 16:55 VZ, revision 34574

wxGetWinVersion() must be exported from base DLL, not core

2005-06-07 16:45 VZ, revision 34573

forgot to export wxGetWinVersion() from DLL

2005-06-07 16:21 ABX, revision 34572

wxPalmOS build fix.

2005-06-07 13:29 VZ, revision 34571

added wxGetWinVersion()

2005-06-07 12:52 ABX, revision 34570

Missing include.

2005-06-07 12:28 VZ, revision 34569

silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx/chkconf.h)

2005-06-07 12:19 VZ, revision 34568

added tests of more URLs in URITestCase::URLCompat()

2005-06-07 12:17 VZ, revision 34567

fix for fixing of escape sequences (patch 1213416)

2005-06-07 12:11 ABX, revision 34566

Missing include.

2005-06-07 12:10 VZ, revision 34565

use pragma warning push/pop under MSVC instead of enabling temporarily disabled warnings unconditionally (patch 1207689)

2005-06-07 12:06 VZ, revision 34564

use stderr in wxMessageOutputBest::Printf() even under Windows if it's available (patch 1216159)

2005-06-07 12:05 VZ, revision 34563

don't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)

2005-06-07 10:08 ABX, revision 34562

Missing include.

2005-06-07 03:56 SC, revision 34561

support mac on little endian systems

2005-06-07 03:32 SC, revision 34560

support mac on little endian systems

2005-06-07 03:25 SC, revision 34559

support mac on little endian systems

2005-06-06 23:38 VZ, revision 34558

generate an error message when a module initialization fails, otherwise it's impossible to know why the program failed to start up

2005-06-06 23:36 VZ, revision 34557

use wxLogBuffer to ensure that we don't lose error messages during initialization; only switch to wxLogGui when it's really safe to use it

2005-06-06 23:35 VZ, revision 34556

added wxLogBuffer which collects all log messages in a string buffer

2005-06-06 23:34 VZ, revision 34555

added wxMessageOutputBest which tries to show the message to the user in the best possible way

2005-06-06 22:05 VZ, revision 34554

don't crash if FormatMessage() fails in wxSysErrorMsg()

2005-06-06 21:39 , revision 34553
  • A /wxWidgets/tags/wxPy_2_6_1_0
  • R /wxWidgets/tags/wxPy_2_6_1_0/configure
  • R /wxWidgets/tags/wxPy_2_6_1_0/configure.in
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_6_1_0/lib/dummy
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/png/pngdemo.rc
  • D /wxWidgets/tags/wxPy_2_6_1_0/samples/resource
  • R /wxWidgets/tags/wxPy_2_6_1_0/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_6_1_0/samples/tab
  • D /wxWidgets/tags/wxPy_2_6_1_0/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/configure
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/makefile.wat
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/README
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_6_1_0/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_6_1_0/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_6_1_0/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_6_1_0/wxPython

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

2005-06-06 21:39 RD, revision 34552

Put back this icon, it's needed by the windows installer

2005-06-06 19:34 MW, revision 34551

Dependency tracking for Sun CC

2005-06-06 19:23 MW, revision 34550

Compilation fix for Cygwin

2005-06-06 18:54 VZ, revision 34549

updates from Rosetta

2005-06-06 16:47 ABX, revision 34548

Source cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable code.'

2005-06-06 12:16 VZ, revision 34547

update from Hakki Dogusan

2005-06-06 11:52 VZ, revision 34546

DECLARE_DYNAMIC_CLASS() requires a default ctor

2005-06-06 00:05 VZ, revision 34545

removed check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it impossible to set wxUSE_UNICODE_MSLU to 1 in global wx/setup.h

2005-06-06 00:03 VZ, revision 34544

check for Unicode being used under Win9x much earlier on startup as otherwise the app crashes before getting to this check

2005-06-05 19:16 MW, revision 34543

Compilation fix for Cygwin, it doesn't have digitalv.h

2005-06-05 04:51 RD, revision 34542

Build and distrib changes and etc. for 2.6.1.0

2005-06-04 17:45 MW, revision 34541

Detect Apple bug that prevents the joystick code compiling for OS X 10.1

2005-06-04 17:45 RD, revision 34540

DeleteEntry should SetDirty when any entry is removed, not just the last one in the group.

2005-06-03 23:59 RD, revision 34539

Typo fixed

2005-06-03 22:07 RD, revision 34538

reSWIGged

2005-06-03 21:39 RD, revision 34537

Use the wx.ART_NORMAL_FILE icon

2005-06-03 21:38 RD, revision 34536

Ignore HtmlHelpController.Destroy() since it owns itself, to avoid double deletions.

2005-06-02 23:11 RD, revision 34535

updates

2005-06-02 23:10 RD, revision 34534

Don't use the python version in the srpm name

2005-06-02 20:58 , revision 34533
  • A /wxWidgets/tags/WX_2_6_1
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_6_1/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_6_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_6_1/lib/dummy
  • R /wxWidgets/tags/WX_2_6_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_6_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_6_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_6_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_6_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_6_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_6_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_6_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_1/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_6_1/samples/resource
  • R /wxWidgets/tags/WX_2_6_1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_6_1/samples/tab
  • D /wxWidgets/tags/WX_2_6_1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_6_1/src/expat
  • A /wxWidgets/tags/WX_2_6_1/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_6_1/src/expat/configure
  • R /wxWidgets/tags/WX_2_6_1/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_6_1/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_6_1/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_6_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_6_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_6_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_6_1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_6_1/src/png
  • A /wxWidgets/tags/WX_2_6_1/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_6_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_6_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_6_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_6_1/src/png/configure
  • R /wxWidgets/tags/WX_2_6_1/src/png/example.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_6_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_6_1/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_6_1/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_6_1/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_6_1/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_6_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_6_1/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_6_1/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_6_1/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_6_1/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_6_1/src/png/makefile.wat
  • R /wxWidgets/tags/WX_2_6_1/src/png/png.5
  • R /wxWidgets/tags/WX_2_6_1/src/png/png.c
  • A /wxWidgets/tags/WX_2_6_1/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_6_1/src/png/png.h
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_6_1/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_6_1/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_6_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_6_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_6_1/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_6_1/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_6_1/src/png/README
  • D /wxWidgets/tags/WX_2_6_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_6_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_6_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_6_1/src/png/TODO
  • R /wxWidgets/tags/WX_2_6_1/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_6_1/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_6_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_6_1/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_6_1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_6_1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_6_1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_6_1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_6_1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_6_1/utils/wxprop

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

2005-06-02 20:58 JS, revision 34532

Fix for older version of VC7

2005-06-02 17:27 JS, revision 34531

Missing header

2005-06-02 16:11 JS, revision 34530

Corrections for removed files

2005-06-02 13:27 MW, revision 34529

Typo

2005-06-02 13:12 DS, revision 34528

fixed CodeWarrior Mach-O compilation

2005-06-02 12:49 JS, revision 34527

Made ico files binary

2005-06-02 12:16 JS, revision 34526

Use standard ids

2005-06-02 12:04 JS, revision 34525

Use standard ids

2005-06-02 11:38 VZ, revision 34524

hide the cell editor if the grid loses focus

2005-06-02 11:30 VZ, revision 34523

fixed asserts when clicking on bugs table priority and opened columns; updated copyrights

2005-06-02 10:38 VZ, revision 34522

typo in last commit

2005-06-02 10:16 JS, revision 34521

Reverted last two changes

2005-06-02 09:49 JS, revision 34520

Moved allocation of m_imData or key down gives seg fault

2005-06-02 09:44 ABX, revision 34519

More warning and error fixes (work in progress with Tinderbox).

2005-06-02 09:14 VZ, revision 34518

removed duplicate wx/msw/debughlp.h include

2005-06-02 09:12 JS, revision 34517

Updated version

2005-06-02 08:52 JS, revision 34516

Added changes

2005-06-02 08:17 JS, revision 34515

Applied patch [ 1207162 ] wxTextCtrl::SetStyle fix for overlapping calls

2005-06-02 08:06 JS, revision 34514

Applied patch [ 1213066 ] correct device names for Joystick in Linux

2005-06-02 08:01 JS, revision 34513

Applied patch [ 1213290 ] incorrect logic in wxTopLevelWindowMSW::ShowFullScreen

2005-06-02 07:55 JS, revision 34512

Assert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl

2005-06-02 07:53 JS, revision 34511

Compile fix

2005-06-02 07:47 MW, revision 34510

Work around mingw/cygwin bug 1046059

2005-06-02 07:31 SC, revision 34509

no message

2005-06-02 03:54 RD, revision 34508

more change notes

2005-06-02 03:53 RD, revision 34507

Don't scroll when the mouse is dragged outside of the grid, unless the mouse is kept in motion.

2005-06-02 03:42 RD, revision 34506

Add some more docs to the runtime installer.

2005-06-02 03:41 RD, revision 34505

Have to dig a little deeper to find a wxPyDeadObject...

2005-06-02 03:32 RD, revision 34504

Save the last key event so EVT_CHAR events can filled in with extra data like mouse pos, timestamp, etc.

2005-06-02 03:31 RD, revision 34503

iewin module is no longer built by default, don't put activex in __all__ unless running on wxMSW

2005-06-02 02:38 RD, revision 34502

Compile fix for when wxUSE_STACKWALKER == 0

2005-06-02 02:31 RD, revision 34501

Fixed compile error on non-MSW platforms

2005-06-02 00:19 DS, revision 34500

fixed configure generation

2005-06-01 23:19 VZ, revision 34499

renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED

2005-06-01 22:38 VZ, revision 34498

don't try to show stack trace in assert msg box unless it's available (replaces patch 1212925, fixes bug 1212147)

2005-06-01 22:35 VZ, revision 34497

return immediately from WalkFrom() if dbghelp dll initialization fails (part of patch 1212925)

2005-06-01 21:16 VZ, revision 34496

added wxPLURAL() macro

2005-06-01 20:02 VS, revision 34495

added AM_PATH_WXRC (based on patch 1212816)

2005-06-01 16:53 VS, revision 34494

s/wxWindows/wxWidgets/g

2005-06-01 14:21 JS, revision 34493

Made the colours more muted

2005-06-01 13:46 VS, revision 34492

pretified libs.bmp/gif: use antialiasing

2005-06-01 13:38 DS, revision 34491

fixed compilation when IDC_HAND is undefined

2005-06-01 13:37 DS, revision 34490

added IDC_HAND

2005-06-01 09:56 JS, revision 34489

Added documentation for wxWindowCreateEvent, wxWindowDestroyEvent Added missing event to wxTreeEvent doc

2005-06-01 07:52 ABX, revision 34488

Unwanted semicolon fix [#1212497] + source cleaning.

2005-06-01 06:47 , revision 34487
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/acinclude.m4
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/aclocal.m4
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/art
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/art/cross.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/art/helpicon.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/art/repview.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/config.guess
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/config.sub
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/configure
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/configure.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/configure
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/configure.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/fl/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/fl/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/fl/contents.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/fl/shelves.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/fl/tex2rtf.ini
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/gizmos/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/gizmos/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/gizmos/contents.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/gizmos/shelves.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/gizmos/tex2rtf.ini
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/mmedia/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/mmedia/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/mmedia/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/mmedia/tex2rtf.ini
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/ogl/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/ogl/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/ogl/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/svg/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/docs/latex/svg/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/animate
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/canvas/bbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/fl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/fl/dynbarhnd.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/gizmos/dynamicsash.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/gizmos/multicell.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/cdbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/cdunix.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/cdwin.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/internal
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/vidbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/vidwin.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/mmedia/vidxanm.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/ogl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/ogl/canvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/ogl/linesp.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/ogl/misc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/ogl/ogl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_all.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_chckl.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_scwin.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_split.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_statbar.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_tglbtn.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xh_wizrd.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xml.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/include/wx/xrc/xmlres.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/AniTestVC.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/bttrfly.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/hooked.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/animate/tbttrfly.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/applet/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/canvas/simple/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/canvas/simple/SimpleVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/canvas/test/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/canvas/test/TestVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo1
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo1/fl_demo.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo1/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo1/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo2
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo2/fl_demo.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo2/fl_demo2.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo2/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_demo2/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample1
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample1/fl_demo.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample1/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample1/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample2
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample2/fl_demo.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample2/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample2/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample3
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample3/fl_demo.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample3/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/fl_sample3/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/dynsash
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/dynsash/dynsash.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/dynsash_switch
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/dynsash_switch/dynsash_switch.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/editlbox/editlbox.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/editlbox/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/led
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/multicell/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/multicell/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/multicell/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/multicell/mtest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/multicell/multicell.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/splittree/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/splittree/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/splittree/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/splittree/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/gizmos/splittree/TreeVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/mmedia/MMboardVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/mmedia/makefile.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/mmedia/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/mmedia/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/doc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/doc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/ogledit/OGLEditVC.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/copy.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/copy.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/cut.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/cut.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/file1.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/folder1.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/help.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/help.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/new.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/new.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/open.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/paste.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/paste.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/preview.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/print.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/print.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/redo.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/redo.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/save.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/save.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/undo.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/bitmaps/undo.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/dialogs.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/doc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/bitmap1.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/copy.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/cut.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/help.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/helpcs.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/new.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/paste.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/preview.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/print.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/redo.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/save.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/manual/undo.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/StudioVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/shapes.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/shapes.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/studio.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/ogl/studio/studio.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/plot/PlotVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/stc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/stc/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/stc/StcTestVC.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/svg/bitmaps
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/svg/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/svg/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/svg/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/svg/svgtest.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/custclas.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/derivdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/myframe.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/rc/controls.xrc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/XrcDemoVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/samples/xrc/xrcdemo.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/animate
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/animate/animate.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/animate/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/animate/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/applet
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/applet/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/applet/makefile
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/canvas
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/canvas/bbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/canvas/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/bardragpl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/cbcustom.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/controlbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/flVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/newbmpbtn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/panedrawpl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/rowlayoutpl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/fl/toolwnd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/dynamicsash.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/editlbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/multicell.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/gizmos/splittree.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/cdbase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/cdunix.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/cdwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/g711.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/g721.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/g723_24.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/g723_40.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/g72x.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/MmediaVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/MmediaVC.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/vidbase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/mmedia/vidwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/net
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/net/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/net/smapi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/ogl/OglVC.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/plot
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/PlatWX.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/ContractionState.cxx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/KeyMap.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/LexBaan.cxx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/UniConversion.cxx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/stc/scintilla/src/UniConversion.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/svg
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/svg/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/svg/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/svg/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/makefile.g95
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/XrcVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_bttn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_chckl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_dlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_listc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_notbk.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_panel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_scrol.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_scwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_sizer.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_split.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_statbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_text.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_tglbtn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_toolb.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_unkwn.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xh_wizrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xml.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xmlres.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/src/xrc/xmlrsall.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/convertrc/ConvertVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/convertrc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/convertrc/rc2xml.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/convertrc/rc2xml.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/convertrc/wxr2xml.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrc/wxRcVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrc/wxrc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/preview.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/preview.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/save.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/bitmaps/save.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/editor.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/pe_basic.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/preview.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/preview.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/contrib/utils/wxrcedit/wxRcEditVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/changelog
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/compat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/control.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/copyright
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase-dbg.dirs
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase-dbg.postinst
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase-dev.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase-dev.files
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxbase.postinst
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-contrib-dev.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-contrib-dev.files
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-contrib-dev.menu
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-contrib.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-contrib.postinst
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dbg-python.menu
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dbg-python.prerm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dbg.dirs
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dbg.postinst
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dev.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-dev.files
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-python.files
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-python.menu
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-python.prerm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-univ.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-univ.links
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-univ.postinst
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk-univ.prerm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/lintian-override
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/README.Debian
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/README.examples
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/rules
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wx-config.1
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxPython-tools.1
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxrc-tools.1
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-doc.doc-base
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-examples.examples
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-headers.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-headers.files
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-i18n.dirs
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/debian/wxwin-i18n.files
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/bombs.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/bombs.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/bombs.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/bombs.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/bombs1.cpp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/bombs/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps/d_closed.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps/d_closed.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps/d_open.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps/d_open.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/bitmaps/pgmctrl.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/dbbrowse.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/help.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/help.png/d_closed.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/help.png/d_open.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/canvas.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/card.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/forty.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/forty.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/forty.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/game.cpp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/playerdg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/scoredg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/scorefil.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/forty/scorefil.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/fractal/fractal.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/fractal/fractal.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/fractal/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/fractal/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/bitmaps/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/game.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/life.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/life.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/life/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/poem/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/poem/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/poem/poem.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/demos/poem/wxpoem.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/mac
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/contrib.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/copybase.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/copy_src.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/cw.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/cw_mac.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/docsrc.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/innobott.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/innotop.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/makeall.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/makeinno.bat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/makerpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/mgl.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/process_sample_bcb.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/rearchive.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/stc.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tardist
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tarwxall
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tarwxmac
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tarwxx11
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/base.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/basevc.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/dos.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/g295.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/Makefile
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/micro.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/os2.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/tmake.conf
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/univ.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/v15.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/vc6univ.t
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/tmake/wxwin.pro
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/vc.rsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipdistinno.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipmac.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zippatch.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipstc.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipwxmac.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipwxos2.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/msw/zipxml.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/distrib/os2
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/base
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/changes.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/gtk/changes.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/gtk/install.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/gtk/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faq.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqgen.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqgtk.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqmac.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqmsw.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/faqx11.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/i18n.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/index.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/news.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/platform.htm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/html/wxbook.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/index.htm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/book
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/artprov.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/bmpdatob.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/body.tex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/book1.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/brush.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/calctrl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/checklst.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/choice.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/clientdat.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/clipbrd.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/cmdproc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/constant.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/contents.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/cpp.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/cppconst.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/critsect.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dataobj.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/date.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/datetime.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/datistrm.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/datostrm.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/debugcxt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dialog.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dir.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dirdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dirtrav.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/docchfrm.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/docmanag.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/docmdich.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/doctempl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/dynlib.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/event.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/evthand.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fdrepdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ffile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fildatob.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/filename.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/filesys.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/font.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fontlist.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fontmap.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/function.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/glcanvas.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/grid.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/gridevt.inc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/gridevt.tex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hand1.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hashmap.tex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hellow.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hellow.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hellox.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hellox.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/helpevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htcontnr.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htdcrend.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hthlpdat.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htmlprn.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htprint.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/icon.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/iconevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/idleevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ipvaddr.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/list.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/listbox.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/listitem.tex
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/listview.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/log.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/maxzevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/mcaptevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/menuevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/menuitem.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/metafile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/minifram.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/module.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/noteevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/notifevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/object.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/pagedlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/paintevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/panel.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/pen.tex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/plug.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/prevwin.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/progdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/radiobox.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/radiobut.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/referenc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/regex.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/region.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/scpdarry.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/scpdptr.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/scrolevt.inc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/scrolevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/semaphor.tex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/shelves.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/size.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/sizeevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/snglinst.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/socksrv.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/statbmp.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/statbox.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/stdevtid.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/strmsock.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/strtotxt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/sysopt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tapp.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/taskbar.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tcommdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tcontain.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdebug.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdialog.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tex2rtf.ini
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tex2rtf_css.ini
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/textdlg.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tglbtn.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/time.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/timer.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tlog.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tprint.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/treeevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tsizer.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tusage.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/txrc.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/txtdatob.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/valgen.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/valtext.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/view.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/window.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wizard.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wizevt.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wnddisbl.tex
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wx.css
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxgtk.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxmac.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxmgl.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxmsw.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxos2.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/wxx11.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/xmlres.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/latex/wx/xmlresh.tex
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/licence.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/licendoc.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/mac/install.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/mac/makewxmac
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/mac/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/mac/SetTypeFromExtension.sea.hqx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/mgl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/microwin/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/motif/install.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/motif/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/msw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/msw/todo.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/os2
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/preamble.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/publicity
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/readme_vms.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/tech
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/univ/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/wine/install.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/wine/readme.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/x11
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/x11/makewxx11
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/docs/x11/todo.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/app.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/artprov.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/brush.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/busyinfo.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/chkconf.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/choicdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/cmdproc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/cmndata.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/colordlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/colour.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/config.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/db.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dcclient.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dcmemory.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dcprint.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dcps.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dcscreen.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dde.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dirctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dirdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/docmdi.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/docview.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dragimag.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/dynload.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/event.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/expr.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/file.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/filedlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/filename.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/filesys.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/font.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fontutil.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fs_inet.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fs_mem.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/fs_zip.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gdiobj.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/accel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/fdrepdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/gridctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/paletteg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/spinctlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/statline.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/textdlgg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/timer.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/geometry.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/glcanvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/grid.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gsocket.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/accel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/button.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/choice.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/colour.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/combobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/control.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/dataobj.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/dcclient.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/font.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/frame.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/gauge.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/glcanvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/joystick.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/scrolbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/tglbtn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/treectrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/accel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/button.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/choice.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/colour.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/combobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/control.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/dataobj.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/dcclient.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/font.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/frame.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/gauge.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/glcanvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/joystick.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/scrolbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/tglbtn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/treectrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/gtk1/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/hashmap.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/help.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/helphtml.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/helpwin.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/html
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/html/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/html/htmlproc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/html/htmltag.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/icon.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/image.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imaggif.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagiff.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagjpeg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imaglist.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagpcx.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagpng.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagpnm.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagtiff.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/imagxpm.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/joystick.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/laywin.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/list.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/listctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/log.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/app.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/bitmap.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/cursor.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/dataform.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/dataobj.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/dataobj2.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/dnd.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/frame.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/gsockmac.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/menu.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/private.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/setup0.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/textctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/treectrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/uma.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/wave.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mac/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mdi.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/menuitem.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/mgl/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/minifram.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/motif/control.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/motif/dialog.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/motif/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/motif/statbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msgdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/bullseye.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/cdrom.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/checkbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/checklst.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/child.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/clock.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/computer.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/csquery.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/ctl3d
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/dialog.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/drive.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/error.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/file1.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/filedlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/floppy.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/folder1.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/folder2.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/gccpriv.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/gdiimage.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/gdiobj.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/glcanvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/gsockmsw.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/hand.cur
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/heart.cur
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/htmlhelp.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/info.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/listbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/magnif1.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/mdi.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/missing.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/noentry.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/pbrush.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/pencil.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/pntleft.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/pntright.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/private.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/query.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/question.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/removble.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/rightarr.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/roller.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/setup0.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/size.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/stattext.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/std.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/tabctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/taskbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/tglbtn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/treectrl.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/uxtheme.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/uxthemep.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/warning.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/watch1.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/msw/wx.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/object.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/button.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/checkbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/checklst.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/choice.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/combobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/control.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/gauge.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/listbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/notebook.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/radiobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/radiobut.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/scrolbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/slider.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/spinctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/textctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/tooltip.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/os2/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/palette.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/panel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/pen.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/platform.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/print.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/printdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/progdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/prop.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/radiobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/sashwin.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/sckaddr.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/scrolbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/setup_redirect.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/splash.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/splitter.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/statbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/stattext.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/stc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/stream.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/string.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/tab.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/tabctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/taskbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/textbuf.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/textctrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/textdlg.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/textfile.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/tglbtn.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/thread.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/thrimpl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/tooltip.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/treebase.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/treectrl.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/treelay.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/combobox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/frame.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/listbox.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/radiobox.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/setup.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/setup0.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/toolbar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/toplevel.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/univ/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/unix/execute.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/unix/gsockunx.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/unix/utilsx11.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/url.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/version.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/vms_x_fix.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wave.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/window.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wx.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wxexpr.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/wx_cw_cm.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/app.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/colour.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/dcclient.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/font.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/private.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/privx.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/x11/region.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xpmhand.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_all.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_chckl.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_scwin.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_split.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_statbar.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xh_wizrd.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xml.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx/xrc/xmlres.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/include/wx_pb.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/lib/.cvsignore
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/lib/bcc16
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/lib/dummy
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/lib/msvc15
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/lib/_sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/locale
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/locale/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/locale/Makefile
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/misc/afm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/misc/gs_afm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/misc/languages/langtabl.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/artbrows.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/artprov.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/error.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/info.xpm
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/question.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/artprov/warning.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/calendar/calendar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/calendar/calendar.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/calendar/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/calendar/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/calendar/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/caret/caret.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/caret/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/caret/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/caret/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/checklst/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/checklst/checklst.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/checklst/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/checklst/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/checklst/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/config/config.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/config/conftest.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/config/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/config/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/config/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/configure
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/configure.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/console/console.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/console/makefile.b32
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/console/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/console/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/controls/controls.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/controls/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/controls/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/controls/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/db/db.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/db/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/db/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/dialogs.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/dialogsUniv.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialogs/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialup/dialup.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialup/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialup/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialup/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dialup/nettest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/dnd.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/dnd_copy.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/dnd_move.cur
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dnd/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/chart.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/doc.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/docview.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/notepad.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/chart.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/doc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/doc.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/docvwmdi.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/notepad.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/docvwmdi/view.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dragimag/dragimag.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dragimag/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dragimag/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dragimag/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/drawing.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/drawing/smile.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dynamic/dynamic.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dynamic/dynamic.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dynamic/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dynamic/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/dynamic/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/erase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/erase.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/erase/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/event/event.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/event/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/event/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/event/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/exec/exec.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/exec/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/exec/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/exec/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/font/font.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/font/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/font/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/font/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/grid.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/grid/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/demo.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/doc/down.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/doc/icon1.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/doc/icon2.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/doc/logo.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/help.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/help/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/about/about.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/about/about.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/about/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/about/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/help/help.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/help/help.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/help/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/help/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/helpview/helpview.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/helpview/helpview.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/helpview/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/logo6.gif
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/printing.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/printing/test.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/fft.html
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/pic.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/pic2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/test.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/test/test.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/virtual/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/virtual/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/virtual/virtual.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/virtual/virtual.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/widget/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/widget/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/widget/widget.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/widget/widget.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/zip/Makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/zip/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/zip/zip.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/html/zip/zip.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/horse3.ani
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/image.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/smile.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/image/smile.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/de
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/internat.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/internat.rc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/client.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/client.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/client.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/client.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/ddesetup.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/server.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/server.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/server.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ipc/server.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/chart.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/joytest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/joytest.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/joytest.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/joytest/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/keyboard.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/keyboard.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/keyboard.rc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/keyboard/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/expt.cpp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/layout.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/layout.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listbox/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/bitmaps/toolbrai.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/bitmaps/toolbrai.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/bitmaps/toolword.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/bitmaps/toolword.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/listctrl.pro
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/listctrlM5.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/listtest.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/listtest.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/makefile.dos
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/makefile.g95
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/listctrl/mondrian.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/makefile.g95
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/makefile.vc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/bitmaps
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/chart.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/mdi.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mdi/mondrian.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/memcheck/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/memcheck/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/memcheck/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/memcheck/memcheck.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/copy.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/menu/menu.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/makefile.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/mfc.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/mfctest.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/mfctest.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/mfc/mfctest.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/bitmaps
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/minifram.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/minifram.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minifram/minifram.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/minimal.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/minimal.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/multimon
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/multimon/multimon_test.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/multimon/multimon_test.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/dialog1.rc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/nativdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/nativdlg/nativdlg.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/makefile.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/newgrid/newgrid.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/notebook/notebook.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/oleauto/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/oleauto/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/oleauto/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/oleauto/oleauto.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/cube/cube.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/cube/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/cube/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/cube/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/isosurf/isosurf.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/isosurf/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/isosurf/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/isosurf/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/penguin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/penguin.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/opengl/penguin/penguin.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/Makefile.in
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/ownerdrw/ownerdrw.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/paint.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/paint16.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/png.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/pngdemo.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/folder.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/printing.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/printing/printing.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/proplist/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/proplist/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/proplist/proplist.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/proplist/proplist.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/proplist/proplist.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/propsize/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/propsize/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/propsize/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/propsize/propsize.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/propsize/propsize.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/makefile.g95
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/regtest.pro
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/regtest.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/regtest/regtestM5.xml
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/resource/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/resource/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/resource/resource.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/richedit/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/duck.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/kclub.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/rotate/rotate.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/samples.dsw
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sashtest/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sashtest/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sashtest/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sashtest/sashtest.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scroll/scroll.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scrollsub/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scrollsub/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scrollsub/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scrollsub/scrollsub.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/scrollsub/scrollsub.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/shaped
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/client.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/client.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/client.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/client.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/connect.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/makefile.b32
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/server.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/server.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/sockets/server.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/splitter/splitter.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/green.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/red.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/statbar/statbar.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/.cvsignore
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/edit.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/Makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/makefile.b32
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/makefile.g95
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/makefile.vc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/StcTestVC.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/StcTestVC.dsw
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/stctest.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/stc/stctest.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/svg/bitmaps
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/svg/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/svg/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/svg/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/svg/svgtest.rc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/tab/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/tab/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/taskbar/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/taskbar/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/taskbar/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/taskbar/taskbar.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/taskbar/tbtest.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/text/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/text/text.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/thread/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/thread/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/thread/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/thread/thread.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/bitmaps/page.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.dos
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.sl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.twn
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/mondrian.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/mondros2.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/toolbar.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/toolbar.pro
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/toolbar.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/toolbar/toolbar.rco
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/icon1.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/icon2.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/icon3.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/icon4.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/icon5.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/treetest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treectrl/treetest.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treelay/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treelay/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treelay/treelay.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/treelay/treelay.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/typetest/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/typetest/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/typetest/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/typetest/typetest.dsp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/validate.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/validate.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/validate/validate.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/Makefile.sc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/makefile.mic
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/makefile.unx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/notebook.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/slider.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/widgets.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/widgets/widgets.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wizard.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wizard.rc
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wiztest.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wiztest.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wiztest2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wizard/wiztest2.xpm
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wxtest/Makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/wxtest/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/custclas.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/derivdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/myframe.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/controls.xrc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/fileopen.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/filesave.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/fuzzy.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/platform.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/scanning.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/sppicon.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/rc/update.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/XrcDemoVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/samples/xrc/xrcdemo.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/setup.h.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/setup.h_vms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/base.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/bmpbase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/clntdata.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dbgrid.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dcsvg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/dseldlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/effects.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/encconv.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/fddlgcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/gaugecmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/hash.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/hashmap.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/iconbndl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/imagiff.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/imagtiff.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/list.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/msgout.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/parser.y
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/popupcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/quantize.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/radiocmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/sckipc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/textbuf.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/textfile.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/toplvcmn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/treebase.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/unzip.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/valgen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/common/variant.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/caret.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/colrdlgg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/dcbuffer.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/fdrepdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/gridctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/imaglist.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/laywin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/logg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/notebook.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/numdlgg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/paletteg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/printps.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/prop.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/spinctlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/generic/tipwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/dc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/evtloop.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/icon.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/main.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/statbmp.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/statbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/statline.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/stattext.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/threadno.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/threadsgi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/utilsres.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/wave.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk/wx_gtk_vmsjackets.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/dc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/evtloop.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/icon.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/main.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/statbmp.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/statbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/statline.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/stattext.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/threadno.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/threadsgi.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/utilsres.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/wave.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/gtk1/wx_gtk_vmsjackets.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/html
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jconfig.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jctrans.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdcoefct.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdcolor.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdinput.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdmainct.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdmaster.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jdtrans.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jpeg.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/jpegint.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/MAKEFILE.VA
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/app.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/bitmap.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/button.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/app.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/bitmap.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/button.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/choice.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/combobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/control.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/corersrc.r
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/cursor.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dataobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dcclient.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dcprint.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dialog.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/dnd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/filedlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/frame.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/gsocket.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/listbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/macnotfy.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/menuitem.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/notebmac.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/printdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/printmac.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/statbrma.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/textctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/thread.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/timer.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/tooltip.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/toplevel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/treectrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/uma.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/wave.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/carbon/window.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/choice.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/combobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/control.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/corersrc.r
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/cursor.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dataobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dcclient.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dcprint.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dialog.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/dnd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/filedlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/font.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/frame.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/gsocket.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/listbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/macnotfy.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/menuitem.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/notebmac.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/printdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/printmac.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/statbrma.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/textctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/thread.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/timer.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/toolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/tooltip.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/toplevel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/treectrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/uma.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/utils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/wave.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mac/window.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/make.env.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeb32.env
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makebcc.env
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeg95.env
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makelib.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makelib.g95
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makelib.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makelib.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.g95
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeprog.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makesc.env
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makeva.env
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makevc.env
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/makewat.env
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mgl/cursor.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mgl/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mgl/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/mgl/window.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/microwin
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/app.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/data.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/filedlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/frame.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/listbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/radiobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/statbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/stattext.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/toolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/utils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/accel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/clipbrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/colordlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dirdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/display.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/evtloop.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/fdrepdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/fontenum.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/fontutil.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/frame.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/gaugemsw.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/helpwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/icon.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/imaglist.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/microwin.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/ole/dropsrc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/ole/droptgt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/printdlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/printwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/snglinst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/spawnbrowser.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/statbr95.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/statline.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/version.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/bitmap.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/brush.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/button.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/checkbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/checklst.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/choice.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/combobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/control.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/cursor.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/dialog.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/file.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/gauge.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/listbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/notebook.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/os2jpeg.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/os2png.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/pen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/radiobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/radiobut.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/region.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/slider.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/statbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/stattext.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/textctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/toplevel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/window.cpp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/wx23.def
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/os2/wx24.def
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/configure
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/example.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.b32
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/png.5
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/png.c
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/png.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngM7.mcp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/README
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/TODO
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/COPYRIGHT
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/mkh
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/README
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regc_color.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regc_lex.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regc_nfa.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regerrs.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex.3
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex.7
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex.dsw
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regex2.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regexM7.mcp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/rege_dfa.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/regguts.h
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/re_syntax.n
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/split.c
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/tclUniData.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/tests
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/utils.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/regex/WHATSNEW
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/gen_iface.py
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/Makefile.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/makefile.b32
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/makefile.g95
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/makefile.sc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/makefile.vc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/makefile.wat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/PlatWX.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/PlatWX.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/README.txt
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/ScintillaWX.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/ScintillaWX.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/StcVC.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/StcVC.dsw
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/Accessor.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/KeyWords.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/PropSet.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/SciLexer.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/Scintilla.iface
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/ScintillaWidget.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/SString.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/include/WindowAccessor.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/README.txt
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/AutoComplete.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/AutoComplete.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/CallTip.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/CallTip.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/CellBuffer.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/CellBuffer.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ContractionState.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ContractionState.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Document.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Document.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/DocumentAccessor.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/DocumentAccessor.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Editor.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Editor.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Indicator.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Indicator.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/KeyMap.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/KeyMap.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/KeyWords.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexAda.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexAVE.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexBaan.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexConf.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexCPP.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexCrontab.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexEiffel.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexHTML.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexLisp.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexLua.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexOthers.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexPascal.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexPerl.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexPython.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexRuby.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexSQL.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LexVB.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LineMarker.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/LineMarker.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/PropSet.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/RESearch.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ScintillaBase.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ScintillaBase.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Style.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/Style.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/StyleContext.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/SVector.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/UniConversion.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/UniConversion.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ViewStyle.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/ViewStyle.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/scintilla/src/WindowAccessor.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/stc.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/stc.cpp.in
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/stc/stc.h.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/COPYRIGHT
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/makemac6.mcp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/port.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/t4.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tiffM5.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tiffM7.mcp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tiff_CW_Prefix.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tif_fax3.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tif_fax3sm.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tif_luv.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/uvcode.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/tiff/VERSION
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/listbox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/notebook.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/radiobox.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/slider.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/spinbutt.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/themes
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/toolbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/univ/winuniv.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/unix
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/unix/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/unix/snglinst.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/version.mak
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxBase.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxUniv.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxWindows.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxWindows.pbproj/project.pbxproj
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxWindowsM7.mcp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxWindowsW7.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/wxwindowsM5.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/app.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/bitmap.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/data.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/dataobj.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/dcclient.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/evtloop.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/files.lst
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/font.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/gsockx11.c
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/pangox11.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/pango_x.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/popupwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/reparent.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/settings.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/textctrl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/toplevel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/utils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/x11/window.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/makefile.g95
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/makefile.vc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/XrcVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_bttn.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_chckl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_dlg.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_listc.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_menu.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_notbk.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_panel.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_scrol.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_scwin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_sizer.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_split.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_statbar.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_text.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_toolb.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_unkwn.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xh_wizrd.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xml.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xmlres.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/xrc/xmlrsall.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/configure
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/MAKEFILE.VA
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/Make_vms.com
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/makefile.bcc
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/makefile.sc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/README
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/zlib.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/src/zlib/zlib.dsw
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/books.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/load.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/load.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/new.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/new.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/open.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/save.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/save.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/docs/tex2rtf.ini
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/alignb.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/alignl.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/alignr.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/alignt.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/arrow.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/bmpbuttn.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/button.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/canvas.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/check.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/choice.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/copysize.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/cpp.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/dialog.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/frame.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/gauge.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/group.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/help.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/help.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/help.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/horiz.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/listbox.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/load.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/load.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/message.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/mtext.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/new.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/new.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/new.xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/open.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/panel.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/picture.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/radio.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/report.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/save.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/save.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/save.xpm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/scroll.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/slider.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/text.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/textsw.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/toback.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/tofront.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/tree.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/treeicn.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/vert.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/wxbuild.xbm
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/bitmaps/wxwin.xbm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/DialogEdVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/makefile.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/dialoged/src/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/HelpGen/src/HelpGen.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/HelpGen/src/HelpGenVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/HelpGen/src/markup.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/HelpGen/src/sourcepainter.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/HelpGen/src/srcparser.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/bitmaps/helpopen.xpm
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/client.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/client.dsp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/client.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/client.rc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/helpview.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/helpview.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/helpview.h
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/readme.txt
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/remhelp.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/helpview/src/remhelp.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/hhp2cached/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/builder/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/builder/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/packace/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/packzip/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/sfxace/makefile.b32
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/Install/sfxzip/makefile.b32
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/makegen/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/makegen/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/makegen/templates/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/makegen/templates/makefile.wat
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/docs/books.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/docs/tex2rtf.hpj
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/docs/verbatim.sty
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/books.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/htmlutil.cpp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/makefile.bcc
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/makengui.nt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/rtfutils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/Tex2RTFVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/tex2any.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/tex2rtf.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/texutils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/src/xlputils.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/tex2rtf/tools/lacheck.txt
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/wxprop
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/wxrc/Makefile.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/wxrc/makefile.wat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/wxrc/wxRcVC.dsp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/utils/wxrc/wxrc.cpp
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/version-script.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wx-config.in
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxBase.spec
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxGTK.spec
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxMGL.spec
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxMotif.spec
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/dllwidget
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/dllwidget/dllwidget.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/dllwidget/dllwidget_.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/dllwidget/dllwidget_.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/gizmos/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/gizmos/_gizmoextras.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/glcanvas/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/glcanvas/gtk/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/glcanvas/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/glcanvas/myglcanvas.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin/IEHtmlWin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin/iewin.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin/iewin.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin/iewin.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/iewin/wxactivex.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/ogl.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/ogl.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/README.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/_ogldefs.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/ogl/_oglextras.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/README
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/stc/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/stc/README.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/stc/stc.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/xrc/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/contrib/xrc/b.bat
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/b
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/01c.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/10s.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/12h.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/13d.gif
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/backgrnd.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/Calend.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/copy.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/DbDec.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/DbInc.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/Dec.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/Inc.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/lb1.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/lb2.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/mondrian.ico
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/new.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/open.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/Pt.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/paste.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/smiles.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/splash.gif
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/splash.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/test2.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/test_image.png
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/test_mask.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/tog1.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bitmaps/tog2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/backgrnd.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/copy.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/DbDec.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/DbInc.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/Dec.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/file1.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/file2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/folder1.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/folder2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/folder3.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/GridBG.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/Inc.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/new.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/noicon.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/open.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/Pt.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/paste.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/robin.jpg
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/smiles2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/sm_down.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/sm_up.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/test2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/testmask.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/teststar.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/tog1.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/bmp_source/tog2.bmp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/ColorPanel.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/pic.png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/pic2.bmp
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/pic2.gif
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/stc.h.html
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/test.htm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/tips.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/widgetTest.htm
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/world.dat
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/data/wxPackage.html
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/demo.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/dllwidget
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/joystick.wdr
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/joystick_wdr.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/mimetypes.wdr
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/mimetypes_wdr.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/paper.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/quotes.xml
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/README.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/TestTable.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/wxArtProvider.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/wxDirDialog.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/demo/wxWizard.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/distrib/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/distrib/mac/makedmg
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/distrib/README.devel.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/doodle
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/doodle/README.txt
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/doodle/superdoodle.iss
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/embedded/embedded.cpp
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/frogedit/FrogEdit.py
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/hangman
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/pySketch/pySketch.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/StyleEditor/STCStyleEditor.py
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/stxview
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wxProject/wxProject.py
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wx_examples
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wx_examples/default.css
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wx_examples/examples.html
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wx_examples/examples.txt
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/samples/wx_examples/screenshots
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/scripts/img2png
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/scripts/img2py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/scripts/img2xpm
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/scripts/xrced
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/setup.cfg
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/b
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/cmndlgs.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/gtk/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/htmlhelp.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/mdi.i
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/src/_gridextras.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/activexwrapper.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/anchors.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/ClickableHtmlWindow.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/ErrorDialogs.wdr
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/ErrorDialogs_wdr.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/editor
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/editor/editor.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/editor/selection.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/mixins
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/mixins/listctrl.py
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/mixins/rubberband.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/rcsizer.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/lib/__init__.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/tools/XRCed/xrced.ico
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/tools/XRCed/xrced.sh
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/tools/XRCed/__init__.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxPython/tools/__init__.py
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/Include/swig.h
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/Modules/pycpp.cxx
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/Modules/python.cxx
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/swig_lib/perl5/.cvsignore
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/swig_lib/python/.cvsignore
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/swig_lib/python/pyexp.swg
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/swig_lib/python/python.swg
  • A /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxSWIG/swig_lib/tcl/.cvsignore
  • D /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxPython/wxversion
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxWINE.spec
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxwin.m4
  • R /wxWidgets/tags/WX_2_4_BEFORE_PRAGMA_REMOVAL/wxX11.spec

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

2005-06-01 06:47 CE, revision 34486

better fix for DMC

2005-06-01 02:36 RD, revision 34485

reSWIGged

2005-06-01 02:36 RD, revision 34484

reSWIGed

2005-06-01 02:09 RD, revision 34483

Get/SetAutoWindowMenu for wxMac

2005-06-01 00:55 RD, revision 34482

EVT_SCROLL_ENDSCROLL --> EVT_SCROLL_CHANGED and compatibility aliases

2005-06-01 00:54 RD, revision 34481

Version number

2005-06-01 00:18 RD, revision 34480

Fixed splash screen

2005-06-01 00:16 RD, revision 34479

Merge the cell size attribute the same way that other attributes are merged, e.g., if it is already set to a non-default value in the current wxGridCellAttr object then don't merge from the other.

2005-06-01 00:11 RD, revision 34478

Try IDC_HAND first and then load "WXCURSOR_HAND" if it fails

2005-05-31 23:54 RD, revision 34477

Switch to using wxArtProvider::GetBitmap instead of GetIcon so if the original image has alpha it is preserved on MSW.

2005-05-31 23:53 RD, revision 34476

Convert alpha (if any) to mask in wxBitmapToIconOrCursor. Note that it is possible to put alpha in the icon instead of using a mask, but I don't have time to figure that out today.

2005-05-31 22:31 VS, revision 34475

fixed initialization of standard IDs to happen before first use

2005-05-31 21:56 JS, revision 34474

Temporary fix

2005-05-31 21:41 RD, revision 34473

DocView patches from Morgen Hua: bug fixes, and additional SVN commands, also added a default template that uses the text editor for any unknown file type.

2005-05-31 21:12 JS, revision 34472

Applied patch [ 1212020 ] MediaCtrl DirectShow drawing and sample

2005-05-31 21:02 JS, revision 34471

Fixed images

2005-05-31 20:49 JS, revision 34470

Replaced image

2005-05-31 20:47 JS, revision 34469

Fixed image

2005-05-31 20:44 MW, revision 34468

Change 'test -e' to 'test -f' for Sun

2005-05-31 20:29 JS, revision 34467

Artwork replacement (c) Julian Smart

2005-05-31 19:03 ABX, revision 34466

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 17:47 ABX, revision 34465

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 16:38 JS, revision 34464

Baked files for 2.6.1

2005-05-31 16:17 JS, revision 34463

Replaced embedded images

2005-05-31 16:15 JS, revision 34462

Corrected size of image

2005-05-31 16:01 CE, revision 34461

fix dmc

2005-05-31 15:51 CE, revision 34460

fix dmc need const

2005-05-31 15:42 ABX, revision 34459

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 15:33 VZ, revision 34458

send wxEVT_SCROLL_CHANGED when using mouse wheel as well

2005-05-31 15:32 ABX, revision 34457

More warning and error fixes (work in progress with Tinderbox).

2005-05-31 15:25 VZ, revision 34456

wxStandardPaths methods are not static; documented Get()

2005-05-31 15:22 VZ, revision 34455

added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL

2005-05-31 15:01 VZ, revision 34454

document that SetCurrent() must be called on a visible window; assert that this is the case