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

2007-06-13 20:22 FT, revision 46456

Refactor to make deriving test classes from testWindow less annoying.

2007-06-13 20:10 FT, revision 46455

Refactored away helper classes within the test modules, resulting in a cleaner design. Implemented part of a Cut/Copy/Paste test for wx.TextCtrl, and stumbled onto some pretty weird behavior...

2007-06-13 19:00 FT, revision 46454

Initial tests for wx.TextCtrl. Added to runAllTests.py.

2007-06-13 16:36 SC, revision 46453

fixing 1736334

2007-06-13 16:29 VS, revision 46452

make wxFrame a wxControlContainer too, so that it behaves in the same way as wxDialog

2007-06-13 15:35 VS, revision 46451

don't propagate wxChildFocusEvent outside of wxTLWs

2007-06-13 15:31 VZ, revision 46450

overload wxStrpbrk() for more types and add tests for it

2007-06-13 15:21 FT, revision 46449

Use wx.VisualAttributes instance to add negative "IsOk" tests for wx.Color and wx.Font. Test "GetClassDefaultAttributes" in wx.Control.

2007-06-13 15:09 VS, revision 46448

removed redundant #include <dynarray.h>

2007-06-13 14:35 FT, revision 46447

Minor changes.

2007-06-13 14:29 VZ, revision 46446

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT as this gives more detailed information in case of a test failure

2007-06-13 14:21 VZ, revision 46445

strWC used in the tests was supposed to be a wide string, not a narrow one

2007-06-13 14:19 VZ, revision 46444

Unicode compilation fix: wxStrlocale() doesn't take wide strings

2007-06-13 13:03 SC, revision 46443

fixing 1736428

2007-06-13 12:56 SC, revision 46442

fixing 1736447

2007-06-13 12:43 SC, revision 46441

fixing 1736298

2007-06-13 12:35 SC, revision 46440

fixing 1736298

2007-06-13 11:32 VZ, revision 46439

added wxNullPtr and use it instead of just 0 with wxFileTypeInfo vararg ctor to fix crashes under 64 bit architectures

2007-06-13 10:52 VS, revision 46438

added missing #includes

2007-06-13 04:35 SC, revision 46437

universal support

2007-06-13 04:24 SC, revision 46436

changing weak linking pattern

2007-06-13 04:22 SC, revision 46435

unhighlighting the menu when a dialog is shown

2007-06-13 04:20 SC, revision 46434

universal os x fixes

2007-06-13 04:05 SC, revision 46433

universal os x fixes

2007-06-13 03:46 SC, revision 46432

universal os x fixes

2007-06-13 01:41 FT, revision 46431

Test that all derived instances of wx.Control must have parents.

2007-06-13 01:39 FT, revision 46430

Add wx.Button test for GetDefaultSize. Test ID/Label pairs found within docs for wx.Button. Note the bug within the docs and the temporary workaround implemented.

2007-06-13 01:35 FT, revision 46429

Add list of classes under test.

2007-06-12 21:56 FT, revision 46428

Minor refactoring to testColor. Added RGB tests.

2007-06-12 19:49 SC, revision 46427

fixing pict export under coregraphics with quicktime, using tiger functions for faster conversion where possible

2007-06-12 18:41 VS, revision 46426

use wxString in wxDateTime methods (only partially done)

2007-06-12 17:08 VS, revision 46425

wxUSE_UNICODE_MSLU compilation fix

2007-06-12 16:47 FT, revision 46424

Initial tests for wx.Size. Refactor Size data used in testWindow into testSize.py. Added invalid size test to testWindow. Include testSize in runAllTests.py.

2007-06-12 15:51 FT, revision 46423

Refactored testRect's data methods in the style of testPoint.

2007-06-12 15:17 FT, revision 46422

Impelement test for "Get" and associated helper method.

2007-06-12 15:12 FT, revision 46421

Add testRect and testPoint to runAllTests.py. Add PySimpleApp creation and destruction to testButton, testControl, testWindow. Tests fail without initializing App first.

2007-06-12 15:03 FT, revision 46420

Delegate point creation to testPoint.py. Initial tests for wx.Point.

2007-06-12 13:32 JJ, revision 46419

Updates for VMS Modified Files: setup.h_vms

2007-06-12 12:08 VZ, revision 46418

update from Yuri Chornoivan

2007-06-12 11:21 VS, revision 46417

more STL fixes

2007-06-12 10:11 VS, revision 46416

ANSI/Unix build compilation fixes

2007-06-12 06:43 VS, revision 46415

PCH-less compilation fix

2007-06-11 22:37 FT, revision 46414

Delegate creation of wx.Font data into testFont.

2007-06-11 22:25 FT, revision 46413

Add skeleton testRect.py. In testWindow, delegate creation of wx.Rect data into testRect.

2007-06-11 21:59 RD, revision 46412

more updates on recent changes

2007-06-11 21:36 FT, revision 46411

Add testControl suite to runAllTests.py.

2007-06-11 21:32 FT, revision 46410

Implement testControl. testButton derives from testControl (testControl derives from testWindow). All tests contain __doc__ with a list of yet-to-be-tested.

2007-06-11 21:31 RD, revision 46409

Added save to stream methods

2007-06-11 20:40 RD, revision 46408

Added wxRoses sample from Ric Werme

2007-06-11 19:59 VS, revision 46407

fixed VC6 warnings about non-dllexported members in dllexported classes

2007-06-11 19:57 VS, revision 46406

compilation fix for gcc 3.3

2007-06-11 17:16 JS, revision 46405

Added a new overload of wxDecToHex and used it in wxRichTextImageBlock::WriteHex

2007-06-11 12:16 VS, revision 46404

added long int operators to wxUniChar (fixes wxMac compilation)

2007-06-11 12:11 VS, revision 46403

use wxString argument and not wxChar* in wxHtmlParser::AddText(), for compatibility with STL build without implicit wxString conversions

2007-06-11 12:00 VS, revision 46402

added wchar_t, wxUniChar overloads for wxStrchr

2007-06-11 10:06 VS, revision 46401

VC6 doesn't like 'return callToVoidFunc();' statements

2007-06-11 07:49 VS, revision 46400

gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty

2007-06-11 07:28 VS, revision 46399

OS X compilation fix

2007-06-11 07:12 VS, revision 46398

OS X compilation fix

2007-06-11 06:34 VS, revision 46397

ATTRIBUTE_PRINTF doesn't work with wchar_t* format strings in gcc

2007-06-11 06:10 VS, revision 46396

compilation fixes for PCH-less build

2007-06-11 06:08 VS, revision 46395

use wx/crt.h as the 'official' header for wxCRT wrappers instead of wxchar.h; add comments explaining that users should include wx/crt.h to implementation headers

2007-06-10 21:38 VS, revision 46394

fixed signed/unsigned comparison warning

2007-06-10 21:33 VS, revision 46393

PCH-less compilation fix

2007-06-10 20:44 VS, revision 46392

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 17:42 VS, revision 46391

don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future

2007-06-10 17:14 VS, revision 46390

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 16:32 VZ, revision 46389

make PositionTextCtrl() virtual (patch 1734405)

2007-06-10 09:24 VZ, revision 46388

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589) [backport from HEAD]

2007-06-09 17:52 JS, revision 46387

Faster hex encoding

2007-06-09 17:04 VZ, revision 46386

initialize the variable as XtVaGetValues() may not do it apparently [backport from HEAD]

2007-06-09 17:02 VZ, revision 46385

initialize the variable as XtVaGetValues() may not do it apparently

2007-06-09 11:05 VZ, revision 46384

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589)

2007-06-09 10:58 VZ, revision 46383

fix custom draw bug for controls with only one column (patch 1731024) [backport from HEAD]

2007-06-09 10:57 VZ, revision 46382

fix custom draw bug for controls with only one column (patch 1731024)

2007-06-09 10:55 VZ, revision 46381

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976) [backport from HEAD]

2007-06-09 10:54 VZ, revision 46380

cancel dragging if Esc is pressed (patch 1733657) [backport from HEAD]

2007-06-09 10:53 VZ, revision 46379

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976)

2007-06-09 10:50 VZ, revision 46378

cancel dragging if Esc is pressed (patch 1733657)

2007-06-08 22:12 FT, revision 46377

Additional accessor tests to testWindow. Add testColor to runAllTests.

2007-06-08 20:17 VS, revision 46376

added wxUniChar::AsUTF8() for easy conversion in UTF8 build

2007-06-08 18:25 KO, revision 46375

Bakefile only supports 'and' conditions, so refactor the debug conditions to reflect that.

2007-06-08 16:48 SN, revision 46374

Try using UTF-8 on OS/2.

2007-06-08 16:07 SC, revision 46373

now that the bitmap context is always in topleft coords, we need the adjusted call for drawing an image

2007-06-08 12:41 JS, revision 46372

Small typo fix

2007-06-08 05:03 RD, revision 46371

zap an extra print statement

2007-06-08 04:56 RD, revision 46370

* Some menus and buttons are kept in sync with EVT_UPDATE_UI. * Tool menu items use wx.ITEM_RADIO * New polygon and scribble tools * Text tool uses wx.FontDialog rather than home grown dialog * Switched to double-buffering (code borrowed from doodle sample.) * Spent a lot of time on improving handling of canvas scrolling redraws which look bad under __WXMSW__, IMHO. * All tools are subclasses of DrawingTool now. * All objects are subclasses of the base DrawingObject now (rather than typecode switch) * Majority of event handling delegated to tools * Manipulation of handles refactored to move most of the logic into DrawingObject subclasses * Use GenBitmapToggleButton for the Tool buttons instead of reimplementing same functionality. * Nicer looking fill/stroke preview (I think anyway) * Toggle for choosing between wx.DC and wx.GCDC

2007-06-08 01:58 FT, revision 46369

Added documentation. Minor refactoring.

2007-06-08 01:54 FT, revision 46368

Implement wx.Colour tests.

2007-06-08 00:53 ROL, revision 46367

saving stub works

2007-06-08 00:41 ROL, revision 46366

moved some code from xrced.py to view.py: menubar, some menu command handlers, etc.

2007-06-07 20:28 JS, revision 46365

Init fix

2007-06-07 20:00 ROL, revision 46364

added modules for MVP architecture, some redesign of component classes

2007-06-07 18:49 RD, revision 46363

reSWIGged

2007-06-07 18:47 RD, revision 46362

Patch from Paul McNett to check for the Acrobat version more robustly

2007-06-07 18:46 RD, revision 46361

Premultiplied Alpha is now exepcted on Mac too.

2007-06-07 18:45 RD, revision 46360

Use correct name in MustHavApp macro

2007-06-07 18:44 RD, revision 46359

Add ShutdownDemo to better clean up when switching to another sample

2007-06-07 18:43 RD, revision 46358

Mac lipo build patch from Kevin O.

2007-06-07 18:34 RD, revision 46357

Yielding from a non-gui thread needs to bail out, otherwise we end up possibly sending events in the thread too.

2007-06-07 14:25 FT, revision 46356

"Always use triple double quotes for docstrings, even those that are all on one line."

2007-06-07 14:02 FT, revision 46355

Added children and child-related tests to WindowTest. Moved invariant setup code to WindowTest constructor, for future inheritance. ButtonTest takes advantage of inheritance from WindowTest.

2007-06-07 12:49 JS, revision 46354

Don't insert a newline when we get text

2007-06-07 08:44 CE, revision 46353

missing closing bracket broke tex2rtf

2007-06-07 06:57 SC, revision 46352

better param type

2007-06-07 05:58 SC, revision 46351

add a PICT export for Quartz (needed under 10.3 as ImageRefs are not accepted everywhere)

2007-06-07 05:37 SC, revision 46350

making pdf implementation compile and work under 10.3

2007-06-07 05:34 SC, revision 46349

uma versions for tiger only calls

2007-06-07 04:46 VS, revision 46348

removed unused glob.inc file

2007-06-07 02:03 BY, revision 46347

Just to test the cvs !

2007-06-07 01:40 FT, revision 46346

testButton derives from testWindow. testFont.py added. runAllTests runs testButton and testFont.

2007-06-07 00:33 FT, revision 46345

Reformatted method todo list. Add tests for Reparent, SetFont, GetFont.

2007-06-06 23:40 RR, revision 46344

Added initial OS X implementation of the wxDataViewCtrl in its current tabular form.

2007-06-06 22:04 FT, revision 46343

Add testButton.py and testColor.py to version control. testButton is just a skeleton, and testColor is rather trivial as yet.

2007-06-06 15:56 VS, revision 46342

marked WinCE implementations of wxOpen etc. functions as dllexported

2007-06-06 13:48 VS, revision 46341

fixed wxScanf() etc. to compile with Visual C++ again

2007-06-06 05:26 KO, revision 46340

Make macbuild-lipo more robust, add lipo-dir which will lipo two dirs (one a ppc install and one an intel install) together.

2007-06-06 01:36 FT, revision 46339

Additional tests added.

2007-06-05 21:53 RD, revision 46338

Convert '0' or '1' to int before converting to bool

2007-06-05 21:51 RD, revision 46337

Check for 8.0 too

2007-06-05 21:50 RD, revision 46336

Use utf-8 for saving to file. Patch #1730543

2007-06-05 21:18 RD, revision 46335

Add undo stack. Patch #1730517

2007-06-05 17:31 VZ, revision 46334

compilation fix after last commit: make wxAppConsole a class, not typedef, under non-Unix as we can't forward declare a typedef

2007-06-05 16:40 MW, revision 46333

Add to patch 1671804 (menu alignment for VC6) so that it does work, and move it to msw/missing.h.

2007-06-05 15:21 MW, revision 46332

Warning fix for VC5

2007-06-05 13:16 JS, revision 46331

Don't crash if failing to convert text on write

2007-06-05 12:12 VS, revision 46330

don't crash when using wxHtmlWidgetCell in wxHtmlListBox

2007-06-05 04:12 KO, revision 46329

Restore compilation on Panther when using CoreGraphics. Also take a stab at Panther CoreGraphics impl based on previous implementation.

2007-06-04 23:07 FT, revision 46328

Initial commit of unit test suite.

2007-06-04 18:11 VZ, revision 46327

update from Hakki Dogusan

2007-06-04 13:49 VZ, revision 46326

fix typo in Selecting() description (bug 1726270)

2007-06-04 13:39 VZ, revision 46325

rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation

2007-06-04 13:34 VZ, revision 46324

reset one shot timer internal state instead of leaving it thinking that it's still running (mdified patch 1730597)

2007-06-04 12:56 VS, revision 46323

wxSscanf() and friends are now Unicode+ANSI friendly wrappers instead of defines for CRT functions

2007-06-04 12:51 VS, revision 46322

compilation fix

2007-06-04 12:50 VZ, revision 46321

provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly

2007-06-04 11:02 VZ, revision 46320

add wx/unix/private directory

2007-06-04 10:54 VS, revision 46319

removed unneeded wxVaCopy calls

2007-06-04 10:04 VS, revision 46318

changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary conversions; added compatibility code so that user code overriding these with char* or wchar_t* argument continues to work

2007-06-04 09:53 VS, revision 46317

changed wxFileSelector() etc. functions to use wxString (so that any forms of strings can be used with it, not just wxChar*), while still preserving compatibility with passing NULL to them)

2007-06-04 09:01 VS, revision 46316

added comment explaining the condition for compiling manifest into resources

2007-06-03 23:03 VZ, revision 46315

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904) [backport from HEAD]

2007-06-03 23:00 VZ, revision 46314

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904)

2007-06-03 22:38 VZ, revision 46313

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909) [backport from HEAD]

2007-06-03 22:35 VZ, revision 46312

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909)

2007-06-03 22:14 VZ, revision 46311

added colour normalization to PNM handler [backport from HEAD]

2007-06-03 22:13 VZ, revision 46310

corrected wrong change description: raw RGB support was already there

2007-06-03 22:09 VZ, revision 46309

added raw RGB support and colour normalization to PNM handler

2007-06-03 22:03 VZ, revision 46308

add ctor overloads for all kinds of strings to fix using strings implicitly as wxDataFormat objects after the last change

2007-06-03 21:07 FM, revision 46307

added size-mode view

2007-06-03 21:07 FM, revision 46306

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 20:01 FM, revision 46305

added tree-view of the wxWidgets class list

2007-06-03 19:26 FM, revision 46304

move "old" RTTI code to rtti.h

2007-06-03 19:26 FM, revision 46303

make GetTypeInfo implementation safer; other minor reformatting changes

2007-06-03 19:26 FM, revision 46302

no real changes; changed formatting

2007-06-03 19:25 FM, revision 46301

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 19:25 FM, revision 46300

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 18:29 FM, revision 46299

default to wxUSE_EXTENDED_RTTI=yes, enable XTI sample when wxUSE_EXTENDED_RTTI=yes

2007-06-03 18:29 FM, revision 46298

added XTI sample

2007-06-03 18:27 FM, revision 46297

removed wxUSE_EXTENDED_RTTI sections which were duplicated from MSW sources

2007-06-03 18:23 FM, revision 46296

added "dump registered class" menuitem and relative dialog to show wxWidgets class list and the XTI properties of the selected class

2007-06-03 11:23 JS, revision 46295

Typo fix

2007-06-03 11:01 SC, revision 46294

coordinate adjustment not needed here anymore

2007-06-03 10:59 SC, revision 46293

do coordinate conversion in the context creation already

2007-06-03 00:11 RD, revision 46292

reSWIGged

2007-06-03 00:06 RD, revision 46291

install wx/mac/corefoundation/cfdataref.h and wx/mac/corefoundation/cfref.h

2007-06-02 23:57 RD, revision 46290

bump subrelease number

2007-06-02 23:53 RD, revision 46289

Richtext updates

2007-06-02 23:50 RD, revision 46288

Additional tags to treat as bitmaps

2007-06-02 23:50 RD, revision 46287

Show the .this attribute too

2007-06-02 23:49 RD, revision 46286

tweak layout

2007-06-02 23:49 RD, revision 46285

menu and accel tweaks for Mac

2007-06-02 23:46 RD, revision 46284

out typemap for wxPyComboCtrl*

2007-06-02 23:46 RD, revision 46283

wxRect* typemap

2007-06-02 23:43 RD, revision 46282

wxOutputStream wrapers and typemaps

2007-06-02 23:43 RD, revision 46281

docstring fix

2007-06-02 23:42 RD, revision 46280

Python sequence wrappers for wxLists

2007-06-02 23:38 RD, revision 46279

Don't use the wxRect* typemaps in the wxRect class

2007-06-02 23:37 RD, revision 46278

wxOutputStream wrapers and typemaps

2007-06-02 23:36 RD, revision 46277

docstring fixes

2007-06-02 21:06 KO, revision 46276

Allow wxpresets to work with wxPython libraries on Windows.

2007-06-02 17:21 VS, revision 46275

use iterators in wxStaticText wrapping and escaping code

2007-06-02 13:51 VZ, revision 46274

factor out the fd<->handlers map from wxFDIODispatcher into a separate wxMappedFDIODispatcher class (patch 1729395)

2007-06-02 13:34 VZ, revision 46273

the same event handler class, not object, can be used with multiple windows (patch 1728835)

2007-06-02 13:25 VZ, revision 46272

fix crash after destroying a default button in a backwards compatible way (patch 1727956)

2007-06-02 13:23 VZ, revision 46271

upported changes from 2.8.5 (at the very least this simplifies merging between branches)

2007-06-02 13:22 VZ, revision 46270

enable non-top tabs workaround for Vista too (replaces patch 1724221) [backport from HEAD]

2007-06-02 13:17 VZ, revision 46269

enable non-top tabs workaround for Vista too (replaces patch 1724221)

2007-06-02 13:13 VZ, revision 46268

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) [backport from HEAD]

2007-06-02 12:56 VZ, revision 46267

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)

2007-06-02 12:45 VS, revision 46266

partially fixed passing wxUniChar as vararg argument (non-ASCII characters are still broken in UTF8 build, other cases work)

2007-06-02 12:42 VS, revision 46265

implemented wxMBConv::IsUTF8() helper for more classes so that all uses of UTF-8 are detected and optimized in wxString

2007-06-01 22:05 VZ, revision 46264

extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGridCellAutoWrapStringEditor::Create() to ensure that it honours the base editor parameters

2007-06-01 21:21 VZ, revision 46263

compilation fix: wxColour::GetColor() returns const object

2007-06-01 21:19 VZ, revision 46262

suppress warnings about void* to uint conversion losing precision (under 64 bit architectures)

2007-06-01 12:16 VZ, revision 46261

also correct run-time check for gtk_message_dialog_format_secondary_text() availability

2007-05-31 21:18 ROL, revision 46260

revert to dictionary... it is better design

2007-05-31 21:12 ROL, revision 46259

using list of components to allow duplicate names

2007-05-31 20:46 ROL, revision 46258

test module for component plugin

2007-05-31 20:28 ROL, revision 46257

First test of component plugin design, with stub XMLTree class

2007-05-31 13:08 VS, revision 46256

use wxString, not wxChar*, in wxCreateDynamicObject() and wxClassInfo::FindClass()

2007-05-31 11:00 VS, revision 46255

test if wxString(NULL) ctor creates empty string

2007-05-30 22:02 VS, revision 46254

use wxString, not wxChar*, in wxDataFormat ctor and SetId() method

2007-05-30 21:03 RR, revision 46253

Forgot to commit.

2007-05-30 21:02 RR, revision 46252

Experimenting with cell attributes.

2007-05-30 20:31 RR, revision 46251

Implement for selection code.

2007-05-30 14:03 VS, revision 46250

fixed to the newly added crt.h header: 1. include it in makefiles 2. add proper header and guards 3. include wxchar.h so that the things to include are maintained in just one place

2007-05-30 13:55 VS, revision 46249

changed wxGTK_CONV* macros to use utf8_str() and FromUTF8() so that we don't do any unnecessary conversions in UTF8 build

2007-05-30 13:50 VS, revision 46248

changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions

2007-05-30 13:43 VS, revision 46247

wxchar.h doesn't have to be C file anymore, it's C++

2007-05-30 13:14 VS, revision 46246

wxGTK_CONV -> wxGTK_CONV_SYS

2007-05-30 12:56 VS, revision 46245

put GtkArray into anonymous namespace, the name is too generic to risk conflicts

2007-05-30 12:53 VS, revision 46244

1. removed useless GtkStr class, wxGTK_CONV is the way to do the conversion2. don't make unnecessary copies in GtkArray in UTF8 build

2007-05-30 12:40 VS, revision 46243

changed trivial accessors to return const wxString& instead of wxString object

2007-05-30 11:58 RR, revision 46242

Add wx/crt.h redirecting to wx/wxcrtvarargs.h This should probably also be installed.

2007-05-30 11:57 VS, revision 46241

restored wxColour ctor taking C string (now in both char* and wchar_t* versions): it is needed e.g. when doing wxPen("blue",1,wxSOLID)

2007-05-30 11:40 RR, revision 46240

Correct new_order index in RowsReordered(). Only call RowsReordered() if index was not empty before. Get some more memory things right.

2007-05-30 10:29 VS, revision 46239

use wxString instead of wxChar* in wxColour::Set/FromString

2007-05-29 17:02 VS, revision 46238

compilation fix for --disable-compat28

2007-05-29 13:32 JS, revision 46237

Backported toolbar rendering fix for Vista

2007-05-29 13:15 JS, revision 46236

Give the correct colour for notebook pages under Vista with the default theme, if we're using a solid colour background. wxUxThemeEngine::GetThemeColor doesn't return the correct colour for Aero.

2007-05-29 09:03 JJ, revision 46235

OpenVMS build update Committing in . Modified Files: wxWidgets/src/common/descrip.mms

2007-05-29 08:10 RR, revision 46234

Invalidate best size after wxChoice::SetString()

2007-05-29 08:09 RR, revision 46233

Invalidate best size after string change in wxChoice.

2007-05-28 14:49 RR, revision 46232

Doc update.

2007-05-28 14:46 RR, revision 46231

Implemented dataview_model notification event to the ctrl (and then the user).

2007-05-28 13:47 RR, revision 46230

Removed wxDataViewViewColumn since it is redundant.

2007-05-28 04:22 DE, revision 46229

Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-05-28 02:31 DE, revision 46228

Include wx/filedlg.h when not WX_PRECOMP.

2007-05-27 04:52 DE, revision 46227

Allow many Objective-C classes to be uniquified at runtime.

2007-05-27 04:28 DE, revision 46226

Add implementation of Objective-C class name uniquifying.

2007-05-26 22:27 RR, revision 46225

Upport latest changes from 2_8 branch (print dialog values settable and clipping)

2007-05-26 22:06 RR, revision 46224

Correct GTK version check

2007-05-26 18:47 PC, revision 46223

restructure fullscreen code dealing with hiding bars

2007-05-26 16:40 SN, revision 46222

Another compilation fix.

2007-05-26 16:03 RR, revision 46221

Mention support for clipping in GNOME print backend.

2007-05-26 16:01 RR, revision 46220

Support clipping in GNOME print backend.

2007-05-26 15:00 VZ, revision 46219

fix typo: s/radion/radio/

2007-05-26 14:15 SN, revision 46218

Added declaration of new method (still to be implemented).

2007-05-26 14:14 SN, revision 46217

Added missing include.

2007-05-26 10:23 VZ, revision 46216

GetMenuCount() returns size_t, not int

2007-05-26 08:09 RR, revision 46215

Compilo.

2007-05-26 05:45 SC, revision 46214

mac complaining about const to non-const cast

2007-05-25 20:29 VS, revision 46213

compilation fix: can't use wxUniCharRef in switch statement

2007-05-25 19:19 RR, revision 46212

Really don't do anything (including not setting the tool's state incorrectly) if pressing on a pressed radio tool in a toolbar.

2007-05-25 19:18 RR, revision 46211

Really do nothing if pressed on an already pressed radio toolbar button tool

2007-05-25 16:51 JS, revision 46210

Fix for previous patch

2007-05-25 13:54 JS, revision 46209

Made toolbar background rebar-like on Vista. Solid grey is OK on XP but jars badly in Vista.

2007-05-25 13:20 VZ, revision 46208

compilation fix for non-PCH build, include wx/wxchar.h

2007-05-25 12:20 VS, revision 46207

implemented wxActivateEvent and restoring focus after a TLW that owned it was destroyed

2007-05-25 05:08 PC, revision 46206

Remove unneeded wxTLW child inserter function. Simplify wxFrame child inserter. Use the same signature for all the child inserters.

2007-05-25 01:19 VZ, revision 46205

deal correctly with having too few items in wxFlexGridSizer (this is not an error, more items could be added later): don't crash and don't assert

2007-05-25 00:53 VZ, revision 46204

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-25 00:52 VZ, revision 46203

added wxMSW-specific wxEntryStart() overload taking WinMain-like parameters

2007-05-25 00:46 VZ, revision 46202

fix unreachable code warning in GetUntranslatedString()

2007-05-24 23:53 VZ, revision 46201

disable clearing event tables by default, only do it if wxUSE_MEMORY_TRACING is used: this fixes the problems with events not being dispatched correctly when the library is reinitialized

2007-05-24 16:34 JS, revision 46200

Fix assert due to multiple border styles

2007-05-24 12:50 VZ, revision 46199

1. Derive wxMessageDialogBase from wxDialog (why did we use multiple inheritance here?), moved more wxMessageDialog fields into the base class 2. Added functions to set the text of message box buttons (patch 1700393, currently only implemented for wxMac) 3. Added wxMessageDialog::SetMessage() and SetExtendedMessage() and implemented them for wxMac (part of the patch), wxGTK 2.4+ and in a generic way for everybody else 4. Allow changing the dialog attributes between creating and showing it, for this the real dialog creation is now done on in ShowModal() in all ports

2007-05-24 12:42 VZ, revision 46198

fix DLL export declaration (adv, not core)

2007-05-24 12:28 VZ, revision 46197

don't create wxEventLoop in Initialize(), it's too early to do it there -- wait until it's really needed in MainLoop()

2007-05-24 10:59 VZ, revision 46196

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-24 10:58 VZ, revision 46195

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) [backport from HEAD]

2007-05-24 10:56 VZ, revision 46194

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527)

2007-05-24 09:57 VZ, revision 46193

include wx/wxcrtvararg.h needed for wxSscanf() when WXWIN_COMPATIBILITY_2_8 == 0

2007-05-24 01:47 , revision 46192
  • A /wxWidgets/branches/SOC2007_WXWEB
  • D /wxWidgets/branches/SOC2007_WXWEB/contrib
  • D /wxWidgets/branches/SOC2007_WXWEB/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/SOC2007_WXWEB/lib/dummy
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2007_WXWEB/samples/resource
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2007_WXWEB/samples/tab
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/configure
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/configure.in
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/search.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/CHANGES
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/configure
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/example.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/INSTALL
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/LICENSE
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpng.3
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.5
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.c
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/png.dsp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngget.c
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngread.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngset.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/borland
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/README
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/TODO
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2007_WXWEB/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2007_WXWEB/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/README
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/wxprop

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

2007-05-24 01:47 VZ, revision 46191

added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175)

2007-05-24 01:37 VZ, revision 46190

declare wxFileSelectorDefaultWildcardStr to fix compilation without PCH

2007-05-24 00:50 VZ, revision 46189

added wxAppTraits::CreateConfig() (patch 1721149)

2007-05-24 00:27 VZ, revision 46188

use a different indicator when binding parameters and columns (patch 1718474)

2007-05-24 00:14 VZ, revision 46187

deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448)

2007-05-24 00:03 VZ, revision 46186

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364) [backport from HEAD]

2007-05-23 23:58 VZ, revision 46185

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364)

2007-05-23 23:40 VZ, revision 46184

don't crash in dtor if the dialog had never been shown (patch 1723848) [backport from HEAD]

2007-05-23 23:38 VZ, revision 46183

don't crash in dtor if the dialog had never been shown (patch 1723848)

2007-05-23 19:10 VS, revision 46182

take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir

2007-05-23 09:47 SC, revision 46181

removing residual higlights in case the menu item was not handled at all (eg missing about handler)

2007-05-23 04:19 SC, revision 46180

bitmap support factored

2007-05-23 04:17 SC, revision 46179

scrap implementation changed

2007-05-22 17:33 SC, revision 46178

cocoa bridge added

2007-05-22 17:19 SC, revision 46177

cocoa bridge added

2007-05-22 17:17 SC, revision 46176

cocoa bridge file added

2007-05-22 16:15 SC, revision 46175

cocoa bridge file added

2007-05-22 16:14 SC, revision 46174

rename file to work around problem with idential object file names in gcc

2007-05-22 16:01 SC, revision 46173

cocoa bridge utils

2007-05-22 14:39 SC, revision 46172

more cgimageref support

2007-05-22 14:21 SC, revision 46171

another round for quartz bitmap fixes

2007-05-22 08:49 SC, revision 46170

adding CGImageRef support

2007-05-22 08:48 SC, revision 46169

adapting new APIs

2007-05-22 07:55 RR, revision 46168

[ 1712381 ] CRASH: closing floating panel on GTK

2007-05-22 07:49 RR, revision 46167

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 07:48 RR, revision 46166

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 06:35 SC, revision 46165

cgimageref support

2007-05-22 06:24 SC, revision 46164

switching to pasteboard

2007-05-22 06:05 SC, revision 46163

switching to pasteboard

2007-05-22 06:04 SC, revision 46162

64 bit workaround

2007-05-22 06:02 SC, revision 46161

scrap.h removal

2007-05-22 05:58 SC, revision 46160

scrap.h removal and 64 bit offset fix

2007-05-22 03:52 SC, revision 46159

adding support for cursor change from OnDragOver [1522063]

2007-05-22 02:30 VZ, revision 46158

don't define wxEventLoop class differently in GUI and base, this breaks the ODR and hence results in many problems in practice; instead use wxEventLoopBase whenever possible and #define wxEventLoop differently in console applications

2007-05-22 02:02 VZ, revision 46157

remove unused static function (avoids a warning about it)

2007-05-22 02:00 VZ, revision 46156

use wxCoord with GetTextExtent(), not long (the long overloads are deprecated and not available at all with 2.8 compatibility turned off)

2007-05-22 01:56 VZ, revision 46155

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression [backport from HEAD]

2007-05-22 01:45 VZ, revision 46154

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression

2007-05-22 01:38 VZ, revision 46153

pass wxStrings directly to wxFAIL_MSG, there is no need to use c_str()

2007-05-22 01:36 VZ, revision 46152

added wOnAssert(..., wxCStrData) overload to fix compilation of code using wxASSERT(s.c_str())

2007-05-22 01:34 VZ, revision 46151

remove GetStandardCmdLineOptions() which is not needed for wxGTK1

2007-05-21 20:26 SC, revision 46150

adding correct assignement and copy constructors

2007-05-21 19:21 SC, revision 46149

no message

2007-05-21 18:54 SC, revision 46148

removing old codeparts, fixing bug 1532580

2007-05-21 18:34 SC, revision 46147

avoid assertions in case the toplevel window is not really created by wx (native filedialogs)

2007-05-21 18:24 VS, revision 46146

added another needed wxOnAssert overload

2007-05-21 18:02 VS, revision 46145

1. make debugging macros compatible with ANSI build even in Unicode build (i.e., no need to use _T() in message strings) 2. save space in binary by using ANSI literals for filenames and expression strings in debug macros

2007-05-21 17:44 VS, revision 46144

return reference to non-temporary wxString instance from wxGetTranslation() even when not translating

2007-05-21 14:27 VS, revision 46143

debug messages don't need translation

2007-05-21 14:05 VZ, revision 46142

enter wxPendingEventLocker critical section in ProcessPendingEvents() (fixes 1720352)

2007-05-21 12:45 SC, revision 46141

event handlers get deallocated automatically with their object

2007-05-21 12:43 SC, revision 46140

different solution to debug messages

2007-05-21 08:54 SC, revision 46139

applying patch 1630145

2007-05-21 08:44 SC, revision 46138

revert order of release

2007-05-21 08:27 SC, revision 46137

added comments on why no CFRelease is used

2007-05-21 07:42 SC, revision 46136

clean up for non-promised data incorrect

2007-05-21 07:10 SC, revision 46135

cleaning up nav dialogs properly

2007-05-21 04:18 SC, revision 46134

removing debug message

2007-05-21 04:05 SC, revision 46133

activating data release again

2007-05-20 18:44 VS, revision 46132

compilation fix: wxcrt.h, not crt.h

2007-05-20 17:37 SC, revision 46131

switching from old to new API for datatransfer (pasteboard)

2007-05-20 10:39 RR, revision 46130

Retrieve paper orientation from page setup dialog and print dialog and transfer it to wxPrintData in GNOME print backend.

2007-05-20 02:35 PC, revision 46129

simplify client size calculation

2007-05-20 02:32 PC, revision 46128

initialize m_sizeSet

2007-05-19 23:21 RR, revision 46127

Implemented dropdown items in wxToolBar for wxGTK.

2007-05-19 18:25 PC, revision 46126

move m_sizeSet out of wxWindow

2007-05-19 17:34 PC, revision 46125

simplify DoSetClientSize

2007-05-19 13:32 VZ, revision 46124

rebaked after evtloopmsw.cpp removal

2007-05-19 12:51 VZ, revision 46123

document wxLaunchDefaultBrowser() scheme handling

2007-05-19 12:38 RR, revision 46122

Prepend file:// if the URI in wxLaunchDefaultBrowser() has no scheme and the local file exists.

2007-05-19 00:43 VZ, revision 46121

restore WX_UNICODE after building ANSI packages

2007-05-18 23:02 DE, revision 46120

Implement a hack so the correct wxGUIEventLoop class will be used.

2007-05-18 21:58 DE, revision 46119

Add obvious implementation of wxGUIAppTraits::CreateEventLoop.

2007-05-18 21:19 DE, revision 46118

Include sys/types.h from selectdispatcher.h to ensure that fd_set is declared.

2007-05-18 21:17 DE, revision 46117

Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that logging will work even if wxWidgets is reentered after being cleaned up.

2007-05-18 19:52 DE, revision 46116

* Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization to true but a plugin can set it to false to cause wxCocoa to not initialize things like the application delegate or the menubar manager. * Fix call to [NSNotificationCenter removeObserver:] to use the correct object.

2007-05-18 17:29 VZ, revision 46115

we don't need status bar in the MDI children

2007-05-18 17:03 VZ, revision 46114

added virtual wxFrame::FindItemInMenuBar(): overriding it in wxMDIParentFrame allows to look for the items in the active child when giving help for the current menu item

2007-05-18 16:44 VZ, revision 46113

removed unused statusbar parameter from wxFrameBase::ShowMenuHelp()

2007-05-18 16:33 VZ, revision 46112

don't dereference NULL parent in wxMDIChildFrame dtor if it hadn't been really created [backport from HEAD]

2007-05-18 16:33 VZ, revision 46111

don't give debug messages about WM_MDISETMENU failure if there was no error

2007-05-18 16:27 VZ, revision 46110

don't dereference NULL parent in wxMDIChildFrame dtor if it hadn't been really created

2007-05-18 16:17 VZ, revision 46109

LaTeX syntax and links corrections

2007-05-18 16:01 VZ, revision 46108

fix warning about unused rc variable in release builds

2007-05-18 15:41 VZ, revision 46107

call wxAppConsole::CleanUp() from the derived class version

2007-05-18 15:40 VZ, revision 46106

delete m_mainLoop on exit

2007-05-18 15:21 VZ, revision 46105

do use the font in DoGetTextExtent()

2007-05-18 15:19 VZ, revision 46104

compilation fix after wxString changes

2007-05-18 15:14 VZ, revision 46103

1. Override DoGetTextExtent() in wxMetafileDC instead of redefining (unused) GetTextExtent() 2. Do use the provided font in it

2007-05-18 15:02 VZ, revision 46102

override DoGetTextExtent instead of redefining GetTextExtent

2007-05-18 14:58 VZ, revision 46101

undid unnecessary renaming of src/msw/evtloop.cpp to evtloopmsw.cpp

2007-05-18 12:31 JS, revision 46100

Allow negative line spacing

2007-05-18 07:59 SC, revision 46099

moving to PDF for metafiles on Quartz

2007-05-18 07:44 SC, revision 46098

moving to PDF for metafiles on Quartz

2007-05-18 07:41 SC, revision 46097

including ref classes

2007-05-18 07:39 SC, revision 46096

added reminder

2007-05-18 07:29 SC, revision 46095

adding private helpers (backport)

2007-05-17 17:02 PC, revision 46094

gtk version check should be runtime, not compile time

2007-05-17 15:31 , revision 46093
  • A /wxWidgets/branches/SOC2007_DVC
  • D /wxWidgets/branches/SOC2007_DVC/contrib
  • D /wxWidgets/branches/SOC2007_DVC/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/SOC2007_DVC/lib/dummy
  • R /wxWidgets/branches/SOC2007_DVC/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2007_DVC/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2007_DVC/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2007_DVC/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2007_DVC/samples/resource
  • R /wxWidgets/branches/SOC2007_DVC/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2007_DVC/samples/tab
  • R /wxWidgets/branches/SOC2007_DVC/src/expat
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/configure
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/configure.in
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2007_DVC/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2007_DVC/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2007_DVC/src/html/search.cpp
  • R /wxWidgets/branches/SOC2007_DVC/src/png
  • A /wxWidgets/branches/SOC2007_DVC/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2007_DVC/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2007_DVC/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2007_DVC/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/CHANGES
  • R /wxWidgets/branches/SOC2007_DVC/src/png/configure
  • R /wxWidgets/branches/SOC2007_DVC/src/png/example.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/INSTALL
  • R /wxWidgets/branches/SOC2007_DVC/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2007_DVC/src/png/LICENSE
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpng.3
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2007_DVC/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2007_DVC/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2007_DVC/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.5
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.c
  • A /wxWidgets/branches/SOC2007_DVC/src/png/png.dsp
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngget.c
  • A /wxWidgets/branches/SOC2007_DVC/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngread.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngset.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2007_DVC/src/png/projects/borland
  • D /wxWidgets/branches/SOC2007_DVC/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2007_DVC/src/png/README
  • D /wxWidgets/branches/SOC2007_DVC/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2007_DVC/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2007_DVC/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2007_DVC/src/png/TODO
  • R /wxWidgets/branches/SOC2007_DVC/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2007_DVC/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2007_DVC/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/README
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2007_DVC/utils/wxprop

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

2007-05-17 15:31 VS, revision 46092

removed unused iterators ctors

2007-05-17 11:09 RR, revision 46091

Mention printing Landscape fixes.

2007-05-17 10:57 RR, revision 46090

Correct landscape printing in wxPageSetupDialog (upport from 2.8)

2007-05-17 10:54 RR, revision 46089

Now fixed.

2007-05-17 10:51 RR, revision 46088

Also fix landscape printing under GNOME print.

2007-05-17 10:50 RR, revision 46087

Fix wxPageSetupDialog logic under MSW (page size is inverted in the native MSW dialog).

2007-05-17 06:17 VS, revision 46086

compilation fix

2007-05-16 23:39 , revision 46085
  • A /wxWidgets/branches/SOC2007_XRCED
  • D /wxWidgets/branches/SOC2007_XRCED/.cvsignore
  • D /wxWidgets/branches/SOC2007_XRCED/acinclude.m4
  • D /wxWidgets/branches/SOC2007_XRCED/aclocal.m4
  • D /wxWidgets/branches/SOC2007_XRCED/art
  • D /wxWidgets/branches/SOC2007_XRCED/autoconf_inc.m4
  • D /wxWidgets/branches/SOC2007_XRCED/autogen.sh
  • D /wxWidgets/branches/SOC2007_XRCED/BuildCVS.txt
  • D /wxWidgets/branches/SOC2007_XRCED/build
  • D /wxWidgets/branches/SOC2007_XRCED/config.guess
  • D /wxWidgets/branches/SOC2007_XRCED/config.sub
  • D /wxWidgets/branches/SOC2007_XRCED/configure
  • D /wxWidgets/branches/SOC2007_XRCED/configure.in
  • D /wxWidgets/branches/SOC2007_XRCED/contrib
  • D /wxWidgets/branches/SOC2007_XRCED/debian
  • D /wxWidgets/branches/SOC2007_XRCED/demos
  • D /wxWidgets/branches/SOC2007_XRCED/descrip.mms
  • D /wxWidgets/branches/SOC2007_XRCED/difflast.pl
  • D /wxWidgets/branches/SOC2007_XRCED/distrib
  • D /wxWidgets/branches/SOC2007_XRCED/docs
  • D /wxWidgets/branches/SOC2007_XRCED/include
  • D /wxWidgets/branches/SOC2007_XRCED/install-sh
  • D /wxWidgets/branches/SOC2007_XRCED/lib
  • D /wxWidgets/branches/SOC2007_XRCED/locale
  • D /wxWidgets/branches/SOC2007_XRCED/Makefile.in
  • D /wxWidgets/branches/SOC2007_XRCED/misc
  • D /wxWidgets/branches/SOC2007_XRCED/mkinstalldirs
  • D /wxWidgets/branches/SOC2007_XRCED/regen
  • D /wxWidgets/branches/SOC2007_XRCED/samples
  • D /wxWidgets/branches/SOC2007_XRCED/setup.h.in
  • D /wxWidgets/branches/SOC2007_XRCED/setup.h_vms
  • D /wxWidgets/branches/SOC2007_XRCED/src
  • D /wxWidgets/branches/SOC2007_XRCED/tests
  • D /wxWidgets/branches/SOC2007_XRCED/utils
  • D /wxWidgets/branches/SOC2007_XRCED/version-script.in
  • D /wxWidgets/branches/SOC2007_XRCED/wx-config-inplace.in
  • D /wxWidgets/branches/SOC2007_XRCED/wx-config.in
  • D /wxWidgets/branches/SOC2007_XRCED/wxBase.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxGTK.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxMGL.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxMotif.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxwin.m4
  • D /wxWidgets/branches/SOC2007_XRCED/wxX11.spec

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

2007-05-16 23:39 , revision 46084
  • A /wxWidgets/branches/SOC2007_UNITTEST
  • D /wxWidgets/branches/SOC2007_UNITTEST/.cvsignore
  • D /wxWidgets/branches/SOC2007_UNITTEST/acinclude.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/aclocal.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/art
  • D /wxWidgets/branches/SOC2007_UNITTEST/autoconf_inc.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/autogen.sh
  • D /wxWidgets/branches/SOC2007_UNITTEST/BuildCVS.txt
  • D /wxWidgets/branches/SOC2007_UNITTEST/build
  • D /wxWidgets/branches/SOC2007_UNITTEST/config.guess
  • D /wxWidgets/branches/SOC2007_UNITTEST/config.sub
  • D /wxWidgets/branches/SOC2007_UNITTEST/configure
  • D /wxWidgets/branches/SOC2007_UNITTEST/configure.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/contrib
  • D /wxWidgets/branches/SOC2007_UNITTEST/debian
  • D /wxWidgets/branches/SOC2007_UNITTEST/demos
  • D /wxWidgets/branches/SOC2007_UNITTEST/descrip.mms
  • D /wxWidgets/branches/SOC2007_UNITTEST/difflast.pl
  • D /wxWidgets/branches/SOC2007_UNITTEST/distrib
  • D /wxWidgets/branches/SOC2007_UNITTEST/docs
  • D /wxWidgets/branches/SOC2007_UNITTEST/include
  • D /wxWidgets/branches/SOC2007_UNITTEST/install-sh
  • D /wxWidgets/branches/SOC2007_UNITTEST/lib
  • D /wxWidgets/branches/SOC2007_UNITTEST/locale
  • D /wxWidgets/branches/SOC2007_UNITTEST/Makefile.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/misc
  • D /wxWidgets/branches/SOC2007_UNITTEST/mkinstalldirs
  • D /wxWidgets/branches/SOC2007_UNITTEST/regen
  • D /wxWidgets/branches/SOC2007_UNITTEST/samples
  • D /wxWidgets/branches/SOC2007_UNITTEST/setup.h.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/setup.h_vms
  • D /wxWidgets/branches/SOC2007_UNITTEST/src
  • D /wxWidgets/branches/SOC2007_UNITTEST/tests
  • D /wxWidgets/branches/SOC2007_UNITTEST/utils
  • D /wxWidgets/branches/SOC2007_UNITTEST/version-script.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wx-config-inplace.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wx-config.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxBase.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxGTK.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxMGL.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxMotif.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxwin.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxX11.spec

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

2007-05-16 23:39 RD, revision 46083

Forward port recent changes on the 2.8 branch to HEAD

2007-05-16 23:29 RD, revision 46082

Move the old widgetLayoutTest app to the tests dir

2007-05-16 23:26 RD, revision 46081

Add a new script that can build RPMs in a chroot.

2007-05-16 23:12 RD, revision 46080

Apply parts of patch #1719888 to fix compilation on Mac and with monolithic builds

2007-05-16 22:40 VS, revision 46079

fixed CDATA processing to convert the content to output charset, it should be treated just like text in this respect

2007-05-16 22:35 VS, revision 46078

fixed CDATA processing to convert the content to output charset, it should be treated just like text in this respect

2007-05-16 21:20 RR, revision 46077

Minor fixes.

2007-05-16 20:26 VS, revision 46076

return const wxString& instead of wxString from the accessor methods that allow it

2007-05-16 18:24 SC, revision 46075

cleanup for Core Graphics / removing QD

2007-05-16 18:07 VS, revision 46074

fixes for STL build without implicit wxString->char* conversion

2007-05-16 18:03 VS, revision 46073

wrap all handlers in single extern "C" section instead of lots of them

2007-05-16 16:50 SC, revision 46072

cleanup for Core Graphics / removing QD

2007-05-16 16:17 SC, revision 46071

cleanup for Core Graphics / removing QD

2007-05-16 15:41 SN, revision 46070

Minor cleanup ( _ -> \_ ).

2007-05-16 13:42 VS, revision 46069

restored accidentally commented-out code

2007-05-16 13:08 RR, revision 46068

Compilation without threads.

2007-05-16 11:47 SC, revision 46067

LP64 fixes

2007-05-16 10:04 JJ, revision 46066

OpenVMS changes

2007-05-16 08:56 RR, revision 46065

Mention changes since 2.8.4

2007-05-16 08:52 RR, revision 46064

[ 1718338 ] wxToolBarGTK: Implement tool right-click handling

2007-05-16 08:51 RR, revision 46063

[ 1718338 ] wxToolBarGTK: Implement tool right-click handling

2007-05-16 08:45 VS, revision 46062

PCH-less compilation fix

2007-05-16 07:18 VS, revision 46061

another PCH-less compilation fix

2007-05-16 07:17 VS, revision 46060

Do not follow HTML links if selecting text (patch #1719577)

2007-05-16 07:14 PC, revision 46059

need to invert offsets for gdk_pixbuf_scale; remove unneccessary and incorrect optimization

2007-05-16 07:11 PC, revision 46058

need to invert offsets for gdk_pixbuf_scale

2007-05-16 02:45 PC, revision 46057

speed up Rescale 5- to 15-fold by using pixbuf scaling

2007-05-16 02:44 PC, revision 46056

speed up Rescale by not using server to draw each point separately

2007-05-15 20:58 SC, revision 46055

LP64 additions

2007-05-15 20:47 SC, revision 46054

LP64 additions

2007-05-15 20:39 SC, revision 46053

LP64 additions

2007-05-15 20:22 SC, revision 46052

LP64 additions

2007-05-15 20:12 SC, revision 46051

LP64 additions

2007-05-15 19:53 RR, revision 46050

Further attempts to get wxPrintDialog and wxPageSetupDialog to get the defaults from wxPrintData etc. in the GNOME print backend.

2007-05-15 16:23 VS, revision 46049

compilation fix for PCH-less build

2007-05-15 15:02 VS, revision 46048

added missing operators for int and unsigned char

2007-05-15 14:54 VS, revision 46047

make operators for comparing wxString and wx[W]CharBuffer available in both builds

2007-05-15 14:50 VS, revision 46046

added operators for comparing wxString to wxCStrData

2007-05-15 14:28 VS, revision 46045

compilation fix

2007-05-15 14:11 VZ, revision 46044

removed extra semicolons added by last commit

2007-05-15 13:16 VS, revision 46043

fixed non-const wxString iterators to work when a character is changed to another with different UTF-8 sequence length

2007-05-15 13:15 VZ, revision 46042

added wxTimer test (now that it works in console applications too)

2007-05-15 13:11 VS, revision 46041

reverted accidental commit

2007-05-15 13:01 VS, revision 46040

compilation fixes for --disable-compat28

2007-05-15 13:00 VZ, revision 46039
  • D /wxWidgets/trunk/src/common/socketevtdispatch.cpp

removed unused any more file (replaced by wxSelectDispatcher)

2007-05-15 12:54 VS, revision 46038

fixed HTML entities parsing broken by wxString changes

2007-05-15 12:51 VS, revision 46037

added wxSTRING_TEXT() convenience macro for defining literals in wx's internal strings format

2007-05-15 12:48 VS, revision 46036

make it posible to change the compiler part of objects directory by setting COMPILER_PREFIX make variable

2007-05-15 12:38 VS, revision 46035

fall back to DirectFB's builtin font if no fonts are configured

2007-05-15 12:37 VS, revision 46034

log missing font directories with wxLogDebug, not wxLogTrace, for more visibility

2007-05-15 12:34 VS, revision 46033

ignore nonexistent font directories silently

2007-05-15 12:09 VS, revision 46032

added explanatory comment

2007-05-15 00:42 VZ, revision 46031

use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it but C++ compiler doesn't have it [backport from HEAD]

2007-05-15 00:33 VZ, revision 46030

use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it but C++ compiler doesn't have it

2007-05-14 23:43 VZ, revision 46029

implement event loop for console applications (heavily modified patch 1715735)

2007-05-14 23:35 VZ, revision 46028

compilation fix

2007-05-14 23:21 VZ, revision 46027

djgpp doesn't have wint_t as separate type

2007-05-14 23:13 VZ, revision 46026

fixed warning about using deprecated GetTextExtent() overload

2007-05-14 22:57 VZ, revision 46025

compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CONTEXT==0 [backport from HEAD]

2007-05-14 22:55 VZ, revision 46024

compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CONTEXT==0

2007-05-14 22:14 , revision 46023
  • A /wxWidgets/tags/wxPy_2_8_4_0
  • R /wxWidgets/tags/wxPy_2_8_4_0/acinclude.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/autoconf_inc.m4
  • A /wxWidgets/tags/wxPy_2_8_4_0/build/aclocal/bakefile-dllar.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/aclocal/bakefile-lang.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/aclocal/bakefile.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/bakefiles/common.bkl
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/bakefiles/files.bkl
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/bakefiles/version.bkl
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/config.bcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/config.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/config.vc
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/config.wat
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx.dsw
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_dll.dsw
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_wxexpat.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_wxjpeg.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_wxpng.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_wxtiff.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/msw/wx_wxzlib.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/script
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/script/rebuild-makefiles.sh
  • R /wxWidgets/tags/wxPy_2_8_4_0/build/script/wxwidgets.iss
  • R /wxWidgets/tags/wxPy_2_8_4_0/configure
  • R /wxWidgets/tags/wxPy_2_8_4_0/configure.in
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/animate
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/deprecated/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/fl/fl_fllib.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/fl/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/foldbar/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/gizmos/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/mmedia/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/net/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/net/netutils.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/ogl/ogl_ogllib.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/plot/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/stc/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/stc/stc_stclib.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/svg/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_8_4_0/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/deprecated/proplist/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/deprecated/resource/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/deprecated/treelay/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/fl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/foldbar/extended/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/foldbar/foldpanelbar/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/dynsash/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/dynsash_switch/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/editlbox/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/led/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/multicell/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/gizmos/splittree/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/mmedia/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/plot/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/samples/svg/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/deprecated/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/fl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/foldbar/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/gizmos/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/net/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/plot/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/stc/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/contrib/src/svg/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/debian/changelog
  • R /wxWidgets/tags/wxPy_2_8_4_0/debian/control.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/bombs/Makefile.in
  • D /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/dbbrowse.pro
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/dlguser.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/Makefile.in
  • D /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/forty/game.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/forty/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/fractal/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/life/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/demos/poem/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/distrib/scripts/build-environ.cfg
  • R /wxWidgets/tags/wxPy_2_8_4_0/distrib/scripts/create_archives.sh
  • R /wxWidgets/tags/wxPy_2_8_4_0/distrib/scripts/manifests/generic.rsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/distrib/scripts/manifests/tex2rtf.rsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/changes.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/collpane.tex
  • D /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/dcsvg.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/function.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/grid.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/mediactrl.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/mediaevt.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/regkey.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/tex2rtf_css.ini
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/url.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/msw/install.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/readme.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/docs/tech/tn0011.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/anidecod.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/aui/tabmdi.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/bmpbuttn.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/buffer.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/chkconf.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/cmndata.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/colour.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/combo.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/convauto.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/db.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/dcbuffer.h
  • D /wxWidgets/tags/wxPy_2_8_4_0/include/wx/dcsvg.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/defs.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/docview.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/dynarray.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/event.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/generic/laywin.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/generic/listctrl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/generic/splitter.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/generic/srchctlg.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/generic/wizard.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/gifdecod.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/gtk/private.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/hash.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/hashmap.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/helpbase.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/html/helpdlg.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/html/winpars.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/imagbmp.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/intl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/ipcbase.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/listbox.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/mac/carbon/config_xcode.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/mac/carbon/dataform.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/mac/carbon/listctrl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/math.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/matrix.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/colour.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/combobox.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/control.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/dragimag.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/frame.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/listctrl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/mdi.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/ole/automtn.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/pen.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/seh.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/treectrl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/msw/window.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/protocol/ftp.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/renderer.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/sizer.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/socket.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/srchctrl.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/sstream.h
  • D /wxWidgets/tags/wxPy_2_8_4_0/include/wx/stc
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/strconv.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/string.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/tbarbase.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/validate.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/vector.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/version.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/window.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/include/wx/wxchar.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/lib/dummy
  • A /wxWidgets/tags/wxPy_2_8_4_0/locale/sk.po
  • R /wxWidgets/tags/wxPy_2_8_4_0/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/access/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/animate/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/artprov/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/aui/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/calendar/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/caret/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/checklst/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/collpane/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/combo/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/config/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/controls/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dataview/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/db/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/debugrpt/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dialogs/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dialup/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/display/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dnd/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/docview/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/docvwmdi/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/drawing/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/dynamic/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/erase/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/event/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/except/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/exec/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/font/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/grid/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/help/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/htlbox/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/about/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/help/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/helpview/helpview.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/helpview/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/htmlctrl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/printing/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/test/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/virtual/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/widget/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/html/zip/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/Info.plist
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/image/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/internat/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/ipc/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/joytest/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/keyboard/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/layout/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/listbox/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/listctrl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mdi/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mediaplayer/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/memcheck/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/menu/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mfc/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/minifram/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/minimal/Info.plist
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/minimal/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/minimal/minimal.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mobile/styles/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/mobile/wxedit/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/multimon/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/nativdlg/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/notebook/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/oleauto/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/ownerdrw/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/png/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/popup/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/power/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/printing/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/propsize/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/regtest/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/render/Makefile.in
  • D /wxWidgets/tags/wxPy_2_8_4_0/samples/resource
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/richtext/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/richtext/richtext.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/rotate/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/sample.r
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/sashtest/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/scroll/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/scrollsub/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/shaped/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/sockets/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/sound/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/splash/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/splitter/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/statbar/Makefile.in
  • D /wxWidgets/tags/wxPy_2_8_4_0/samples/stc
  • D /wxWidgets/tags/wxPy_2_8_4_0/samples/svg
  • D /wxWidgets/tags/wxPy_2_8_4_0/samples/tab
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/taskbar/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/text/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/thread/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/toolbar/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/treectrl/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/treectrl/treetest.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/typetest/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/validate/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/vscroll/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/widgets/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/wizard/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/samples/xrc/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/setup.h.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/aui
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/aui/descrip.mms
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/combocmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/config.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/datetime.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/db.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/dbtable.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/dcgraph.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/common/dcsvg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/event.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/fileconf.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/filename.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/framecmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/gbsizer.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/http.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/image.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/intl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/menucmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/sizer.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/socket.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/sstream.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/strconv.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/stream.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/toplvcmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/utilscmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/variant.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/wincmn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/common/wxchar.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/animateg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/bmpcboxg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/combog.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/datavgen.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/filedlgg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/graphicc.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/grid.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/listctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/renderg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/treectlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/generic/wizard.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/app.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/combobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/control.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/dataview.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/dialog.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/gnome/gprint.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/listbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/menu.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/scrolwin.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/slider.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/statbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/stattext.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/toplevel.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/treeentry_gtk.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/utilsres.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/window.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk/win_gtk.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/menu.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/html/helpwnd.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/html/htmlcell.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/html/htmlhelp.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/html/htmlwin.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/html/m_layout.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/html/m_tables.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/app.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/brush.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/checkbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/combobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/dcclient.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/display.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/dnd.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/filedlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/graphics.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/listctrl_mac.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/mdi.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/menu.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/metafile.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/pen.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/statbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/thread.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/toplevel.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/treectrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/carbon/window.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/mac/corefoundation/utilsexc_cf.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/aboutdlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/button.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/choice.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/combo.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/combobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/datectrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/dc.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/font.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/graphics.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/gsocket.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/listbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/listctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/main.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/mediactrl_qt.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/menu.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/ole/automtn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/pen.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/statbox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/statbr95.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/tbar95.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/thread.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/treectrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/msw/window.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/richtext/richtextformatdlg.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/richtext/richtextxml.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/stc
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/univ/combobox.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/univ/stattext.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/univ/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/univ/winuniv.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/unix/gsocket.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/unix/mimetype.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/unix/utilsx11.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/wxWindows.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/x11/dcclient.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/x11/window.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/xrc/xh_bmpbt.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/xrc/xh_statbar.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_4_0/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/tests/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/tests/mbconv/mbconvtest.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/tests/strings/strings.cpp
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/HelpGen/makefile.wat
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/helpview/src/helpview.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/helpview/src/helpview.h
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/helpview/src/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/Makefile.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/makefile.bcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/makefile.gcc
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/makefile.wat
  • R /wxWidgets/tags/wxPy_2_8_4_0/utils/utils.bkl
  • D /wxWidgets/tags/wxPy_2_8_4_0/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_8_4_0/version-script.in
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxBase.spec
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxGTK.spec
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxMGL.spec
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxMotif.spec
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/config.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/contrib/gizmos/wxCode/src
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/AlphaDrawing.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/AnimateCtrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/AUI_DockingWindowMgr.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/book.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/clipboard.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/code.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/core.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/custom.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/customcontrol.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/deleteperspective.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/demo.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/dialog.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/exit.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/expansion.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/find.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/findnext.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/frame.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/images.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/inspect.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/layout.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/miscellaneous.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/modifiedexists.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/morecontrols.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/moredialog.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/overview.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/process.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/pyshell.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/recent.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/bmp_source/saveperspective.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/CollapsiblePane.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/CustomTreeCtrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/DirDialog.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/DynamicSashWindow.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/data/tips.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/encode_bitmaps.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/FlatNotebook.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/FloatCanvas.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/GridDragable.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/GridSimple.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/I18N.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/images.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/Main.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/MaskedNumCtrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/OGL.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/run.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/ScrolledWindow.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/SizedControls.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/TreeCtrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/TreeListCtrl.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/TreeMixin.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/demo/throbImages.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/all/build-deb
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/DIRLIST
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/makedev.bat
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/makerpm
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/make_installer.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/distrib/README.win32.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/docs/CHANGES.html
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/samples/wxPIA_book/Chapter-09/progress_box.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/setup.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/aui.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/grid.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/grid_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_misc.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_misc_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_windows.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/gtk/_windows_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/helpers.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/grid_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_misc.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_misc_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_windows.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/mac/_windows_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/grid_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_misc.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_misc_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_windows.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/msw/_windows_wrap.cpp
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_bitmap.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_cmndlgs.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_combobox.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_datetime.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_event.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_graphics.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_menu.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_pywindows.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_sizers.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_sound.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/src/_window.i
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/TreeMixinTest.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_buttonKeyHandler.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_gcDrawBitmap.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_gcdcDrawEllipticArc.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_gcdcDrawRect.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_gcMemDC.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_gcText.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_griddrag.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_logWindow.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_mediaCtrl.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_scaleText.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/tests/test_transparentFrame.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/buttonpanel.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/buttons.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/customtreectrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/dialogs.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/docview.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/filebrowsebutton.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/flatnotebook.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/floatcanvas
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/floatcanvas/Resources.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/imagebrowser.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/inspection.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/masked/combobox.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/masked/maskededit.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/masked/numctrl.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/masked/textctrl.py
  • D /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/mixins/inspect.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/mixins/inspection.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/mixins/listctrl.py
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/mixins/treemixin.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/ogl/_basic.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/ogl/_lines.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/plot.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/helpviewer.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/img2py.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/pywxrc.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/params.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/AutoRefresh.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Copy.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Cut.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Locate.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/LocateArmed.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/MoveDown.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/MoveLeft.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/MoveRight.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/MoveUp.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/New.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Open.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Paste.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Redo.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Refresh.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Save.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Test.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/TreeComment.png
  • A /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/src-images/Undo.png
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/tools.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/xrced.xrc
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxPython/wxPython/__init__.py
  • R /wxWidgets/tags/wxPy_2_8_4_0/wxX11.spec

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

2007-05-14 22:14 RD, revision 46022

change the names of the 32-bit chroot's back to the base name

2007-05-14 18:36 RD, revision 46021

add builds for 64-bit Ubuntu, move them to Cyclops

2007-05-14 18:36 RD, revision 46020

regenerate

2007-05-14 16:45 VS, revision 46019

fixed too restrictive assert: fonts matching is case-insensitive

2007-05-14 12:24 ROL, revision 46018

- undo/redo fixes for moving and cut/paste; - compatibility check for non-container controls

2007-05-14 10:24 ROL, revision 46017

typo fix

2007-05-14 08:18 , revision 46016
  • A /wxWidgets/tags/WX_2_8_4
  • R /wxWidgets/tags/WX_2_8_4/acinclude.m4
  • R /wxWidgets/tags/WX_2_8_4/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_4/autoconf_inc.m4
  • A /wxWidgets/tags/WX_2_8_4/build/aclocal/bakefile-dllar.m4
  • R /wxWidgets/tags/WX_2_8_4/build/aclocal/bakefile-lang.m4
  • R /wxWidgets/tags/WX_2_8_4/build/aclocal/bakefile.m4
  • R /wxWidgets/tags/WX_2_8_4/build/bakefiles/common.bkl
  • R /wxWidgets/tags/WX_2_8_4/build/bakefiles/files.bkl
  • R /wxWidgets/tags/WX_2_8_4/build/bakefiles/version.bkl
  • R /wxWidgets/tags/WX_2_8_4/build/msw
  • R /wxWidgets/tags/WX_2_8_4/build/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_8_4/build/msw/config.bcc
  • R /wxWidgets/tags/WX_2_8_4/build/msw/config.gcc
  • R /wxWidgets/tags/WX_2_8_4/build/msw/config.vc
  • R /wxWidgets/tags/WX_2_8_4/build/msw/config.wat
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx.dsw
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_dll.dsw
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_wxexpat.dsp
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_wxjpeg.dsp
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_wxpng.dsp
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_wxtiff.dsp
  • R /wxWidgets/tags/WX_2_8_4/build/msw/wx_wxzlib.dsp
  • R /wxWidgets/tags/WX_2_8_4/build/script
  • R /wxWidgets/tags/WX_2_8_4/build/script/rebuild-makefiles.sh
  • R /wxWidgets/tags/WX_2_8_4/build/script/wxwidgets.iss
  • R /wxWidgets/tags/WX_2_8_4/configure
  • R /wxWidgets/tags/WX_2_8_4/configure.in
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/animate
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/deprecated/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/fl/fl_fllib.dsp
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/fl/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/foldbar/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/gizmos/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/mmedia/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/net/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/net/netutils.dsp
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/ogl/ogl_ogllib.dsp
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/plot/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/stc/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/stc/stc_stclib.dsp
  • R /wxWidgets/tags/WX_2_8_4/contrib/build/svg/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_4/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/deprecated/proplist/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/deprecated/resource/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/deprecated/treelay/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/foldbar/extended/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/foldbar/foldpanelbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/dynsash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/dynsash_switch/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/editlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/led/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/multicell/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/gizmos/splittree/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/samples/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/deprecated/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/fl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/foldbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/gizmos/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/net/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/plot/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/stc/stc.cpp
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/stc/stc.cpp.in
  • R /wxWidgets/tags/WX_2_8_4/contrib/src/svg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/debian/changelog
  • R /wxWidgets/tags/WX_2_8_4/debian/control.in
  • R /wxWidgets/tags/WX_2_8_4/demos/bombs/Makefile.in
  • D /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/dbbrowse.pro
  • R /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/dlguser.cpp
  • R /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/Makefile.in
  • D /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_4/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/demos/forty/game.cpp
  • R /wxWidgets/tags/WX_2_8_4/demos/forty/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/demos/fractal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/demos/life/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/demos/poem/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/distrib/scripts/build-environ.cfg
  • R /wxWidgets/tags/WX_2_8_4/distrib/scripts/create_archives.sh
  • R /wxWidgets/tags/WX_2_8_4/distrib/scripts/manifests/generic.rsp
  • R /wxWidgets/tags/WX_2_8_4/distrib/scripts/manifests/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_8_4/docs/changes.txt
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/collpane.tex
  • D /wxWidgets/tags/WX_2_8_4/docs/latex/wx/dcsvg.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/function.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/grid.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/manual.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/mediactrl.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/mediaevt.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/regkey.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/renderer.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/richtextbuffer.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/richtextctrl.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/tex2rtf_css.ini
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/toolbar.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/toolbook.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_8_4/docs/msw/install.txt
  • R /wxWidgets/tags/WX_2_8_4/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_4/docs/tech/tn0011.txt
  • R /wxWidgets/tags/WX_2_8_4/include/wx/anidecod.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/aui/tabmdi.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/chkconf.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/cmndata.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/colour.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/combo.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/convauto.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/db.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/dcbuffer.h
  • D /wxWidgets/tags/WX_2_8_4/include/wx/dcsvg.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/docview.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/event.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/generic/listctrl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/generic/srchctlg.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/gifdecod.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/gtk/private.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/gtk/tbargtk.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/hashmap.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/html/helpdlg.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/listbox.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/mac/carbon/config_xcode.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/mac/carbon/dataform.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/mac/carbon/listctrl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/mac/carbon/toolbar.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/math.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/matrix.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/chkconf.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/colour.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/control.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/dragimag.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/frame.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/listctrl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/ole/automtn.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/seh.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/tbar95.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/treectrl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/protocol/ftp.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/renderer.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/richtext/richtextbuffer.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/socket.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/srchctrl.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/sstream.h
  • D /wxWidgets/tags/WX_2_8_4/include/wx/stc
  • R /wxWidgets/tags/WX_2_8_4/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/string.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/validate.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/vector.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/version.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/window.h
  • R /wxWidgets/tags/WX_2_8_4/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_8_4/lib/dummy
  • A /wxWidgets/tags/WX_2_8_4/locale/sk.po
  • R /wxWidgets/tags/WX_2_8_4/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/access/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/animate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/artprov/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/aui/auidemo.cpp
  • R /wxWidgets/tags/WX_2_8_4/samples/aui/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/calendar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/caret/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/checklst/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/collpane/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/combo/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/config/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/controls/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dataview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/db/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/debugrpt/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dialogs/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dialup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/display/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dnd/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/docview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/docvwmdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/drawing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/dynamic/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/erase/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/event/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/except/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/exec/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/font/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_4/samples/grid/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/htlbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/about/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/help/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/helpview/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_4/samples/html/helpview/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/htmlctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/test/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/virtual/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/widget/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/html/zip/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/Info.plist
  • R /wxWidgets/tags/WX_2_8_4/samples/image/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_4/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_4/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_4/samples/ipc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/keyboard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_4/samples/layout/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_4/samples/listbox/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/listctrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_4/samples/mdi/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_4/samples/mediaplayer/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/memcheck/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/menu/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/mfc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/minifram/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/minimal/Info.plist
  • R /wxWidgets/tags/WX_2_8_4/samples/minimal/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/minimal/minimal.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/WX_2_8_4/samples/mobile/styles/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/mobile/wxedit/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/multimon/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/nativdlg/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/notebook/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/oleauto/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/ownerdrw/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/png/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_8_4/samples/popup/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/power/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/printing/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/propsize/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/regtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_8_4/samples/render/Makefile.in
  • D /wxWidgets/tags/WX_2_8_4/samples/resource
  • R /wxWidgets/tags/WX_2_8_4/samples/richtext/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/richtext/richtext.cpp
  • R /wxWidgets/tags/WX_2_8_4/samples/rotate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/sample.r
  • R /wxWidgets/tags/WX_2_8_4/samples/sashtest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/scroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/scrollsub/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/shaped/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/sockets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/sound/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/splash/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/splitter/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_4/samples/statbar/Makefile.in
  • D /wxWidgets/tags/WX_2_8_4/samples/stc
  • D /wxWidgets/tags/WX_2_8_4/samples/svg
  • D /wxWidgets/tags/WX_2_8_4/samples/tab
  • R /wxWidgets/tags/WX_2_8_4/samples/taskbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/text/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/thread/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/toolbar/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/treectrl/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/treectrl/treetest.cpp
  • D /wxWidgets/tags/WX_2_8_4/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_4/samples/typetest/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/validate/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/vscroll/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/widgets/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/wizard/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/samples/xrc/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/setup.h.in
  • R /wxWidgets/tags/WX_2_8_4/src/aui
  • R /wxWidgets/tags/WX_2_8_4/src/aui/descrip.mms
  • R /wxWidgets/tags/WX_2_8_4/src/common/combocmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/config.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/datetime.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/db.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/dbtable.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/dcgraph.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/common/dcsvg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/event.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/evtloopcmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/fileconf.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/filename.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/framecmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/gbsizer.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/http.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/image.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/intl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/sizer.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/sstream.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/strconv.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/toplvcmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/utilscmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/variant.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/wincmn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/common/wxchar.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/expat
  • A /wxWidgets/tags/WX_2_8_4/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_4/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_4/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_4/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_4/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_4/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_4/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_4/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_4/src/generic/animateg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/bmpcboxg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/combog.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/datavgen.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/filedlgg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/graphicc.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/grid.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/listctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/renderg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/scrlwing.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/srchctlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/treectlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/generic/wizard.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/control.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/dataview.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/gnome/gprint.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/scrolwin.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/statbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/stattext.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/toplevel.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/treeentry_gtk.c
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/utilsres.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_8_4/src/html/helpwnd.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/html/htmlcell.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/html/htmlhelp.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/html/htmlwin.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/html/m_layout.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/html/m_tables.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/app.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/brush.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/checkbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/dcclient.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/display.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/dnd.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/filedlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/font.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/listctrl_mac.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/mdi.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/menu.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/metafile.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/pen.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/renderer.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/statbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/thread.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/toolbar.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/toplevel.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/utils.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/carbon/window.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/mac/corefoundation/utilsexc_cf.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/aboutdlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/button.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/choice.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/combo.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/datectrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/dc.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/font.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/graphics.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/listbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/listctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/mediactrl_qt.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/menu.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/ole/automtn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/statbr95.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/tbar95.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/thread.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/treectrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/msw/window.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/png
  • A /wxWidgets/tags/WX_2_8_4/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_4/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_4/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_4/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_4/src/png/configure
  • R /wxWidgets/tags/WX_2_8_4/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_4/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_4/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_4/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_4/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_4/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_4/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_4/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_4/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_4/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_4/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_4/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_4/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_4/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_4/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_4/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_4/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_4/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_4/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_4/src/png/README
  • D /wxWidgets/tags/WX_2_8_4/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_4/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_4/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_4/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_4/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_4/src/regex/regfronts.c
  • R /wxWidgets/tags/WX_2_8_4/src/richtext/richtextbuffer.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/richtext/richtextctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/richtext/richtextformatdlg.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/richtext/richtextxml.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/stc
  • R /wxWidgets/tags/WX_2_8_4/src/univ/combobox.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/univ/stattext.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/univ/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/univ/winuniv.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/unix/gsocket.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_8_4/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/unix/utilsx11.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/wxWindows.xcodeproj/project.pbxproj
  • R /wxWidgets/tags/WX_2_8_4/src/x11/dcclient.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/x11/window.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/xrc/xh_bmpbt.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/xrc/xh_gdctl.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/xrc/xh_hyperlink.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/xrc/xh_statbar.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/xrc/xh_unkwn.cpp
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_4/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_8_4/tests/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/tests/mbconv/mbconvtest.cpp
  • R /wxWidgets/tags/WX_2_8_4/tests/strings/strings.cpp
  • D /wxWidgets/tags/WX_2_8_4/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_4/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_4/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_4/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_4/utils/HelpGen/makefile.wat
  • R /wxWidgets/tags/WX_2_8_4/utils/helpview/src/helpview.cpp
  • R /wxWidgets/tags/WX_2_8_4/utils/helpview/src/helpview.h
  • R /wxWidgets/tags/WX_2_8_4/utils/helpview/src/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/utils/Makefile.in
  • R /wxWidgets/tags/WX_2_8_4/utils/makefile.bcc
  • R /wxWidgets/tags/WX_2_8_4/utils/makefile.gcc
  • R /wxWidgets/tags/WX_2_8_4/utils/makefile.vc
  • R /wxWidgets/tags/WX_2_8_4/utils/makefile.wat
  • R /wxWidgets/tags/WX_2_8_4/utils/utils.bkl
  • D /wxWidgets/tags/WX_2_8_4/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_4/version-script.in
  • R /wxWidgets/tags/WX_2_8_4/wxBase.spec
  • R /wxWidgets/tags/WX_2_8_4/wxGTK.spec
  • R /wxWidgets/tags/WX_2_8_4/wxMGL.spec
  • R /wxWidgets/tags/WX_2_8_4/wxMotif.spec
  • R /wxWidgets/tags/WX_2_8_4/wxPython/config.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/contrib/gizmos/wxCode/src
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/AlphaDrawing.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/AnimateCtrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/AUI_DockingWindowMgr.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/book.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/clipboard.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/code.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/core.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/custom.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/customcontrol.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/deleteperspective.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/demo.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/dialog.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/exit.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/expansion.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/find.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/findnext.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/frame.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/images.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/inspect.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/layout.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/miscellaneous.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/modifiedexists.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/morecontrols.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/moredialog.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/overview.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/process.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/pyshell.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/recent.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/bmp_source/saveperspective.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/CollapsiblePane.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/CustomTreeCtrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/Dialog.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/DirDialog.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/DragImage.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/DynamicSashWindow.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/data/tips.txt
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/encode_bitmaps.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/FlatNotebook.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/FloatCanvas.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/GraphicsContext.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/GridDragable.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/GridSimple.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/I18N.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/images.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/Main.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/MaskedNumCtrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/OGL.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/run.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/ScrolledWindow.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/SearchCtrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/SizedControls.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/TreeCtrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/TreeListCtrl.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/demo/TreeMixin.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/demo/throbImages.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/all/build-all
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/all/build-deb
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/DIRLIST
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/makedev.bat
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/makerpm
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/make_installer.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/distrib/README.win32.txt
  • R /wxWidgets/tags/WX_2_8_4/wxPython/docs/CHANGES.html
  • R /wxWidgets/tags/WX_2_8_4/wxPython/docs/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_4/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/samples/wxPIA_book/Chapter-09/progress_box.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/setup.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/aui.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/grid.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/aui.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/grid.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_core.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_gdi.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_misc.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_misc_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_windows.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/gtk/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/helpers.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/aui.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/grid.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_core.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_gdi.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_misc.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_misc_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_windows.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/mac/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/aui.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/aui_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/grid.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_core.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_gdi.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_gdi_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_misc.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_misc_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_windows.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/msw/_windows_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_bitmap.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_cmndlgs.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_combobox.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_datetime.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_event.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_gdicmn.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_graphics.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_menu.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_pywindows.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_sizers.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_sound.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_toolbar.i
  • R /wxWidgets/tags/WX_2_8_4/wxPython/src/_window.i
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/TreeMixinTest.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_borders.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_buttonKeyHandler.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_floatOnParent.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_gcDrawBitmap.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_gcdcDrawEllipticArc.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_gcdcDrawRect.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_gcMemDC.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_gcText.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_griddrag.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_logWindow.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_mediaCtrl.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_scaleText.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/tests/test_transparentFrame.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/buttonpanel.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/buttons.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/customtreectrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/dialogs.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/docview.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/filebrowsebutton.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/flatnotebook.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/floatcanvas
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/floatcanvas/Resources.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/imagebrowser.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/inspection.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/masked/combobox.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/masked/maskededit.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/masked/numctrl.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/masked/textctrl.py
  • D /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/mixins/inspect.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/mixins/inspection.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/mixins/listctrl.py
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/mixins/treemixin.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/ogl/_basic.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/ogl/_lines.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/plot.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/lib/wxpTag.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/py/frame.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/helpviewer.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/img2py.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/pywxrc.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/CHANGES.txt
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/globals.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/images.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/panel.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/params.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/AutoRefresh.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Copy.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Cut.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Locate.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/LocateArmed.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/MoveDown.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/MoveLeft.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/MoveRight.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/MoveUp.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/New.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Open.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Paste.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Redo.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Refresh.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Save.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Test.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/TreeComment.png
  • A /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/src-images/Undo.png
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/TODO.txt
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/tools.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/tree.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/undo.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/xrced.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/xrced.xrc
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wx/tools/XRCed/xxx.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wxaddons/sized_controls.py
  • R /wxWidgets/tags/WX_2_8_4/wxPython/wxPython/__init__.py
  • R /wxWidgets/tags/WX_2_8_4/wxX11.spec

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

2007-05-14 08:18 CE, revision 46015

2.8.4

2007-05-14 07:08 DE, revision 46014

Remove ObjcPose.h since nothing is using it anymore.

2007-05-14 07:00 DE, revision 46013

Rework idle handling so that NSApplication does not need to be subclassed or posed as. Copyright Software 2000 Ltd.

2007-05-14 00:32 RD, revision 46012

Fix reference leak

2007-05-13 16:33 FM, revision 46011

removed msvc2005prj; added wxXML lib to linker flags; now sample compiles but doesn't show any XTI feature yet

2007-05-13 16:17 FM, revision 46010

other reformatting changes

2007-05-13 16:16 FM, revision 46009

other reformatting changes

2007-05-13 15:46 FM, revision 46008

first batch of code reformatting. No real changes (except for removing a spurious curly bracket from wxIMPLEMENT_SET_STREAMING)

2007-05-13 12:42 FM, revision 46007

added skeleton of the XTI sample (does not work yet)

2007-05-13 02:19 RD, revision 46006

Toss in a few Refresh() calls to make this sample work better on wxMac

2007-05-13 02:18 RD, revision 46005

Use the wx.CP_NO_TLW_RESIZE style

2007-05-13 02:17 RD, revision 46004

Don't change the tree fonts when running on the older comctl

2007-05-13 00:17 , revision 46003
  • A /wxWidgets/branches/SOC2007_XTI
  • D /wxWidgets/branches/SOC2007_XTI/contrib
  • D /wxWidgets/branches/SOC2007_XTI/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/SOC2007_XTI/lib/dummy
  • R /wxWidgets/branches/SOC2007_XTI/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2007_XTI/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2007_XTI/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2007_XTI/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2007_XTI/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2007_XTI/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2007_XTI/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2007_XTI/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2007_XTI/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2007_XTI/samples/resource
  • R /wxWidgets/branches/SOC2007_XTI/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2007_XTI/samples/tab
  • R /wxWidgets/branches/SOC2007_XTI/src/expat
  • A /wxWidgets/branches/SOC2007_XTI/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/configure
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/configure.in
  • A /wxWidgets/branches/SOC2007_XTI/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2007_XTI/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2007_XTI/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2007_XTI/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2007_XTI/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2007_XTI/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2007_XTI/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2007_XTI/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2007_XTI/src/html/search.cpp
  • R /wxWidgets/branches/SOC2007_XTI/src/png
  • A /wxWidgets/branches/SOC2007_XTI/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2007_XTI/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2007_XTI/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2007_XTI/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/CHANGES
  • R /wxWidgets/branches/SOC2007_XTI/src/png/configure
  • R /wxWidgets/branches/SOC2007_XTI/src/png/example.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/INSTALL
  • R /wxWidgets/branches/SOC2007_XTI/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2007_XTI/src/png/LICENSE
  • R /wxWidgets/branches/SOC2007_XTI/src/png/libpng.3
  • R /wxWidgets/branches/SOC2007_XTI/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2007_XTI/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2007_XTI/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2007_XTI/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2007_XTI/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2007_XTI/src/png/png.5
  • R /wxWidgets/branches/SOC2007_XTI/src/png/png.c
  • A /wxWidgets/branches/SOC2007_XTI/src/png/png.dsp
  • R /wxWidgets/branches/SOC2007_XTI/src/png/png.h
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngget.c
  • A /wxWidgets/branches/SOC2007_XTI/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngread.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngset.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2007_XTI/src/png/projects/beos
  • R /wxWidgets/branches/SOC2007_XTI/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2007_XTI/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2007_XTI/src/png/projects/borland
  • D /wxWidgets/branches/SOC2007_XTI/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2007_XTI/src/png/README
  • D /wxWidgets/branches/SOC2007_XTI/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2007_XTI/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2007_XTI/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2007_XTI/src/png/TODO
  • R /wxWidgets/branches/SOC2007_XTI/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2007_XTI/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2007_XTI/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/README
  • R /wxWidgets/branches/SOC2007_XTI/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2007_XTI/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2007_XTI/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2007_XTI/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2007_XTI/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2007_XTI/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2007_XTI/utils/wxprop

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

2007-05-13 00:17 VS, revision 46002

compilation fix for STL implementations that use (const) char* for std::string iterators

2007-05-12 19:30 , revision 46001

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

2007-05-12 19:30 DE, revision 46000

Make wxCFRef take a template raw pointer parameter instead of CFTypeRef to ensure it does not get called with a ref holder.

2007-05-12 19:22 DE, revision 45999

Implement NULL-checking wxCFRetain/wxCFRelease as suggested by Stefan Csomor. Use wxCFRetain/wxCFRelease in wxCFRef where needed. Use .get() to access m_ptr of a different wxCFRef instantiation instead of making them friends.

2007-05-12 18:55 DE, revision 45998

Added cfref.h containing wxCFRef templated CF ref holding class and related functions.

2007-05-12 18:25 VZ, revision 45997

fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR_DEBUGGING==0 (patch 1712215) [backport from HEAD]

2007-05-12 18:24 VZ, revision 45996

another patch bring the docs more up to date (patch 1717776)

2007-05-12 18:21 VZ, revision 45995

remove gettext docs, they have nothing to do in our cvs (see patch 1713939)

2007-05-12 18:17 VZ, revision 45994

fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR_DEBUGGING==0 (patch 1712215)

2007-05-12 17:31 VZ, revision 45993

mention drop down toolbar buttons

2007-05-12 17:18 VS, revision 45992

fixed passing of strings to vararg templates in ANSI build

2007-05-12 14:11 SN, revision 45991

Fixed typo.

2007-05-12 10:11 VS, revision 45990

add test for passing c_str() of temporary wxString to Printf()

2007-05-12 03:18 VZ, revision 45989

getting text colour using the themes API doesn't seem to work, revert to using the global system colours for it [backport from HEAD]

2007-05-12 03:16 VZ, revision 45988

getting text colour using the themes API doesn't seem to work, revert to using the global system colours for it

2007-05-11 23:35 VZ, revision 45987

added support for drop down toolbar buttons (patch 1713470)

2007-05-11 23:12 VZ, revision 45986

apply the table bg colour between the cells too (patch 1713170) [backport from HEAD]

2007-05-11 23:11 VZ, revision 45985

apply the table bg colour between the cells too (patch 1713170)

2007-05-11 22:56 VZ, revision 45984

fix wxComboCtrl colours under Windows Vista (patch 1710006) [backport from HEAD]

2007-05-11 22:54 VZ, revision 45983

fix wxComboCtrl colours under Windows Vista (patch 1710006)

2007-05-11 22:43 VZ, revision 45982

update the samples/platforms which were unchanged since quite a few years apparently (patch 1713939)

2007-05-11 22:41 VZ, revision 45981

avoid truncating the colour channels values, this results in warnings when using VC8 debug CRT (patch 1717288) [backport from HEAD]

2007-05-11 22:40 VZ, revision 45980

fix compilation

2007-05-11 22:39 VZ, revision 45979

translate the 'About' string (patch 1717088) [backport from HEAD]

2007-05-11 22:31 VZ, revision 45978

translate the 'About' string (patch 1717088)

2007-05-11 22:29 VZ, revision 45977

added Slovak translation to 2.8 too

2007-05-11 22:29 , revision 45976

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

2007-05-11 22:28 VZ, revision 45975

avoid truncating the colour channels values, this results in warnings when using VC8 debug CRT (patch 1717288)

2007-05-11 21:36 RD, revision 45974

catch exceptions from ConvertToBitmap and bail out

2007-05-11 20:55 VS, revision 45973

use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; don't use global wxConvUTF8 object internally, it may be unavailable at static objects destruction time

2007-05-11 20:05 VS, revision 45972

avoid conversion to wchar_t* when getting UTF-8 value in UTF-8 build

2007-05-11 20:00 VS, revision 45971

fixed wxSVGFileDC::write() to output UTF-8 even in ANSI build

2007-05-11 19:55 RD, revision 45970

Remove the Skip, it causes problems in wxGTK...

2007-05-11 19:51 RD, revision 45969

Use RemoveEventHandler instead of PopEventHandler

2007-05-11 19:48 RD, revision 45968

masked/textctrl.py: A code refactoring bugfix for .ChangeValue() support. masked/combobox.py: Several fixes for value selection behavior, and one for navigation in readonly control.

2007-05-11 18:56 RD, revision 45967

Fix pywxrc's generation of menu and menubar classes and aldo fix how it generates attributes for menus, menubars and menuitems comtained in other objects.

2007-05-11 18:54 RD, revision 45966

Typo fixes

2007-05-11 17:23 RD, revision 45965

Disable the for loop in ~wxAuiManager to avoid possibly accessing memory via bad pointers.

2007-05-11 17:16 VZ, revision 45964

don't try to create surfaces of 0 size, even if the window size is 0 (as it may happen)

2007-05-11 16:48 RR, revision 45963

Call wxKeyEvent::SetEventObject() if no last key event available from which it is otherwise copied.

2007-05-11 16:47 RR, revision 45962

Set call event.SetEventObject() from commit_cb for wxKeyEvent

2007-05-11 15:28 RD, revision 45961

rename new image, add to encode_bitmaps.py

2007-05-11 15:08 KO, revision 45960

Don't highlight the active pane, and add source png for the custom control to the demo.

2007-05-11 13:05 VZ, revision 45959

use LRESULT instead of LONG in MSWOnDraw() to fix it under Win64 (bug 1715591) [backport from HEAD]

2007-05-11 13:04 VZ, revision 45958

don't try to update TLW default button in WM_SET/KILLFOCUS handlers if the TLW is being deleted (bug 1660913) [backport from HEAD]

2007-05-11 13:01 VZ, revision 45957

use LRESULT instead of LONG in MSWOnDraw() to fix it under Win64 (bug 1715591)