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)

2007-05-11 12:58 VZ, revision 45956

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

2007-05-11 09:27 RR, revision 45955

Mention printer change in the docs.

2007-05-11 09:23 RR, revision 45954

Support setting paper size, collate and orientation.

2007-05-11 07:46 RD, revision 45953

reSWIGged

2007-05-11 07:42 RD, revision 45952

Don't allow AUI flaotables by default and remove the Options menu since it is mostly about AUI stuff. Change the tree icon when there is user-modified code. Save and restore the current item and the expansion state when rebuilding the tree.

2007-05-11 07:25 MR, revision 45951

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at least 2.11. This is for future benefits as stable gtk+-2.12 should come out much before wxWidgets new stable cycle

2007-05-11 05:39 MR, revision 45950

Fix indentation from tabs to spaces in a few lines I accidentally wrote before fixing my editors settings

2007-05-11 05:29 MR, revision 45949

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if gtk+ version is new enough

2007-05-10 23:22 RD, revision 45948

The handlers for EVT_CLOSE and EVT_MENU(wx.ID_EXIT) should not be the same

2007-05-10 23:18 RD, revision 45947

Mention the actual version of TreeMixin we are using

2007-05-10 23:17 RD, revision 45946

fix default styles

2007-05-10 20:41 MW, revision 45945

Compile fix.

2007-05-10 17:20 VS, revision 45944

fixed wxStrto(u)ll to return correct value in endptr

2007-05-10 15:10 VZ, revision 45943

declare variables in the beginning of the block in C files [backport from HEAD]

2007-05-10 15:08 VZ, revision 45942

declare variables in the beginning of the block in C files

2007-05-10 11:34 VS, revision 45941

test wxString::Mid() with non-ASCII strings

2007-05-10 11:17 VS, revision 45940

fixed wxString::Last() to run in O(1), not O(n), in UTF-8 build

2007-05-10 10:37 VS, revision 45939

fixed creation of wxString from another wxString's substring in UTF-8 build

2007-05-10 02:07 VZ, revision 45938

fix unused variable warning under non-MSW platforms

2007-05-10 02:06 VZ, revision 45937

remove unused static function (avoids a warning about it)

2007-05-10 02:05 VZ, revision 45936

use .c_str() inside vararg functions

2007-05-10 02:02 VZ, revision 45935

added wxListCtrl::SetItemPtrData() to allow associating pointers with items under 64 bit architectures

2007-05-10 01:53 VZ, revision 45934

added wxListCtrl::SetItemPtrData()

2007-05-10 01:46 VZ, revision 45933

replaced more int/longs with wxCoord

2007-05-10 00:22 VZ, revision 45932

fixed detection of missing C++ compiler added in last commit

2007-05-09 23:38 VZ, revision 45931

use wxCopyRectToRECT instead of duplicating it

2007-05-09 22:59 RD, revision 45930

Add a few more tips for the tip window

2007-05-09 22:58 RD, revision 45929

Use a wx.FileConfig to store options, and use wx.StandardPaths to know where to put it. Also use this dir for the cache of modified sample files.

2007-05-09 22:50 VZ, revision 45928

abort immediately if no C++ compiler was detected instead of continuing reporting plenty of tests failures

2007-05-09 22:48 VZ, revision 45927

require libsm-dev, it's needed for KDE/GNOME detection

2007-05-09 22:38 VZ, revision 45926

regenerated with autoconf 2.59 to avoid warnings about Makefile ignoring --datarootdir

2007-05-09 21:22 VZ, revision 45925

update frm Ivan Masar

2007-05-09 21:17 RD, revision 45924

Bail out of SetTreeModified if not using the CustomTreeCtrl

2007-05-09 21:11 VZ, revision 45923

added 2.8.4-0 entry

2007-05-09 21:07 VS, revision 45922

changed wxString::StartsWidth/EndsWidth to take wxString argument instead of wxChar*

2007-05-09 18:10 VZ, revision 45921

define wxConvCurrent when wxUSE_WCHAR_T==0 too, this fixes wxMGL link in this build configuration

2007-05-09 17:47 VS, revision 45920

return value from wxEditableListBox::Create()

2007-05-09 16:48 VS, revision 45919

temporary fix for wxDFB compilation in Unicode mode

2007-05-09 16:29 VZ, revision 45918

test for round() using C++ compiler, not C one (should fix IRIX mipsPro build)

2007-05-09 16:14 VZ, revision 45917

test for round() using C++ compiler, not C one (should fix IRIX mipsPro build)

2007-05-09 14:42 VS, revision 45916

fixed configarg.cache code to correctly handle multiple options with the same prefix

2007-05-09 13:45 VS, revision 45915

take into account DirectFB's removal of some command line arguments

2007-05-09 10:38 RR, revision 45914

GTK+ cell renderers are not widget, so use a correct type. Also found a way to set cell background and probably other styles.

2007-05-09 03:52 RD, revision 45913

fix typo

2007-05-09 03:51 RD, revision 45912

reSWIGged

2007-05-09 03:50 RD, revision 45911

backport more icon changes

2007-05-09 03:24 ROL, revision 45910

final touch for icons - transparency handled by ArtProvider

2007-05-09 00:46 RD, revision 45909

More icon changes (backport), process UPDATE_UI for move and refresh buttons

2007-05-09 00:46 , revision 45908

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

2007-05-09 00:37 RD, revision 45907

no need to import customtreectrl here, switch to """ instead of '''

2007-05-09 00:37 RD, revision 45906

Need to UnInit the AuiManager when closing the frame

2007-05-09 00:36 RD, revision 45905

Need the sound flags for the !wxUSE_SOUND case too

2007-05-09 00:35 RD, revision 45904

Use native wx.TreeCtrl by default, but make it easy to switch back to CustomTreeCtrl

2007-05-09 00:31 ROL, revision 45903

use Tango icons on MAC & MSW; process UPDATE_UI for move and refresh buttons

2007-05-09 00:28 ROL, revision 45902

tango-compliant icons (first try)

2007-05-08 23:47 RR, revision 45901

Beginning to make wxDC code compile both before and after the DC reorg to make the transition smoother (indeed possible). Move the wxImplDC code to its future place in dcbase.cpp and wx/dc.h

2007-05-08 20:47 RD, revision 45900

some new icons for XRCed (backport)

2007-05-08 20:47 , revision 45899

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

2007-05-08 20:42 RD, revision 45898

reSWIGged

2007-05-08 20:36 RD, revision 45897

Andrea's patch (plus some changes of my own) to add icons and other features to the demo's main frame.

2007-05-08 20:20 VZ, revision 45896

only add -woff 3970 to C[XX]FLAGS when using SGI mipsPro 7.4.4 or later, previous versions didn't support this warning

2007-05-08 20:10 RD, revision 45895

Prevent segfaulting if a NULL window is passed to the DCs, avoid reasserting if the base class already did it.

2007-05-08 20:09 RD, revision 45894

A bit of cleanup, use a lighter shade of grey for the default pen, use the base class HasFlag, etc.

2007-05-08 20:05 VZ, revision 45893

compilation fixes for wxUSE_WCHAR_T==0 (this is the case for DJGPP which is used for wxMGL compilation)

2007-05-08 19:37 DE, revision 45892

Provide wxLaunchDefaultBrowser implementation for wxCocoa.

2007-05-08 19:35 PC, revision 45891

don't stomp on user CXXFLAGS on Tru64

2007-05-08 19:33 DE, revision 45890

Remove wxDCBase DeviceToLogical* and LogicalToDevice* methods which were basically stubs anyway. Fixes link error. Assume that the new common implementations in src/common/dcbase.cpp do the right thing. Not tested.

2007-05-08 19:13 DE, revision 45889

Move wxLaunchDefaultBrowser from BASE to CORE per wx-dev discussion.

2007-05-08 18:28 ROL, revision 45888

using Tango icons on Mac

2007-05-08 18:26 ROL, revision 45887

tango icons

2007-05-08 17:51 RD, revision 45886

delete the AuiManager before destroying the frame

2007-05-08 17:50 RD, revision 45885

fix typo

2007-05-08 17:50 RD, revision 45884

Workaround corner case where a widget can have a containing sizer, but no sizer item. (The static box in a StaticBoxSizer)

2007-05-08 17:49 RD, revision 45883

Docstring tweaks

2007-05-08 04:53 SC, revision 45882

adding reference to technote

2007-05-08 04:52 SC, revision 45881

if it's a separate thread, it's allowed to hang (perf issue reported by BOINC)

2007-05-08 02:50 RD, revision 45880

select the parent or the root if the current/selected item is one being deleted.

2007-05-08 02:48 RD, revision 45879

add a Py 2.5 build on OSX 10.3

2007-05-08 02:46 RD, revision 45878

test app for TLW transparency

2007-05-08 02:44 RD, revision 45877

Avoid using wx.ClientDC

2007-05-08 02:44 RD, revision 45876

Adapt to ProgressDialog.Update change

2007-05-08 02:42 RD, revision 45875

docstring fixEnsure that wnd is not None before calling Hide

2007-05-08 02:41 RD, revision 45874

Ensure that wnd is not None before calling Hide

2007-05-08 02:40 RD, revision 45873

SetFont fixes

2007-05-08 02:34 RD, revision 45872

more backports

2007-05-07 23:44 RD, revision 45871

Assert on NULL window

2007-05-07 22:25 ROL, revision 45870

* bugfixes for tree move operations and undo/redo * Mac LnF ameliorations * some sizing/spacing changes

2007-05-07 20:58 DE, revision 45869

Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

2007-05-07 20:10 ROL, revision 45868

iconization of the properties window together with the main to fix blocking on wxGTK; do not put Open/Save/... toolbar icons on Mac - they are ugly

2007-05-07 20:08 ROL, revision 45867

Yield causes premature redrawing of the test window

2007-05-07 09:34 CE, revision 45866

add univ files to MGL build

2007-05-07 07:51 RR, revision 45865

[ 1713933 ] docs for wxEditableListBox

2007-05-07 00:26 VZ, revision 45864

just return the min size needed by the sizer for the windows with sizers from their DoGetBestSize() instead of adjusting it upwards to the current size via GetWindowSizeForVirtualSize() call: this might be wrong as it could reintroduce the bug fixed in rev 1.66 of src/generic/scrlwing.cpp (but it's not really clear just what exactly this bug was) but the existing code was definitely wrong as the best size of the window must not change as it's being resized

2007-05-06 20:14 RR, revision 45863

More preview code for the DC reorganisation.

2007-05-06 14:11 VS, revision 45862

fix compation with Watcom after latest vararg templates changes

2007-05-06 12:57 VS, revision 45861

backported wxString::From/ToUTF8 to 2.8 for forward compatibility with wx3

2007-05-06 11:50 VZ, revision 45860

fix PCH-less compilation

2007-05-06 03:59 MR, revision 45859

Fix "depreciated" to "deprecated".

2007-05-06 03:48 MR, revision 45858

Fix "depreciated" to "deprecated".

2007-05-05 22:15 VZ, revision 45857

fix warning about signed/unsigned comparison; use STL-compatible methods

2007-05-05 22:15 VZ, revision 45856

no changes, just deTAbified and fixed really strange indentation of 'else' statements

2007-05-05 22:03 VZ, revision 45855

extracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally makes sense and also fixes link when wxUSE_MENUS==0)

2007-05-05 21:44 VZ, revision 45854

declare GetGDKWindow() in wxDC to fix compilation of wxRendererNative

2007-05-05 21:39 VZ, revision 45853

don't use deprecated GetTextExtent() overload

2007-05-05 21:38 VZ, revision 45852

compilation fix: SetLogicalFunction() is defined in dc.cpp, don't define it here

2007-05-05 21:34 VZ, revision 45851

compilation fix: use DeviceToLogical[XY]() instead of [XY]LOG2DEV()

2007-05-05 20:39 VZ, revision 45850

output Unicode/UTF-8 settings on a single line

2007-05-05 19:50 PC, revision 45849

src/gtk/data.cpp is no longer needed

2007-05-05 19:49 PC, revision 45848

move definitions from src/gtk/data.cpp to other appropriate places

2007-05-05 19:43 RR, revision 45847

Apply [ 1712381 ] CRASH: closing floating panel on GTK

2007-05-05 19:19 VS, revision 45846

fixed FromUTF8 in ANSI builds

2007-05-05 19:00 PC, revision 45845

add wxUSE_DRAGIMAGE wrapper

2007-05-05 18:55 VS, revision 45844

use utf8_str() in wxDFB

2007-05-05 18:55 VS, revision 45843

use FromUTF8() when loading XML, data coming from Expat are already validated UTF-8

2007-05-05 18:53 VS, revision 45842

added wxString::FromUTF8/ToUTF8/utf8_str()

2007-05-05 18:48 PC, revision 45841

build fix for wxUSE_DRAGIMAGE==0

2007-05-05 18:45 PC, revision 45840

build fix

2007-05-05 17:57 PC, revision 45839

src/gtk/utilsres.cpp is obsolete

2007-05-05 17:54 PC, revision 45838

build fix

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

making proper resource-fork apps

2007-05-05 17:13 PC, revision 45836

build fix for wxUSE_CONFIG==0

2007-05-05 17:07 PC, revision 45835

build fix

2007-05-05 15:52 RR, revision 45834

Make wxGTK1.2 compile again.

2007-05-05 15:09 RR, revision 45833

Moved deprecated code to source file (didn't compile as inlined, somehow).

2007-05-05 15:04 RR, revision 45832

Added wxDEPRECATED() around old wxDC methods taking long and not wxCoord.

2007-05-05 15:01 RR, revision 45831

Added (empty) SetLogicalFunction()

2007-05-05 14:59 VZ, revision 45830

added wxTimerEvent::GetTimer()

2007-05-05 14:54 RR, revision 45829

Compilo.

2007-05-05 14:51 VZ, revision 45828

fix compilation in wxUSE_MENUS==0 case to fix wxDFB build [backport from HEAD]

2007-05-05 14:48 VZ, revision 45827

fix compilation in wxUSE_MENUS==0 case

2007-05-05 14:27 VZ, revision 45826

upgrade to bakefile 0.2.2

2007-05-05 14:19 VZ, revision 45825

fix warning about signed/unsigned comparison; use STL-compatible methods; deTABified

2007-05-05 14:13 VZ, revision 45824

fix bakefile version mismatch between configure and makefiles

2007-05-05 13:59 RR, revision 45823

Fix wxFD_FILE_MUST_EXIST

2007-05-05 13:55 RR, revision 45822

Backport from HEAD: Fix memory leak in wxAUI.

2007-05-05 13:53 RR, revision 45821

Fixed [ 1712998 ] wxFD_FILE_MUST_EXIST does nothing on GTK (broken both in GTK+ and generic code).

2007-05-05 13:47 VZ, revision 45820

share ctags command between make(gtk/mac)tags scripts

2007-05-05 13:25 RR, revision 45819

Apply [ 1710684 ] Fix wxAuiNotebook memory leak

2007-05-05 13:15 RR, revision 45818

Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys

2007-05-05 12:35 VZ, revision 45817

fixed typo in IsBeingDeleted() test in GetParentForModalDialog()

2007-05-05 10:27 RR, revision 45816

Compilo.

2007-05-05 10:20 RR, revision 45815

Compilo.

2007-05-05 10:16 RR, revision 45814

Compilo.

2007-05-05 10:13 RR, revision 45813

Compilo.

2007-05-05 10:11 RR, revision 45812

Compilo.

2007-05-05 10:01 RR, revision 45811

Compilation fix.

2007-05-05 08:15 VS, revision 45810

enable UTF8 build for wxGTK2 and wxDFB by default

2007-05-04 21:55 VZ, revision 45809

regenerated to reflect recent fixes in configure.in, in particular the one from 1.1234 (should fix IRIX build)

2007-05-04 20:57 VS, revision 45808

use wxString instead of const wxChar* in wxFFile public API

2007-05-04 19:04 VS, revision 45807

use wxString instead of const wxChar* in wxFile's public API

2007-05-04 13:36 ROL, revision 45806

test needed for wxGTK

2007-05-04 12:26 VS, revision 45805

use wxFormatString in wxV[f]printf()

2007-05-04 11:10 VS, revision 45804

compilation fix for --enable-utf8 --disable-utf8only case

2007-05-04 10:41 VS, revision 45803

use wxFormatString helper class for 'vararg' functions' format argument; this prepares the code for removal of implicit wxString conversion to char* in STL build and also fixes VC6 compilation

2007-05-04 01:02 RD, revision 45802

Doc and version update from Chris

2007-05-04 01:01 RD, revision 45801

Backport: Various fixes and improvements to get look-and-feel similar across different platforms.

2007-05-04 00:28 VZ, revision 45800

added src to the HelpGen directory

2007-05-03 23:34 ROL, revision 45799

Various fixes and improvements to get look-and-feel similar across different platforms.

2007-05-03 22:29 RR, revision 45798

Putting draft of wxImplDC and the wxDC using it for viewing pleasure into CVS. Guarded by #if 0 since it doesn't even compile yet.

2007-05-03 22:25 RR, revision 45797

Put old wxDC methods using long instead of wxCoord into WXWIN_COMP_2_8

2007-05-03 18:03 VS, revision 45796

fixed typo in Watcom code

2007-05-03 17:58 VS, revision 45795

fixed passing raw unconverted strings through wxArgNormalizer<> for VC++

2007-05-03 17:47 RD, revision 45794

update generated doc

2007-05-03 17:46 RD, revision 45793

Correct import

2007-05-03 17:46 RD, revision 45792

add floatcanvas/Utilities subpackage

2007-05-03 17:45 RD, revision 45791

Suppress log message, work around deprecation warning

2007-05-03 17:01 RD, revision 45790

backport more fixes from HEAD

2007-05-03 15:35 VS, revision 45789

fixed DLL linking of wxConvLibc etc.

2007-05-03 15:26 VZ, revision 45788

use a default URL, I got tired of typing it in the dialog every time

2007-05-03 14:34 VS, revision 45787

don't do char*->wchar_t*>char* roundtrip in wxArgNormalizerUtf8<const char*> if current locale uses UTF-8

2007-05-03 13:46 VZ, revision 45786

make it possible to override desktop detection using gtk.desktop system option

2007-05-03 13:41 VZ, revision 45785

show the error returned by SmcOpenConnection(); don't call it more than once -- the desktop environment is not going to change while the program is running

2007-05-03 13:21 VS, revision 45784

fixed reverted #if condition around wxDoLogTraceWchar

2007-05-03 12:30 VZ, revision 45783

compilation fix for PCH-less build

2007-05-03 11:05 VS, revision 45782

added code for optimized handling of UTF-8 locales: some string operations are more efficient under it and it's possible to completely compile-out support for other locales if the target system is known to only use UTF-8 locales

2007-05-03 10:50 VS, revision 45781

fixed vararg functions with format argument to not use wxString or reference argument (the latter is invalid C++, the former doesn't work with Watcom and produces at least warnings with GCC 3.3)

2007-05-03 10:36 VS, revision 45780

compilation fix for 2.8 compat disabled

2007-05-03 10:27 VS, revision 45779

OpenWatcom has the explicit keyword too

2007-05-03 10:23 VS, revision 45778

added wx[W]CharBuffer/wxCStrData overloads to remaining wxString methods that need them

2007-05-03 09:32 VS, revision 45777

fixed linking in monolithic case if USE_STC=0

2007-05-03 09:22 CE, revision 45776

fix contrib docs to build for 2.8.4

2007-05-03 09:07 VS, revision 45775

fixed linking against wxscintilla in debug build

2007-05-03 07:35 ROL, revision 45774

fix for testing if a property is in allParams - it must be a sequence

2007-05-03 04:46 RD, revision 45773

Fixes from Chris

2007-05-03 02:19 VZ, revision 45772

compilation fix when not using PCH after the last change

2007-05-03 00:25 VZ, revision 45771

removed unneeded duplication of DoSetSizeHints() in wxTLWBase (as wxWindow version already does the same thing) and made wxTLW::SetMin/MaxSize() implementation less verbose

2007-05-02 22:13 ROL, revision 45770

style required on wxGTK

2007-05-02 22:10 ROL, revision 45769

optimized highlighting to reduce flicker

2007-05-02 21:13 RD, revision 45768

Rephrase the text about the new XRCed feature.

2007-05-02 21:12 RD, revision 45767

Fix to previous masked.TextCtrl change, to ensure inheritance chain for derived controls isn't broken by new .ChangeValue() support in base control.

2007-05-02 20:38 VS, revision 45766

more OS/2 compilation fixes

2007-05-02 20:35 VS, revision 45765

compilation fix for wxUSE_INTL=0

2007-05-02 20:32 VS, revision 45764

wxAppTraits::SetLocale() is wxUSE_INTL=1 only

2007-05-02 18:08 VS, revision 45763

added convenience functions wxString::To/From8BitData() for storing g binary data in wxStrings

2007-05-02 18:03 VS, revision 45762

added wxString::From/To8BitData() for forward compatibility with wx3

2007-05-02 17:09 VS, revision 45761

added wxABI_VERSION checks around wxString::[w]char_str()

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

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

2007-05-02 14:53 CE, revision 45759

update to 2.8.4rc2

2007-05-02 14:36 SC, revision 45758

trying optimal scrolling solution perf-wise

2007-05-02 14:31 SC, revision 45757

trying optimal scrolling solution perf-wise

2007-05-02 14:01 SC, revision 45756

trying optimal scrolling solution perf-wise

2007-05-02 13:01 JS, revision 45755

Corrected swapped descriptions

2007-05-02 13:00 JS, revision 45754

Corrected swapped descriptions

2007-05-02 12:29 VS, revision 45753

added test for passing std::string to vararg functions

2007-05-02 11:05 RR, revision 45752

Moved all the coordinate system calculation to wxDCBase and thus removed all the duplicated code in all wxDC classes. Problematic is that wxSVGFileDC and wxPostscriptDC inherit from wxDC and therefore include platform specific code (also before this change) so I chose to override all SetLogicalOrigin() etc. methods in these classes and call their wxDCBase methods thereby circumventing the platform dependent code. I'm afraid the Mac code will require updating, too.

2007-05-02 09:03 VS, revision 45751

made wxConvXXX objects usable at static initialization time

2007-05-02 07:41 VS, revision 45750

include object.h so that delete has complete type

2007-05-02 07:18 DE, revision 45749

Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.

2007-05-02 06:14 RD, revision 45748

Mention today's changes

2007-05-02 06:12 RD, revision 45747

Patch #1710943, Fix a bug in pywxrc script for "MenuBar" and "Menu"

2007-05-02 05:23 RD, revision 45746

Updates to MaskedEdit controls from Will Sadkin: maskededit.py: Added parameter option stopFieldChangeIfInvalid, which can be used to relax the validation rules for a control, but make best efforts to stop navigation out of that field should its current value be invalid. Note: this does not prevent the value from remaining invalid if focus for the control is lost, via mousing etc. numctrl.py, demo / MaskedNumCtrl.py: In response to user request, added limitOnFieldChange feature, so that out-of-bounds values can be temporarily added to the control, but should navigation be attempted out of an invalid field, it will not navigate, and if focus is lost on a control so limited with an invalid value, it will change the value to the nearest bound. combobox.py: Added handler for EVT_COMBOBOX to address apparently inconsistent behavior of control when the dropdown control is used to do a selection. textctrl.py Added support for ChangeValue() function, similar to that of the base control, added in wxPython 2.7.1.1.

2007-05-02 04:16 PC, revision 45745

remove miniframe stuff from GtkOnSize(), it's handled by wxFrame

2007-05-02 03:18 PC, revision 45744

make File->Exit work

2007-05-02 01:00 RD, revision 45743

Updates to MaskedEdit controls from Will Sadkin: maskededit.py: Added parameter option stopFieldChangeIfInvalid, which can be used to relax the validation rules for a control, but make best efforts to stop navigation out of that field should its current value be invalid. Note: this does not prevent the value from remaining invalid if focus for the control is lost, via mousing etc. numctrl.py, demo / MaskedNumCtrl.py: In response to user request, added limitOnFieldChange feature, so that out-of-bounds values can be temporarily added to the control, but should navigation be attempted out of an invalid field, it will not navigate, and if focus is lost on a control so limited with an invalid value, it will change the value to the nearest bound. combobox.py: Added handler for EVT_COMBOBOX to address apparently inconsistent behavior of control when the dropdown control is used to do a selection. textctrl.py Added support for ChangeValue() function, similar to that of the base control, added in wxPython 2.7.1.1.

2007-05-01 22:20 RR, revision 45742

Renamed wxDCBase::LogicalTo ... to wxDC::.. here, too.

2007-05-01 21:28 RR, revision 45741

Made device to logical and vv conversion methods virtual and implement them like any other method in the wxDC classes, not only in the their files but somehow belonging to the wxDCBase class. This is required for plugging in differnt DC backends with different conversions. Ideally (and absolutely possible ) all these methods should be removed and just the one in wxDCBase should stay using values set in the various derived classes.

2007-05-01 21:19 VS, revision 45740

added inline plural form of wxGetTranslation to wxUSE_INTL=0 case for use with non-default domain too

2007-05-01 21:13 VS, revision 45739

define wxPLURAL even if wxUSE_INTL=0

2007-05-01 21:10 VS, revision 45738

fixed wxPLURAL definition in wxUSE_INTL=0 case to work in Unicode build

2007-05-01 19:45 RD, revision 45737

Oops, put the WXUNUSED in the wrong spot.

2007-05-01 19:41 RD, revision 45736

Backport change to wxGrid::OnSize so both subwindow sizes and scrollars will be adjusted.

2007-05-01 19:34 SC, revision 45735

adjusting refcount asserts

2007-05-01 14:34 VZ, revision 45734

clarified alpha support status (bug 1710013)

2007-05-01 14:11 VZ, revision 45733

fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (closes bug 1701426)

2007-05-01 13:52 VZ, revision 45732

fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (bug 1701426)

2007-05-01 13:35 SC, revision 45731

Patch 1708290

2007-05-01 11:55 SC, revision 45730

Patch 1678304

2007-05-01 11:49 SC, revision 45729

Patch 1709069

2007-05-01 11:41 SC, revision 45728

Patch 1709108

2007-05-01 09:37 SC, revision 45727

Patch 1709108

2007-05-01 06:03 RD, revision 45726

backport of XRCed changes from today

2007-05-01 05:55 RD, revision 45725

Updated FloatCanvas code from Chris

2007-04-30 23:43 ROL, revision 45724

set drop target on panel if present

2007-04-30 19:48 VZ, revision 45723

fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290) [backport from HEAD]

2007-04-30 19:43 VZ, revision 45722

fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290)

2007-04-30 16:25 VZ, revision 45721

use a marginally more precise but, more importantly, easier to understand, value for METRIC_CONVERSION_CONSTANT

2007-04-30 16:23 VZ, revision 45720

assert that wxRound() argument is in the supported range

2007-04-30 15:48 ROL, revision 45719

drag-and-drop with left button

2007-04-30 12:46 VS, revision 45718

always define wxLocaleIsUtf8

2007-04-30 12:08 VS, revision 45717

fixed release build compilation with compilers without __VA_ARGS__

2007-04-30 09:46 VS, revision 45716

OS/2 compilation fixes

2007-04-30 08:31 ROL, revision 45715

moved setting itemColour to XML_Tree.Clean where it belongs

2007-04-30 01:17 VZ, revision 45714

don't drop lines without trailing new line character in wxExecute() with capture [backport from HEAD]

2007-04-30 01:13 VZ, revision 45713

don't drop lines without trailing new line character in wxExecute() with capture

2007-04-29 10:28 VS, revision 45712

OpenWatcom >= 1.2 has __VA_ARGS__

2007-04-29 09:02 VS, revision 45711

compilation fixes for --disable-log

2007-04-29 08:04 VS, revision 45710

added support for passing std::[w]string to 'vararg' templates

2007-04-29 00:05 RD, revision 45709

Another fix for: AttributeError: 'XML_Tree' object has no attribute 'itemColour'

2007-04-28 15:59 MW, revision 45708

Register the test under the name displayed by "./test -l"

2007-04-28 15:56 MW, revision 45707

Map illegal UTF-8 sequences to a range in Unicode's private use area as discussed recently on wx-users.

2007-04-28 14:36 SN, revision 45706

Compilation fix for string changes (patch #1709228).

2007-04-28 10:04 SN, revision 45705

Adapted to API changes with respect to GetTextExtent (patch #1709152).

2007-04-28 07:56 VS, revision 45704

added missing #include "wx/buffer.h"

2007-04-28 07:06 VS, revision 45703

allow the UTF8 build to treat C locale as UTF8, too, it's a 7bit subset of it, so it should be OK

2007-04-27 22:15 RD, revision 45702

backport

2007-04-27 22:13 RD, revision 45701

Ensure there is a g.testWin before trying to use it

2007-04-27 21:35 VS, revision 45700

WX_PRECOMP, not WXPRECOMP

2007-04-27 21:32 VS, revision 45699

PCH-less compilation fixes

2007-04-27 21:03 VS, revision 45698

PCH-less compilation fixes

2007-04-27 20:33 ROL, revision 45697

drop highlight color fix

2007-04-27 20:24 ROL, revision 45696

fixes to move-around methods related to current selection highlight

2007-04-27 20:19 ROL, revision 45695

cursor image type fix

2007-04-27 18:49 RD, revision 45694

backported Roman's latest updates on HEAD to 2.8 branch

2007-04-27 18:26 RD, revision 45693

notes about recent changes

2007-04-27 18:24 RD, revision 45692

reSWIGged

2007-04-27 18:19 RD, revision 45691

Backport fix for window being repositioned after hiding, then reshowing

2007-04-27 16:42 PC, revision 45690

Fix return type for "map_event" and "unmap_event" handlers. Fix wrong return in Show().

2007-04-27 15:50 VS, revision 45689

PCH-less compilation fixes

2007-04-27 10:08 VS, revision 45688

include wxchar.h from string.h in 2.8 compatibility mode to prevent lots of compilation errors

2007-04-27 08:48 VS, revision 45687

added copy ctor to wxCStrData to fix crashes when passing to vararg functions

2007-04-27 00:57 VZ, revision 45686

no changes, just fix a typo

2007-04-26 21:21 RR, revision 45685

Mention change in wxComboBox::SetValue()

2007-04-26 21:18 RR, revision 45684

Don't emit EVT_TEXT after wxComboBox::SetValue()

2007-04-26 20:32 ROL, revision 45683

test prevented to update encoding

2007-04-26 19:55 ROL, revision 45682

final revision

2007-04-26 19:54 ROL, revision 45681

some sizing fixes

2007-04-26 19:53 ROL, revision 45680

drag-and-drop highlighting

2007-04-26 19:52 ROL, revision 45679

more param renaming, some sizing fixes

2007-04-26 19:51 ROL, revision 45678

drag-and-drop adding of controls to test window

2007-04-26 19:48 ROL, revision 45677

set labels for new controls

2007-04-26 19:42 ROL, revision 45676

specify order of radios in prefs dlg

2007-04-26 19:33 ROL, revision 45675

made main toolbar bitmaps 24x24

2007-04-26 18:45 RR, revision 45674

Only set focus to widget automatically if left down event was not handled (as per wxMSW).

2007-04-26 18:42 RR, revision 45673

Added IsOfStandardClass() as per wxMSW.

2007-04-26 18:40 RR, revision 45672

Added Test for wxComboBox::SetValue() to widgets sample. Make wxGTK not send text change events then.

2007-04-26 15:46 PC, revision 45671

build fix

2007-04-26 14:03 CE, revision 45670

add Borland Developer Studio and Turbo Explorer info

2007-04-26 13:38 CE, revision 45669

better user info

2007-04-26 13:28 CE, revision 45668

fix dll path

2007-04-26 13:05 VZ, revision 45667

added Roscale() test

2007-04-26 12:50 VZ, revision 45666

added Rotate() test

2007-04-26 12:42 CE, revision 45665

add Borland Developer Studio project file (for Turbo Explorer) uses dll build

2007-04-26 12:00 VS, revision 45664

more efficient implementation of ToAscii/FromAscii in UTF8 build

2007-04-26 11:40 VS, revision 45663

use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current locale uses UTF8; fall back to widechar CRT functions in the locale is not UTF8

2007-04-26 11:11 CE, revision 45662

remove warnings of intentionally unreachable code

2007-04-26 10:54 CE, revision 45661
  • D /wxWidgets/trunk/docs/latex/wx/hvscroll.tex

removd as recommended in http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 10:50 CE, revision 45660

tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 09:29 CE, revision 45659

update to 2.8.4

2007-04-26 09:24 CE, revision 45658

release should be 4 in 2.8.4

2007-04-26 05:22 PC, revision 45657

replace 5 copies of size constraining code with one function

2007-04-26 02:52 PC, revision 45656

really fix window being repositioned after hiding, then reshowing

2007-04-26 02:23 VZ, revision 45655

don't assert in wxUniv SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:22 VZ, revision 45654

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:17 VZ, revision 45653

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475) [backport from HEAD]

2007-04-26 02:15 VZ, revision 45652

move wxKEY_XXX constants to wx/defs.h from wx/list.h and wx/hash.h to avoid duplicating their declarations

2007-04-26 02:13 VZ, revision 45651

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475)

2007-04-26 02:10 VZ, revision 45650

allow to test changing combobox selection too

2007-04-26 01:26 VZ, revision 45649

use wxCopyRectToRECT() instead of duplicating its code (patch 1707294)

2007-04-26 01:04 RD, revision 45648

invalidate the best size when adding or deleting items

2007-04-26 00:15 RD, revision 45647

ensure there is a current cell before using it to try and get width/height

2007-04-26 00:08 RD, revision 45646

backport the shrinking embedded controls fix

2007-04-26 00:06 RD, revision 45645

backport file extension case fix

2007-04-25 19:21 VZ, revision 45644

leave only wxString overloads for of the functions working with string keys; remove the old variant of hash table (deprecated since 2.4)

2007-04-25 12:36 VZ, revision 45643

compilation fix after c_str() changes

2007-04-25 09:22 RR, revision 45642

Added compile guards to wxEditableListBox

2007-04-25 08:40 RR, revision 45641

Added mini docs for wxChoicebook

2007-04-25 08:33 RR, revision 45640

Added mini docs to wxListbook

2007-04-25 08:20 RR, revision 45639

Typo.

2007-04-25 01:49 VZ, revision 45638

changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font

2007-04-25 01:38 VZ, revision 45637

don't declare inline function with dllexport declaration, this provokes mingw32 warnings and is unnecessary anyhow

2007-04-24 20:53 RD, revision 45636

demo tweaks

2007-04-24 20:52 RD, revision 45635

test activate event

2007-04-24 20:50 RD, revision 45634

Update treemixin to 1.0

2007-04-24 20:49 RD, revision 45633

Fix typo that prevented an overridden PaintBackground in a wx.grid.PyGridCellEditor derived class from being called.

2007-04-24 20:47 RD, revision 45632

More fixes needed for allowing classes to be derived from PyAuiDockArt and PyAuiTabArt.

2007-04-24 20:42 RD, revision 45631

Use lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-24 20:29 RD, revision 45630

Use wxWANTS_CHARS style

2007-04-24 20:28 RD, revision 45629

bump version number

2007-04-24 20:25 RD, revision 45628

Use wx.FileHistory for the recent files menu

2007-04-24 18:00 RR, revision 45627

Use child's listmodelnotifier's destructor (by overloading it) to get informed about the destruction of the child model in a sorted model. Removed Freed() method used for that so far.

2007-04-24 16:19 VS, revision 45626

removed wxCStrData::operator bool(), using c_str() return value as bool doesn't make any sense and any code that stops compiling because of this is almost certainly buggy

2007-04-24 15:51 VS, revision 45625

corrected (Do)GetWriteBuf() return types to use more appropriate type (no real difference)

2007-04-24 14:09 VS, revision 45624

added test for a crash when passing wxCStrData constructed from a literal (operator?: operand) to a vararg template

2007-04-24 12:35 VS, revision 45623

fixed broken wxCStrData and operator?: check

2007-04-24 12:15 CE, revision 45622

add missing makefile.vc

2007-04-24 10:59 VS, revision 45621

removed unused APPEND_STR macro

2007-04-24 09:44 RR, revision 45620

Correct MVC update region in GTK+ native version so that it takes horizontal scrolling into account.

2007-04-24 09:36 RR, revision 45619

Change SetValue( wxVariant &value ) to SetValue( const wxVariant &value ) (already documented) Delete in-place editing control through pending list, not in event handler.

2007-04-24 08:28 RR, revision 45618

Mention that wxBookCtrlBase derived controls do derive from that common class and link it to the wxBookCtrl overview.

2007-04-24 08:13 RR, revision 45617

Updated docs.

2007-04-24 03:44 PC, revision 45616

Fix window being repositioned after hiding, then reshowing. Fix wrong return in Show().

2007-04-23 23:27 RD, revision 45615

reSWIGged

2007-04-23 23:24 RD, revision 45614

Tweaks needed to update to current CVS

2007-04-23 22:19 VZ, revision 45613

fix bug introduced in wxFontRefData::SetNativeFontInfo() in 1.89: remember that we do have native font info

2007-04-23 22:08 VZ, revision 45612

fix SelectItem() for single selection case which was broken by recent changes

2007-04-23 21:52 VS, revision 45611

ANSI build compilation fix

2007-04-23 21:25 VS, revision 45610

compilation fix: setlocale() returns non-const string pointer

2007-04-23 20:42 VS, revision 45609

added code for checking if the current locale is UTF-8 at runtime

2007-04-23 20:17 VZ, revision 45608

tiny change to make g++ 3.3 compile the latest version

2007-04-23 20:14 VZ, revision 45607

added implicit conversion of wxString to const void * for compatibility with the code doing things like file.Write(s, len)

2007-04-23 20:11 VZ, revision 45606

don't select the window about to be deleted as parent for modal dialog in ShowModal()

2007-04-23 20:09 VZ, revision 45605

use GetParentForModalDialog() in ShowModal() to ensure we don't select a window being deleted as parent

2007-04-23 20:07 VZ, revision 45604

test that the candidate parent window isn't being deleted (this would result in a crash later)

2007-04-23 15:37 PC, revision 45603

revert move events change, it blocks programmatic move events as well

2007-04-23 15:16 VZ, revision 45602

remove wxWindow::m_needParent and use GTKNeedsParent() which can be overridden in just wxMenuBar (and not set in each and every wxGTK control)

2007-04-23 09:28 RR, revision 45601

Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHECK_W32API_VERSION

2007-04-23 04:44 PC, revision 45600

don't send move events for size changes

2007-04-23 04:33 PC, revision 45599

fix return type for "map_event" and "unmap_event" handlers

2007-04-23 00:45 VZ, revision 45598

don't use wxLocale if wxUSE_INTL==0 (fixes 2nd part of bug 1692898)

2007-04-23 00:43 VZ, revision 45597

define wxGetTranslation() as (trivial) inline function, not macro, in wxUSE_INTL==0 case to allow compilation of the code using its second domain argument (fixes bug 1692898)

2007-04-22 23:14 VZ, revision 45596

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any [backport from HEAD]

2007-04-22 23:07 VZ, revision 45595

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any

2007-04-22 22:20 VZ, revision 45594

compilation fixes for PCH-less build

2007-04-22 21:25 VZ, revision 45593

added wxStdDialogButtonSizer test (patch 1705382)

2007-04-22 21:19 VZ, revision 45592

detect if there was an error in standard GTK+ options processing and exit in such case

2007-04-22 21:18 VZ, revision 45591

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them [backport from HEAD]

2007-04-22 21:17 VZ, revision 45590

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them

2007-04-22 20:54 VZ, revision 45589

added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of the standard toolkit options to the usage message and implement it for wxGTK2 (patch 1703077)

2007-04-22 20:34 VZ, revision 45588

added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)

2007-04-22 20:30 VZ, revision 45587

added HasExtraStyle()

2007-04-22 20:27 VZ, revision 45586

don't pass unneeded arguments to AdustForGrowables()

2007-04-22 20:20 VZ, revision 45585

add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962)

2007-04-22 19:32 VZ, revision 45584

don't leave pixels due to rounding errors in wxBoxSizer, allocate the extra pixels to the last item(s) instead, as wxFlexGridSizer (now) does

2007-04-22 19:20 VZ, revision 45583

Many changes/fixes to wxFlexGridSizer implementation (no API changes): - fix the problems addressed by the patch 1667343: * only distribute extra space between growable items, not all space * take hidden items and gaps into account for ALL grow mode layout * fix rounding errors by allocating the remaining pixels to the last item(s) - refactor the code to avoid duplication between row/column cases - use STL-like wxList methods instead of compatibility ones

2007-04-22 17:49 VZ, revision 45582

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133) [backport from HEAD]

2007-04-22 17:47 VZ, revision 45581

updated SetFont() documentation: it returns bool, not void (bug 1705330)

2007-04-22 17:43 PC, revision 45580

fix double to int conversion warning

2007-04-22 15:17 VZ, revision 45579

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343) [backport from HEAD]

2007-04-22 15:14 VZ, revision 45578

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343)

2007-04-22 12:50 VZ, revision 45577

distribute only the extra, free, space according to the items proportions in wxBoxSizer and not the entire available space

2007-04-22 12:31 VZ, revision 45576

(blind) compilation fixes after latest changes

2007-04-22 00:18 KO, revision 45575

Backport of key handling and selection fixes.

2007-04-22 00:04 VZ, revision 45574

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime() [backport from HEAD]

2007-04-22 00:03 VZ, revision 45573

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime()

2007-04-21 23:24 VZ, revision 45572

allow having children of status bar in XRC (patch 1704125) [backport from HEAD]

2007-04-21 23:17 KO, revision 45571

Backporting support for adding wx Window menu items into the system Window menu.

2007-04-21 23:01 KO, revision 45570

Return wx menu items inserted into the Window system menu, similar to what we do for Help and application menus.

2007-04-21 21:44 KO, revision 45569

Fix bug with m_current causing EVT_LIST_KEY_DOWN events not to fire in virtual mode, also added handler for navigation keys and tweaked the virtual code for setting selection.

2007-04-21 21:14 VZ, revision 45568

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133)

2007-04-21 19:29 VZ, revision 45567

added support for image resolution options to PNG handler (heavily modified patch 1704128)

2007-04-21 18:57 VZ, revision 45566

allow having children of status bar in XRC (patch 1704125)

2007-04-21 18:50 VZ, revision 45565

readded wxEditableListBox as part of adv library

2007-04-21 18:32 VZ, revision 45564

added safe check for Pango version and use it to avoid underline hack in wxDC::DrawText() (modified patch 1702301)

2007-04-21 18:17 VZ, revision 45563

add missing dynarray.h includes (patch 1702312) [backport from HEAD]

2007-04-21 18:13 VZ, revision 45562

add missing dynarray.h includes (patch 1702312)

2007-04-21 18:11 VZ, revision 45561

added wxStreamBuffer::Truncate() (patch 1687081)

2007-04-21 17:02 PC, revision 45560

remove redundant GTK_WIDGET casts

2007-04-21 15:13 VZ, revision 45559

fix WXDLLIMPEXP_STC definition when building all wx libraries as DLLs (patch 1704527)

2007-04-21 15:10 VZ, revision 45558

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312) [backport from HEAD]

2007-04-21 15:04 VZ, revision 45557

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312); added a unit test for this

2007-04-21 14:58 VZ, revision 45556

oops, restored wrongly removed semicolon

2007-04-21 10:52 VZ, revision 45555

removed extraneous semicolons

2007-04-20 22:27 DE, revision 45554

Remove Objective-C class posing for everything except for NSApplication.

2007-04-20 20:21 DE, revision 45553

Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files. No new or changed code. Work on behalf of Software 2000 Ltd.

2007-04-20 11:03 CE, revision 45552

add const to avoid hiding warning

2007-04-20 09:03 BIW, revision 45551

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:54 BIW, revision 45550

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:29 JJ, revision 45549

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms

2007-04-20 08:16 JJ, revision 45548

Committing in . Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms OpenVMS build update wxWidgets/include/wx/unix/glx11.h Removed superfluous semi-colon wxWidgets/samples/db/dbtest.cpp wxWidgets/samples/db/listdb.cpp fixed wxString cast problems ----------------------------------------------------------------------

2007-04-20 08:09 CE, revision 45547

add const to avoid hiding warning

2007-04-20 01:40 VZ, revision 45546

fix unused parameters warnings

2007-04-20 01:39 VZ, revision 45545

corrected DLL export declaration of wxTimerEvent to fix VC++ DLL build

2007-04-20 01:29 VZ, revision 45544

preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 1. Changed wxTimer to use wxTimerImpl 2. Added Unix-specific generic timer implementation 3. Added wxAppTraits::CreateTimerImpl()

2007-04-20 01:21 VZ, revision 45543

removed extra membersections (patch 1702329)

2007-04-20 01:18 VZ, revision 45542

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847) [backport from HEAD]

2007-04-20 01:16 VZ, revision 45541

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847)

2007-04-19 22:13 VZ, revision 45540

compilation fix (misplaced comma in OnIdle)

2007-04-19 18:33 VS, revision 45539

fixed wxCStrData::operator[] to use wxString::operator[] instead of at()

2007-04-19 18:28 VS, revision 45538

added tests for wxCStrData::operator* and operator[]

2007-04-19 16:58 PC, revision 45537

Reorganize idle system code. Installing idle handler from GTK callbacks is no longer necessary.

2007-04-19 12:47 RR, revision 45536

Fix inplace editing of custom controls for GTK+ variant of wxDataViewCtrl.

2007-04-19 11:25 VS, revision 45535

added missing forward declaration for wxCStrData

2007-04-19 10:57 VS, revision 45534

fixed compilation of STL non-UTF8 builds

2007-04-19 10:05 VS, revision 45533

moved primitive string and string iterators operations to stringops.h/cpp files to make wxString code easier to read

2007-04-19 08:04 VS, revision 45532

moved vararg CRT functions wrappers to a new wxcrtvararg.h header

2007-04-19 07:44 VS, revision 45531

moved vararg CRT functions wrappers to a new wxcrtvararg.h header

2007-04-19 01:05 VZ, revision 45530

removed obsolete wxUSE_WX_RESOURCES check

2007-04-18 17:24 PC, revision 45529

backport rev 1.60: don't clamp scroll position before updating GtkRange

2007-04-18 17:15 PC, revision 45528

non-pch build fix

2007-04-18 12:31 RR, revision 45527

Corrected/implemented sorting (by way of clicking on on the header button) for the generic code.

2007-04-18 09:34 VS, revision 45526

fixed DLL linking of wxMessageOutput class

2007-04-18 08:44 RR, revision 45525

Escape slashes.

2007-04-18 08:37 RR, revision 45524

Doc correction.

2007-04-18 08:32 VS, revision 45523

compilation fix

2007-04-17 20:36 RR, revision 45522

Updated wxDataViewCtrl docs.

2007-04-17 16:40 RD, revision 45521

wx.lib.flatnotebook: Patch from Andrea that implements the following: * A new style FNB_FF2: my intentions were to make it like Firefox 2, however it turned out to be an hybrid between wxAUI notebook glose style & FF2 ...I still think it looks OK. The main purpose for making it more like wxAUI is to allow applications that uses both to have same look and feel (or as close as it can get...); * Changed the behavior of the left/right rotation arrows to rotate single tab at a time and not bulk of tabs; * Updated the demo module.

2007-04-17 16:26 RD, revision 45520

Patch from Andrea that fixes the following problems/issues: a) ZeroDivisionError when using the Vista selection style and calling SelectItem; for some strange reason, sometimes the item rect is not initialized and that generates the ZeroDivisionError when painting the selection rectangle; b) Added a DeleteWindow method to GenericTreeItem class, for items that hold a widget next to them; c) Renamed CustomTreeCtrl method IsEnabled to IsItemEnabled, otherwise it conflicts with wx.Window.IsEnabled; d) Now CustomTreeCtrl behaves correctly when the widget attached to an item is narrower (in height) than the item text;

2007-04-17 15:32 VS, revision 45519

added conversion to and from std::string and std::wstring (if wxUSE_STD_STRING)

2007-04-17 12:08 RR, revision 45518

Implemented the same simple API for creating customized in-place editing controls for GTK+ and the generic version and demonstrate its use in the sample using a wxSpinCtrl.

2007-04-17 05:48 PC, revision 45517

add wxUSE_STC wrappers

2007-04-17 01:22 VZ, revision 45516

compilation fix for PCH-less compilation

2007-04-17 01:19 VZ, revision 45515

compilation fix for PCH-less compilation after last commit

2007-04-16 23:28 RD, revision 45514

More fixes needed for allowing classes to be derived from PyAuiDockArt and PyAuiTabArt.

2007-04-16 21:46 VZ, revision 45513

reverted last change as using pango_version_check() (unavailable in the old Pango versions) makes wx applications impossible to run on older systems

2007-04-16 20:51 RD, revision 45512

Don't use m_popupInterface pointer if it is still NULL (backport from HEAD)

2007-04-16 19:43 RD, revision 45511

reSWIGged

2007-04-16 19:27 RD, revision 45510

wxMac has wxGLContext.SetCurrent now

2007-04-16 19:26 RD, revision 45509

Add wxCONTROL_FLAT

2007-04-16 19:25 RD, revision 45508

Add wxAPPLY, wxCLOSE

2007-04-16 19:23 RD, revision 45507

Add wxSVGFileDC

2007-04-16 19:16 RD, revision 45506

User lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-16 19:05 RD, revision 45505

Don't use m_popupInterface pointer if it is still NULL

2007-04-16 19:04 RD, revision 45504

Fix DLL compilation

2007-04-16 18:59 RD, revision 45503

Patch from FN that fixes bug in RefreshItem on an item that has no corresponding node in the tree yet (because its parent isn't expanded yet) triggered an exception.

2007-04-16 18:24 VZ, revision 45502

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682) [backport from HEAD]

2007-04-16 18:21 VZ, revision 45501

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682)

2007-04-16 14:56 VZ, revision 45500

corrected the direction of comparisons between wxString and char/wxChar strings

2007-04-16 14:20 VZ, revision 45499

removed superfluos semicolon

2007-04-16 13:03 VZ, revision 45498

removed extra semicolons to fix compilation with gcc -Wpedantic (patch 1701236)

2007-04-16 12:45 RR, revision 45497

Rewritten in-place editing for generic wxDataViewCtrl moving the code (partly) to the renderer and away from the wxDataViewCtrl class. Adding new in-plae editors (wxChoice) should be much simpler now. Also implemented using Validate() before committing a change to the data model.

2007-04-16 11:04 VS, revision 45496

added wxMBConv argument to char_str()

2007-04-16 06:59 VS, revision 45495

added wxCStrData::As[W]CharBuf() that doesn't keep converted string in memory for longer than needed

2007-04-16 01:26 VZ, revision 45494

more native look for wxCheckListBox (especially under XP) (modified patch 1690068)

2007-04-16 01:22 VZ, revision 45493

added new wxCONTROL_FLAT bit (see discussion of patch 1691478)

2007-04-16 00:53 VZ, revision 45492

use wxRenderer::DrawCheckBox() instead of doing it manually

2007-04-16 00:51 VZ, revision 45491

implement DrawCheckBox() in class Win32 renderer (modified patch 1691478)

2007-04-15 23:29 VZ, revision 45490

don't erase background in GL canvases to reduce flicker

2007-04-15 23:21 VZ, revision 45489

added #ifdef __X__ forgotten in last commit

2007-04-15 23:09 VZ, revision 45488

use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context

2007-04-15 23:08 VZ, revision 45487

fix handling of stock menu items (creating a stock item without label left its label empty)

2007-04-15 23:06 VZ, revision 45486

Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp

2007-04-15 22:54 VZ, revision 45485

added wxGetX11Display() returning the pointer of the correct type, unlike the old wxGetDisplay()

2007-04-15 19:02 VS, revision 45484

removed implicit conversion from wxString::iterator to wxStringImpl::iterator (fixes VC6 compilation)

2007-04-15 18:47 VS, revision 45483

compilation fix for VC6 with wxUSE_STL=1

2007-04-15 16:43 VZ, revision 45482

removed unnecessary return in a void function

2007-04-15 15:23 VZ, revision 45481

added back SetCurrent() call accidentally removed in one of recent commits

2007-04-15 15:21 VZ, revision 45480

use slightly more light

2007-04-15 15:13 VZ, revision 45479

use textures in the shared context to test how this works when using multiple windows with the same context

2007-04-15 11:43 MBN, revision 45478

Make wxClassInfo attributes private. Replace direct access to sm_classTable with a (const) iterator interface.

2007-04-15 10:07 VS, revision 45477

implement wxString:IsXXX() methods using iterators

2007-04-15 00:54 VZ, revision 45476

reorganized the code to put the logic in wxGLContext-derived class but keep the state in the window

2007-04-15 00:32 VZ, revision 45475

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize() [backport from HEAD]

2007-04-15 00:28 VZ, revision 45474

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize()

2007-04-14 23:35 VZ, revision 45473

added wxRTTI macros to stream classes (patch 1687073)

2007-04-14 23:15 VZ, revision 45472

added overloads of ctor/insert/assign/append taking a pair of wxCStrData objects to allow compilation of expression like wxString(s.c_str()+1, s.c_str()+2) (fixes wxUniv compilation)

2007-04-14 19:05 VS, revision 45471

don't compile Scintilla sources with -Wall

2007-04-14 18:27 VS, revision 45470

fixed the order of aboutdlg.h file

2007-04-14 17:59 RR, revision 45469

Add test for Validate()

2007-04-14 17:58 RR, revision 45468

Text alignment is for GTK 2.10 and above only.

2007-04-14 17:39 PC, revision 45467

fix assert on gtk

2007-04-14 16:58 VS, revision 45466

added ability to create 'non-owned' buffers that aren't freed by wxCharBuffer dtor

2007-04-14 16:06 VS, revision 45465

VC6 compilation fix

2007-04-14 15:52 CE, revision 45464

add svg in new location

2007-04-14 14:31 CE, revision 45463

remove outdated makefiles and .cvsignore

2007-04-14 14:26 CE, revision 45462

add back stc

2007-04-14 14:24 CE, revision 45461

stc src and includes added back

2007-04-14 14:20 CE, revision 45460

stc sample added back

2007-04-14 14:13 SC, revision 45459

fixing the assert

2007-04-14 13:22 VZ, revision 45458

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)

2007-04-14 13:17 VZ, revision 45457

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)