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