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