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.

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)