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-10-12 20:04 JS, revision 49139

Warning fix

2007-10-12 19:36 RR, revision 49138

Implemented HasContainerColumns() for GTK+

2007-10-12 19:17 DE, revision 49137

Implement wxWindow::GetTextExtent to use wxDC to at least return something reasonable rather than leaving uninitialized garbage values unchanged. Fix wxWindow::DoSetVirtualSize so that the underlying Cocoa view always takes up at least as much area as its enclosing clip view. In particular, wxDefaultCoord was not being handled, resulting in -1 size components. Together, these make the generic wxListCtrl mostly usable.

2007-10-12 18:31 RR, revision 49136

added wxDataViewModel::HasContainerColumns

2007-10-11 19:56 JS, revision 49129

Make SaveFile and LoadFile virtual so they can be overridden

2007-10-11 15:58 CE, revision 49128

update makefiles

2007-10-11 12:18 CE, revision 49127

Borland still hates ?

2007-10-11 09:46 VZ, revision 49126

wxUniv compilation fixes in themed border drawing code

2007-10-10 21:54 MW, revision 49124

Add quick builds for Windows.

2007-10-10 19:44 VS, revision 49123

compilation fixed for wxDataViewCtrl: almost no class was properly exported in wxGTK version

2007-10-10 17:01 CE, revision 49122

update setup.h for univ

2007-10-10 15:45 VZ, revision 49121

compilation fix for wxUniv: don't use the native wxTextEntry class in this case

2007-10-10 10:52 CE, revision 49120

update souce of wxart2d

2007-10-10 10:51 CE, revision 49119

update souce of wxart2d

2007-10-10 10:29 VS, revision 49118

compilation fixes

2007-10-10 10:27 BIW, revision 49117

added DockFixed() pane option; doc updates

2007-10-10 10:23 BIW, revision 49116

added DockFixed() pane option; doc updates

2007-10-10 09:48 VS, revision 49115

compilation fix for Mingw: it doesn't have std::wostream

2007-10-10 07:44 CE, revision 49114

fixes as per http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92325

2007-10-10 07:20 CE, revision 49113

patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks chris

2007-10-09 16:04 RD, revision 49111

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 16:03 RD, revision 49110

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 15:29 SC, revision 49109

removing interference between two layering fixes

2007-10-09 11:20 JS, revision 49108

Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table to wxRichTextBuffer to reduce wxFont consumption and increase performance.

2007-10-09 09:20 JJ, revision 49107

src/X11/font.cpp needs smae change as other wxXXX versions

2007-10-09 09:18 JJ, revision 49106

Give NULL explicit type to make interface recognizeable

2007-10-09 09:17 JJ, revision 49105

Update OpenVMS Build

2007-10-09 07:25 BIW, revision 49104

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 07:22 BIW, revision 49103

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 00:10 VZ, revision 49102

added a trivial test for wxString stream insertion operators

2007-10-09 00:09 VZ, revision 49101

renamed a strangely named variable

2007-10-09 00:09 VZ, revision 49100

define insertion operator in std::wostream in Unicode build

2007-10-09 00:01 VZ, revision 49099

fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build

2007-10-09 00:01 VZ, revision 49098

don't define operator<<(ostream&, wxString) at all if it's already defined in the library

2007-10-09 00:00 VZ, revision 49097

no need to use ToAscii() explicitly in wxBase64Decode() call after r49095

2007-10-08 23:50 VZ, revision 49096

compilation fix for wxUSE_STL==1 build

2007-10-08 23:41 VZ, revision 49095

added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build

2007-10-08 22:29 RD, revision 49094

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:28 RD, revision 49093

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:16 RD, revision 49092

Added missing wxPython event binders for the notebook tab events

2007-10-08 13:00 VZ, revision 49091

removed extra const in DoGetFilenames() declaration

2007-10-08 11:35 VZ, revision 49090

use wxFD_XXX constants instead of wxXXX in the docs

2007-10-08 08:10 CE, revision 49089

remove reference to old sample

2007-10-08 08:00 CE, revision 49088

set minimum bcc32 version to turbo explorer

2007-10-07 23:24 VZ, revision 49087

blind fix for Borland problems with operator?: after latest changes

2007-10-07 22:11 VZ, revision 49086

simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations

2007-10-07 21:58 VZ, revision 49085

made wxTreeCtrl::GetNextVisible() behave in the same way in Win32 as in the generic version and implemented GetPrevVisible() in the generic version

2007-10-07 21:48 VZ, revision 49084

don't create m_dottedPen with an invalid 0 style which results in an assert under MSW

2007-10-07 21:20 VS, revision 49083

compilation fixes for x86_64; use wxLogDebug instead of wxPrintf

2007-10-07 19:54 VZ, revision 49082

no changes, just fixed a typo in an error message

2007-10-07 19:49 VZ, revision 49081

updated copyright year to 2007

2007-10-07 19:46 VZ, revision 49080

removed base.rc which is unused since many years

2007-10-07 19:15 RR, revision 49079

Update from Hartwig for OS X implementation

2007-10-07 17:15 VS, revision 49078

globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it

2007-10-07 17:02 VZ, revision 49077

made Blur() methods const (bug 180914)

2007-10-07 14:12 JS, revision 49076

Corrected typo affecting outline level reading

2007-10-07 14:12 JS, revision 49075

Corrected typo affecting outline level reading

2007-10-07 14:11 JS, revision 49074

Added missing URL attribute testing

2007-10-07 14:09 JS, revision 49073

Added missing URL attribute testing

2007-10-07 11:19 VZ, revision 49072

fixed several problems due to use of GetEditHWND() when the edit control is not available

2007-10-07 10:45 VZ, revision 49071

fixed totally wrong change in r49070

2007-10-06 22:10 VZ, revision 49070

don't use using directive, Watcom seems to have problems with it

2007-10-06 21:06 VZ, revision 49069

added richtext sources

2007-10-06 21:02 VZ, revision 49068

fixed bug with inversed IsEditable() return value

2007-10-06 12:38 VZ, revision 49064

always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build

2007-10-06 09:02 JS, revision 49063

Fixed dangling pointer bug

2007-10-06 09:02 JS, revision 49062

Fixed dangling pointer bug

2007-10-06 08:44 CE, revision 49061

Borland has only lfind

2007-10-06 00:14 VZ, revision 49059

fix GetPaths() and GetFilenames() too

2007-10-05 23:54 VZ, revision 49058

fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch

2007-10-05 22:56 VS, revision 49057

use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable

2007-10-05 22:42 VS, revision 49056

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 22:41 VS, revision 49055

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 20:48 RD, revision 49053

bump subrelease number

2007-10-05 20:12 DE, revision 49052

Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.

2007-10-05 19:33 MW, revision 49051

Add <name> to <compile-subdir>. It is what appears on the top of the column when the step fails.

2007-10-05 19:05 RR, revision 49050

forgot to commit

2007-10-05 17:03 CE, revision 49044

add DMC to misbehaving compilers

2007-10-04 15:59 MW, revision 49043

Cache user and group name as these can be expensive to get on some systems.

2007-10-04 15:55 MW, revision 49042

Add buildbot tools and config include files.

2007-10-04 15:52 CE, revision 49041

add missing inc files docsrc.rsp

2007-10-04 15:51 CE, revision 49040

add missing inc files docsrc.rsp

2007-10-04 12:50 MW, revision 49039

Fix wxString::replace when nLen is wxString::npos.

2007-10-04 12:03 VZ, revision 49038

check for m_filectrl != NULL in OnUpdateButtonsUI() (fixes crash under GTK1)

2007-10-04 12:01 SC, revision 49037

supporting failed data conversions

2007-10-04 10:10 SC, revision 49036

make conversion fail safe on OS X (japanese to mac roman ascii conversions lead to a crash)

2007-10-04 07:40 SC, revision 49035

compile error in non-quartz builds

2007-10-04 07:32 SC, revision 49034

icns support from resources

2007-10-04 07:30 SC, revision 49033

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:29 SC, revision 49032

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:27 SC, revision 49031

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:26 SC, revision 49030

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:25 SC, revision 49029

Hide toplevel window in order to avoid erratic redraws of zombie windows on mac

2007-10-04 04:58 SC, revision 49028

fixing utf16 recognition, as this always conforms to public-plain-text the sequence needs to be inverted

2007-10-03 22:36 VZ, revision 49027

fix range used for native volume in Set/GetVolume()

2007-10-03 22:35 VZ, revision 49026

fix range used for native volume in Set/GetVolume() and simplify the code a bit

2007-10-03 21:45 VZ, revision 49025

look for message catalogs also directly under prefix in GetMsgCatalogSubdirs() as we used to do in 2.6

2007-10-03 00:36 VZ, revision 49022

some (blind) compilation fixes after wxString/Unicode changes

2007-10-03 00:13 VZ, revision 49021

semaphore with count of 1 is not exactly the same as mutex

2007-10-02 17:34 VZ, revision 49020

initialize all fields of WINDOWPOS struct to avoid mingw32 warnings

2007-10-02 14:56 MW, revision 49019

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 14:56 MW, revision 49018

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 11:36 VZ, revision 49017

fix several mingw32 warnings (patch from Tim Stahlhut)

2007-10-02 11:32 VZ, revision 49016

PCH-less compilation fix

2007-10-02 11:31 VZ, revision 49015

mention that Win32 mutexes are always recursive

2007-10-02 11:25 VZ, revision 49014

don't leak wxFileType returned from GetFileTypeFromExtension(); fix compilation with wxUSE_MIMETYPE==0

2007-10-02 10:41 RR, revision 49013

Document _ITEM_VALUE_CHANGED and implmement it equally as being sent from valueChanged and ItemChanged. Remove other _MODEL_XXX events.

2007-10-02 10:30 CE, revision 49012

typo fix

2007-10-02 09:39 CE, revision 49011

add misisng files

2007-10-01 21:25 MW, revision 49010

Code around a bug in getgrgid_r which I've just noticed exists in some versions of glibc but not others. It fails to return a value through its last parameter. getpwuid_r doesn't seem to have the same bug, but avoid its last parameter too as a bit of defensive programming.

2007-10-01 17:43 VZ, revision 49009

don't use tif_os2.c which doesn't exist any more

2007-10-01 16:13 BIW, revision 49008

better child focus

2007-10-01 16:02 BIW, revision 49007

better child focus

2007-10-01 13:02 VZ, revision 49006

include jconfig.vc under OS/2 too

2007-10-01 12:14 VZ, revision 49005

define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too to avoid warnings about __declspec being ignored in forward declarations

2007-10-01 11:54 VZ, revision 49004

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-10-01 11:46 JJ, revision 49003

OpenVMS : removing dependency on obsolete Porting-library (Jackets)

2007-10-01 10:54 RR, revision 49002

Added API for adding/deleting/changing multiple items

2007-10-01 05:58 JJ, revision 49001

OpenVMS update

2007-09-30 20:37 VZ, revision 49000

don't crash in GetAsDOS() if the time is not in time_t range (bug 1804421)

2007-09-30 19:57 SC, revision 48999

making sure we only have single selection (1802048)

2007-09-30 19:28 VZ, revision 48998

really fixed the DST test by using explicit country in it

2007-09-30 19:27 VZ, revision 48997

return the beginning/end of DST in local time, not UTC, for consistency with the other methods; fixed the test

2007-09-30 19:11 VZ, revision 48996

cleaned up and significantly simiplied Format() handling of %c and %x formats and fixed an assert failure in UTF-8 build due to the use of invalid Unicode characters such as -1

2007-09-30 11:11 VS, revision 48995

generate #line references to source .xrc files in wxrc --gettext (patch #1803492 by Heikki Linnakangas)

2007-09-30 11:09 VS, revision 48994

include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas)

2007-09-30 10:52 VS, revision 48993

_WX_DECLARE_OBJARRAY was missing reserve() declaration

2007-09-30 10:44 VS, revision 48992

use reserve() instead of Alloc() in WX_APPEND_ARRAY so that it works with std classes too

2007-09-30 00:58 VZ, revision 48991

fix compilation in Unicode build (not sure if this fixes run-time behaviour though...)

2007-09-30 00:50 VZ, revision 48990

another wxCmdLineEntryDesc compilation fix

2007-09-29 23:10 VZ, revision 48989

fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998

2007-09-29 22:28 VZ, revision 48988

ANSI mode compilation fix

2007-09-28 23:15 VZ, revision 48987

PCH-less build fix

2007-09-28 23:14 VZ, revision 48986

correct properties were not set during initial add somehow

2007-09-28 22:17 VZ, revision 48985

another compilation fix after wxCmdLineEntryDesc changes

2007-09-28 22:15 VZ, revision 48984

backport WX_ASSERT_SIZET_EQUAL from trunk, use it to fix compilation of the test on 64 bit platforms

2007-09-28 21:54 VZ, revision 48983

PCH-less build fix

2007-09-28 16:01 CE, revision 48982

vc6 did not like this (void function returning a value)

2007-09-28 11:39 MW, revision 48981

Add buildbot configuration.

2007-09-28 07:00 RD, revision 48980

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:58 RR, revision 48979

Backport DoDrawArc fix (close it)

2007-09-28 06:53 RD, revision 48978

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:51 RD, revision 48977

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:50 RD, revision 48976

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:45 RD, revision 48975

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:44 RD, revision 48974

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:42 RD, revision 48973

Moving recent wxPython tags to wxPython/tags

2007-09-27 20:29 RR, revision 48969

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 20:21 RR, revision 48968

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 15:19 VS, revision 48967

use Assign to copy wxLists, operator= is broken (and can't be fixed in 2.8 in binary compatible way, because it's inline

2007-09-27 15:01 VS, revision 48966

copy the list in wxList::operator=(), for consistency with typed macro-based lists

2007-09-27 12:49 VZ, revision 48965

added disambiguation for Clear() too

2007-09-27 12:47 VZ, revision 48964

don't declare HasSelection() in this class and especially don't declare it as protected

2007-09-27 12:44 VZ, revision 48963

added msw/textentry{cpp,h}

2007-09-27 09:05 VS, revision 48962

fixed cellpadding when printing (bug #1795572)

2007-09-27 08:09 JJ, revision 48961

2007-09-26 23:10 VZ, revision 48960

continue with loading the message catalog even if setting the locale failed

2007-09-26 22:57 VZ, revision 48959

fixed command line processing which was preempted by wxApp::OnInit() call

2007-09-26 22:41 VZ, revision 48958

compilation fix after wxTRANSLATE() changes

2007-09-26 22:32 VZ, revision 48957

another compilation fix PCH-less build

2007-09-26 20:57 RR, revision 48956

Compilo

2007-09-26 20:14 RR, revision 48955

Compilo for non-PCH

2007-09-26 19:33 RR, revision 48954

Forgot to commit

2007-09-26 16:52 VZ, revision 48953

part of wxComboBox to wxEntry refactoring (should have been part of rev48952)

2007-09-26 16:48 VZ, revision 48952

refactor wxMSW code to extract parts common to wxTextCtrl and wxComboBox into wxTextEntry

2007-09-26 16:23 VZ, revision 48951

remove wxComboBox-specific hack, override DoSetToolTip() in wxComboBox itself instead

2007-09-26 12:18 VZ, revision 48950

compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replace() generates 2 events instead of 1...)

2007-09-26 12:17 VZ, revision 48949

compilation fix for wxGTK1

2007-09-26 08:20 CE, revision 48948

2.8.6 release

2007-09-26 06:41 JS, revision 48947

Added forward declaration for wxWindow

2007-09-26 06:40 JS, revision 48946

Added forward declaration for wxWindow

2007-09-26 00:39 VZ, revision 48945

fix harmless unused parameter warning

2007-09-26 00:30 VZ, revision 48944

added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms

2007-09-26 00:28 VZ, revision 48943

added unit test for some of wxTextCtrl methods and its events generation

2007-09-25 23:22 VZ, revision 48941

fix operator<<() for wxString

2007-09-25 23:14 RD, revision 48940

Don't use the WXK_NUMPAD_* values for the EVT_CHAR events.

2007-09-25 23:13 RD, revision 48939

don't overdo the clipping otherwise we truncate descenders in the header label on OS X

2007-09-25 16:56 VZ, revision 48938

define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings during wxMotif build

2007-09-25 16:53 VZ, revision 48937

fix warning about visibility attribute ignored on non-class types (which was given for wxGetClipboardData only but change the other functions too for consistency)

2007-09-25 14:39 JJ, revision 48936

2007-09-25 07:59 CE, revision 48935

2.8.6

2007-09-24 22:52 RD, revision 48934

wxT() needed

2007-09-24 22:30 VS, revision 48931

document that GetPropVal's argument must not be NULL

2007-09-24 22:29 VS, revision 48930

document that GetAttribute's argument must not be NULL

2007-09-24 22:09 VS, revision 48929

wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it

2007-09-24 22:08 VS, revision 48928

wxXmlNode::GetPropVal's pointer argument must not be NULL, check for it

2007-09-24 21:07 RR, revision 48927

Reduce width and height of drawing ops by one in all vector printing backends

2007-09-24 20:42 RR, revision 48926

Fix various minor PS issues

2007-09-24 18:25 RD, revision 48925

Always reset m_curPage in RemovePage incase the last page has been removed and the notebook will be empty

2007-09-24 18:18 RD, revision 48924

Avoid double deletion of notebook page windows, don't call DestroyChildren in ~wxAuiMDIClientWindow. Also skip the hide page optimization when destroying the notebook.

2007-09-24 14:04 RR, revision 48923

Use line width code from GTK+ print in GNOME print

2007-09-24 14:04 RR, revision 48922

Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally

2007-09-24 13:12 JS, revision 48921

Didn't fix the ReadLine hang bug after all

2007-09-24 13:11 JS, revision 48920

Reverted last change that causes further problems

2007-09-24 10:34 CE, revision 48919

doing 2.8.6

2007-09-24 09:42 RR, revision 48918

Compilation with new dc code

2007-09-24 09:30 RR, revision 48917

reorganized wxSVGFileDC code

2007-09-23 23:42 VZ, revision 48913

added wxWindow::GetPopupMenuSelectionFromUser() (modified patch 1793823)

2007-09-23 11:27 RR, revision 48910

Converted wxGTK's basic DC classes to new DC code

2007-09-23 00:20 VZ, revision 48909

don't define wxCRT_xxprintfW function if the corresponding xxprintfw() standard functions are not available

2007-09-23 00:14 VZ, revision 48908

revert last change (r48897)

2007-09-22 19:17 RD, revision 48907

Since we are ignoring horizontal wheel motion for now we need to reset the event type, otherwise bogus left down events will be sent.

2007-09-22 12:08 VZ, revision 48905

include wx/log.h to fix PCH-less compilation

2007-09-22 11:10 CE, revision 48904

add missing sample stc

2007-09-22 09:55 RR, revision 48903

Removed last bits of DrawScaledBitmap (was removed part of GTK+ printing patch)

2007-09-22 04:40 PC, revision 48902

use logical operator &&, not bitwise &; indentation fix

2007-09-22 04:40 PC, revision 48901

unused variables, useless assert

2007-09-22 04:40 PC, revision 48900

unused variable, more efficient increment operator

2007-09-22 01:30 BP, revision 48899

Corrected doc typo (missing escaped underscore).

2007-09-21 23:54 VZ, revision 48898

ifconfig under NetBSD also takes -a

2007-09-21 23:50 VZ, revision 48897

*wprintf() functions should be extern, not static, when we define them in wxNEED_WPRINTF case

2007-09-21 21:38 RD, revision 48896

fix for non-pch builds

2007-09-21 20:15 SC, revision 48895

supporting wxBU_EXACTFIT

2007-09-21 19:56 VZ, revision 48894

include tif_config.h using <> instead of ""

2007-09-21 18:47 VZ, revision 48893

bring the new linpng 1.2.20 (without its contrib subdirectory) into trunk

2007-09-21 18:45 VZ, revision 48892
  • D /wxWidgets/trunk/src/png

remove old libpng 1.2.7

2007-09-21 18:43 VZ, revision 48891

added more convenient wxDL_INIT_FUNC[_AW] macros and use them instead of verbose wxDynamicLibrary::GetSymbol() calls

2007-09-21 18:31 VZ, revision 48890

made gs_msgXXX variables static

2007-09-21 18:28 VZ, revision 48889

allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically (more importantly, allow applications using to start up under Win95 as they didn't without it)

2007-09-21 17:53 JS, revision 48888

Doc corrections

2007-09-21 17:53 JS, revision 48887

Doc corrections

2007-09-21 17:51 VZ, revision 48886

predefine _WIN32_IE before including shellapi.h too to allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon

2007-09-21 16:47 SC, revision 48885

reverting patch 1789066

2007-09-21 16:04 PC, revision 48884

allow copying wxFormatString for compiler-generated temporaries

2007-09-21 16:03 VZ, revision 48883

tagging libpng 1.2.20

2007-09-21 16:02 VZ, revision 48882

importing libtiff 1.2.20

2007-09-21 15:04 VZ, revision 48881

copy tif_config.h.vc to tif_config.h, this file will be used for all builds not using configure (for configure-based builds the file with the same name in the build directory will be used)

2007-09-21 14:13 VZ, revision 48880

use libtiff/libjpeg VC-specific include files for all Win32 compilers, including mingw32 (and even when using configure which is wrong but will be fixed later)

2007-09-21 13:57 VZ, revision 48879

removed extra semicolon

2007-09-21 13:57 VZ, revision 48878

put __attribute__((deprecated)) before declaration and not after it as gcc seems to accept both and doing it like this allows to simplify wxDEPRECATED_INLINE() definition by using the same expansion for all compilers

2007-09-21 13:43 JS, revision 48877

Added space to help with PDF RTF generation

2007-09-21 13:35 JS, revision 48876

Corrected typo

2007-09-21 13:34 VZ, revision 48875

no changes, just a typo fix

2007-09-21 13:30 JS, revision 48874

Size of help window tabs reduced to prevent ugly overlap

2007-09-21 13:30 JS, revision 48873

Size of help window tabs reduced to prevent ugly overlap

2007-09-21 12:46 JS, revision 48872

Update to obsolete but occasionally useful script

2007-09-21 12:45 JS, revision 48871

Reverting unnecessary fix

2007-09-21 12:44 JS, revision 48870

Reverted unnecessary fix

2007-09-21 12:44 VZ, revision 48869

fix VC6 warnings

2007-09-21 12:40 JS, revision 48868

Make SetFont actually do something

2007-09-21 12:39 JS, revision 48867

Make SetFont actually do something

2007-09-21 12:34 VZ, revision 48866

added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap>::UseAlpha() to fix Sun CC compilation

2007-09-21 12:27 VZ, revision 48865

make wxScopeGuardImplBase copy ctor public to avoid Sun CC warnings

2007-09-21 12:00 VZ, revision 48864

various warning fixes for icc 9.1 compilation - variable shadowing - unused code and variables - extra semicolons

2007-09-21 11:55 VZ, revision 48863

don't do anything before including the PCH header

2007-09-21 11:53 VZ, revision 48862

don't do anything before including the PCH header

2007-09-21 11:34 VZ, revision 48861

include vms_jackets.h directly from wx/platform.h instead of doing it before wx/wxprec.h as this breaks PCH usage

2007-09-21 11:27 VZ, revision 48860

fix icc warnings about shadowed variables and mismatching printf format

2007-09-21 11:25 VZ, revision 48859

functions not taking argument must be declared as (void) in C, not ()

2007-09-21 11:22 VZ, revision 48858

removed wxEVT_POWER which wasn't declared nor used anywhere anyhow

2007-09-21 10:59 RR, revision 48857

more work on wxDC reorganizing

2007-09-21 10:56 VZ, revision 48856

removed an extra semicolon

2007-09-21 10:54 VZ, revision 48855

don't shadow declaration of nIndex variable

2007-09-21 10:51 JS, revision 48854

Optimized update events by only sending them to visible windows

2007-09-21 10:51 VZ, revision 48853

use the lower-case version of the parameter in GetEndianness() as intended (thanks icc for the warning)

2007-09-21 10:50 VZ, revision 48852

check whether compiler supports visibility pragmas used for broken libstdc++ visibility workaround and don't use visibility at all if it doesn't (which is the case for icc)

2007-09-21 10:39 RR, revision 48851

Mention that DrawLines( wxList *) is deprecated

2007-09-21 10:34 JS, revision 48850

Corrected bug in in revision 47973

2007-09-21 10:33 JS, revision 48849

Corrected bug in in revision 47973

2007-09-21 10:19 SC, revision 48848

drawing sash correctly in quickdraw mode when embedded

2007-09-21 09:21 SC, revision 48847

smaller code, notes for testing and todo

2007-09-21 08:50 JS, revision 48846

Fix for wxLIST_STATE_SELECTED not being returned from GetItem[State]

2007-09-21 08:48 JS, revision 48845

Fix for wxLIST_STATE_SELECTED not being returned when calling GetItem[State]

2007-09-21 02:48 PC, revision 48844

wcstod seems to be more widely available than wcstof

2007-09-21 02:39 PC, revision 48843

build fix for AIX

2007-09-21 02:39 PC, revision 48842

fix for HP and IBM compilers, calls to static template functions must be qualified

2007-09-20 23:11 VZ, revision 48841

allow the user to press Esc to close preview frame wherever the focus is, not only if it's on the canvas itself (patch 1719276)

2007-09-20 22:58 VZ, revision 48840

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids

2007-09-20 22:24 VZ, revision 48839

update from Antonio Cardoso Martins [backport from trunk]

2007-09-20 22:22 VZ, revision 48838

update from Antonio Cardoso Martins

2007-09-20 19:38 RR, revision 48837

Patch from Bo for new selection API and impl. of GetColumnPos

2007-09-20 16:29 VZ, revision 48836

apply XRCID() automatically to XRCSIZERITEM() argument (patch 1798697)

2007-09-20 13:16 VZ, revision 48835

fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0

2007-09-20 12:43 VZ, revision 48834

replaced the old half-done Ukrainian translations with the complete version from the trunk

2007-09-20 12:40 VZ, revision 48833

Ukrainian translation update from Yuri Chornoivan

2007-09-20 12:28 VZ, revision 48832

added Portuguese translation to 2.8 branch too

2007-09-20 12:20 VZ, revision 48831

added Portuguese translation from Antonio Cardoso Martins

2007-09-20 10:23 VZ, revision 48830

remove extra colons and semicolons

2007-09-20 10:22 VZ, revision 48829

added missing wxUSE_RICHEDIT test

2007-09-20 05:01 SC, revision 48828

correcting parenting from the window's overlay layer to its parent group

2007-09-20 02:06 PC, revision 48827

fix HAVE_ macros not being converted to uppercase on Solaris

2007-09-20 00:16 VZ, revision 48826

build fixes for MSVC

2007-09-20 00:02 VZ, revision 48825

rebake after libtiff changes

2007-09-20 00:01 VZ, revision 48824

build updates for libtiff 3.8.2

2007-09-19 23:59 VZ, revision 48823

import libtiff 3.8.2 into the trunk

2007-09-19 23:51 VZ, revision 48822
  • D /wxWidgets/trunk/src/tiff

remove the old hybrid libtiff sources

2007-09-19 23:22 RD, revision 48817

document another place the version number needs updated

2007-09-19 23:21 RD, revision 48816

need image.h for non-precomp build mode

2007-09-19 23:18 RD, revision 48815

rebake with new version number

2007-09-19 23:16 RD, revision 48814

regenerate configure

2007-09-19 23:14 RD, revision 48813

Use autohacks for this script

2007-09-19 23:14 RD, revision 48812

Give wxPowerEvent wxRTTI

2007-09-19 23:11 RD, revision 48811

Give wxPowerEvent wxRTTI, update C:R:A for imminent release

2007-09-19 16:33 SC, revision 48810

upping version number, adding new files

2007-09-19 16:26 SC, revision 48809

adding defines from wxcocoa to darwin wxmac builds

2007-09-19 15:20 SC, revision 48808

support for wxNO_BORDER

2007-09-19 15:05 MW, revision 48807

Remove extra semicolon.

2007-09-19 14:53 SC, revision 48806

preparing for NSCursor usage, turned off by default

2007-09-19 14:52 SC, revision 48805

preparing for NSCursor usage, turned off by default

2007-09-19 14:50 SC, revision 48804

was an inadvertent commit, turning off that functionality again

2007-09-19 14:47 SC, revision 48803

grouping of tlw supported

2007-09-19 14:39 SC, revision 48802

upping version numbers

2007-09-19 14:38 SC, revision 48801

binary compatible workaround for getting the parent for native window grouping

2007-09-19 14:12 JS, revision 48800

Mentioned Stefan's toolbar bug fix

2007-09-19 13:55 RR, revision 48799

GTK+ selects the first item initially, II

2007-09-19 13:48 RR, revision 48798

GTK+ selects the first item initially

2007-09-19 13:48 RR, revision 48797

GTK+ selects the first item initially

2007-09-19 13:39 JS, revision 48796

Updated readme and manual version and date Some clarifications of wxBORDER_THEME Don't use wxBORDER_DOUBLE in GTK+/Univ

2007-09-19 12:42 SC, revision 48795

fixing PICT conversion

2007-09-19 12:24 VZ, revision 48794

use update UI handler for the up and new directory buttons instead of manually updating the controls, this fixes a bug where up button wasn't enabled back after selecting a child of top level directory

2007-09-19 12:19 CE, revision 48793

current/revision/age=2/1/2 for 2.8.6

2007-09-19 12:14 VZ, revision 48792

use drives paths, not names, in the dialog to avoid confusing HandleAction() with the drive names which it fails to interpret properly

2007-09-19 12:01 RR, revision 48791

Mention the future

2007-09-19 11:58 RR, revision 48790

Correct alphabetical order

2007-09-19 11:58 RR, revision 48789

Correct alphabetical order

2007-09-19 11:54 RR, revision 48788

mention wxGTK changes since 2.8.5

2007-09-19 11:47 VZ, revision 48787

remove platform check, always compile this file as it's needed at least by the dialogs sample on all platforms

2007-09-19 11:39 VZ, revision 48786

fix warning about int->bool conversion; wrap long lines to 80 columns

2007-09-19 11:35 RR, revision 48785

Let wxListCtrl generate the context menu event itself

2007-09-19 11:34 RR, revision 48784

Let wxListCtrl generate the context menu event itself

2007-09-19 11:24 RR, revision 48783

Backport wxListBook resizing bug

2007-09-19 10:12 VZ, revision 48782

use fabs() instead of abs() to fix mingw32 compilation (bug 1797589)

2007-09-19 09:19 SC, revision 48781

using CGImage for all native toolbar items

2007-09-19 09:05 CE, revision 48780

2.8.6

2007-09-19 09:01 CE, revision 48779

2.8.6

2007-09-19 01:02 VZ, revision 48778

shut down GDI+ from a module instead of doing it during static object destruction time when it may be too late (patch 1792915)

2007-09-19 00:45 VZ, revision 48777

allow using wxSizerFlags with wxSizer methods adding spacers too (patch 1797272)

2007-09-19 00:41 VZ, revision 48776

fix bug with deleting and recreating entries in wxFileConfig (patch 1796866)

2007-09-18 21:49 MW, revision 48775

template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler *>; instantiates as well as forward declares, which gives us multiple definition link errors on some systems. So trying WXDLLIMPEXP_FWD_XRC on the declaration of m_handlers instead.

2007-09-18 18:37 SC, revision 48774

fix for no striped background under panther when using coregraphics

2007-09-18 18:34 SC, revision 48773

fixing bug 1782738

2007-09-18 17:43 RR, revision 48772

Rearrange code to fix some problems

2007-09-18 17:31 SC, revision 48771

applying patch 1789066

2007-09-18 17:27 SC, revision 48770

adding reminder

2007-09-18 17:09 RR, revision 48769

Correct setting of line width

2007-09-18 15:51 PC, revision 48768

return type for "grab-broken-event" is not void; remove some redundant conditionals

2007-09-18 15:15 JS, revision 48767

Layout corrections

2007-09-18 15:11 JS, revision 48766

Layout corrections

2007-09-18 14:15 JS, revision 48765

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 12:06 VZ, revision 48764

fix for the last commit: reset the dummy wxRICHTEXT_DEFAULT_DROPTARGET pointer in dtor to avoid crashing when trying to delete it in the base class dtor

2007-09-18 12:04 VZ, revision 48763

properly NUL-terminate the buffer returned by wxMBConv::cMB2WC()

2007-09-18 11:07 JS, revision 48762

Committed missing part of earlier bottom tab patch

2007-09-18 10:48 JS, revision 48761

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 09:47 JS, revision 48760

Fixed compilo

2007-09-17 19:47 RD, revision 48758

changelog for 2.8.5.0

2007-09-17 17:24 PC, revision 48755

various small cleanups

2007-09-17 16:43 DE, revision 48754

Instantiate NSSecureTextField instead of NSTextField when wxTE_PASSWORD is specified. Copyright 2007 Software 2000 Ltd.

2007-09-17 15:41 KO, revision 48753

Adding prototype script for creating a wx Mac framework from a configure-based wxPython build.

2007-09-17 14:37 VZ, revision 48752

fix compilation due to wxCmdLineEntryDesc changes once again

2007-09-17 13:37 RR, revision 48751

Always rearrange wxListBook and send out size event, otherwise scrollbar overlaps icons

2007-09-17 13:34 RR, revision 48750

compilation

2007-09-17 11:41 MW, revision 48749

Cache user and group names for tar streams as getting these can be expensive.

2007-09-17 10:56 RR, revision 48748

Don't compile with < GTK 2.4

2007-09-17 10:17 RR, revision 48747

Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs

2007-09-17 10:01 VZ, revision 48746

rename wxFileList to wxFileListCtrl

2007-09-17 09:52 VZ, revision 48745

reverted accidental change to this file as part of rev 48732

2007-09-17 09:28 JS, revision 48744

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:28 JS, revision 48743

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:26 JS, revision 48742

Added omitted variable copy

2007-09-17 09:25 JS, revision 48741

Added omitted variable copy

2007-09-17 09:24 JS, revision 48740

Removed "not yet working" comment for --enable-universal_binary

2007-09-17 09:13 JS, revision 48739

Remove "not yet working" comment for --enable-universal_binary

2007-09-17 00:40 VZ, revision 48738

declare wxVector<wxXmlResourceHandler *> as DLL-exported to avoid VC++ warnings in shared build

2007-09-17 00:32 VZ, revision 48737

don't abbreviate 'control' to 'ctrl' (patch 1780280)

2007-09-17 00:25 VZ, revision 48736

define wxUSE_CAIRO as 0 for non-GTK builds to avoid warnings about using undefined symbols in preprocessor conditions

2007-09-17 00:22 VZ, revision 48734

reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems

2007-09-17 00:14 VZ, revision 48733

added new and improved wxFileCtrl implementation (patch 1763164)

2007-09-17 00:12 VZ, revision 48732

don't access m_clientDataItemsType directly

2007-09-16 23:53 VZ, revision 48731

compilation fix

2007-09-16 23:40 VZ, revision 48730

don't use NULL when we mean 0

2007-09-16 23:27 VZ, revision 48729

fix warnings due to use of WXDLLEXPORT on forward declarations

2007-09-16 23:12 VZ, revision 48728

fix access to client data of wxComboBox in wxUniv by virtualizing access to wxControlWithItems::m_clientDataItemsType

2007-09-16 18:53 VZ, revision 48727

include wx/beforestd.h before iostream headers to avoid problems with visibility in Unix build

2007-09-16 17:51 CE, revision 48726

fix for VC6 sorry

2007-09-16 17:47 CE, revision 48725

fix for VC6

2007-09-16 17:29 CE, revision 48724

remove refernce to removed samples

2007-09-16 14:29 VZ, revision 48723

more fixes for using wxSocket in console applications (patch 1756260)

2007-09-16 11:19 VZ, revision 48722

expand the table cells to fill the entire table width (patch 1722794)

2007-09-16 11:04 VZ, revision 48721

fix divide by 0 bug in UpdateScrollbars() (part of patch 1716763)

2007-09-16 10:57 VZ, revision 48720

destroy the old clipping region before setting the new one (part of patch 1716763)

2007-09-16 10:55 VZ, revision 48719

removed apparent off by 1 bug in the end line calculation in ShowPosition() (part of patch 1716763)

2007-09-16 10:50 VZ, revision 48718

added XRCSIZERITEM() allowing to directly retrieve the sizer from XRC by name (patch 1782080)

2007-09-16 10:24 VZ, revision 48717

use ListView_RedrawItems() to implement wxListCtrl::RefreshItems(); added tests for it to the sample

2007-09-15 23:52 VZ, revision 48716

check whether clipping region is empty, not whether it's null; disable USE_PAINT_REGION which seems to be more harmful than useful (part of patch 1716763)

2007-09-15 23:43 VZ, revision 48715

fix off by one (or rather "off by border width") bug in ScrollWindow() (part of patch 1716763)

2007-09-15 23:35 VZ, revision 48714

fix the bug with not showing all the text in the text control even if there is enough space (replaces patch 1716758)

2007-09-15 22:30 VZ, revision 48713

corrected m_strings array creation broken by last changes

2007-09-15 22:06 RR, revision 48712

Implement wxWindow::SetFocusIgnoringChildren for GTK+

2007-09-15 21:23 VZ, revision 48711

wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes

2007-09-15 11:05 RR, revision 48710

Correct GetLabelItemRect to not include image (as per 2.8 branch)

2007-09-15 10:31 RR, revision 48709

Remove redundant test later in keypress handling

2007-09-15 10:29 RR, revision 48708

Only send keypress events to focus widget, not its parents

2007-09-15 10:28 RR, revision 48707

Only send keypress events to focus widget, not its parents

2007-09-15 02:58 PC, revision 48706

let GtkRange clamp scroll position

2007-09-15 01:09 VZ, revision 48704

get rid of the built-in drop target in rich text controls before setting the user-defined one as otherwise it fails

2007-09-15 00:36 VZ, revision 48703

always NUL-terminate the buffers returned by cWC2MB/cMB2WC() overloads taking input length, even if the input is not NUL-terminated (part of patch 1795174)

2007-09-15 00:32 VZ, revision 48702

fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug 1792727, part of patch 1795174)

2007-09-15 00:18 VZ, revision 48701

use wxSafeConvertWX2MB() instead of mb_str() in operator<<(wxString)

2007-09-15 00:17 VZ, revision 48700

always return positive pixel size, even for negative LOGFONT height values

2007-09-15 00:16 VZ, revision 48699

fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8: as it overrides From/ToWChar(), wxMBConvUTF8 needs to do it (instead of deprecated MB2WC/WC2MB) as well

2007-09-15 00:03 VZ, revision 48698

undo revision 48162 as it broke unit tests

2007-09-14 23:33 VZ, revision 48697

fix a couple of harmless warnings in MSVC build

2007-09-14 23:26 VZ, revision 48696

fix wxCmdLineEntryDesc compilation after latest changes

2007-09-14 23:22 VZ, revision 48695

mention that support for reading alpha from TIFF images was added (rev 47204)

2007-09-14 23:21 VZ, revision 48694

add support for reading alpha data from TIFF images (backport of 47204 from trunk, replaces patch 1793718)

2007-09-14 21:05 VZ, revision 48693

reverted the change of wxCmdLineEntryDesc fields to wxString as this doesn't compile with VC6; make them const char * instead

2007-09-14 21:02 RR, revision 48692

Implement wxDataViewCtrl::GetSortingColumn() and related code for GTK+

2007-09-14 21:02 VZ, revision 48691

added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and use it to work around VC6 warnings about non DLL-exported templates

2007-09-14 21:00 VZ, revision 48690

fix unused parameter warning

2007-09-14 20:36 RR, revision 48689

Implement and test _HEADER_RIGHT_CLICK event for GTK+

2007-09-14 20:30 RR, revision 48688

Implement and test wxDataViewCtrl::GetColumnPosition() for GTK+

2007-09-14 19:51 RR, revision 48687

Forgot this one

2007-09-14 19:50 RR, revision 48686

Patch from Hartwig wrt SELECTION_CHANGE event

2007-09-14 19:02 VZ, revision 48685

blind fix to let wxDB compile in debug without threads

2007-09-14 18:58 VZ, revision 48684

don't crash if conversion to MB string fails in wxLogStream::DoLogString()

2007-09-14 18:54 VZ, revision 48683

fix warning about not enough parameters for WX_DEFINE_GLOBAL_CONV2 with VC6

2007-09-14 17:23 PC, revision 48682

scrolling windows need wx[HV]SCROLL style

2007-09-14 17:04 VZ, revision 48681

added WXDLLIMPEXP_BASE for a couple of template classes having only inline functions as VC7 still needs them in DLL build if these classes are used as base classes or members of other DLL-exported classes (replaces first two parts of the patch 1779004)

2007-09-14 17:00 VZ, revision 48680

fix some harmless warnings (last two parts of patch 1779004)

2007-09-14 16:37 CE, revision 48679

add missing sample

2007-09-14 16:15 CE, revision 48678

add missing sample

2007-09-14 12:19 RR, revision 48677

Remove debug code

2007-09-14 12:18 JS, revision 48676

Fixed caret sizing bug

2007-09-14 12:17 JS, revision 48675

Fixed caret sizing bug

2007-09-14 10:37 RR, revision 48674

Remove check for non-existing wxUSE_TASKBARICON

2007-09-14 08:59 RR, revision 48673

API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events

2007-09-14 07:58 RR, revision 48672

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:57 RR, revision 48671

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:15 JS, revision 48670

Fix for status bar having themed border

2007-09-14 04:26 PC, revision 48669

remove m_blockScrollEvent from wxWindowGTK

2007-09-14 04:22 PC, revision 48668

build fix

2007-09-14 04:11 PC, revision 48667

more value updating fixes

2007-09-14 01:08 VZ, revision 48666

use wxBORDER_NONE as border default for wxStatusBar: this generally makes sense and also fixes the display problem of the status bars under Windows when using themes

2007-09-14 00:51 VZ, revision 48665

compilation fix after wxCmdLineEntryDesc changes

2007-09-13 21:23 RR, revision 48664

wxDataViewCtrl patch from Hartwig

2007-09-13 18:42 VZ, revision 48663

don't interpret the first DWORD of data as its size if there is nothing following it (this fixes bug 1791459 for the 2.8 branch)

2007-09-13 18:37 VZ, revision 48662

remove the drag-and-drop compatibility hack for extracting the embedded size of the object from the beginning of data itself: this fixes bug 1791459 for the trunk

2007-09-13 17:34 PC, revision 48661

fix SetValue

2007-09-13 16:41 PC, revision 48660

non-pch build fix, indentation and whitespace cleanup

2007-09-13 16:02 VZ, revision 48659

added attribution for wxSYS_DCLICK_TIME time change

2007-09-13 14:36 RR, revision 48658

Use GTK_SPIN_BUTTON() not (GtkSpinButton*)

2007-09-13 14:33 RR, revision 48657

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 14:27 RR, revision 48656

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 13:29 RR, revision 48655

Add wxDataViewCtrl::GetColumnPosition() stubs

2007-09-13 12:57 RR, revision 48654

Add wxDataViewCtrl::GetSortingColumn() stubs

2007-09-13 12:47 RR, revision 48653

Patch from Hartwig (use new GetChildren() API)

2007-09-13 12:41 RR, revision 48652

little change for Mac build

2007-09-13 12:28 RR, revision 48651

Third update patch for GTK+ print (correcting my device origin search-and-replace mistake)

2007-09-13 12:26 RR, revision 48650

Second update patch for GTK+ print (DrawBitmap fix)

2007-09-13 12:23 RR, revision 48649

First update patch for GTK+ print

2007-09-13 06:24 PC, revision 48648

remove unused configure tests and macros

2007-09-13 05:42 PC, revision 48647

epoll typo

2007-09-13 04:36 PC, revision 48646

get more accurate TLW sizing by using a window decorations cache

2007-09-12 17:39 PC, revision 48645

warning fix

2007-09-12 16:48 PC, revision 48644

add wxUSE_TASKBARICON wrapper

2007-09-12 00:39 VZ, revision 48643

check that the conversion really succeeds even when wxMBConv_win32::WC2MB() is called with NULL buffer

2007-09-12 00:21 VZ, revision 48642

fix assert for bitmaps buttons created without bitmap initially

2007-09-10 22:27 VS, revision 48640

Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.

2007-09-10 22:26 VS, revision 48639

use wxVector<T> instead of wxList in wxXmlResource code

2007-09-10 22:15 VS, revision 48638

fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc

2007-09-10 22:13 VS, revision 48637

compilation fix after wxCmdLineEntryDesc changes

2007-09-10 22:12 VS, revision 48636

added a test for wxAtomicDec return value

2007-09-10 22:04 VZ, revision 48635

mention that NULL/"" changes also affect struct fields

2007-09-10 21:52 VS, revision 48634

compilation fixes for generic implementation of wxAtomicInt32

2007-09-10 21:35 RR, revision 48633

Rewrote scaling for GTK+ print

2007-09-10 16:41 RR, revision 48632

Compilation

2007-09-10 15:29 VZ, revision 48631

map wxFONTENCODING_ISO2022_JP to the correct Windows code page

2007-09-10 14:22 VZ, revision 48630

fix a warning about casting literal string constants to non-const char *

2007-09-10 14:16 RR, revision 48629

corrected some of 200 compile errors introduced by the latest global search and replace

2007-09-10 14:00 RR, revision 48628

Rewrote scaling code for GNOME print backend. The inverted Y axis is now handled internally. Resulotion is not set to 600 dpi

2007-09-10 11:16 VZ, revision 48627

chop off the unwanted \r from GetLineText() return value for richedit 2.0 controls (patch 1780110)

2007-09-10 10:51 VZ, revision 48626

Unicode compilation fix

2007-09-10 10:49 VZ, revision 48625

wxDL_XXX macros and dynamic loading cleanup: 1. Clearly document the wxDL_XXX macros; including their implicit usage of m_ok member variable 2. Made sure they're used in the same way in all places they are used (sometimes they were passed an object, sometimes a pointer, breaking compilation: see patch 1791288) 3. Don't allocate wxDynamicLibrary objects on heap unnecessarily (which removes the need to delete -- or leak, as it was -- them afterwards) 4. Some naming convention fixes

2007-09-09 23:27 VZ, revision 48624

added wxApp::Set/GetAppDisplayName() (patch 1780414)

2007-09-09 23:26 VZ, revision 48623

added wxApp::Set/GetAppDisplayName() (patch 1780414)

2007-09-09 22:57 VZ, revision 48622

add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472)

2007-09-09 22:40 VZ, revision 48621

cache the result of wxGetOsVersion() (heavily modified patch 1783198)

2007-09-09 22:24 VZ, revision 48620

don't change locale in XRC GetFloat() method, change the strings to use the current locale decimal point separator instead (patch 1783849)

2007-09-09 21:45 VZ, revision 48619

fix bug with mistakenly recognising 'wxdebug' as 'debug' and 'wxshared' as 'shared' (patch 1787101)

2007-09-09 21:39 VZ, revision 48618

declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077)

2007-09-09 21:32 VZ, revision 48617

don't give spurious error message if non-empty status bar field style is specified in XRC (patch 1791037)

2007-09-09 19:36 VZ, revision 48616

fixed off by 1 bug in wxDC::GradientFillLinear() (patch 1788549)

2007-09-09 19:34 VZ, revision 48615

fix gcc warnings about float/double to int conversion after the latest changes

2007-09-09 19:05 VZ, revision 48614

no changes, just added a comment explaining the issues involved in doing the conversion in place in wxCStrData::AsChar()

2007-09-09 18:57 VZ, revision 48613

return empty string, not NULL, from wxCStrData::AsChar() if conversion to ANSI fails for compatibility with wxWidgets 2 and std::string

2007-09-08 18:32 VZ, revision 48612

added support for reading resolution information from TIFF, JPEG and BMP formats; corrected some bugs with saving resolution; added command allowing to see the image resolution (if available) to the sample (heavily modified patch 1790546)

2007-09-08 18:08 RR, revision 48611

Compile error (no idea why Mingw doesn't like wxPoint())

2007-09-08 11:37 VZ, revision 48610

fix file names format in wxFileDataObject::GetDataHere() in Unicode build (replaces patch 1785191)

2007-09-08 11:28 VZ, revision 48609

added wxDirCtrl to the sample to allow testing of the file names dragging (based on patch attached to the bug 1775213)

2007-09-08 09:52 CE, revision 48608

2.8.5 release

2007-09-08 00:32 VZ, revision 48607

don't pass garbage to SetData() in wxURLDataObject::SetURL()

2007-09-07 23:47 VZ, revision 48606

better document some of the incompatibilities introduced by the Unicode changes

2007-09-07 23:41 VZ, revision 48605

change wxCmdLineEntryDesc::short/longName type to wxString for better compatibility with existing Unicode code

2007-09-07 23:39 VZ, revision 48604

fix unused parameter warning in wxSetEnv() in release build

2007-09-07 21:47 VZ, revision 48603

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:34 VZ, revision 48602

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:32 VZ, revision 48601

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 19:31 VZ, revision 48600

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 14:16 JS, revision 48599

Only write text colour if the colour is valid

2007-09-07 14:15 JS, revision 48598

Only write text colour if the colour is valid

2007-09-07 14:05 RR, revision 48597

Patch to use high printer resolution instead of Cairo's 72dpi

2007-09-07 13:17 RR, revision 48596

minor corrections, made non-public API private

2007-09-07 07:40 RR, revision 48595

prevent double deletion of cairo lib

2007-09-06 20:30 RR, revision 48594

wxDC::Clear() shouldn't do anything in printing DCs (I think)

2007-09-06 17:56 RR, revision 48593

Removed run-time dependency on libpangocairo

2007-09-06 17:31 RR, revision 48592

Add Cairo to build, remove run-time dependency

2007-09-06 17:24 RR, revision 48591

Make use of wxCairoLibrary from within wxGtkPrint

2007-09-06 16:47 DE, revision 48590

Merged 48589 from trunk: Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 16:41 DE, revision 48589

Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 14:04 RR, revision 48587

Add wxCairoLibrary (not yet built)

2007-09-06 13:37 RR, revision 48586

Move the wxDL_ macros to wxDynLibrary

2007-09-06 13:31 VS, revision 48585

fixed wxString::FromAscii signature

2007-09-06 13:28 RR, revision 48584

Explain various printing backends in GTK+

2007-09-06 13:26 RR, revision 48583

Mention wxUSE_GTKPRINT define

2007-09-06 09:19 CE, revision 48582

add missing timer.h

2007-09-05 23:01 VZ, revision 48581

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:58 VZ, revision 48580

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:53 RD, revision 48579

Pass length including the null-terminator to cWC2MB

2007-09-05 21:34 RR, revision 48578

Add support for GTK print, modified from patch 1782055

2007-09-05 19:49 RR, revision 48575

Add force link for GtkPrint modeule (still commented out)

2007-09-05 19:26 RR, revision 48570

Make wxGnomePrintModule public so that wxGtkPrintModule knows about it

2007-09-05 18:55 RR, revision 48569

Add GtkPrint detection code and configure switch

2007-09-05 18:53 RR, revision 48568

upport wxFileDataObject change for UTF8 handling

2007-09-05 12:39 RR, revision 48566

fixes [ 1779152 ] FileDataObject Unicode, [ 1643699 ] DnD File Unicode error

2007-09-05 08:41 CE, revision 48564

add missing ds? files

2007-09-04 18:56 JS, revision 48562

Change log for wxRichTextCtrl default colour correction

2007-09-04 18:54 JS, revision 48561

Corrected default background and text colours

2007-09-04 18:53 JS, revision 48560

Corrected default background and text colours

2007-09-04 15:47 JS, revision 48559

Documented URL fix in wxRichTextCtrl's XML saving code

2007-09-04 14:21 JS, revision 48558

Fixed URL saving/loading

2007-09-04 14:20 JS, revision 48557

Fixed URL saving/loading

2007-09-04 13:47 RR, revision 48556

backport wxTaskBarIcon fixes for GTK+

2007-09-04 13:47 JS, revision 48555

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:44 JS, revision 48554

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:24 RR, revision 48553

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 13:23 JS, revision 48552

Corrected a typo

2007-09-04 13:23 JS, revision 48551

Corrected a typo

2007-09-04 13:16 RR, revision 48550

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 06:59 JS, revision 48549

Apply the background fix only if the toolbar has controls

2007-09-04 06:58 JS, revision 48548

Only apply the background fix if the toolbar has controls

2007-09-04 02:54 RD, revision 48547

a few more header files need to be installed

2007-09-04 02:29 PC, revision 48538

use client size to avoid gdk_window_get_frame_extents, which returns the full width of the screen for wxTaskBarIconArea

2007-09-03 22:52 VZ, revision 48537

fix translation of wx priority values to the standard Unix ones in SetPriority()

2007-09-03 22:35 VZ, revision 48536

fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list

2007-09-03 21:50 VZ, revision 48535

don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT) as it doesn't seem to work; implement GetHeaderButtonHeight() in wxRendererMSW instead of doing it in wxRendererXP using HDM_LAYOUT; added test for this renderer method to the sample

2007-09-03 20:45 PC, revision 48534

call SetLegacyWMProperties last, it calls gtk_widget_realize, which will lead to assertion failures if initialization has not been done yet

2007-09-03 20:17 PC, revision 48533

fix IsProtocolSupported in unicode build

2007-09-03 18:16 DE, revision 48532

Merged 47941 from trunk: Implement wxRadioButton Get/SetLabel methods.

2007-09-03 18:12 DE, revision 48531

Merged 48530 from trunk: Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

2007-09-03 18:10 DE, revision 48530

Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

2007-09-03 17:17 DE, revision 48529

Implement wxButton::SetDefault to call SetDefaultItem on the top-level window.

2007-09-03 08:20 RR, revision 48527

Update to recent eggtrayicon version. Should be converted to GTK+ 2.10 code.

2007-09-03 03:13 RD, revision 48526

include private.h

2007-09-03 03:12 RD, revision 48525

more exports

2007-09-03 03:07 RD, revision 48524

wrap the code in #if wxUSE_DATAVIEWCTRL

2007-09-03 03:05 RD, revision 48523

Update wxStack class macro for the new wxVector

2007-09-03 03:03 RD, revision 48522

export wxGetNativeFontEncoding and wxTestFontEncoding

2007-09-03 03:02 RD, revision 48521

fix events and eventTypes for wxPython

2007-09-02 21:09 SN, revision 48519

Fixed obvious error (no idea why it apparently used to compile before...).

2007-09-02 20:26 JS, revision 48518

Standard SDK fixes

2007-09-02 20:24 JS, revision 48517

Fixes for standard SDK

2007-09-01 18:57 RR, revision 48516

Patch from Bo for new API, various fixes, live update for column header

2007-09-01 16:25 JS, revision 48515

Alternative project editing instructions for WinCE/VS 2005

2007-08-31 14:56 JS, revision 48514

Added native focus rectangle drawing for wxMac (CG only at present)

2007-08-31 13:48 VS, revision 48513

fixed badly named wxHtmlTag::GetParam() argument: with_quotes, not with_commas

2007-08-31 12:43 RR, revision 48512

typo

2007-08-31 12:42 RR, revision 48511

Add wxDataViewCtrl to the build for OS X

2007-08-31 09:55 RR, revision 48510

Added const and virtual in various places

2007-08-31 09:48 RR, revision 48509

typo

2007-08-31 09:44 RR, revision 48508

Added wxDataViewModel::GetChildren() (removed GetSibling() and GetFirstChild())

2007-08-31 09:14 RR, revision 48507

Added wxDataViewCtrl::AppendIconTextColumn

2007-08-31 08:58 RR, revision 48506

added wxDataViewIconTextRenderer

2007-08-31 08:31 RR, revision 48505

small doc patch from Bryan Petty

2007-08-31 07:37 JS, revision 48504

Use new menu item function

2007-08-30 20:21 VZ, revision 48469

use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUAL with casts

2007-08-30 20:21 VZ, revision 48468

don't use use UTF-8 to PUA mapping hack, it's not necessary any more now that wxConvAuto can read non-UTF-8 files

2007-08-30 18:13 VZ, revision 48464

fix resize() when it's used for truncating a string in UTF-8 build; added test for this bug

2007-08-30 17:54 VZ, revision 48463

use fallback encoding in wxConvAuto when input is not in UTF-8

2007-08-30 17:45 VZ, revision 48462

use wxNullPtr instead of NULL with wxFileTypeInfo

2007-08-30 17:13 PC, revision 48461

X property data is long for format 32

2007-08-30 13:34 CE, revision 48460

2.8.4 still found; updated to 2.8.5

2007-08-30 13:09 RR, revision 48459

Patch from Hartwig for wxMac implementation

2007-08-29 20:29 RR, revision 48457

Patch from Bo, implements mouse hover, default sort

2007-08-29 20:09 RR, revision 48456

make SetValue return a value

2007-08-29 17:08 PC, revision 48455

add missing static

2007-08-29 16:41 JS, revision 48454

Avoid crash if user aborts the print

2007-08-29 16:40 JS, revision 48453

Avoid crash if user aborts the print

2007-08-29 15:41 JS, revision 48452

Log for wxToolBar background colour fix

2007-08-29 15:39 JS, revision 48451

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 15:39 JS, revision 48450

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 11:48 RR, revision 48449

add wxDataViewIconTextRenderer

2007-08-29 11:12 RR, revision 48448

add wxDataViewIconText

2007-08-29 05:31 RD, revision 48447

update version

2007-08-29 03:42 DE, revision 48446

Added autom4te 2.59 frozen m4 so autoconf -B build/autoconf_prepend-include will work even when autoconf is not 2.59 (e.g. it is 2.61) Updated configure pending release such that it shows the real svn Id of the configure.in it was generated from.

2007-08-28 23:39 RD, revision 48443

bake with bakefile 0.2.2

2007-08-28 23:32 RD, revision 48442

Set version number to 2.8.5.0

2007-08-28 21:49 DE, revision 48439

Merge 48438 from trunk: wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 21:47 DE, revision 48438

wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 20:33 RR, revision 48437

add objectdataptr.tex to classes.tex

2007-08-28 19:26 JS, revision 48436

Compile fix for old W32API headers

2007-08-28 19:25 JS, revision 48435

Compile fix for old W32API headers

2007-08-28 19:11 DE, revision 48434

Merged 47742 from trunk: Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-08-28 16:30 JS, revision 48433

Give rich text control themed style by default

2007-08-28 15:08 VS, revision 48432

added some clarifying comments

2007-08-28 14:51 VS, revision 48431

fixed memory leak in RestoreState

2007-08-28 12:30 RR, revision 48430

added copy constr

2007-08-28 12:26 RR, revision 48429

added docs for wxObjectDataPtr<T> and examples for ref counting

2007-08-28 11:08 RR, revision 48428

syntax correction

2007-08-28 10:40 VS, revision 48427

optimized wxMBConvStringUTF8::ToWchar() for ASCII characters

2007-08-28 10:28 RR, revision 48426

Minor correction, use wxCHECK

2007-08-28 09:47 RR, revision 48425

Fix from Bo

2007-08-28 09:32 RR, revision 48424

Applied patch from Bo, WIP

2007-08-28 09:05 RR, revision 48423

doc syntax corrections again

2007-08-28 09:04 RR, revision 48422

doc syntax corrections

2007-08-28 08:28 CE, revision 48421

try for dos line endings in dsw and dsp files

2007-08-28 08:06 CE, revision 48420

2.8.5-rc3

2007-08-27 17:29 PC, revision 48416

fix getting frame extents on 64-bit platforms, cleanup XGetWindowProperty code

2007-08-27 17:26 PC, revision 48415

fix getting frame extents on 64-bit platforms

2007-08-27 17:05 FM, revision 48414

take in count the --enable-no_rtti config flag

2007-08-27 17:04 FM, revision 48413

fixed missing header

2007-08-27 17:04 FM, revision 48412

remove deprecated macros

2007-08-27 14:39 FM, revision 48411

add small script which reports a list of the unused wx headers

2007-08-27 08:35 RR, revision 48410

restored expanders

2007-08-27 08:22 JS, revision 48409

Only show the context menu if the event belongs to this window

2007-08-27 08:22 JS, revision 48408

Only show the context menu if the event belongs to this window

2007-08-26 23:17 FM, revision 48407

get rid of wxxVariant; replace it with wxVariantBase: a simple version of wxVariant without wxList methods.

2007-08-26 23:02 FM, revision 48406

fix copy ctor bug (the wxVariantBase copy ctor was not called)

2007-08-26 20:47 VZ, revision 48405

added Clone() method documentation

2007-08-26 20:40 VZ, revision 48404

don't overwrite the existing local file if we failed to open it but it does exist

2007-08-26 16:17 PC, revision 48403

remove gtk_window_set_type_hint from GetTooltipColors, it's not necessary and GDK_WINDOW_TYPE_HINT_TOOLTIP is not available before GTK 2.10

2007-08-26 15:24 RR, revision 48402

add test for custom in-place editor

2007-08-26 15:16 RR, revision 48401

correct constr's signature

2007-08-26 15:10 FM, revision 48400

removed usage of old deprecated DECLARE_CLASS macros

2007-08-26 14:51 RR, revision 48399

Minor correction

2007-08-26 14:48 RR, revision 48398

Patch from Bo for recent API changes

2007-08-26 14:23 FM, revision 48397

renaming updates

2007-08-26 14:23 FM, revision 48396

fix header name

2007-08-26 14:22 FM, revision 48395

fix use of deprecated wxGetVariantCast macro

2007-08-26 14:20 FM, revision 48394

SPLITTED wxVariant IN wxVariant AND wxVariantBase; FIRST VERY RAW MERGE OF wxxVariant and wxVariant. Both classes are still present but wxxVariant is not compiled anymore. variant.cpp: since the wxVariantData* classes are not derived from wxObject anymore, comment out the DECLARE_CLASS/IMPLEMENT_CLASS macros; for same reason use wxListVoid instead of wxList. xti.cpp: move variant code to variant.cpp; minor other renaming updates

2007-08-26 13:49 JS, revision 48393

Don't assert in update handler if read-only

2007-08-26 13:49 JS, revision 48392

Don't assert in update handler if read-only

2007-08-26 10:05 RR, revision 48391

Move column organizing code to ports, away from common code

2007-08-26 10:04 VS, revision 48390

fixed wxHTML parsing to run in O(n) even in UTF8 build

2007-08-26 09:32 RR, revision 48389

compile fix

2007-08-26 05:45 PC, revision 48388

fix getting tooltip colors for GTK 2.11

2007-08-25 21:06 RR, revision 48387

documented Collapse() and Expand()

2007-08-25 21:05 RR, revision 48386

added Collapse() and Expand()

2007-08-25 20:43 RR, revision 48385

test editing_started and _done events

2007-08-25 20:43 RR, revision 48384

implement editing_started and _done events for GTK+ >= 2.6

2007-08-25 19:44 RR, revision 48383

add editing_started and _done events

2007-08-25 19:12 RR, revision 48382

correct label name

2007-08-25 14:27 JS, revision 48381

Changed version and date

2007-08-25 13:28 RR, revision 48380

Set/GetExpanderColumn() should use wxDataViewColumn, not unsigned int

2007-08-25 13:15 RR, revision 48379

Hartwig's patch for OS X implementation of wxDataViewCtrl

2007-08-24 20:01 RR, revision 48370

Correct signature of HitTest()

2007-08-24 20:00 RR, revision 48369

Correct signature of HitTest()

2007-08-24 11:21 RR, revision 48368

Minor API changes

2007-08-24 11:15 RR, revision 48367

Use const

2007-08-24 11:09 RR, revision 48366

Use const

2007-08-24 10:57 RR, revision 48365

typo

2007-08-24 10:56 RR, revision 48364

typo

2007-08-24 10:55 RR, revision 48363

typo

2007-08-24 10:54 RR, revision 48362

typo

2007-08-24 10:26 RR, revision 48361

add wxVector docs

2007-08-24 10:21 RR, revision 48360

add wxVector docs

2007-08-24 10:21 RR, revision 48359

add wxVector docs

2007-08-24 10:01 RR, revision 48358

remove _ from labels

2007-08-24 09:50 BY, revision 48357

Assert error

2007-08-24 09:45 RR, revision 48356

should use wxDataViewColumn to indicate a column

2007-08-24 09:42 RR, revision 48355

document wxDataViewItem

2007-08-24 09:36 BY, revision 48354

2007-08-24 09:32 RR, revision 48353

Make ::SetValue return a bool

2007-08-24 09:25 BY, revision 48352

Change unsigned int to wxDataViewColumn

2007-08-24 08:43 RR, revision 48351

don't use <listimpl.cpp> (problems under Mac?

2007-08-23 12:40 VS, revision 48350

VC6 compilation fix

2007-08-23 10:10 JS, revision 48349

Updated the change log

2007-08-23 09:25 BY, revision 48348

Merge changes from trunk.

2007-08-22 21:46 VZ, revision 48347

added ISO-2022-JP encoding

2007-08-22 21:37 RR, revision 48346

correct copyright

2007-08-22 21:18 RR, revision 48345

Added logic, API and docs for wxDataViewModel::HasDefaultCompare indicating a compare function usable without and column (header)

2007-08-22 20:07 VS, revision 48344

VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro

2007-08-22 19:07 VS, revision 48343

another Watcom compilation fix

2007-08-22 19:06 VS, revision 48342

replace wxStringToIntType<T> with a macro to make Watcom compile the code

2007-08-22 18:15 VS, revision 48341

Watcom compilation fix

2007-08-22 15:22 VS, revision 48340

compilation fixes after introduction of wxprintf.h

2007-08-22 15:21 VS, revision 48339

use wxVector<T> instead of OBJARRAY macros for wxHtmlTextPieces (slightly better performance)

2007-08-22 15:19 VS, revision 48338

compilation fix

2007-08-22 15:18 VS, revision 48337

PCH-less compilation fix

2007-08-22 15:11 VS, revision 48336

--enable-iniconf and --enable-regkey aren't GUI-only options

2007-08-22 14:55 JS, revision 48335

Corrected wxAccess arg

2007-08-22 14:55 JS, revision 48334

Corrected wxAccess arg

2007-08-22 14:49 VS, revision 48333

added wxUSE_REGKEY checks

2007-08-22 14:46 DE, revision 48332

Add static wxEventHashTable::ReconstructAll() to undo the effects of ClearAll(). Call it from wxEventTableEntryModule::OnInit() so that it is now symmetric with OnExit().

2007-08-22 13:49 JS, revision 48331

Blind fix

2007-08-22 13:39 RR, revision 48330

Let various AppendXXXColumn helplers return the column created within

2007-08-22 13:14 RR, revision 48329

minor change

2007-08-22 13:02 RR, revision 48328

Don't always sort array containing item, just upon request. Solves several problems and crashes.

2007-08-22 11:30 VS, revision 48327

compilation fix for UTF8+STL

2007-08-22 10:41 JS, revision 48326

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:41 JS, revision 48325

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:08 JS, revision 48324

Fixed focus rect for Mac with CG

2007-08-22 10:07 JS, revision 48323

Compile fix for non-CG

2007-08-22 09:30 VS, revision 48322

made UTF-8 tables const

2007-08-22 09:24 VS, revision 48321

optimize wxStringOperationsUtf8::DecodeChar() for the ASCII case

2007-08-22 08:46 VS, revision 48320

don't derive wxHtmlTag and wxHtmlTagsCache from wxObject, it's useless

2007-08-22 06:18 VS, revision 48319

optimized wxHtmlEntitiesParser::Parse() for the common case of no entities in the input

2007-08-22 06:18 VS, revision 48318

rewrote wxHtmlEntitiesParser::Parse() using iterators, optimized for the common case of no entities in the input

2007-08-22 06:17 VS, revision 48317

slight optimization for wxHtmlEntitiesParser::GetEntityChar() in UTF-8 build: use wx_str() instead of c_str()

2007-08-22 05:45 VS, revision 48316

fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O(n) in UTF8 build, makes big difference for large HTML files

2007-08-22 04:06 BY, revision 48315

Amend the behavior of EnsureVisible and correct the GetLastVisibleRow.

2007-08-21 20:04 RD, revision 48313

Don't set the event type until we are sure it is a vertical wheel event. (Horizontal wheel events are not supported in 2.8 and can cause a divide-by-zero if they are handled incorrectly.)

2007-08-21 17:19 JS, revision 48308

Compile fix

2007-08-21 17:03 JS, revision 48307

Compile fix on Mac (at least)

2007-08-21 16:56 JS, revision 48306

Avoid selecting/updating in destructor

2007-08-21 16:56 JS, revision 48305

Avoid selecting/updating in destructor

2007-08-21 16:48 JS, revision 48304

Test to avoid crashes in some circumstances

2007-08-21 16:48 JS, revision 48303

Test to avoid crashes in some circumstances

2007-08-21 16:45 VZ, revision 48302

Fix bug with assigning a part of the string to the same string The fix has several parts: 1. don't free the old string data in ConcatSelf() if we use it as source 2. implement assign() using replace() rather than clear() + append() 3. fix replace() to work with replacement strings containing embedded NULs and optimize it by using memcpy() instead of byte-wise copy

2007-08-21 16:42 VZ, revision 48301

don't limit the multiple choice dialog size to 300x200 pixels on big screens, this doesn't make sense

2007-08-21 16:10 VS, revision 48300

use wxVector<T> instead of homegrown growing array in wxHtmlTagsCache

2007-08-21 15:51 VS, revision 48299

more wxVector<T> tests

2007-08-21 15:47 VS, revision 48298

1. fixed wxVector<T> iterators to actually point to what they're supposed to point to instead of crashing on any use 2. don't allocate memory for every element on the heap, store elements directly in the array instead of storing pointers to them

2007-08-21 15:10 JS, revision 48297

_get_timezone not available on Pocket PC 2003

2007-08-21 15:09 JS, revision 48296

_get_timezone not available on Pocket PC 2003

2007-08-21 14:58 FM, revision 48295

removed double docs for GetBitmapSelected and SetBitmapSelected

2007-08-21 14:57 FM, revision 48294

fixing missing comma

2007-08-21 14:23 FM, revision 48293

removed double docs for wxAuiNotebook::GetTabCtrlHeight

2007-08-21 14:20 FM, revision 48292

added missing \wxheading{Members} sections

2007-08-21 14:18 FM, revision 48291

removed empty dtor \membersections

2007-08-21 14:08 JS, revision 48290

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 14:08 JS, revision 48289

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 13:57 JS, revision 48288

Revised timezone fix

2007-08-21 13:57 JS, revision 48287

Revised timezone fix

2007-08-21 13:30 JS, revision 48286

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 13:30 JS, revision 48285

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 12:23 RR, revision 48284

use live header button update when resizing, no XOR line

2007-08-21 12:14 JS, revision 48283

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 12:14 JS, revision 48282

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 11:59 RR, revision 48281

use live header button update when resizing, no XOR line

2007-08-21 11:45 RR, revision 48280

Compilo.

2007-08-21 11:35 VS, revision 48279

fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in

2007-08-21 11:15 JS, revision 48278

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:15 JS, revision 48277

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:04 JS, revision 48276

Applied [ 1708971 ] Make a virtual function to enable/disable docking

2007-08-21 10:59 VS, revision 48275

added test for wxVector<T> iterators (fails miserably)

2007-08-21 10:59 VS, revision 48274

re-added wxVector<T>::erase(size_t) for backward compatibility

2007-08-21 10:53 RR, revision 48273

Remove redundant line

2007-08-21 10:52 RR, revision 48272

Remove redundant line

2007-08-21 10:51 JS, revision 48271

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:51 JS, revision 48270

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:48 RR, revision 48269

Removed gaps between header buttons and the strange header offset

2007-08-21 10:46 RR, revision 48268

Removed gaps between header buttons and the strange header offset

2007-08-21 10:45 RR, revision 48267

Compile fix

2007-08-21 09:40 VS, revision 48266

use wxString's UTF8 methods in wxCocoa, it's slightly more efficient in UTF8 build

2007-08-21 09:38 JS, revision 48265

Addition to [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48264

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48263

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:18 JS, revision 48262

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:18 JS, revision 48261

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:06 JS, revision 48260

Removed unnecessary code

2007-08-21 09:06 JS, revision 48259

Removed unnecessary code

2007-08-21 08:55 JS, revision 48258

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:55 JS, revision 48257

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:35 JS, revision 48256

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:35 JS, revision 48255

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:14 JS, revision 48254

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:14 JS, revision 48253

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:05 JS, revision 48252

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 08:05 JS, revision 48251

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 07:42 JS, revision 48250

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-21 07:41 JS, revision 48249

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-20 23:43 KO, revision 48236

(Port to 2.8) Fix for wxMemoryDC::GetAsBitmap(wxRect) on Windows.

2007-08-20 23:26 KO, revision 48235

Fix for wxMemoryDC::GetAsBitmap() not working on Windows.

2007-08-20 23:23 JW, revision 48234

Fixed several bugs in mod_wx, and added appUrl and scriptUrl parameters

2007-08-20 23:16 VS, revision 48233

the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does

2007-08-20 22:30 RR, revision 48232
  • D /wxWidgets/trunk/docs/latex/wx/dataviewlistmodelnotifier.tex

Removed.

2007-08-20 22:29 RR, revision 48231

Updated docs

2007-08-20 21:39 JW, revision 48230

Fixed infinite recursion loop in font initialization, replaced old pass-by-argument wxApp configuration with a pass-through-fifo method

2007-08-20 20:24 VS, revision 48229

don't recompute nonbreakable space character every time a text fragment is added in ANSI build

2007-08-20 20:08 VS, revision 48227

marked const wxHtmlEntitiesParser methods as such

2007-08-20 19:20 VS, revision 48224

fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument

2007-08-20 17:26 RR, revision 48223

Patch from Bo, adapt generic code to new API, add GetItemRect and HitTest

2007-08-20 15:19 VS, revision 48222

added wxUTF8StringBuffer for writing UTF8 data into wxString efficiently, similarly to existing wxStringBuffer classes

2007-08-20 14:58 BY, revision 48221

Keep same with the trunk code.

2007-08-20 14:39 BY, revision 48220

Comply with Robert's new API and add two more APIs.

2007-08-20 13:52 JW, revision 48219

Improved response generation code, fixed TODOs, added documentation

2007-08-20 13:51 RR, revision 48218

Make wxDataViewItemArray more efficient

2007-08-20 13:35 RR, revision 48217

backported wxList<T> docs

2007-08-20 13:32 RR, revision 48216

Added STL API to wxList docs

2007-08-20 12:30 VS, revision 48215

Vadim's new test broke subsequent asserts, fixed

2007-08-20 10:38 VZ, revision 48214

added tests demonstrating a bug in wxString::assign(itself)

2007-08-20 08:45 CE, revision 48213

fix missing makefiles for 2.8.5

2007-08-20 01:41 KO, revision 48211

wxURI variable removed by previous commit is used on MSW, so add it back in for that port.

2007-08-19 22:57 RR, revision 48209

Implement selection API and events

2007-08-19 22:18 RR, revision 48208

Implement ...COLUMN_SORTED event

2007-08-19 22:16 VS, revision 48207

compilation fix for broken libstdc++ visibility

2007-08-19 21:44 RR, revision 48206

Change EnsureVisble() to including column parameter, implemented it for wxGTK

2007-08-19 21:24 VS, revision 48205

renamed wxImplStringBuffer to wxStringInternalBuffer

2007-08-19 21:20 RR, revision 48204

Implemented and tested EXPANDED etc events for wxGTK and in the sample

2007-08-19 20:46 FM, revision 48203

updated makefiles

2007-08-19 20:42 RR, revision 48202

Added EXPANDING and COLLAPSING events for the user to veto

2007-08-19 20:38 FM, revision 48201

misc changes

2007-08-19 20:34 FM, revision 48200

formatting changes and dynamic_cast => wx_dynamic_cast

2007-08-19 20:33 FM, revision 48199

name changes; removal of wxObjectReaderCodeCallback

2007-08-19 20:27 FM, revision 48198

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE use wxEMPTY_HANDLERS_TABLE macro

2007-08-19 20:24 FM, revision 48197

typo fix

2007-08-19 20:24 FM, revision 48196

added wxEMPTY_HANDLERS_TABLE

2007-08-19 20:21 FM, revision 48195

remove EMPTY_MACROVALUE

2007-08-19 20:21 FM, revision 48194

name changes: wxConstructorBridge => wxObjectAllocatorAndCreator wxDirectConstructorBridge => wxObjectAllocator wxPersister => wxObjectReaderCallback wxDepersister => wxObjectWriterCallback wxRuntimeDepersister => wxObjectRuntimeReaderCallback wxDelegateTypeInfo => wxEventSourceTypeInfo

2007-08-19 20:16 FM, revision 48193

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE

2007-08-19 20:15 FM, revision 48192

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS and wxDynamicObject formatting changes

2007-08-19 20:14 FM, revision 48191

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS

2007-08-19 20:11 RR, revision 48190

Made wxGTK wxDataViewCtrl compile again

2007-08-19 20:03 FM, revision 48189

fix typo after recent name changes

2007-08-19 20:02 FM, revision 48188

removed docs for wxDECLARE_CLASS, wxIMPLEMENT_CLASS; rather use wxDECLARE_ABSTRACT_CLASS and wxIMPLEMENT_ABSTRACT_CLASS which are more explicit

2007-08-19 20:01 FM, revision 48187

updated for XTI

2007-08-19 19:59 FM, revision 48186

added wxObjectCodeReaderCallback to the sample

2007-08-19 19:22 DE, revision 48184

Fix wxCocoa's wxLaunchDefaultBrowser in the 2.8 branch. Roughly equivalent to trunk 45892 (NOTE: CVS)

2007-08-19 19:05 VZ, revision 48183

fix generation of events from SetValue() broken in rev 46611

2007-08-19 19:03 RR, revision 48182

Bo's patch adding Selection API and some more changes, doesn't compile yet

2007-08-19 16:41 FM, revision 48181

added wxSVGFileDC docs to main chain

2007-08-19 16:35 FM, revision 48180

added missing \wxheading{Parameters}

2007-08-19 16:35 FM, revision 48179

fixed doc wrong position of \wxheading{Library}

2007-08-19 14:24 RR, revision 48178

Forgot a line

2007-08-19 14:16 RR, revision 48177

Added ITEM_EXPANDED and ITEM_COLLAPSED

2007-08-19 14:12 RR, revision 48176

change wxDataViewModel::Compare() to including column and sortorder

2007-08-19 13:49 BY, revision 48175

2007-08-19 10:16 VS, revision 48174

use UTF8 build by default on Unix (except Darwin)

2007-08-19 06:26 JW, revision 48173

Completed most of the drawing code, added modwx, finished event code

2007-08-19 04:01 DE, revision 48172

Merged 48171 from trunk: Make SetCursor work.

2007-08-19 04:01 DE, revision 48171

Make SetCursor work.

2007-08-19 03:37 DE, revision 48170

Merged 48150 and 48169 from trunk: Improve the tracing of the tracking rect manager and mouse movement synthesizer. Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-19 03:25 DE, revision 48169

Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-18 21:58 KO, revision 48167

(Port to 2.8) Add the unified style on OS X 10.4, and default to using it.

2007-08-18 21:49 KO, revision 48165

Add the unified style on OS X 10.4, and default to using it.

2007-08-18 13:04 JS, revision 48164

Added documentation for wxNavigationKeyEvent

2007-08-18 12:26 JS, revision 48163

Don't hang in ReadLine when there's no input left

2007-08-18 12:25 JS, revision 48162

Don't hang in ReadLine when there's no input left

2007-08-18 11:45 JS, revision 48161

Clarified meaning of new menu functions.

2007-08-18 11:43 JS, revision 48160

Use new GetItemLabel function

2007-08-18 11:34 JS, revision 48159

Avoid clash with control container event handlers

2007-08-18 11:34 JS, revision 48158

Compile fix

2007-08-18 11:26 JS, revision 48157

Compile fix

2007-08-18 11:04 JS, revision 48156

Comment cleanup

2007-08-18 11:02 JS, revision 48155

Left click only focuses if the event wasn't handled

2007-08-18 10:54 JS, revision 48154

A number of focus handling improvements: Left clicking on a window only focuses the window if not processed. wxControlContainer::SetFocus moved to wxControlContainerBase so that a container now focuses the first child even on wxGTK. wxAuiBook is now a container, need for correct navigation on wxGTK.

2007-08-18 10:47 JS, revision 48153

Compile fix

2007-08-18 06:23 KO, revision 48152

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state. (Port to 2.8 branch)

2007-08-18 06:23 KO, revision 48151

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state.

2007-08-18 05:39 DE, revision 48150

Improve the tracing of the tracking rect manager and mouse movement synthesizer.

2007-08-18 05:05 DE, revision 48149

Change kCFRunLoopBeforeWaiting to kCFRunLoopExit when setting up the run loop observer for synthesized mouse moved events and add a lengthy comment explaining the reason for the change. Copyright 2007 Software 2000 Ltd.

2007-08-18 03:33 BY, revision 48147

Make resort happen when valuechanged signal emitted. And add modified by field, hehe!

2007-08-17 18:11 DE, revision 48146

Keep the stock cursors in an array so that constructing a cursor with a stock cursor ID will effectively result in a copy sharing the same ref data.

2007-08-17 17:42 JS, revision 48145

Added necessary headers for Windows

2007-08-17 10:53 RR, revision 48144

typo

2007-08-17 10:50 RR, revision 48143

typo

2007-08-17 08:57 CE, revision 48142

fix missing contrib in 2.8

2007-08-16 21:12 VZ, revision 48141

added a tech note explaining how to write a new XRC handler

2007-08-16 21:10 VZ, revision 48140

add XRC handler for wxSearchCtrl (extended patch 1751516)

2007-08-16 20:53 RR, revision 48139

removed Set/GetSortAscending from wxDataViewModel and move into wxDataViewCtrl

2007-08-16 19:25 JS, revision 48138

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:25 JS, revision 48137

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:05 JS, revision 48136

Mac fix

2007-08-16 19:04 JS, revision 48135

wxMac doesn't like wxAND_REVERSE

2007-08-16 18:31 RR, revision 48134

compile with GTK < 2.8

2007-08-16 17:58 DE, revision 48133

Merged 48131 from trunk: Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 17:46 JS, revision 48132

Compile fix

2007-08-16 17:44 DE, revision 48131

Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 16:33 JS, revision 48130

Added GTK+ headers

2007-08-16 16:19 JS, revision 48129

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 16:12 JS, revision 48128

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 14:41 JS, revision 48127

Removed double border style

2007-08-16 14:03 JS, revision 48126

Added missing argument

2007-08-16 12:15 JS, revision 48125

Added DrawFocusRect to wxRenderer

2007-08-15 21:27 VZ, revision 48122

fixed TeX error introduced in rev 48093 (sorry)

2007-08-15 21:01 VZ, revision 48121

relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)

2007-08-15 20:31 VZ, revision 48120

make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports

2007-08-15 20:30 JS, revision 48119

Bring back double border

2007-08-15 20:29 JS, revision 48118

Removed double border style

2007-08-15 20:23 VZ, revision 48117

added ReadType convenience functions (patch 1764160)

2007-08-15 20:17 VZ, revision 48116

include wx/msw/winundef.g instead of writing just a subset of #undefs in wx/defs.h itself (patch 1774707)

2007-08-15 18:38 VZ, revision 48115

uncomment the change which was meant to be committed the last time

2007-08-15 17:58 DE, revision 48114

Use the new wxUSE_ABI_INCOMPATIBLE_FEATURES to enable enhancements for wxCocoa builds.

2007-08-15 17:43 DE, revision 48113

Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.

2007-08-15 17:17 DE, revision 48112

Merged modified 47462 (VZ) from trunk: allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros This has the side effect of using wx_cv_use_ in preference to ac_cv_use_. I did not include changes related to how --enable-all-features works.

2007-08-15 17:09 DE, revision 48111

Regenerate configure to incorporate the proper CFLAGS/CXXFLAGS -g test that doesn't blow away the existing flags.

2007-08-15 17:08 DE, revision 48110

Update the wxAutohacks libs.m4 with some of the changes from newer autoconf (this will make generated configure at least match what is currently in the tree).

2007-08-15 16:31 DE, revision 48109

Clean autoconf_inc.m4 of references to now-deleted contribs like animate and propgrid.

2007-08-15 16:24 DE, revision 48108

Regenerate all of the Makefile.in files with Bakefile 0.2.2. * Minor whitespace changes in WINDRES commands * Updates version to 2.8.4 from 2.8.2. * Other minor generation differences.

2007-08-15 16:12 DE, revision 48107

Merged 48106 from trunk: Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:10 DE, revision 48106

Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:00 JS, revision 48105

Regenerated makefiles

2007-08-15 15:56 JS, revision 48104

Regenerated makefiles

2007-08-15 15:28 VS, revision 48103

removed outdated comment

2007-08-15 13:30 VZ, revision 48102

use correct WXDLLIMPEXP macro for friend declaration

2007-08-15 13:27 VZ, revision 48101

corrected the 'Derived from' sections using the script from the patch 1765640

2007-08-15 13:23 VZ, revision 48100

added a script to automaitcally fix 'Derived from' doc sections; updated the 'Library' sections script to be able to run it on files already having these functions (patch 1765640)

2007-08-15 13:19 VZ, revision 48099

use ES_RIGHT|ES_NUMBER styles for the buddy control as it's used for numeric entry (modified patch 1767478)

2007-08-15 13:13 VZ, revision 48098

don't enable previously checked button in a radio group (patch 1767481)

2007-08-15 13:09 VZ, revision 48097

don't assert when ExpandAll() is called on hidden root item (fixes 1765566, replaces patch 1768282)

2007-08-15 13:06 VZ, revision 48096

no changes, just fix typos in comments

2007-08-15 13:05 VS, revision 48095

wxCocoa compilation fixes for visibility (missing DLL export macros)

2007-08-15 13:00 VZ, revision 48094

fix clipping box retrieval (patch 1771199)

2007-08-15 12:57 VZ, revision 48093

added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)

2007-08-15 12:53 VZ, revision 48092

don't use deprecated wxMenuItem methods

2007-08-15 12:45 VZ, revision 48091

use correct WXDLLIMPEXP macro for forward declaration

2007-08-15 11:52 VZ, revision 48090

fix wrong clear selection (modified patch 1763916)

2007-08-15 11:46 VZ, revision 48089

include wx/datetime.h, it's not always included from the other headers

2007-08-15 11:43 VZ, revision 48088

set the correct properties for the source files

2007-08-15 11:40 VZ, revision 48087

added missing headers (patch 1774617)

2007-08-15 11:38 VZ, revision 48086

fix incorrect wxSYS_VSCROLL_X mapping to the Win32 constant (replaces patch 1770501)

2007-08-15 11:36 VZ, revision 48085

use one shot timers in wxAnimationCtrl (patch 1774535)

2007-08-15 11:07 VZ, revision 48084

added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)

2007-08-15 10:43 VZ, revision 48083

don't set incorrect initial value of '0' for the bool cell (replaces patch 1774557)

2007-08-15 10:33 BY, revision 48082

Delete additional #if 0. So this revision is a very important one considering that it maintain some maybe-future-used code.

2007-08-15 10:30 BY, revision 48081

Change the RowToItem/RowToTreeNode more efficient through array direct find when there is no child node in the current node. Change the Walker function to make it suitable to new more-efficient finding code.

2007-08-15 04:42 DE, revision 48080

Merge in the recent wxSlider work from svn trunk (various commits). This patch keeps ABI compatibility but won't yet generate events caused by mouse movement (next commit will do that ABI compatibly). Copyright 2007 Software 2000 Ltd.

2007-08-15 04:36 DE, revision 48079

Upgrade Makefile.in to Bakefile 0.2.2 because I don't feel like maintaining an 0.2.1 install just for wx 2.8.

2007-08-15 04:12 DE, revision 48078

Further simplificiation of the NSSlider/wxSlider interface such that the various responder methods don't change the controls action but instead send all actions through the normal wxCocoaNSControl action handling mechanism. To determine what caused the action we save the message selector in a global variable (safe since Cocoa does single-threaded event handling).

2007-08-14 22:44 VZ, revision 48077

no real changes, just some cleanup

2007-08-14 22:43 VZ, revision 48076

added wxTaskBarIcon::Destroy()

2007-08-14 22:39 DE, revision 48075

Merge 48074: Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:38 DE, revision 48074

Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:28 VZ, revision 48073

rename WX_VERSION_FULL back to WX_VERSION WX_VERSION was renamed to WX_VERSION_FULL for some reason in rev 44731 but this was a backwards incompatible change as the existing configure scripts could (and did) use WX_VERSION, so undo this change, at least until someone finds a worthy reason for it

2007-08-14 22:26 VZ, revision 48072

use decho, not echo, to output error messages

2007-08-14 22:21 VZ, revision 48071

don't use the extra libraries in wx-config --version invocation as this now (correctly) results in errors

2007-08-14 21:31 VZ, revision 48070

check for wxUSE_ACCESSIBILITY not being set to 1 under non-MSW platforms

2007-08-14 20:56 DE, revision 48069

Merged 48068 from trunk: Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 20:39 DE, revision 48068

Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 14:03 JS, revision 48067

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48066

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48065

Added periods

2007-08-14 08:51 JS, revision 48064

Ambiguity correction

2007-08-14 07:26 JS, revision 48063

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-14 07:26 JS, revision 48062

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-13 22:06 VS, revision 48061

wxMac compilation fixes for visibility (missing DLL export macros)

2007-08-13 18:48 VS, revision 48060

don't attempt to convert 8bit values to Unicode in ANSI build

2007-08-13 18:36 VS, revision 48059

check for HAVE_VISIBILITY first when setting WXIMPORT/WXEXPORT; only set it on platforms where it makes sense

2007-08-13 17:56 VS, revision 48057

compilation fix for wxString::Format("no variadic arguments") and VC6

2007-08-13 17:33 JS, revision 48056

Typo correction

2007-08-13 17:18 JS, revision 48055

Documented new menu label functions

2007-08-13 17:18 JS, revision 48054

Minor doc fixes

2007-08-13 17:07 JS, revision 48053

Binary compatible API fixes for menu label retrieval with and without mnemonics/accelerators.

2007-08-13 15:56 RR, revision 48052

Applied Hartwig's implementation of OS X wxDataViewCtrl

2007-08-13 15:35 JS, revision 48051

Use new function GetItemLabel

2007-08-13 15:32 JS, revision 48050

GetLabelTop should return the stripped label, for compatibility.

2007-08-13 14:59 JS, revision 48049

Typo correction

2007-08-13 14:43 VS, revision 48048

Mingw compilation fix

2007-08-13 14:43 JS, revision 48047

Add accelerator back to label in GetItemLabel

2007-08-13 14:02 JS, revision 48046

Removed a misleading comment

2007-08-13 12:05 JS, revision 48045

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 12:04 JS, revision 48044

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 11:13 JS, revision 48043

Fixes for WinCE

2007-08-13 10:27 JS, revision 48042

Typo fix

2007-08-13 10:26 JS, revision 48041

Typo fix

2007-08-11 22:09 JS, revision 48029

Preserve original menu label for later retrieval

2007-08-11 19:17 VS, revision 48027

fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators

2007-08-11 19:07 JS, revision 48026

Menu fix

2007-08-11 18:39 JS, revision 48025

Compile fixes

2007-08-11 18:02 JS, revision 48024

Small fix

2007-08-11 17:54 JS, revision 48023

Menu label consistency changes

2007-08-11 12:18 VS, revision 48022

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 12:03 VS, revision 48021

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 11:46 VZ, revision 48020

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration

2007-08-11 01:28 DE, revision 48018

Use wxLogStdErr in preference to wxLogGui on wxCocoa.

2007-08-10 20:28 DE, revision 48017

Don't needlessly indirect through NSNotificationCenter.

2007-08-10 20:14 DE, revision 48016

Use SetNSSlider instead of SetNSView so that the WXNSSlider (Objective-C) gets associated with the wxCocoaNSSlider (C++) via the hash map and events actually work.

2007-08-10 20:12 DE, revision 48015

Fix up NSSlider code to not use class posing and instantiate the proper type (now WXNSSlider) from slider.mm. Copyright 2007 Software 2000 Ltd.

2007-08-10 20:03 DE, revision 48014

Return something halfway reasonable from GetCharWidth/GetCharHeight because the generic log dialog divides by GetCharWidth which doesn't work so well when it's zero.

2007-08-10 19:28 DE, revision 48012

Set the svn:keywords property to Id on the new files.

2007-08-10 19:26 DE, revision 48011

Attempt to fix RCS-ID tags so svn will fill them in.

2007-08-10 19:25 DE, revision 48010

Major wxCocoa wxSlider overhaul from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:44 DE, revision 48008

Merge 48007 from trunk: Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:40 DE, revision 48007

Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 11:48 JS, revision 48005

Typo correction

2007-08-10 11:48 JS, revision 48004

Typo correction

2007-08-10 11:05 JS, revision 48003

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 11:04 JS, revision 48002

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 10:37 JS, revision 48001

For consistency with other ports, don't generate a selection event when we change a listbox item's label

2007-08-10 07:37 BY, revision 48000

Return back to this branch again!

2007-08-10 05:17 DE, revision 47999

The SetTitle title parameter is no longer unused (trunk 44896)

2007-08-10 05:16 DE, revision 47998

Merged 44802 (NOTE: CVS) from trunk: implement Set/GetTitle() (last part of patch 1679337)

2007-08-10 05:14 DE, revision 47997

Merged 47996 from trunk: Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 05:04 DE, revision 47996

Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 04:47 DE, revision 47995

Merged 47994 from trunk. WARNING: changes runtime behavior: Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-10 04:40 DE, revision 47994

Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-09 19:08 DE, revision 47992

Merged 47990 and 47991 from trunk: Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 19:07 DE, revision 47991

Remove virtual from the newly added Create methods.

2007-08-09 19:05 DE, revision 47990

Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 18:17 DE, revision 47989

Merged 47988 from trunk: Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 18:15 DE, revision 47988

Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 17:31 DE, revision 47987

Merged 47986 from trunk: Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:30 DE, revision 47986

Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:01 DE, revision 47985

Merged modified 47984 from trunk: Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:53 DE, revision 47984

Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:18 RD, revision 47983

Put the tagged wxPython dir under the tagged wxWidgets dir so it has the same structure as needed for the tarballs

2007-08-09 16:15 RD, revision 47982

tagging 2.8.4.2 release

2007-08-09 15:59 RD, revision 47980

(un)install scripts for wxaddons and wxversion packages

2007-08-09 15:09 JS, revision 47974

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.

2007-08-09 15:08 JS, revision 47973

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.

2007-08-09 15:05 JS, revision 47972

Toolbars shouldn't have themed borders Made it easier to switch off theme borders in wxWindow if necessary

2007-08-08 23:34 VZ, revision 47969

remove extra space which confuses some servers (at least wu-ftpd 2.6.2) from interpreting the PORT command correctly

2007-08-08 21:55 VS, revision 47967

fixed visiblity attribute warnings in STL build

2007-08-08 21:26 VS, revision 47966

VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent name conflicts

2007-08-08 12:39 JS, revision 47963

Made wxBORDER_THEME the same as wxBORDER_DEFAULT Moved wxControl::GetBorderStyle into wxWindowMSW::GetBorderStyle but added GetBorderStyle to have the same behaviour as before (so e.g. notebook panels don't get borders) Improved help window borders

2007-08-08 12:38 JS, revision 47962

Added wxWindowMSW::GetThemedBorderStyle as a helper for 2.8 Improved help window borders

2007-08-08 11:53 JS, revision 47961

Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several pages of template-related warnings)

2007-08-08 11:22 JS, revision 47960

Removed minifram

2007-08-08 04:35 DE, revision 47958

Merged 47957 from trunk: Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:34 DE, revision 47957

Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:27 DE, revision 47956

Merged 47955 from trunk: Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create Copyright 2007 Software 2000 Ltd.

2007-08-08 04:25 DE, revision 47955

Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create

2007-08-08 04:06 DE, revision 47954

Merged 47953 from trunk: Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 04:05 DE, revision 47953

Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 03:18 DE, revision 47952

Merged trunk 47951: Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:17 DE, revision 47951

Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:08 DE, revision 47950

Merged trunk 47949: In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 03:06 DE, revision 47949

In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 01:38 DE, revision 47947

Merged 47946 from trunk: Return true in unsetenv case.

2007-08-08 01:37 DE, revision 47946

Return true in wxSetEnv for unsetenv case.

2007-08-07 22:39 VZ, revision 47943

correction to last commit: don't test unsetenv() return value, it's void under Darwin

2007-08-07 22:29 VZ, revision 47942

use unsetenv() instead of setenv(var, NULL) which is invalid

2007-08-07 22:26 DE, revision 47941

Implement wxRadioButton Get/SetLabel methods.

2007-08-07 21:44 RD, revision 47940

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:42 RD, revision 47939

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:37 FM, revision 47938

added first version of wxStyleTextCtrl|Event docs

2007-08-07 21:13 VS, revision 47937

the Ubuntu visibility bug only happens when building shared libraries on some systems, use -shared when testing for it

2007-08-07 21:00 FM, revision 47935

typo fix

2007-08-07 20:33 VZ, revision 47932

don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)

2007-08-07 19:40 JS, revision 47930

Added wxBORDER_THEME and made wxTextCtrl and wxSearchCtrl show the correct borders. Because we can't add virtual functions because of binary compatibility considerations, we can't make controls intelligent enough to know when they need themed borders. So in 2.8 we have to add wxBORDER_THEME explicitly where necessary.

2007-08-07 19:25 JS, revision 47928

Clean up

2007-08-07 19:22 JS, revision 47927

Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). wxTextCtrl and wxSearchCtrl now get the correct border on wxMSW, and the wxRichTextCtrl sample also now demonstrates correct borders.

2007-08-07 19:12 RD, revision 47926

Patch #1769242: Check for wxUSE_GRAPHICS_CONTEXT in renderer.cpp

2007-08-07 13:55 JS, revision 47925

Compile fix for VC++ 6

2007-08-07 13:50 JS, revision 47924

compile and warning fixes

2007-08-07 12:01 CE, revision 47923

cvs to svn changes for 2.8.5

2007-08-07 11:52 CE, revision 47922

new is_text from head for svn

2007-08-07 11:46 CE, revision 47921

2.8.5 not 2.8.4

2007-08-07 08:56 CE, revision 47920

put constant in define

2007-08-07 01:38 VZ, revision 47919

remove tests for Mac Rez and SetFile which are also already done by bakefile; restore assignment to RESCOMP which was removed by last commit but which bakefile doesn't set

2007-08-07 01:23 VZ, revision 47918

don't test for things which bakefile already tests for (STRIP, RANLIB, INSTALL, WINDRES, ...); don't chech for VPATH support in make at all as we don't use it any more

2007-08-06 21:48 FM, revision 47917

added propertyaccessor.tex

2007-08-06 21:39 FM, revision 47916

first raw version

2007-08-06 21:37 FM, revision 47915

rewritten completely the XTI overview. First version.

2007-08-06 19:49 FM, revision 47913

build fix

2007-08-06 19:48 FM, revision 47912

regenerated after wx_dynamic_cast addition

2007-08-06 18:31 FM, revision 47911

add wx_dynamic_cast

2007-08-06 14:55 FM, revision 47908

Use wx prefix also for event table macros (still lots of work to do for adding 'wx' prefix to all event macros)

2007-08-06 14:55 DE, revision 47907

Merged 44792 (NOTE: CVS) from trunk: implemented GetLabel() (part of patch 1679337)

2007-08-06 14:53 VS, revision 47906

WXIMPORT must specify default visibility too, otherwise things like typeinfo may break subtly

2007-08-06 14:52 VS, revision 47904

fixed incorrect DLL export macro for wxJoystick

2007-08-06 14:19 DE, revision 47903

Merged 47902 from trunk: Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject. Also implements wxStaticBox Get/SetLabel which wasn't in the 2.8 branch.

2007-08-06 13:47 DE, revision 47902

Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject.

2007-08-06 08:46 FM, revision 47901

formatting change

2007-08-06 01:00 VZ, revision 47899

add wx/univ/tglbtn.h to wxUniv headers

2007-08-06 00:59 VZ, revision 47898

use wxBORDER_NONE instead of wxNO_BORDER

2007-08-06 00:58 VZ, revision 47897

corrected sizer code example which wrongly used wxBORDER

2007-08-05 22:14 FM, revision 47895

provide a ctor compatible with "old" wxRTTI system

2007-08-05 22:13 FM, revision 47894

use wx prefix for _all_ public macros (providing backward aliases for compat)

2007-08-05 22:11 FM, revision 47893

formatting changes

2007-08-05 22:10 FM, revision 47892

took the freedom to update the Acknowledgement and File Handling sections (which really needed an update!!); open for comments/other-decisions about the Acknowledgement section ;)

2007-08-05 21:29 FM, revision 47890

updated topic name

2007-08-05 21:29 FM, revision 47889

documented the wxFORCE_LINK_THIS_MODULE and wxFORCE_LINK_MODULE macros (they're useful also for XTI).

2007-08-05 20:01 FM, revision 47887

better GetClassInfo() description

2007-08-05 19:55 FM, revision 47886

put the "classes by category" section immediately after "alphabetic class reference" as it's more logical

2007-08-05 19:54 FM, revision 47885

1. Call this chapter instead of "Functions", "Functions and macros" since it contains docs for LOTS of macros 2. Small fixes and precisations to the various sections 3. move wxDECLARE_APP and wxIMPLEMENT_APP and WXDEBUG_NEW out of "XTI macros" section: they're not anything XTI related! 4. added docs for most of new XTI macros 5. reorganized and revised docs for "old" RTTI macros

2007-08-05 19:05 FM, revision 47884

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 19:04 FM, revision 47883

update the XTI classes section and also lots of other sections: layout classes control classes STC classes (needs someone who writes docs for wxStyledTextCtrl/Event!) multimedia classes openGL classes application and process management

2007-08-05 18:57 FM, revision 47882

fix for the "documentation for native toolkits" section: it cannot be a real \subsection otherwise tex2rtf puts its contents into the wrong page (e.g. in the wxX11 page)

2007-08-05 18:55 FM, revision 47881

use \urlref for external URLs

2007-08-05 18:54 FM, revision 47880

added the static function GetLabelText() to wxStaticText which was mentioned in the docs but not implemented; also fixed the return type documented for wxControl::GetLabel*() functions

2007-08-05 18:32 FM, revision 47879

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 10:10 JS, revision 47878

Updated border style names

2007-08-04 21:58 VZ, revision 47877

make wxTmemxxx() functions return char* and not void* in ANSI build for compatibility with wx 2.9 [backport of 47876 from trunk]

2007-08-04 21:33 VZ, revision 47876

make wxTmemchr() return (and take) char* instead of void* in ANSI build too

2007-08-04 18:40 VZ, revision 47874

added FromAscii(unsigned char *) overloads

2007-08-04 02:31 RD, revision 47870

Fix the building of debug python package if the debian/ubuntu system supports it

2007-08-04 02:27 RD, revision 47869

Patch from KO to allow the renderer to be able to draw onto a wxGCDC

2007-08-03 20:00 VZ, revision 47865

more wxUSE_XXX documented (patch from Tim Stahlhut)

2007-08-03 11:47 VZ, revision 47863

sorting support for generic version (patch 1765087 from Bo)

2007-08-03 08:50 JS, revision 47862

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-03 08:50 JS, revision 47861

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-02 16:28 DE, revision 47860

Merged 47838 from trunk: Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 18:54 FM, revision 47856

typo fix

2007-08-01 15:34 JS, revision 47850

Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)

2007-08-01 15:32 JS, revision 47849

Error and warning corrections

2007-08-01 15:30 JS, revision 47848

VC++ 6 reports ambiguities when using template Read/Write, so don't use them in this case

2007-08-01 14:43 VS, revision 47846

fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase)

2007-08-01 12:53 FM, revision 47845

added "show only classes with XTI info" checkbox; added "show all properties recursively" checkbox

2007-08-01 12:53 FM, revision 47844

added GetBaseClass1/2() shortcuts for symmetry with GetBaseClassName1/2()

2007-08-01 10:53 FM, revision 47843

move back m_itsClass member to its original position to avoid warnings from MSVC about "alignment of a member was sensitive to packing"

2007-08-01 10:52 FM, revision 47842

also show the generated code after saving it

2007-08-01 10:40 FM, revision 47841

de-dialogblockfied the code

2007-08-01 04:31 DE, revision 47840

Merged 47839 from 2.8 branch: Add missing wxT.

2007-08-01 04:29 DE, revision 47839

Add missing wxT.

2007-08-01 04:14 DE, revision 47838

Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 00:25 VZ, revision 47837

corrected library link

2007-07-31 22:03 VZ, revision 47835

added WXDLLEXPORT to the (empty) wxControlWithItems class declaration

2007-07-31 20:10 FM, revision 47832

moved a few methods from headers to sources

2007-07-31 19:30 FM, revision 47831

typo fixes

2007-07-31 19:29 FM, revision 47830

added first raw version of new XTI classes docs (already with the "Library" section which was added in TRUNK)

2007-07-31 19:27 FM, revision 47829

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:26 FM, revision 47828

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:25 FM, revision 47827

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-30 10:51 VS, revision 47826

don't crash in wxGetEmptyString(): it's now a #define for wxString(), which is not any less efficient now

2007-07-29 19:08 VZ, revision 47822

removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216)

2007-07-29 14:27 VZ, revision 47821

forcefully disable wxUSE_JOYSTICK too

2007-07-29 14:25 VZ, revision 47820

always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compilation of the code using it)

2007-07-29 14:21 VZ, revision 47819

compilation fix for WinCE

2007-07-29 14:08 VZ, revision 47818

CE compilation fix for X button stuff

2007-07-29 14:06 VZ, revision 47817

compilation fix for wxUSE_DBGHELP==0 after latest changes

2007-07-29 13:56 VZ, revision 47816

we must use TB_BUTTONSTRUCTSIZE before adding menu items to the toolbar; also send SHCMBM_GETMENU after creating the menus, otherwise it always returns NULL

2007-07-29 13:38 VZ, revision 47815

update button style to include BS_MULTILINE when a multiline label is set

2007-07-29 13:16 VZ, revision 47814

no changes, just removed unnecessary #ifdef __WIN32__

2007-07-29 03:36 DE, revision 47807

Use the ECHO_N and ECHO_C variables in lieu of echo -n since some shells need it. Use cat /dev/null instead of echo -n in the non-Mac (but on OS X) POSTLINK_COMMAND and RESCOMP variables.

2007-07-29 01:25 VZ, revision 47806

make the text in the top area more readable

2007-07-29 01:23 VZ, revision 47805

don't use deprecated DoLog() overload

2007-07-29 01:20 VZ, revision 47804
  • D /wxWidgets/trunk/difflast.pl

removed the script which only worked with cvs

2007-07-29 01:11 VZ, revision 47803

add support for 4th and 5th mouse buttons; reduce code duplication

2007-07-29 01:04 VZ, revision 47802

added support for 2 extra mouse buttons (patch 1757630)

2007-07-29 00:31 VZ, revision 47801

undid accidental commit of this file in the last revision

2007-07-29 00:28 VZ, revision 47800

removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab

2007-07-29 00:21 VZ, revision 47799

added wxMiniFrame demonstration to the dialogs sample

2007-07-28 23:48 VZ, revision 47798

preserve the arguments read from configarg.cache in it

2007-07-28 21:00 DE, revision 47797

Remove bogus DoDelete from 44730. It's appears that it's supposed to be DoDeleteItems which was added in a different place.

2007-07-28 20:40 DE, revision 47796

Merged trunk 47795: Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon

2007-07-28 20:34 DE, revision 47795

Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.

2007-07-28 19:35 DE, revision 47794

Merged trunk 47522: Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-28 19:35 PC, revision 47793

remove duplicates

2007-07-28 19:06 DE, revision 47792

Merged trunk 46229 (NOTE: CVS) inside #if 0 pending research into how to do it in an ABI-compatible way: Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-07-28 17:34 PC, revision 47791

make definitions match declarations in wxcrt.h

2007-07-28 17:08 PC, revision 47790

warning fix

2007-07-28 17:07 PC, revision 47789

Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient preincrement operator on iterators.

2007-07-28 16:55 RD, revision 47783

Use generic code for wheel scrolling on wxGTK as discussed on wx-dev a couple weeks ago

2007-07-28 16:54 RD, revision 47782

Also build the debug python package, and more tweaks from Ubuntu's wx rules file.

2007-07-28 16:15 RD, revision 47781

Use the wxWidgets name

2007-07-28 13:12 VZ, revision 47779

(ugly) compilation fix for wxUSE_STL==1 build

2007-07-28 12:23 VZ, revision 47778

show wxUSE_STL in the summary at the end too

2007-07-28 12:21 VZ, revision 47777

added the mention of library in which each class is defined to the documentation (patch 1756715)

2007-07-28 12:14 VZ, revision 47776

added the script used to add libraries to the documentation files (see patch 1756715)

2007-07-28 12:04 VZ, revision 47775

escape underscores

2007-07-28 11:54 VZ, revision 47774

no real changes, just cleanup and use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT (patch 1762528)

2007-07-28 11:51 VZ, revision 47773

added more wxUSE_XXX symbols (modified patch 1758917)

2007-07-28 11:29 VZ, revision 47772

no changes, just a typo fix

2007-07-28 11:27 VZ, revision 47771

set eol-style

2007-07-28 10:25 VZ, revision 47770

blind OS/2 compilation fix in wxSetWorkingDirectory()

2007-07-28 00:21 VZ, revision 47768

recognize hover bitmaps (patch 1758843)

2007-07-28 00:16 VZ, revision 47767

stop after at most 200 iterations in WalkFrom() to avoid looping endlessly when the stack is corrupted (patch 1759239)

2007-07-28 00:14 VZ, revision 47766

added maxDepth parameter to WalkFromException() (patch 1759239)

2007-07-28 00:08 VZ, revision 47765

removed unused wxUSE_XXX options (patch 1759328)

2007-07-27 23:59 VZ, revision 47764

made strings used in wxIPC methods const as a temporary compilation fix (they will need to be also made void* and not wxChar* later) (patch 1759924)

2007-07-27 23:49 VZ, revision 47763

added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)

2007-07-27 23:16 VZ, revision 47762

destroy TLW children pending for deletion from ~wxTLW to avoid leaving them with dangling parent pointer

2007-07-27 22:03 VZ, revision 47761

yet another compilation fix for ItemDeleted

2007-07-27 21:45 DE, revision 47759

Merged trunk 47757: * Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:57 DE, revision 47757

* Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:19 VZ, revision 47755

use symbolic name for the shell menu bar too; include resources.h in wince.rc directly instead of only doing it from smartphone.rc

2007-07-27 18:02 VZ, revision 47752

fix menu bar creation under WM5 (SHCMBF_EMPTYBAR must be used or it's not created at all!)

2007-07-27 17:02 PC, revision 47751

skip preprocessor test for a couple more header checks

2007-07-27 16:45 PC, revision 47750

fix last commit, it seems spaces are not allowed between macro and paren

2007-07-27 16:34 VZ, revision 47749

many compilation fixes for WinCE using VC8 (it now build, although still doesn't work)

2007-07-27 16:32 VZ, revision 47748

ignore VC8 project files and build directories

2007-07-27 14:57 VZ, revision 47747

added wxUSE_INICONF (disabled by default)

2007-07-27 13:51 VZ, revision 47746

don't use min() macro in wxQsort() which conflicts with the one from windows.h

2007-07-27 13:48 VZ, revision 47745

deTABbed wxQsort()

2007-07-27 12:22 VZ, revision 47744

and another compilation fix for ItemDeleted() from Bo

2007-07-27 12:17 VZ, revision 47743

real compilation fix for ItemDeleted()

2007-07-27 03:38 DE, revision 47742

Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-07-27 00:17 VZ, revision 47741

compilation fix for insert()

2007-07-27 00:16 VZ, revision 47740

compilation fix for ItemDeleted()

2007-07-26 21:24 RR, revision 47739

escape _

2007-07-26 18:40 DE, revision 47738

Add a Clear() method simply calling the wxComboBoxBase::Clear() to disambiguate it with wxTextCtrl::Clear() since wxCocoa's wxComboBox derives from wxTextCtrl for some reason.

2007-07-26 18:19 DE, revision 47737

Merged trunk 47733: Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 18:18 DE, revision 47736

Merged trunk 47732: Added missing #import <Foundation/NSArray.h>

2007-07-26 16:27 VZ, revision 47734

re-disable Universal Mac builds by default

2007-07-26 16:08 DE, revision 47733

Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 15:56 DE, revision 47732

Added missing #import <Foundation/NSArray.h>

2007-07-26 14:25 VZ, revision 47731

compilation fix after last commit

2007-07-26 13:54 VZ, revision 47730

many wxItemContainer-related changes: 1. the main function for item insertion is now DoInsertItems() which allows for much more efficient addition of many new items at once 2. the items client data management is done entirely in wxItemContainer itself, the derived classes don't have to distinguish between void and object client data 3. many fixes for sorted controls, in particular implemented wxCB_SORT support in wxGTK combobox

2007-07-26 11:43 VZ, revision 47729

removed called to deprecated wxPixelData::UseAlpha() which does nothing now

2007-07-26 02:32 BY, revision 47727

Sync with the trunk

2007-07-26 02:20 BY, revision 47726

Merge changes from trunk

2007-07-25 22:37 RR, revision 47724

Rewritten wxList docs

2007-07-25 18:46 RR, revision 47722

Use type safe list for model notifiers, sample corrected

2007-07-25 18:25 RR, revision 47721

call attributes attributes

2007-07-25 18:23 RR, revision 47720

Small correction

2007-07-25 18:18 RR, revision 47719

ItemDeleted now has (parent, item)

2007-07-25 18:09 RR, revision 47718

Patch from Bo, implement sorting in wxDVC

2007-07-25 17:42 VZ, revision 47716

fix warnings due to using deprecated-but-used-internally methods from the header file (which, of course, meant that they were also used during client code compilation)

2007-07-25 13:58 BY, revision 47714

Merge changes from trunk

2007-07-25 13:20 BY, revision 47713

Add a member to wxDataViewTreeNode for recording the visible numbers of node's subtree. This member is used to accelerate the ItemToRow and RowToItem. Also, I make a the node leaf to save memory space.

2007-07-25 10:19 RR, revision 47712

Add iterators to wxVector, use std::vector in STL mode, correct wxVector::erase()

2007-07-25 10:17 RR, revision 47711

make wxDataViewCtrl in STL mode

2007-07-25 07:18 JS, revision 47710

Typo correction

2007-07-25 07:17 JS, revision 47709

Typo correction

2007-07-24 20:00 VS, revision 47707

optimized wxStringTokenizer: it's now slightly faster in wchar_t build and much faster in UTF-8 build

2007-07-24 15:20 VZ, revision 47706

use To/FromWChar() in single parameter wxMBConv::cMB2WC/WC2MB() overloads too, instead of passing by the deprecated MB2WC/WC2MB()

2007-07-24 15:10 VZ, revision 47705

use wxMBConvStrictUTF8 instead of wxMBConvUTF8 in ConvertStr() and mb/wc_str()

2007-07-24 15:01 VZ, revision 47703

add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support for PUA/octal mappings and use it for wxConvUTF8 as it's simpler and more efficient (~20% faster)

2007-07-24 12:22 BY, revision 47701

Merge changes from trunk and make the current row changing with the deletion of rows. That means if the user delete the current row which is the last visible row, the current row will automatic change to the last visible row.

2007-07-24 10:22 SC, revision 47699

fixing layering problems when modal dialogs should appear in front of floating windows (eg miniframes), as long as wxSTAY_ON_TOP is not set on the miniframe

2007-07-24 10:16 SC, revision 47698

applying 1660835, making sure wxSTAY_ON_TOP mini frame windows don't get hidden on deactivate

2007-07-24 10:10 RR, revision 47697

Patch from Bo to speed up FindNode() in internal data tree structure (GTK)

2007-07-24 09:26 RR, revision 47696

Added wxQsort()

2007-07-24 09:25 RR, revision 47695

Don't send events when expanding internally, only after wxDataViewModel::ItemAdded was called

2007-07-24 09:15 RR, revision 47694

Send events from port-specific code, not common code, tested in samples

2007-07-24 08:35 RR, revision 47693

Patch from Bo to optimize FindNode() in internal tree structure

2007-07-24 00:36 VZ, revision 47691

corrected off by 1 error in cMB2WC() call (thanks valgrind)

2007-07-23 22:36 VZ, revision 47689

don't add an extra empty line to the end (fixes bug introduced by the last optimization round)

2007-07-23 22:34 VZ, revision 47688

harmless warning fix

2007-07-23 22:33 VZ, revision 47687

compilation fix

2007-07-23 22:29 VZ, revision 47686
  • D /wxWidgets/trunk/tests/fileconf

removed empty directory

2007-07-23 21:59 VZ, revision 47684

fix caching of configure arguments broken by one of the previous commits (all options got saved in the cache file, not just the ones explicitly specified)

2007-07-23 20:14 SC, revision 47681

we now always have a transparent sizer grip

2007-07-23 20:12 SC, revision 47680

we now always have a transparent sizer grip

2007-07-23 20:11 SC, revision 47679

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 20:09 SC, revision 47678

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 18:00 VZ, revision 47675

removed wxUSE_STRUTILS which was left over from the old code version

2007-07-23 17:08 SC, revision 47673

implementing wxALWAYS_SHOW_SB from 1744665

2007-07-23 15:51 RD, revision 47668

Allow supporting more than one version of Python at a time, if python-central is available and installed in the Debian distro, and if it specifies that more than one version should be supported.

2007-07-23 15:33 BY, revision 47667

Merge changes from Trunk and also make some modification to change HasChildren to IsContainer.

2007-07-23 12:23 JS, revision 47663

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 12:23 JS, revision 47662

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 09:18 BY, revision 47661

A more efficient algorithm for ItemAdded and ItemDeleted. This algorithm is implemented by the new member function FindNode. We first find the item's parent-chain, and then down along the parent-chain to find the node.

2007-07-23 04:42 SC, revision 47660

correcting my last commit

2007-07-22 20:27 JW, revision 47657

Added additional stubs, improved DC and evtloop implementations, modified bakefiles and configure.in

2007-07-22 15:53 VZ, revision 47656

tagging libtiff 3.8.2

2007-07-22 15:36 VZ, revision 47655

importing libtiff 3.8.2

2007-07-22 15:27 VZ, revision 47654

fix for r47646: typedef wxDouble for all platforms, not just wxMac

2007-07-22 15:20 SC, revision 47653

applying 1741073

2007-07-22 15:03 SC, revision 47652

restricting mouse-wheel support to y axis only, trunk is having both dimensions

2007-07-22 14:54 SC, revision 47651

changing handling of mouse-down buttons according to patch 1749825

2007-07-22 13:20 SC, revision 47650

fixing path

2007-07-22 11:34 SC, revision 47649

adding missing defaults

2007-07-22 10:34 VZ, revision 47648

call aglEnable(AGL_BUFFER_RECT) after setting the rect; fixes both drawing over all the other windows and missing redraw before first resize (patch 1758339)

2007-07-22 10:29 VZ, revision 47647

removed erroneous spaces from wxTo/FromString() documentation

2007-07-22 10:14 SC, revision 47646

no 68k macs more to support...

2007-07-22 10:12 SC, revision 47645

no 68k macs more to support...

2007-07-22 09:20 VS, revision 47644

fix visibility problems with libstdc++ on Debian and Ubuntu

2007-07-22 08:30 SC, revision 47643

adding quicktime framework (needed for PICT conversion)

2007-07-22 08:28 SC, revision 47642

adding cocoa utils file

2007-07-22 08:01 VS, revision 47641

fixed visibility warning on Fedora

2007-07-22 00:00 VZ, revision 47639

corrected the include file names (rest of patch 1757479)

2007-07-21 23:59 VZ, revision 47638
  • D /wxWidgets/trunk/docs/latex/wx/database.tex
  • D /wxWidgets/trunk/docs/latex/wx/expr.tex
  • D /wxWidgets/trunk/docs/latex/wx/gridwork.tex
  • D /wxWidgets/trunk/docs/latex/wx/query.tex
  • D /wxWidgets/trunk/docs/latex/wx/recrdset.tex

removed docs for classes not existing any more (part of patch 1757479)

2007-07-21 23:54 VZ, revision 47637

correct closing comments in #endifs (patch 1756990)

2007-07-21 23:51 VZ, revision 47636

updated after fileconf/fileconftest.cpp to config/fileconf.cpp move

2007-07-21 23:50 VZ, revision 47635

moved wxFileConfig test to config directory together with wxConfig test

2007-07-21 23:47 VZ, revision 47634

added support for user-defined types to wxConfig (patch 1753875)

2007-07-21 23:41 VZ, revision 47633

added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms

2007-07-21 23:24 VZ, revision 47632

added wxTo/FromString(wxColour) (part of patch 1753875)

2007-07-21 23:22 VZ, revision 47631

added --enable-ownerdrawn MSW-only option

2007-07-21 23:07 RR, revision 47630

added wxDataViewIndexListModel and sample

2007-07-21 22:56 VZ, revision 47629

allow overriding automatic alpha detection during icon->bitmap conversions (slightly modified patch 1738168)

2007-07-21 22:51 VZ, revision 47628

initialize m_labelWidget to 0 to fix crash when the label is empty (backport of part of r45312 changes from trunk)

2007-07-21 21:36 VZ, revision 47627

removed unused variable left after the last commit

2007-07-21 16:43 VS, revision 47623

fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)

2007-07-21 13:22 VZ, revision 47622

removed duplicate MSW-specific options, they're now all between special start/end MSW options comment

2007-07-21 13:09 VZ, revision 47621

added --enable-ps-in-msw configure option

2007-07-21 13:07 VZ, revision 47620

removed wxUSE_UXTHEME_AUTO which wasn't used anywhere

2007-07-21 13:06 VZ, revision 47619

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:05 VZ, revision 47618

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:01 VZ, revision 47617

added wxUSE_REGKEY option

2007-07-21 12:58 VZ, revision 47616

regenerated MSW part from wx/msw/setup_inc.h

2007-07-21 12:56 VZ, revision 47615

extracted MSW-specific setup.h options to their own wx/msw/setup_inc.h file which is now used to automaitcally generate both wx/msw/setup0.h and setup.h.in by update-setup-h

2007-07-21 11:41 VZ, revision 47614

correct the last patch: we should compare wxGenericTreeItem pointers, not a pointer with an id

2007-07-21 11:15 VZ, revision 47612

corrected (and simplified) configarg.cache updating broken by last changes to WX_ARG_WITH/ENABLE

2007-07-21 07:31 VZ, revision 47611

define wxUSE_FONTENUM

2007-07-21 02:20 VZ, revision 47610

define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared pure virtual in the base class), just return NULL from it

2007-07-21 02:20 VZ, revision 47609

added wxUSE_FONTENUM for wxFontEnumerator

2007-07-21 02:05 VZ, revision 47608

fixes for building wxMSW with --disbale-all-features

2007-07-21 01:42 VZ, revision 47607

added --enable-uxtheme option

2007-07-21 01:30 VZ, revision 47606

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI [backport from trunk]

2007-07-21 01:26 VZ, revision 47605

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI

2007-07-21 01:17 VZ, revision 47604

use colour in the libraries diagram to indicate base/GUI libraries instead of explicitly drawing the arrows from all libraries to the base and core one

2007-07-20 22:11 DE, revision 47603

wxCocoa: Implement wxControl::GetLabel/SetLabel by stowing the label in the wxNonControlNSControl instance used when the wxControl is a non-native subclass (e.g. a generic control). Not needed in trunk since there is now m_labelOrig. Copyright 2007 Software 2000 Ltd.

2007-07-20 22:00 VZ, revision 47602

replaced with Debian Etch version which has slightly better fseeko() test

2007-07-20 20:41 DE, revision 47601

Merged trunk 47600: wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 20:35 DE, revision 47600

wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 19:47 DE, revision 47599

Merged trunk 47598: wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 19:05 DE, revision 47598

wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 18:27 PC, revision 47597

more AC_CHECK_HEADERS fixes

2007-07-20 17:59 DE, revision 47596

Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEADER so that the HAVE_* defines will be generated when needed. This fixes breakage caused by 44703. Only usage where HAVE_* macro is in setup.h.in or was used by configure itself (e.g. HAVE_X11_XLIB_H) is changed.

2007-07-20 17:51 DE, revision 47595

Update all of the .m4 files using Apple-shipped autoconf with a change to functions.m4 to make the output match what is currently ni the tree from VZ.

2007-07-20 17:23 PC, revision 47594

use the right cast to fix warning, rather than just suppressing it

2007-07-20 16:22 VZ, revision 47593

moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h; added it to setup.h.in so that it gets defined (always as 0 as mingw32 doesn't support it anyhow) for configure builds too

2007-07-20 14:10 VZ, revision 47591

document wxCB_SORT

2007-07-20 12:24 RR, revision 47590

Optimise internal sorting datastructure

2007-07-20 09:01 RR, revision 47589

Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel

2007-07-20 08:23 RR, revision 47588

Fix for crash when opening empty node

2007-07-20 06:44 PC, revision 47587

add missing parens to bitwise expression

2007-07-20 05:47 DE, revision 47586

Merged trunk 47585: Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 05:40 DE, revision 47585

Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 04:16 DE, revision 47584

Merged trunk 47580, 47581: Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 04:13 DE, revision 47583

Merged trunk 47570: Strip mnemonics from the label before passing it to Cocoa.

2007-07-20 04:08 DE, revision 47582

Remove wxStockCursor function that should never have been global.

2007-07-20 04:06 DE, revision 47581

Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 02:12 DE, revision 47580

Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Copyright 2007, Software 2000 Ltd.

2007-07-20 01:10 VZ, revision 47578

make To/From8bit() inline for performance reasons

2007-07-20 01:03 VZ, revision 47577

rewrite FilterInValue() using iterators, this results iin 12x performance improvement in UTF-8 build

2007-07-19 23:00 VZ, revision 47576

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier [backport from trunk]

2007-07-19 23:00 VZ, revision 47575

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier

2007-07-19 22:58 VZ, revision 47574

added code to free memory allocated in wxSetEnv() when it uses putenv()

2007-07-19 19:48 DE, revision 47573

Merged trunk 47523, 47567, 47569 (full wxRadioBox implementation): * Partially implement wxRadioBox for wxCocoa. * Implement most of wxRadioBox's methods. * Implement wxCocoa wxRadioBox event. Copyright 2007 Software 2000 Ltd.

2007-07-19 19:44 DE, revision 47572

Merged trunk 47568: Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 19:43 DE, revision 47571

Merged trunk 47521: Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-19 19:19 DE, revision 47570

Strip mnemonics from the label before passing it to Cocoa.

2007-07-19 18:52 DE, revision 47569

Implement wxCocoa wxRadioBox event.

2007-07-19 18:00 DE, revision 47568

Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 17:58 DE, revision 47567

Implement most of wxRadioBox's methods.

2007-07-19 17:40 DE, revision 47566

Added include wx/timer.h to non WX_PRECOMP case.

2007-07-19 15:47 VZ, revision 47564

do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h

2007-07-19 14:03 RR, revision 47562

Better sorting example and better default

2007-07-19 13:55 VZ, revision 47561

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style [backport of patch 1756184 from trunk]

2007-07-19 05:46 BY, revision 47560

Merge changes from the trunk. Robert has add sorting support for the model.

2007-07-19 01:06 VZ, revision 47558

always generate the taskbar sample makefile; this was wrong since the line adding it to SAMPLES_SUBDIRS was added in the wrong place in rev 15927

2007-07-19 01:02 VZ, revision 47557

added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure

2007-07-18 23:42 VZ, revision 47556

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style (patch 1756184)

2007-07-18 23:37 VZ, revision 47555

speed up reading wxFileConfig from wxInputStream by factors of 3.5, 20 and 7 for ANSI/wchar_t/UTF-8 builds respectively (replaces patch 1755969)

2007-07-18 22:01 VZ, revision 47553

wxGTK/Univ compilation fixes

2007-07-18 18:46 RR, revision 47552

Completed sorting in wxDataViewCtrl

2007-07-18 18:09 VZ, revision 47551

added documentation of wxUSE_XXX symbols (modified patch 1755127)

2007-07-18 18:08 VZ, revision 47550

fix broken wxvscrolledwindowsetrowcount link

2007-07-18 15:03 VS, revision 47549

compilation fix for minimal build

2007-07-18 15:02 VS, revision 47548

compilation fix for minimal build

2007-07-18 14:09 RR, revision 47547

First work at resort with header click

2007-07-18 13:25 RR, revision 47546

Forgot this one

2007-07-18 13:23 RR, revision 47545

First actual sorting for wxDataViewCtrl

2007-07-18 12:58 VZ, revision 47544

removed the hyphen from the new --enable{baseevt,epoll,select}loop options description

2007-07-18 10:15 VS, revision 47543

don't use _T() for literals in wxDFB, it uses UTF-8 build

2007-07-18 09:44 VS, revision 47542

use iterators instead of c_str()

2007-07-17 23:34 RD, revision 47541

wxPython wants monolithic build on OSX

2007-07-17 23:04 VZ, revision 47540

added new libraries (patch from Francesco)

2007-07-17 22:53 VZ, revision 47538

added missing libraries to the requirements list

2007-07-17 22:51 VZ, revision 47537

remove references to contrib (patch from Francesco)

2007-07-17 22:47 VZ, revision 47536

check whether the string is non-empty before accessing its first element [backport from trunk]

2007-07-17 22:46 VZ, revision 47535

check whether the string is non-empty before accessing its first element

2007-07-17 22:01 RR, revision 47534

Some code renaming to avoid confusion. Test editable column in sample.

2007-07-17 13:25 CE, revision 47530
  • D /wxWidgets/trunk/BuildCVS.txt

svn rather than cvs

2007-07-17 13:24 CE, revision 47529

svn rather than cvs

2007-07-17 11:59 VS, revision 47528

compilation fix for Borland C++

2007-07-17 11:11 FM, revision 47527

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 11:10 FM, revision 47526

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 10:44 FM, revision 47525

fix an issue with GTK filedialog (already fixed in the trunk)

2007-07-17 08:15 BY, revision 47524

merge changes from trunk.

2007-07-17 05:41 DE, revision 47523

Partially implement wxRadioBox for wxCocoa. Copyright 2007 Software 2000 Ltd.

2007-07-17 05:31 DE, revision 47522

Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-17 05:14 DE, revision 47521

Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-17 02:46 BY, revision 47520
  • D /wxWidgets/branches/SOC2007_DVC/wxPython

syc with the trunk

2007-07-16 23:28 VZ, revision 47517

remove file containing many obsolete defines, if anyone wants to revive MicroWindows support the MicroWin-specific checks should be added to wx/msw/chkconf.h or wx/msw/microwin/chkconf.h

2007-07-16 23:09 DE, revision 47516

Added preliminary documentation about how to write new wxCocoa controls. Basically just a brain dump but it's better than nothing.

2007-07-16 21:20 VZ, revision 47513

test for gettimeofday/ftime even if we don't use wxDateTime -- we still need these functions for wxGetLocalTimeMillis() and wxStopWatch

2007-07-16 21:16 VZ, revision 47512

use wxGetLocalTimeMillis() instead of wxDateTime in wxSocketBase::_Wait(), this allows to use sockets without wxUSE_DATETIME

2007-07-16 21:15 VZ, revision 47511

compilation fix for wxUSE_LOG==0

2007-07-16 21:14 VZ, revision 47510

add wxMilliClockToLong() helper

2007-07-16 20:41 VZ, revision 47509

include wx/dynarray.h to fix compilation with minimal set of wxUSE options

2007-07-16 20:38 VZ, revision 47508

add wxUSE_BASE64 checks around DoRead/WriteBinary() functions

2007-07-16 20:33 VZ, revision 47507

include wx/longlong.h to fix compilation with wxUSE_DATETIME==0

2007-07-16 20:04 VZ, revision 47506

fix rounding errors in stretchable items size calculation (patch 1754785)

2007-07-16 18:57 VS, revision 47505

support real transparency for controls that return HasTransparentBackground() in wxDFB

2007-07-16 18:52 VS, revision 47504

compilation fix for wxStrtod and friends: non-zero int can't be passed as pointer

2007-07-16 17:01 DE, revision 47500

The wxUSE_EPOLL_DISPATCHER (like other wxUSE flags) is a 0/1 not an undef/def conditional.

2007-07-16 16:18 VZ, revision 47499

fix WX_ARG_WITH behaviour when it's used before wxUSE_ALL_FEATURES is defined, as for --without-subdirs option

2007-07-16 13:10 VZ, revision 47496

added unistd.h include for close()

2007-07-16 11:21 RR, revision 47495

Use wxDataViewItem, not row to index

2007-07-16 11:15 RR, revision 47494

Store pointers in wxDataViewItem in the sample, no any artifical int ID

2007-07-16 11:01 RR, revision 47493

change wxDataViewItem id to void*

2007-07-16 10:37 RR, revision 47492

Patch from Bo for generic wxDataViewCtrl

2007-07-16 09:11 BY, revision 47491

Add the DVC directory to the SVN repository. I don't know why the DVC directory is marked as changed alone.

2007-07-16 05:17 BY, revision 47489

Two things changed: 1.Make this branch with the trunk version 47488 and also make my previous changes in it 2.Make GetSelection work and modify some of ItemAdded and ItemDeleted

2007-07-15 20:49 VZ, revision 47488

simplify the test for build setup.h being out of date (do it as in the patch 1752567 for consistency with 2.8)

2007-07-15 20:48 VZ, revision 47487

don't overwrite build setup.h with user setup.h unless the latter is newer (as we already do in the trunk) (patch 1752567)

2007-07-15 19:33 VZ, revision 47486

added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop

2007-07-15 19:32 PC, revision 47485

fix for monolithic build

2007-07-15 19:31 VZ, revision 47484

no real changes, just added an extra status message

2007-07-15 19:29 VZ, revision 47483

create greyed image for wxBitmapButton in MSW automatically, as in wxGTK (replaces patch 1734018)

2007-07-15 14:12 VS, revision 47482

forward compatibility with wx3: accept empty string as well as NULL in places where wx3 uses empty strings only

2007-07-15 14:08 RR, revision 47481

Add test for deleting item from wxDataViewCtrl

2007-07-15 10:05 VS, revision 47480

convert bitmap's surface to RGB24/ARGB in wxBitmap::GetRawData() if it uses different format

2007-07-15 08:10 VS, revision 47479

don't export private stc2wx(), wx2stc() functions from wxSTC shared library

2007-07-14 20:32 VZ, revision 47478

regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions

2007-07-14 20:30 VZ, revision 47477

make the path absolute before using it with gtk_file_chooser_set_current_folder() (patch 1753796)

2007-07-14 20:27 VZ, revision 47476

replace RunLoop() call with Dispatch() after wxFDIODispatcher changes

2007-07-14 20:27 VZ, revision 47475

allow setting empty tooltip in SetIcon() [backport of rev 47474 from trunk]

2007-07-14 20:26 VZ, revision 47474

allow setting empty tooltip in SetIcon() (patch 1750994)

2007-07-14 20:22 VZ, revision 47473

don't leak epoll descriptor

2007-07-14 20:22 VZ, revision 47472

corrected #if check which was written as #ifdef

2007-07-14 20:18 VZ, revision 47471

create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatcher in wxGSocket as the global dispatcher may be of a different type (modified patch 1733626)

2007-07-14 19:50 VZ, revision 47470

replaced wxFDIODispatcher::RunLoop() with Dispatch() which handles only one event at a time (part 1 of the patch 1733626)

2007-07-14 19:41 VZ, revision 47469

changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregister it unconditionally; use ModifyFD() to just change the flags (modified part of patch 1733626)

2007-07-14 19:40 VZ, revision 47468

ignore bakefile-generated test.dsw too

2007-07-14 19:17 PC, revision 47467

fix syntax error

2007-07-14 19:09 VZ, revision 47466

added include guard

2007-07-14 19:06 VZ, revision 47465

Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; put checks for them in the new Unix-specific wx/unix/chkconf.h file

2007-07-14 18:52 VZ, revision 47464

fix harmless unused variable warning

2007-07-14 18:18 PC, revision 47463

fix HasPendingEvents() to only return true if there are actually events pending

2007-07-14 18:12 VZ, revision 47462

allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros and renamed --disable-all_features to --disable-all-features

2007-07-14 17:54 VZ, revision 47461

don't change the wxUSE_XXX for the controls if --enable-controls wasn't specified

2007-07-14 15:47 RR, revision 47460

Test in GetFirstChild() if item is known to control

2007-07-14 13:54 RR, revision 47459

Made wxDataViewCtrl sample use a real, expandabl data tree

2007-07-14 11:13 FM, revision 47458

fixed a small set of typos/errors. Now all features of the sample are functional.

2007-07-14 11:12 FM, revision 47457

formatting change

2007-07-14 11:12 FM, revision 47456

fixed BUG in wxSpinCtrl which prevents the user from creating a dummy wxSpinCtrl instance, i.e. a wxSpinCtrl instance which is never Create()d

2007-07-14 11:07 VZ, revision 47455

cast abs() argument to int (from long) as BCC 2007 doesn't define abs(long) overload in stdlib.h (only cstdlib)

2007-07-14 10:54 FM, revision 47454

fix macro redefinition and added missing macro def

2007-07-14 10:40 FM, revision 47453

fixed wildcard filters

2007-07-14 10:37 FM, revision 47452

added empty XTI macro definitions for builds with wxUSE_EXTENDED_RTTI=0 (which is a cfg that now builds fine)

2007-07-14 10:10 BIW, revision 47451

fix for bug #1747890 - close button problem fixed

2007-07-14 10:07 VS, revision 47450

renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761)

2007-07-14 10:06 BIW, revision 47449

fix for bug #1747890 - close button problem fixed

2007-07-14 05:47 SC, revision 47448

adapting to new m_labelOrig label member

2007-07-14 05:26 SC, revision 47447

fix XTI problems on Mac

2007-07-13 22:30 DE, revision 47446

Merged 47382: Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-13 21:49 DE, revision 47445

Merged 46227 from trunk (Note:CVS): Allow many Objective-C classes to be uniquified at runtime.

2007-07-13 21:30 VS, revision 47444

removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works

2007-07-13 21:30 DE, revision 47443

Merged 46116 from trunk (NOTE: CVS): * Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization to true but a plugin can set it to false to cause wxCocoa to not initialize things like the application delegate or the menubar manager.

2007-07-13 21:14 DE, revision 47440

Merged modified 46013 from svn trunk (NOTE: CVS). Rework idle handling so that NSApplication does not need to be subclassed or posed as. Copyright Software 2000 Ltd.

2007-07-13 20:44 VS, revision 47439

added --disable-visibility configure option

2007-07-13 20:25 DE, revision 47438

Provide versioning for backport of 46117 (wxLog::DoCreateOnDemand).

2007-07-13 14:49 VZ, revision 47434

compilation fix for DoReadBinary() in STL build

2007-07-13 14:26 SC, revision 47433

better debug output

2007-07-13 14:26 SC, revision 47432

adding new Name property (needed in sample)

2007-07-13 14:16 VZ, revision 47431

set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event

2007-07-13 14:09 VZ, revision 47430

fixed showing busy cursor for disabled windows and during wxExecute()

2007-07-13 13:48 VZ, revision 47429

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms [backport from trunk]

2007-07-13 13:43 VZ, revision 47428

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms

2007-07-13 13:05 VZ, revision 47427

added commands to test how busy cursor behaves during wxExecute()

2007-07-13 12:57 VZ, revision 47426

added eVC project file for building regex library (patch 1753200)

2007-07-13 11:29 VZ, revision 47425

added stubs for DoRead/WriteBinary()

2007-07-13 11:14 VZ, revision 47424

cast abs() argument to int to fix compilation with BC++ 2007

2007-07-13 11:13 VZ, revision 47423

wxCreateDIB() seems to be unused, removed

2007-07-13 09:55 VS, revision 47420

make it possible to build in ANSI build on Windows again

2007-07-13 09:13 VS, revision 47419

make --enable-optimise the default in absence of --enable-debug again

2007-07-13 07:02 SC, revision 47418

XTI for Mac fixes

2007-07-13 05:13 JW, revision 47417

Added more stubs, fleshed out the event dispatch, including preliminary JSON parsing. Updated bakefiles

2007-07-13 03:10 BY, revision 47416

Make the tree build function non recursive, change the building function into OnExpanding. And I also add the notifiers as well as do some work to suppress the warnings.

2007-07-13 03:06 DE, revision 47415

Merged 47182 from svn trunk: Make wxCocoa compile in 64-bit mode.

2007-07-13 02:49 DE, revision 47414

Merged 46226 from svn trunk (Note: CVS): Add implementation of Objective-C class name uniquifying.

2007-07-13 02:36 DE, revision 47412

Merged 46117 from trunk. (Note: CVS): Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that logging will work even if wxWidgets is reentered after being cleaned up.

2007-07-13 00:35 RR, revision 47410

More patches from Bo, reduced wxDataViewModel, more sorting preps

2007-07-12 22:34 DE, revision 47409

Merged modified 46014 from trunk (Note: CVS). This version only removes the include of ObjcPose.h from source files that no longer need it due to the previous commits. ObjcPose.h still remains and is still used by the NSApplication code until I can do the necessary modifications to backport that without breaking ABI compatibility.

2007-07-12 22:04 VZ, revision 47406

fix unused parameter warning in OnIdle()

2007-07-12 22:04 VZ, revision 47405

use unsigned char to avoid MSVC warnings about cast truncations

2007-07-12 22:01 VZ, revision 47404

remove deprecated UseAlpha() call

2007-07-12 21:46 DE, revision 47403

Merged 47384 from svn trunk: Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 21:44 DE, revision 47401

Merged 47226 from trunk: Don't include <CoreFoundation/CFBase.h> because it in turn includes MacTypes.h which causes too much namespace pollution. Instead, declare the CFTypeRef type and the CFRelease and CFRetain functions.

2007-07-12 21:30 DE, revision 47400

Merged r45869 from trunk (Note: CVS, rename done using svn move on 2.8 version): Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

2007-07-12 21:24 DE, revision 47399

Merged slightly-modified r45749 from trunk (Note: CVS): Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.

2007-07-12 21:17 DE, revision 47398

Merged (slightly modified to maintain ABI compatibility) r45554 from trunk (Note: CVS): Remove Objective-C class posing for everything except for NSApplication.

2007-07-12 20:53 RD, revision 47389

Bump sub-release number

2007-07-12 20:46 DE, revision 47388

Merged r45553 from trunk (note: CVS): 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-07-12 20:43 FM, revision 47387

wxListCtrl fix for generic version (which needs to be able to do wxStaticCast(..., wxGenericListCtrl) operations

2007-07-12 20:41 FM, revision 47386

removed yet other redundant RTTI decl

2007-07-12 20:36 FM, revision 47385

removed yet other redundant RTTI decl

2007-07-12 20:03 DE, revision 47384

Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 19:42 FM, revision 47383

removed remaining redundant RTTI declarations

2007-07-12 18:26 DE, revision 47382

Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-12 15:16 BY, revision 47380

Change some spaces again

2007-07-12 15:08 BY, revision 47379

replace TAB with spaces

2007-07-12 14:39 SC, revision 47377

XTI for Mac fixes

2007-07-12 14:38 SC, revision 47376

XTI for Mac fixes

2007-07-12 14:16 BY, revision 47375

Make the expander the windows native one. Thanks to wxRendererNative's method DrawTreeItemButton

2007-07-12 12:58 RR, revision 47374

Bo's patch for generic code, more sorting code, WIP

2007-07-12 12:36 VS, revision 47373

removed extra semicolon

2007-07-12 12:29 FM, revision 47372

removed redundant RTTI declarations for wxColour, wxFont and wxDialog

2007-07-12 12:16 VZ, revision 47371

compilation fix for ANSI STL build

2007-07-12 12:13 FM, revision 47370

fix for wxHTML lib

2007-07-12 12:04 VZ, revision 47369

removed Insert() methods which already exist in the base wxControlWithItems class

2007-07-12 11:22 FM, revision 47368

changed macros to all start with "wx" prefix; old macro names are still supported (with wx28 compat turned on). Reformatted the XTI definitions in the COMMON files; removed the #if wxUSE_EXTENDED_RTTI/#endif blocks

2007-07-12 11:20 FM, revision 47367

fixed a NULL-pointer access which prevents the XTI sample from being able to save the XML definition of a GUI dialog

2007-07-12 10:57 FM, revision 47366
  • D /wxWidgets/branches/SOC2007_XTI/wxPython

removed wxPython from XTI branch as it's useless there

2007-07-12 10:05 FM, revision 47364

formatting changes

2007-07-12 09:56 FM, revision 47363

formatting changes

2007-07-12 09:43 FM, revision 47362

formatting changes

2007-07-12 08:36 VZ, revision 47361

added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112)

2007-07-12 07:01 PC, revision 47360

fix MDI child sizing, which was working more or less by accident before I broke it in rev 46223

2007-07-12 06:37 BY, revision 47359

Four new API in wxDataViewCtrl : SetIndent/GetIndent/SetExpanderColumn/GetExpanderColumn. Complete drawing expander, mouse click event for expander, left/right arrow event.

2007-07-12 06:13 VS, revision 47358

compilation fix

2007-07-12 00:18 VZ, revision 47355

added missing spaces

2007-07-12 00:12 VZ, revision 47354

non-PCH compilation fix after latest change

2007-07-12 00:11 VZ, revision 47353

added support for binary data to wxConfig (slightly modified patch 1736788)

2007-07-11 23:31 VZ, revision 47349

--with-sdl option should be taken into account for non-GUI builds too (closes bug 1196162)

2007-07-11 23:17 VZ, revision 47348

minor changes: increase the initial window size, create the log control read-only, don't create unneeded status bar panes

2007-07-11 23:16 VZ, revision 47347

call SetCanFocus(false) to prevent the control window itself from getting focus, only m_mainWin should have it

2007-07-11 21:54 VZ, revision 47346

don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified after cflags option (patch from John Labenski)

2007-07-11 21:14 VZ, revision 47345

fixed a bug in a test (there should be a space after -z)

2007-07-11 21:14 VZ, revision 47344

disable the libraries and features which were disabled before the latest changes but got accidentally enabled

2007-07-11 21:06 KO, revision 47343

Update to work with the latest wxPython and to work with more shells. Also, get the script's directory using $0 rather than relying on it to be run from the dir it lives in.

2007-07-11 20:52 VZ, revision 47342

added wxUSE_SVG

2007-07-11 20:42 VZ, revision 47341

cleanup: indentation, line length, don't include unneeded headers

2007-07-11 20:11 VZ, revision 47340

add adv and core libraries to the built wx libs if GUI is enabled

2007-07-11 20:03 VZ, revision 47339

Rewrote configure --enable/with options handling: 1. There is no more need to set DEFAULT_wxUSE_XXX for all options (although it's still taken into account if it is set), use WX_ARG_DISABLE/WITHOUT for the options which are enabled by default instead (and WX_ARG_ENABLE/WITH for those which are disabled): this makes configure messages more understandable (this closes bug 1038676) 2. Added --disable-all-features option which allows to disable everything which can be disabled at once in order to build the absolutely minimal wx library 3. General cleanup

2007-07-11 15:50 SC, revision 47337

avoiding copies if not necessary (better dependancy tracking)

2007-07-11 15:46 SC, revision 47336

64bit fix for patch as well

2007-07-11 15:16 SC, revision 47335

forcing bitmap type

2007-07-11 08:55 JS, revision 47334

Test for wxUSE_UXTHEME

2007-07-11 08:55 JS, revision 47333

Test for wxUSE_UXTHEME

2007-07-11 08:37 JS, revision 47332

Fixed a crash in wxGrid on creation due to OnSize being called too soon.

2007-07-11 08:32 JS, revision 47331

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:32 JS, revision 47330

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:03 RR, revision 47329

Compilo.

2007-07-11 00:11 VZ, revision 47327

corrected timer.h include broken by last change

2007-07-11 00:03 VZ, revision 47326

compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0

2007-07-11 00:02 VZ, revision 47325

compilation fixes for wxUSE_MSGDLG==0

2007-07-11 00:02 VZ, revision 47324

compilation fixes for wxUSE_IMAGE==0

2007-07-11 00:00 VZ, revision 47323

check for wxUSE_TIMER in headers, not the files including them

2007-07-10 23:59 VZ, revision 47322

added missing wxUSE_XXX checks

2007-07-10 23:37 VZ, revision 47318

removed dummy variable, C++ compilers shouldn't have any troubles with empty source file

2007-07-10 23:19 VZ, revision 47317

compilation fixes for wxUSE_TIMER==0

2007-07-10 23:19 VZ, revision 47316

compilation fixes for wxUSE_LONGLONG==0

2007-07-10 23:11 VZ, revision 47315

don't include wx/unix/private/timer.h from evtloop.h, it's only needed in .cpp

2007-07-10 23:01 FM, revision 47314

small fix for wxMSW

2007-07-10 22:35 FM, revision 47313

now the CreateFrameRTTI function is fully working (and safer than before)

2007-07-10 22:33 FM, revision 47312

formatting changes (to make the code more readable)

2007-07-10 22:32 FM, revision 47311

versions updated with new COMMON sources to compile

2007-07-10 22:31 FM, revision 47310

splitted xti.h in several smaller headers; formatting changes to make it more readable; now Create() functions bridged by XTI return bool

2007-07-10 22:30 FM, revision 47309

splitted xti.h in several smaller headers; formatting changes to make it more readable; now Create() functions bridged by XTI return bool

2007-07-10 22:16 FM, revision 47307

formatting changes (to make the code more readable)

2007-07-10 22:15 FM, revision 47306

cleaned the XTI class definition

2007-07-10 20:13 VS, revision 47305

compilation fix for gcc<3.4

2007-07-10 19:02 VS, revision 47304

added support for custom bitmap depths

2007-07-10 17:00 RD, revision 47303

Switch GetHeaderButtonWidget to use a real column header button.

2007-07-10 16:59 RD, revision 47302

Switch GetHeaderButtonWidget to use a real column header button.

2007-07-10 16:49 VS, revision 47300

implemented raw bitmap access for wxDFB

2007-07-10 15:58 FM, revision 47299

fixed the XTI sample so that now is correctly created the frame (still buggy in save phase).

2007-07-10 15:19 FM, revision 47298

reordered,reformatted,cleaned frame persist/depersist code; highlighted the portion which currently fails

2007-07-10 14:23 FM, revision 47297

removed redundant XTI definitions erraneously left in from previous commit

2007-07-10 14:09 FM, revision 47296

don't use the Append() name for an internal XTI utility - it gets shadowed by derived classes; use AppendMenuInfo() instead

2007-07-10 13:32 VS, revision 47295

cleanup of raw access to bitmaps: 1. remove UseAlpha() on platforms that don't need it and call it automatically from ~wxPixelData instead of requiring explicit call; deprecate wxPixelData::UseAlpha() 2. don't call UngetRawData() if GetRawData() failed

2007-07-10 13:09 FM, revision 47294

adjusted wxXTI helpers to make wxGTK compile (not link yet - there are multiple IMPLEMENT_DYNAMIC_CLASS macros here and there which needs to be fixed)

2007-07-10 12:00 RR, revision 47293

Block all events in wxSpinButton::SetValue etc.

2007-07-10 11:58 RR, revision 47292

Block all events in wxSpinButton::SetValue etc.

2007-07-10 11:50 RR, revision 47291

Block all events in wxSpinCtrl::SetValue etc.

2007-07-10 11:48 RR, revision 47290

Block all events in wxSpinCtrl::SetValue etc.

2007-07-10 11:48 RR, revision 47289

Block all events in wxSpinCtrl::SetValue etc.

2007-07-10 10:29 VZ, revision 47288
  • D /wxWidgets/trunk/src/msw/makebase.b32
  • D /wxWidgets/trunk/src/msw/makebase.vc
  • D /wxWidgets/trunk/src/msw/makefile.mic
  • D /wxWidgets/trunk/src/msw/makefile.sl

removed obsolete makefiles

2007-07-10 10:28 VZ, revision 47287

added --optional-libs wx-config argument (patch 1747239)

2007-07-10 10:13 FM, revision 47286

moved remaining XTI definitions from MSW/GENERIC sources to a new set of COMMON sources

2007-07-10 08:55 FM, revision 47285

moved XTI definitions from MSW sources to the corrispondent COMMON sources (changed only files which do have a corrispondent cmn.cpp file!)

2007-07-10 02:02 VZ, revision 47284

Also added wxFFileStream::IsOk() and corrected IsOk() implementations of wxFileInput/OutputStream to call the immediate base class version of this method and not wxStreamBase one.

2007-07-10 02:00 VZ, revision 47283

regenerated after adding base64.h/cpp

2007-07-10 01:51 VZ, revision 47282

added functions for base64 en/decoding (replaces patch 1739431)

2007-07-09 19:49 RD, revision 47274

Need to send an event in the wxCP_NO_TLW_RESIZE case too so the user code knows when to update the layout

2007-07-09 19:49 RD, revision 47273

Need to send an event in the wxCP_NO_TLW_RESIZE case too so the user code knows when to update the layout

2007-07-09 18:30 RD, revision 47272

Use a button that has a tree widget as a parent as the widget style for DrawHeaderButton, as this is apparently how the gtk themes decide whether to draw a normal button or a column header button.

2007-07-09 18:30 RD, revision 47271

Use a button that has a tree widget as a parent as the widget style for DrawHeaderButton, as this is apparently how the gtk themes decide whether to draw a normal button or a column header button.

2007-07-09 18:29 RR, revision 47270

More work on sorting in wxDataViewCtrl

2007-07-09 17:41 DE, revision 47269

Fix compilo due to r47267. That patch might need some review because it does not use direct base classes but skips up to wxStreamBase.

2007-07-09 17:08 VZ, revision 47268

use first unused colour for the mask instead of hardcoded #ff00ff (patch 1746895)

2007-07-09 16:59 VZ, revision 47267

added wxFileStream::IsOk() (patch 1749587)

2007-07-09 15:00 VZ, revision 47266

generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change [backport of rev 47265 from trunk]

2007-07-09 14:58 VZ, revision 47265

generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change

2007-07-09 14:48 VZ, revision 47264

don't bubble up the events upwards the window hierarchy in non-last event handler in the event handlers chain as this results in passing the event more than once to the parent (and, indirectly, to wxApp)

2007-07-09 14:31 JS, revision 47263

Added gravity

2007-07-09 14:30 JS, revision 47262

Added gravity

2007-07-09 13:23 RR, revision 47260

Add GtkSortableIface stubs

2007-07-09 13:18 VZ, revision 47259

added missing WXDLLIMPEXP_CORE for wxGetDisplay() for wxGTK

2007-07-09 12:32 RR, revision 47258

Add compare function to wxDataViewModel

2007-07-09 10:38 RR, revision 47257

Bo'd patch to make wxDataViewCtrl compile again (4th attempt to actually commit).

2007-07-09 10:17 VS, revision 47256

ignore Bakefiles.local.bkgen file with local customizations

2007-07-09 10:12 VS, revision 47255

added GCC visibility support

2007-07-09 10:09 VS, revision 47254

added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)

2007-07-09 09:19 BY, revision 47253

Make the TreeWalker more flexible. The final treewakler can do corresponding action according to the indicator of the DoJob Object.

2007-07-09 08:19 BY, revision 47252

Add function DestroyTree to make the memory released normally!

2007-07-09 07:05 BY, revision 47251

Make the generic version code builds and get the basic data structure of the tree view working. What left is the tree indent in the view and many other drawing work.

2007-07-09 06:56 BY, revision 47250

Copy the modified samples/dataview/dataview.cpp from trunk

2007-07-08 23:47 JW, revision 47244

Added basic macros to app.cpp, #included different files from app.h

2007-07-08 23:11 VZ, revision 47243

fix from Francesco for the latest version of wxPresets

2007-07-08 20:23 VS, revision 47241

documented removal of unsafe wxGets() and wxTmpnam() functions

2007-07-08 20:03 VS, revision 47240

don't call <del-flags> for flags that weren't added

2007-07-08 19:06 VS, revision 47238

removed unsecure wxTmpnam() function (patch by Francesco Montorsi)

2007-07-08 17:04 FM, revision 47237

removed IMPLEMENT_DYNAMIC_CLASS lines from GTK-specific sources in order to make wxGTK compile again - NOTE: I'll need to do the same for all other ports and for all other XTI-described classes

2007-07-08 15:06 FM, revision 47236

regenerated Makefile.in and configure script after adding wx/rtti.h and after modifying wxUSE_EXTENDED_RTTI default value

2007-07-08 12:16 FM, revision 47235

moved XTI definitions for wxButton and wxChoice from wxMSW to common sources

2007-07-08 11:30 FM, revision 47234

added property accessors to the dump code

2007-07-08 11:02 FM, revision 47233

do not assert in wxTypeInfo::FindType if the type could not be found. If the type is not found rather return NULL and handle this case in the caller instead!

2007-07-08 10:58 FM, revision 47232

fix typos in the about dialog

2007-07-08 08:40 VS, revision 47231

fix Watcom compilation: removed templates for wxFileSelector() compatibility with passing NULL

2007-07-08 07:04 VS, revision 47230

removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was wxWCHAR_T_IS_REAL_TYPE with the exact same meaning and definition

2007-07-08 05:31 PC, revision 47229

process pending wx events before sending idle events

2007-07-08 03:23 JW, revision 47228

Updated bakefiles, ran bakefile_gen and autoconf, switched to generic icon implementation

2007-07-07 23:18 JW, revision 47227

Added stubs, application core, and event loops. Modified configure.in for --with-web and related settings. Ran autoconf

2007-07-07 22:10 DE, revision 47226

Don't include <CoreFoundation/CFBase.h> because it in turn includes MacTypes.h which causes too much namespace pollution. Instead, declare the CFTypeRef type and the CFRelease and CFRetain functions.

2007-07-07 19:10 DE, revision 47225

Remove wxMBConv_mac and wxMBConv_macUTF8D converters and use wxMBConv_cf(wxFONTENCODING_UTF8) for wxConvFileName on Darwin platform regardless of GUI toolkit. Check for Mac encodings in wxMBConv_wxwin::Init and fail to provide conversion for them via wxEncodingConverter because that code is horribly broken for several encodings. Remove definition of wxConvLibc for non-Darwin Mac platforms (we don't support these anymore).

2007-07-07 18:56 DE, revision 47224

Add support for wxFONTENCODING_MACKEYBOARD.

2007-07-07 18:09 DE, revision 47223

Add factory functions for use with future unit tests.

2007-07-07 14:09 RR, revision 47218

GCC doesn't like inline wxDEPRECATED methods.

2007-07-07 12:31 VS, revision 47214

added missing wx_str() (patch #1749398)

2007-07-07 12:30 VS, revision 47213

fixed dereferencing of invalid pointers

2007-07-07 10:09 VS, revision 47212

changed wxVectorBase and WX_DECLARE_BASE into wxVector<T> template

2007-07-07 07:59 BY, revision 47211

I copy the six files of generic/datavgen.cpp generic/dataview.h wx/dataview.h common/datavcmn.cpp gtk/dataview.cpp gtk/dataview.h from the trunk to here. And discard my previous modification.

2007-07-07 04:35 KO, revision 47210

Fixing mixed tab/spaces indentation.

2007-07-07 03:23 JW, revision 47209

Merged from trunk revisions 46191 to 47203 in order to fix compilation errors

2007-07-07 02:56 DE, revision 47208

Move wxMBConv_cf out of strconv.cpp and into strconv_cf.(cpp|h) by forking the files (svn copy) and removing the appropriate portions from each fork.

2007-07-06 23:02 VS, revision 47207

fixed to make wxVariant compatible with both ANSI and Unicode modes

2007-07-06 22:38 DE, revision 47206

Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu of now deprecated WC2MB/MB2WC. This is a complete rewrite trying built-in UTF-32 conversion first, then falling back to conversion through UTF-16.

2007-07-06 22:24 VS, revision 47205

added alpha channel support to wxDFB's wxBitmap

2007-07-06 22:17 VS, revision 47204

added support for loading images with alpha channel to TIFF handler

2007-07-06 18:20 DE, revision 47199

Rename wxMBConv_cocoa to wxMBConv_cf and use it when __DARWIN__ (all Darwin and OS X systems). Add comment about __WXMAC__ code path.

2007-07-06 15:43 VZ, revision 47196

use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl)

2007-07-06 15:40 VZ, revision 47195

use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl, library)

2007-07-06 12:40 VS, revision 47194

added missing wxUniChar::operator=(wxUniCharRef)

2007-07-06 12:13 VZ, revision 47193

remove the unneeded +1 from wxGauge::SetValue() call in Update() [backport of rev 47192 from trunk]

2007-07-06 12:11 VZ, revision 47192

remove the unneeded +1 from wxGauge::SetValue() call in Update()

2007-07-06 12:09 VZ, revision 47191

document that SetValue() accepts values in 0..GetRange interval, inclusive

2007-07-06 11:17 VZ, revision 47190

use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation

2007-07-06 07:44 MW, revision 47188

Fix missing exports.

2007-07-06 06:45 BY, revision 47187

Test SVN commit

2007-07-06 00:18 DE, revision 47182

Make wxCocoa compile in 64-bit mode.

2007-07-06 00:14 DE, revision 47181

Fix wxCocoa compilation.

2007-07-05 22:52 VZ, revision 47177

prevent a single selection control from having multiple selected items [backport of 47175 and 47176 from trunk]

2007-07-05 22:50 VZ, revision 47176

reset selection when sorting the items as they don't make sense after items change order any more and not doing this could also result in having more than one selected item in a single selection control

2007-07-05 22:44 VZ, revision 47175

don't allow selecting multiple items in single selection control by changing the focused item with Ctrl-arrows and then pressing Space

2007-07-05 22:20 DE, revision 47174

Implement wxColour constructors to match other ports by adding char const * and wchar_t const * constructors.

2007-07-05 21:42 BP, revision 47171

Added deprecation warnings to old wxVScrolledWindow functions (in wxVarVScrollLegacyAdaptor), and fixed a minor documentation format error in the wxVScrolledWindow docs.

2007-07-05 21:37 VZ, revision 47170

fix the memory corruption in multiline controls due to wrong WrapLines() implementation [backport of rev 45343]

2007-07-05 19:55 RR, revision 47154

wxDataViewCtrl can show tree/list music sample.

2007-07-05 19:15 RR, revision 47153

Getting closer to working tree/list wxDataViewCtrl.

2007-07-05 17:59 VS, revision 47152

added missing WXDLLIMPEXP_CORE

2007-07-05 17:27 CE, revision 47151

added missing unixfiles

2007-07-05 17:02 CE, revision 47150

replace cvsentries

2007-07-05 14:59 RR, revision 47149

The dataview sample compiles now, but doesn't work yet...

2007-07-05 09:07 CE, revision 47147

cvs to svn

2007-07-05 08:07 CE, revision 47134

move to svn

2007-07-05 08:06 BP, revision 47133

Fixed case on LaTeX member function labels.

2007-07-05 08:03 CE, revision 47132

move to svn

2007-07-05 00:13 RR, revision 47131

New API for wxdataViewCtrl (doesn't run yet).

2007-07-04 22:33 VZ, revision 47128

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases [backport of rev 47127 from trunk]

2007-07-04 22:31 VZ, revision 47127

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases

2007-07-04 21:33 VZ, revision 47126

added support for broadcasting to UDP sockets (patch 1740266)

2007-07-04 21:24 VZ, revision 47125

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140) [backport of rev 47124 from trunk]

2007-07-04 21:20 VZ, revision 47124

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140)

2007-07-04 20:56 VZ, revision 47123

rebaked after adding threads/atomic.cpp

2007-07-04 20:54 PC, revision 47122

indentation cleanup, unused variables, constant expressions, etc

2007-07-04 20:54 VZ, revision 47121

added wxAtomicInc/Dec() functions (patch 1739486)

2007-07-04 20:50 VZ, revision 47120

ignore bakefile temp files

2007-07-04 20:49 VZ, revision 47119

ignore VC++ build files

2007-07-04 20:35 VZ, revision 47118

compilation fix for ANSI build (added #if wxUSE_UNICODE)

2007-07-04 16:42 BIW, revision 47117

fix for bug #1686328

2007-07-04 16:38 BIW, revision 47116

fix for bug #1686328

2007-07-04 11:49 VZ, revision 47114

test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1

2007-07-04 08:18 VS, revision 47113

compilation fixes: \_, not _

2007-07-04 08:04 VS, revision 47112

always assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY

2007-07-03 21:26 VS, revision 47109

wxStrcoll_String compilation fixes for Dmars and Borland compilers

2007-07-03 21:11 VS, revision 47108

compilation fix for windows compilers: _wrename is declared in io.h

2007-07-03 18:00 BP, revision 47106

Added BuildSVN.txt instructions (copied from BuildCVS.txt, with appropriate replacements).

2007-07-03 17:17 PC, revision 47105

get color count from ComputeHistogram, use sprintf for hex conversion

2007-07-03 13:20 JJ, revision 47102

Update OpenVMS setup

2007-07-03 13:07 RR, revision 47101

Upport GNOME print GetTextExtent fix,

2007-07-03 12:58 RR, revision 47100

[ 1746670 ] wxGnomePrintDC::GetTextExtent() returns wrong size of text

2007-07-03 12:10 RR, revision 47099

upport wxListCtrl label edit changes

2007-07-03 12:00 RR, revision 47097

Use the same 250ms when waiting for slow-clicks for starting the edit label process in wxTreeCtrl and wxListCtrl. Take icon size in the first column into account when shwoing text control. Only activate label editing when clicked on the first label, not somewhere else

2007-07-03 11:17 RR, revision 47096

Let GtkScrolledWindow handle scroll wheel events. Reset visible range in wxListCtrl after scrolling.

2007-07-03 11:13 RR, revision 47095

Let GtkScrolledWindow handle scroll wheel events.

2007-07-03 11:10 RR, revision 47094

Move visible scroll range after scrolling.

2007-07-03 07:58 CE, revision 47093

svn cleanup added

2007-07-03 07:51 CE, revision 47092

change svn repository

2007-07-03 03:08 PC, revision 47088

fix XPM SaveFile for more than 92 colors

2007-07-02 10:44 VZ, revision 47069

removed instructions for adding contrib libraries -- we don't have them any more

2007-07-02 08:00 JS, revision 47066

Added SetBitmap, GetBitmap to wxWizard

2007-07-02 08:00 JS, revision 47065

Added SetBitmap, GetBitmap to wxWizard

2007-07-02 07:50 JS, revision 47064

Replaced tabs with spaces.

2007-07-02 07:49 JS, revision 47063

Replaced tabs with spaces

2007-07-01 15:39 BIW, revision 47057

in wxAuiNotebook, prevent unwanted page selection changes during tab drags

2007-07-01 15:11 BIW, revision 47055

in wxAuiNotebook, prevent unwanted page selection changes during tab drags

2007-07-01 12:42 VS, revision 47054

silenced Watcom warning when deleting const pointer

2007-07-01 12:32 VS, revision 47053

explicitly cast m_value to the resulting type in wxUniChar's integer conversion operators to silence compiler warnings

2007-06-30 19:23 VZ, revision 47050

add wxUSE_EDITABLELISTBOX

2007-06-30 12:13 VZ, revision 47046

changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows)

2007-06-30 11:17 VS, revision 47045

STL compilation fix

2007-06-30 09:06 VS, revision 47044

XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)

2007-06-30 09:06 VS, revision 47043

XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)

2007-06-30 00:09 RD, revision 47041

copy wxAutohacks into main tree

2007-06-30 00:09 RD, revision 47040

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47039

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47038

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47037
  • D /wxWidgets/branches/SOC2007_UNITTEST
  • D /wxWidgets/branches/SOC2007_XRCED

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47036

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47035

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47034

Move wxPython portion of wx 2.8 branch to new location

2007-06-30 00:05 RD, revision 47033

Move wxPython portion of wx 2.6 branch to new location

2007-06-30 00:05 RD, revision 47031

move wxPython to new trunk

2007-06-29 19:28 VS, revision 47029

fixed wxVsnprintf() to write as much as it can if the output buffer is too short

2007-06-29 19:11 VS, revision 47028

wxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers

2007-06-29 18:23 VZ, revision 47027

strip the leading dot from extension if present in GetFileTypeFromExtension() [backport from HEAD]

2007-06-29 17:33 VZ, revision 47026

strip the leading dot from extension if present in GetFileTypeFromExtension()

2007-06-29 17:30 VS, revision 47025

test wxVsnprintf() printing to both wchar_t* and char* buffers

2007-06-29 16:59 JS, revision 47024

Prevent seg fault for older GTK+

2007-06-29 16:58 JS, revision 47023

Prevent seg fault for older GTK+

2007-06-29 12:36 CE, revision 47022
  • D /wxWidgets/trunk/samples/combo/makefile.dmc

remove sole makefile.dmc in tree

2007-06-29 11:53 BIW, revision 47021

applied patch 1737156 to wxAuiManager

2007-06-29 11:53 BIW, revision 47020

applied patch 1737156 to wxAuiManager

2007-06-29 11:37 BIW, revision 47019

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 11:34 BIW, revision 47018

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 09:35 BIW, revision 47017

updated change log with information about wxAuiNotebook updates

2007-06-29 01:51 VZ, revision 47016

restored key events generation (backports 45371 from the trunk, closes bug 1724916)

2007-06-29 00:23 RD, revision 47015

be able to change tabs with arrow keys

2007-06-29 00:22 RD, revision 47014

be able to change tabs with arrow keys

2007-06-28 22:47 FT, revision 47013

Eleven new tests for wx.Window and updated documentation. Note many of the size tests fail and will need to be retooled later on for more meaningful results.

2007-06-28 20:01 VS, revision 47012

fixed FromAscii to work with NULL argument (broken after recent changes)

2007-06-28 19:07 VS, revision 47011

fixed FromAscii() changes to correctly handle embedded NULs

2007-06-28 18:57 VS, revision 47010

return const wxString& from wxFontMapper::GetDefaultConfigPath()

2007-06-28 18:56 VS, revision 47009

ANSI+Unicode compatibility fixes to wxArrayString

2007-06-28 18:39 RD, revision 47008

Patch from Andrea. Adds focus rectangle on the tabs, and provides best size.

2007-06-28 18:38 RD, revision 47007

Patch from Andrea. Adds focus rectangle on the tabs, and provides best size.

2007-06-28 17:55 FT, revision 47006

Tests for wx.RadioBox.

2007-06-28 17:33 VS, revision 47005

dont use wxChar* arguments in wxHTML API

2007-06-28 17:03 VS, revision 47004

dont use wxChar* arguments in wxDatePickerCtrlGeneric API

2007-06-28 16:59 VS, revision 47003

don't use wxChar* arguments in wxLogWindow API

2007-06-28 15:09 FT, revision 47002

Added tests for wx.RadioButton. Nearly all functionality is tested.

2007-06-28 14:41 FT, revision 47001

Added tests for wx.CheckBox; they are virtually comprehensive. Removed tested classes from "classes not yet tested" list.

2007-06-28 13:11 BIW, revision 47000

fix for wxAuiNotebook middle-click close (was closing wrong page)

2007-06-28 13:07 BIW, revision 46999

fix for wxAuiNotebook middle-click close (was closing wrong page)

2007-06-28 12:57 VS, revision 46998

fixes to handling of focus changes for toplevel windows

2007-06-28 12:52 VS, revision 46997

don't assign m_next twice in wxStringIteratorNode ctor

2007-06-28 12:49 VS, revision 46996

1. added default constructors for wxString iterators 2. fixed assignment of iterator to iterator that points to a different string

2007-06-28 12:36 VS, revision 46995

added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()

2007-06-28 12:04 VZ, revision 46994

CanAcceptFocus() now returns true if either the window itself or one of its children accepts focus; added new IsFocusable() to test whether the window itself accepts focus

2007-06-28 08:46 VS, revision 46993

fixed typo in comment

2007-06-28 07:54 VS, revision 46992

use same names for test suites as the ones in ./test -l

2007-06-28 02:16 PC, revision 46991

wxMac bitmap now requires QuickTime

2007-06-28 01:57 VZ, revision 46990

corrected some links

2007-06-28 01:55 VZ, revision 46989

mention wxLogInterposer(Temp)

2007-06-27 21:27 FT, revision 46988

Added tests for wx.Gauge.

2007-06-27 20:50 VS, revision 46987

compatibility fix: have wxListKey ctors from C strings so that passing string literals to functions expecting wxListKey works

2007-06-27 20:49 VS, revision 46986

compilation fixes after string changes

2007-06-27 19:25 VZ, revision 46985

use DisableTimestamp() instead of SetTimestamp(NULL)

2007-06-27 18:05 FT, revision 46984

More tests for wx.SpinCtrl.

2007-06-27 17:38 BIW, revision 46983

added middle-click close to wxAuiNotebook

2007-06-27 17:38 PC, revision 46982

block signal handlers, instead of disconnecting, to temporarily disable them

2007-06-27 16:46 BIW, revision 46981

added middle-click close to wxAuiNotebook

2007-06-27 15:55 VZ, revision 46980

don't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented behaviour (patch 1743548)

2007-06-27 15:44 VZ, revision 46979

fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch 1744277)

2007-06-27 12:36 BIW, revision 46978

in wxAuiNotebook, code to reduce flicker on page close

2007-06-27 12:35 BIW, revision 46977

in wxAuiNotebook, code to reduce flicker on page close

2007-06-27 12:09 VZ, revision 46976

added wxLog::DisableTimestamp() to be used as a synonym for SetTimestamp(wxEmptyString)

2007-06-27 11:29 BIW, revision 46975

wxAuiNotebook::RemovePage() rewritten; fixes bugs #1737293 and #1737433

2007-06-27 11:28 BIW, revision 46974

wxAuiNotebook::RemovePage() rewritten; fixes bugs #1737293 and #1737433

2007-06-27 10:45 CE, revision 46973

tidy up

2007-06-27 09:55 VS, revision 46972
  • D /wxWidgets/trunk/contrib

removed leftover files under contrib

2007-06-27 08:32 CE, revision 46971

more svn script changes

2007-06-26 23:29 FT, revision 46970

Add tests for wx.SpinCtrl. The 'testAllControlsHaveChildren' method sometimes causes the interpreter to crash on Windows; removed it from testBitmapButton and testSpinCtrl.

2007-06-26 22:53 VZ, revision 46969

fix bug in WX_GL_DOUBLEBUFFER handling introduced during the last great refactoring

2007-06-26 22:41 VZ, revision 46968
  • D /wxWidgets/trunk/.cvsignore
  • D /wxWidgets/trunk/build/.cvsignore
  • D /wxWidgets/trunk/build/bakefiles/.cvsignore
  • D /wxWidgets/trunk/build/msw/.cvsignore
  • D /wxWidgets/trunk/build/palmos/.cvsignore
  • D /wxWidgets/trunk/demos/bombs/.cvsignore
  • D /wxWidgets/trunk/demos/dbbrowse/.cvsignore
  • D /wxWidgets/trunk/demos/forty/.cvsignore
  • D /wxWidgets/trunk/demos/fractal/.cvsignore
  • D /wxWidgets/trunk/demos/life/.cvsignore
  • D /wxWidgets/trunk/demos/poem/.cvsignore
  • D /wxWidgets/trunk/docs/latex/wx/.cvsignore
  • D /wxWidgets/trunk/include/.cvsignore
  • D /wxWidgets/trunk/include/wx/.cvsignore
  • D /wxWidgets/trunk/include/wx/generic/.cvsignore
  • D /wxWidgets/trunk/include/wx/gtk/.cvsignore
  • D /wxWidgets/trunk/include/wx/gtk1/.cvsignore
  • D /wxWidgets/trunk/include/wx/html/.cvsignore
  • D /wxWidgets/trunk/include/wx/motif/.cvsignore
  • D /wxWidgets/trunk/include/wx/msw/.cvsignore
  • D /wxWidgets/trunk/include/wx/protocol/.cvsignore
  • D /wxWidgets/trunk/include/wx/univ/.cvsignore
  • D /wxWidgets/trunk/include/wx/unix/.cvsignore
  • D /wxWidgets/trunk/lib/.cvsignore
  • D /wxWidgets/trunk/locale/.cvsignore
  • D /wxWidgets/trunk/misc/.cvsignore
  • D /wxWidgets/trunk/samples/.cvsignore
  • D /wxWidgets/trunk/samples/artprov/.cvsignore
  • D /wxWidgets/trunk/samples/calendar/.cvsignore
  • D /wxWidgets/trunk/samples/caret/.cvsignore
  • D /wxWidgets/trunk/samples/checklst/.cvsignore
  • D /wxWidgets/trunk/samples/config/.cvsignore
  • D /wxWidgets/trunk/samples/controls/.cvsignore
  • D /wxWidgets/trunk/samples/db/.cvsignore
  • D /wxWidgets/trunk/samples/dialogs/.cvsignore
  • D /wxWidgets/trunk/samples/dialup/.cvsignore
  • D /wxWidgets/trunk/samples/dnd/.cvsignore
  • D /wxWidgets/trunk/samples/docview/.cvsignore
  • D /wxWidgets/trunk/samples/docvwmdi/.cvsignore
  • D /wxWidgets/trunk/samples/dragimag/.cvsignore
  • D /wxWidgets/trunk/samples/drawing/.cvsignore
  • D /wxWidgets/trunk/samples/dynamic/.cvsignore
  • D /wxWidgets/trunk/samples/erase/.cvsignore
  • D /wxWidgets/trunk/samples/event/.cvsignore
  • D /wxWidgets/trunk/samples/exec/.cvsignore
  • D /wxWidgets/trunk/samples/font/.cvsignore
  • D /wxWidgets/trunk/samples/grid/.cvsignore
  • D /wxWidgets/trunk/samples/help/.cvsignore
  • D /wxWidgets/trunk/samples/html/.cvsignore
  • D /wxWidgets/trunk/samples/html/about/.cvsignore
  • D /wxWidgets/trunk/samples/html/help/.cvsignore
  • D /wxWidgets/trunk/samples/html/helpview/.cvsignore
  • D /wxWidgets/trunk/samples/html/printing/.cvsignore
  • D /wxWidgets/trunk/samples/html/test/.cvsignore
  • D /wxWidgets/trunk/samples/html/virtual/.cvsignore
  • D /wxWidgets/trunk/samples/html/widget/.cvsignore
  • D /wxWidgets/trunk/samples/html/zip/.cvsignore
  • D /wxWidgets/trunk/samples/image/.cvsignore
  • D /wxWidgets/trunk/samples/internat/.cvsignore
  • D /wxWidgets/trunk/samples/ipc/.cvsignore
  • D /wxWidgets/trunk/samples/joytest/.cvsignore
  • D /wxWidgets/trunk/samples/keyboard/.cvsignore
  • D /wxWidgets/trunk/samples/layout/.cvsignore
  • D /wxWidgets/trunk/samples/listbox/.cvsignore
  • D /wxWidgets/trunk/samples/listctrl/.cvsignore
  • D /wxWidgets/trunk/samples/mdi/.cvsignore
  • D /wxWidgets/trunk/samples/memcheck/.cvsignore
  • D /wxWidgets/trunk/samples/menu/.cvsignore
  • D /wxWidgets/trunk/samples/mfc/.cvsignore
  • D /wxWidgets/trunk/samples/minifram/.cvsignore
  • D /wxWidgets/trunk/samples/minimal/.cvsignore
  • D /wxWidgets/trunk/samples/minimal/minimal.xcode/.cvsignore
  • D /wxWidgets/trunk/samples/minimal/minimal.xcodeproj/.cvsignore
  • D /wxWidgets/trunk/samples/nativdlg/.cvsignore
  • D /wxWidgets/trunk/samples/notebook/.cvsignore
  • D /wxWidgets/trunk/samples/oleauto/.cvsignore
  • D /wxWidgets/trunk/samples/opengl/cube/.cvsignore
  • D /wxWidgets/trunk/samples/opengl/isosurf/.cvsignore
  • D /wxWidgets/trunk/samples/opengl/penguin/.cvsignore
  • D /wxWidgets/trunk/samples/ownerdrw/.cvsignore
  • D /wxWidgets/trunk/samples/png/.cvsignore
  • D /wxWidgets/trunk/samples/printing/.cvsignore
  • D /wxWidgets/trunk/samples/propsize/.cvsignore
  • D /wxWidgets/trunk/samples/regtest/.cvsignore
  • D /wxWidgets/trunk/samples/rotate/.cvsignore
  • D /wxWidgets/trunk/samples/sashtest/.cvsignore
  • D /wxWidgets/trunk/samples/scroll/.cvsignore
  • D /wxWidgets/trunk/samples/scrollsub/.cvsignore
  • D /wxWidgets/trunk/samples/shaped/.cvsignore
  • D /wxWidgets/trunk/samples/sockets/.cvsignore
  • D /wxWidgets/trunk/samples/splitter/.cvsignore
  • D /wxWidgets/trunk/samples/statbar/.cvsignore
  • D /wxWidgets/trunk/samples/stc/.cvsignore
  • D /wxWidgets/trunk/samples/taskbar/.cvsignore
  • D /wxWidgets/trunk/samples/text/.cvsignore
  • D /wxWidgets/trunk/samples/thread/.cvsignore
  • D /wxWidgets/trunk/samples/toolbar/.cvsignore
  • D /wxWidgets/trunk/samples/treectrl/.cvsignore
  • D /wxWidgets/trunk/samples/typetest/.cvsignore
  • D /wxWidgets/trunk/samples/validate/.cvsignore
  • D /wxWidgets/trunk/samples/widgets/.cvsignore
  • D /wxWidgets/trunk/samples/widgets/icons/.cvsignore
  • D /wxWidgets/trunk/samples/wizard/.cvsignore
  • D /wxWidgets/trunk/src/common/.cvsignore
  • D /wxWidgets/trunk/src/gtk/.cvsignore
  • D /wxWidgets/trunk/src/gtk1/.cvsignore
  • D /wxWidgets/trunk/src/jpeg/.cvsignore
  • D /wxWidgets/trunk/src/msw/.cvsignore
  • D /wxWidgets/trunk/src/png/.cvsignore
  • D /wxWidgets/trunk/src/regex/.cvsignore
  • D /wxWidgets/trunk/src/tiff/.cvsignore
  • D /wxWidgets/trunk/src/wxWindows.xcode/.cvsignore
  • D /wxWidgets/trunk/src/wxWindows.xcodeproj/.cvsignore
  • D /wxWidgets/trunk/src/zlib/.cvsignore
  • D /wxWidgets/trunk/tests/.cvsignore
  • D /wxWidgets/trunk/utils/HelpGen/src/.cvsignore
  • D /wxWidgets/trunk/utils/hhp2cached/.cvsignore
  • D /wxWidgets/trunk/utils/tex2rtf/src/.cvsignore
  • D /wxWidgets/trunk/utils/wxOLE/samples/servlet/.cvsignore
  • D /wxWidgets/trunk/wxPython/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/gizmos/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/glcanvas/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/glcanvas/gtk/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/glcanvas/msw/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/ogl/.cvsignore
  • D /wxWidgets/trunk/wxPython/contrib/stc/.cvsignore
  • D /wxWidgets/trunk/wxPython/demo/.cvsignore
  • D /wxWidgets/trunk/wxPython/demo/bitmaps/.cvsignore
  • D /wxWidgets/trunk/wxPython/demo/data/.cvsignore
  • D /wxWidgets/trunk/wxPython/demo/dllwidget/.cvsignore
  • D /wxWidgets/trunk/wxPython/distrib/.cvsignore
  • D /wxWidgets/trunk/wxPython/distrib/mac/.cvsignore
  • D /wxWidgets/trunk/wxPython/distrib/mac/wxPythonOSX/.cvsignore
  • D /wxWidgets/trunk/wxPython/distrib/mac/wxPythonOSX/resources/.cvsignore
  • D /wxWidgets/trunk/wxPython/docs/.cvsignore
  • D /wxWidgets/trunk/wxPython/samples/doodle/.cvsignore
  • D /wxWidgets/trunk/wxPython/samples/embedded/.cvsignore
  • D /wxWidgets/trunk/wxPython/samples/pySketch/.cvsignore
  • D /wxWidgets/trunk/wxPython/src/.cvsignore
  • D /wxWidgets/trunk/wxPython/src/gtk/.cvsignore
  • D /wxWidgets/trunk/wxPython/src/msw/.cvsignore
  • D /wxWidgets/trunk/wxPython/wx/.cvsignore
  • D /wxWidgets/trunk/wxPython/wx/build/.cvsignore
  • D /wxWidgets/trunk/wxPython/wx/lib/.cvsignore
  • D /wxWidgets/trunk/wxPython/wx/lib/editor/.cvsignore
  • D /wxWidgets/trunk/wxPython/wxPython/.cvsignore
  • D /wxWidgets/trunk/wxPython/wxPython/lib/.cvsignore
  • D /wxWidgets/trunk/wxPython/wxPython/lib/editor/.cvsignore

remove .cvsignore files, they're useless with svn

2007-06-26 20:44 VS, revision 46967

fixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and Mingw compilation with -pedantic)

2007-06-26 17:01 CE, revision 46966

more cvs to svn script changes

2007-06-26 16:55 CE, revision 46965

rebuild tex2rtf

2007-06-26 16:24 ROL, revision 46964

- moved ID to globals - added Listener.OnTreeItemCollapsed to handle unselect

2007-06-26 15:48 FT, revision 46963

Refactor away unnecessary instance properties from TestWindow.

2007-06-26 15:34 FT, revision 46962

Update testWindow and testTextAttr to take advantage of new testColour.getColourEquivalents function

2007-06-26 15:04 FT, revision 46961

Vast improvements to the functions which return test data for other classes. Added test for this functionality does not run in the test suite (only when the script itself is executed). Added test for wx.Colour.SetFromName.

2007-06-26 14:36 VS, revision 46960

include wxUniCharRef::operator&& unconditionally too, not just wxUniChar one

2007-06-26 14:28 FT, revision 46959

Add tests for wx.Slider. Found a few discrepancies between book and implementation.

2007-06-26 14:25 ROL, revision 46958

some more fixes. Presenter.update called in OnIdle.

2007-06-26 13:54 ROL, revision 46957

- cut/copy/paste implementation - fix for Container.canHaveChild

2007-06-26 11:58 VS, revision 46956

added configure check for wcsdup(), there are too many Unix systems without it

2007-06-26 10:57 VS, revision 46955

compilation fixes for --with-regex=sys

2007-06-26 10:24 VS, revision 46954

compilation fixes for some cases

2007-06-26 01:44 FT, revision 46953

Add tests for wx.ToggleButton. Class is virtually fully-tested.

2007-06-26 01:26 FT, revision 46952

Add skeleton tests for wx.BitmapButton. Why does the creating the test control cause the interpreter to crash?

2007-06-26 00:37 ROL, revision 46951

Fix for inserting before first child if there is none.

2007-06-26 00:05 ROL, revision 46950

Added wxGridBagSizer, wxNotebook, more attributes

2007-06-26 00:03 ROL, revision 46949

- added attribute.py for Attribute handlers - better implicit attributes handling - XMLTree with root hidden - Expand/Collaps, multiple Delete - Component.insertBefore,insertAfter,getTreeImageId,etc. - BoxSizer base class updating tree icon based on orient attribute - saving/loading working - using wxFontPickerCtrl for font selection - sibling/insert modes for Presenter.create - moved toolbar code from xrced.py to view.py

2007-06-25 23:55 ROL, revision 46948

test SVN commit

2007-06-25 22:40 FT, revision 46947

Add tests for wx.TextAttr. Exercise functionality found on pg. 194-5 of "wxPython in Action"

2007-06-25 20:50 FT, revision 46946

Fix what broke because of renaming testColour.py

2007-06-25 20:34 FT, revision 46945
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxPython/tests/unittest/testColor.py

(Remove "testColor.py")

2007-06-25 20:34 FT, revision 46944

Rename from "testColor.py" to "testColour.py"

2007-06-25 20:33 FT, revision 46943

Remove all classes being tested from the "classes not being tested" list.

2007-06-25 18:59 FT, revision 46942

Move unit test suite to sub-folder. Update README.txt with recent changes and a list of classes needing to be tested.

2007-06-25 17:53 VS, revision 46941

compilation fix if wxLongLong_t is not available

2007-06-25 15:21 RD, revision 46940

fix svn properties

2007-06-25 15:07 VS, revision 46939

don't use C++ comments in C files

2007-06-25 14:41 RD, revision 46938

fixed svn properties

2007-06-25 14:35 RD, revision 46937

fix svn properties

2007-06-25 14:04 VS, revision 46936

removed executable bit on files that aren't executables

2007-06-25 13:55 VS, revision 46935

wxDFB wxUSE_STL compilation fixes

2007-06-25 12:16 VS, revision 46934

fixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)

2007-06-25 12:16 VS, revision 46933

fixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)

2007-06-25 11:14 CE, revision 46932

svn not cvs

2007-06-23 21:09 RD, revision 46677

build tweaks

2007-06-23 21:07 RD, revision 46676

reSWIGged

2007-06-23 20:50 RD, revision 46675

Merge recent wxPython changes from 2.8 branch to HEAD

2007-06-23 17:11 RR, revision 46674

More const bool (sigh)

2007-06-23 17:10 RR, revision 46673

Remove const bool

2007-06-23 17:09 RR, revision 46672

Remove const bool

2007-06-23 17:05 RR, revision 46671

Remove const bool

2007-06-23 17:04 RR, revision 46670

Don't use const bool.

2007-06-23 17:03 RR, revision 46669

We don't use "const bool" anywhere, I think.

2007-06-23 17:00 RR, revision 46668

Mention changes.

2007-06-23 16:55 RR, revision 46667

Upport scrolling changes and mouse wheel changes.

2007-06-23 16:52 RR, revision 46666

Remove Update() from ScrollWindow() again as this has been taken care of by the same call in wxScrollHelper.

2007-06-23 16:26 RR, revision 46665

Prevent wxScrollbar::SetThumbPos from sending any event, too.

2007-06-23 15:48 ROL, revision 46664

added listener.py (interactor) with Listener dispatcher class, moved event processing from Frame, XMLTree to Listener

2007-06-23 15:48 RR, revision 46663

Corrected mouse wheel support. Prevent wxWindow::SetScrollPos() and ::SetScrollbar from emitting the wxScrollWinEvent Call wxWindow::Update() in ScrollWindow() as the update region would otherwise be out of sync

2007-06-23 05:30 RD, revision 46662

Add DetachOldLog

2007-06-23 05:30 RD, revision 46661

docstring update

2007-06-22 22:19 VS, revision 46660

clarified global and local config files behavior

2007-06-22 21:03 FT, revision 46659

Miscellaneous commits before the move to SVN.

2007-06-22 20:58 FT, revision 46658

Add tests for two classes derived from wx.ControlWithItems (wx.Choice, wx.CheckListBox). Note in testChoice that three tests from testWindow fail. Update runAllTests.py accordingly.

2007-06-22 20:44 FT, revision 46657

Flesh out tests for wx.ItemContainer.

2007-06-22 20:27 VZ, revision 46656

remove #if around operator&&(), its needed for other compilers too (Sun CC 5.9) and doesnt seem to hurt the ones which do not need it

2007-06-22 20:18 VZ, revision 46655

fix asserts for dropdown items

2007-06-22 19:52 VZ, revision 46654

override DoLog(wxString) and not the deprecated DoLog(wxChar*) in LboxLogger

2007-06-22 19:36 VZ, revision 46653

don't crash in SetBackgroundStyle() if the window is not realized

2007-06-22 19:14 VZ, revision 46652

don't always add wxCAPTION to wxMiniFrame style unconditionally (patch 1739821; backport from HEAD)

2007-06-22 19:10 VZ, revision 46651

don't always add wxCAPTION to wxMiniFrame style unconditionally

2007-06-22 18:41 VS, revision 46650

use wxCRT_VsprintfA name instead of vsprintf, for consistency

2007-06-22 18:22 VZ, revision 46649

make JPEG callbacks extern "C" to fix Sun CC warnings

2007-06-22 18:22 VZ, revision 46648

fix warnings about parameters shadowing member variables

2007-06-22 18:20 VZ, revision 46647

pointer to literal string should be const

2007-06-22 18:09 VZ, revision 46646

suppress virtual function hiding warnings due to the existence of several DoLog() and DoLogString() overloads of which only one is overridden

2007-06-22 18:08 VZ, revision 46645

regenerated after today's changes, it should now handle Sun CC under Linux correctly

2007-06-22 18:06 VZ, revision 46644

remove -mt and/or -pthread when mixing Sun CC and gcc once at the end instead of doing it several times in the middle as these options can appear in pkg-config output for just about anything

2007-06-22 17:23 VZ, revision 46643

use -R instead of -Wl,-rpath with Sun CC under Linux too

2007-06-22 17:17 FT, revision 46642

Add skeleton tests for wx.Dialog, and include them in runAllTests.py.

2007-06-22 17:17 VZ, revision 46641

fixed defining FOOCXX symbols (was broken because AC_LANG_POP was done too soon and so variable name for C and not C++ was wrongly used); changed mwcc and xlc detection to use the common macro instead of duplicating it

2007-06-22 17:15 VZ, revision 46640

added support for using Sun CC to link shared libraries under Linux too

2007-06-22 17:09 VZ, revision 46639

fix Sun CC warnings about converting literal strings to non-const char *

2007-06-22 17:07 FT, revision 46638

Two more tests for wx.TopLevelWindow. Fixed one minor oversight.

2007-06-22 16:50 FT, revision 46637

Include tests for wx.StaticText in runAllTests.py

2007-06-22 16:49 FT, revision 46636

Add tests for wx.StaticText. The tests are only inherited, since wx.StaticText has little functionality of its own.

2007-06-22 16:35 FT, revision 46635

Clean up and add more tests for wx.Frame

2007-06-22 15:11 VZ, revision 46634

suppress Sun CC warnings about casting between C++ and extern C function pointers

2007-06-22 14:52 VZ, revision 46633

fix Sun CC warning about name clash between the method parameters and member variables argc/argv

2007-06-22 14:48 VZ, revision 46632

better Sun CC fix: put the function in anonymous namespace instead of making it global

2007-06-22 14:46 VZ, revision 46631

Sun CC doesn't allow calling static function from template instantiations so rename ConvertStringToBuf() to wxInternalConvertStringToBuf() and make it extern

2007-06-22 14:25 VZ, revision 46630

test for Sun CC under Linux too, and not only Solaris (mirrors the change in bakefile)

2007-06-22 14:22 VZ, revision 46629

don't redefine __WCHAR_TYPE__ when using Sun CC if it's already defined (as is the case at least under Linux)

2007-06-22 13:59 VZ, revision 46628

Sun CC (at least version 5.9) has wint_t as a separate type too

2007-06-22 13:58 VZ, revision 46627

fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION

2007-06-22 13:55 VS, revision 46626

PCH-less compilation fix

2007-06-22 13:39 FT, revision 46625

Update wx.Button test docs and add test for SetDefault.

2007-06-22 13:23 FT, revision 46624

Update wxtest documentation and fix simple typo.

2007-06-22 12:56 VS, revision 46623

fixed documentantion for wxMemoryFSHandler::AddFileWithMimeType() -- older version for two versions of AddFile() was checked in by mistake

2007-06-22 12:56 VS, revision 46622

added documentantion for wxMemoryFSHandler::AddFileWithMimeType()

2007-06-22 12:34 VS, revision 46621

made wxUSE_UNICODE=1 the default

2007-06-22 12:34 RR, revision 46620

Forgot this part of the event change patch from 2_8

2007-06-22 12:30 VS, revision 46619

wxUSE_STL compilation fix

2007-06-22 12:28 VS, revision 46618

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 12:26 RR, revision 46617

Upport: Always use GdkPixbuf in wxBitmapButton

2007-06-22 12:25 RR, revision 46616

Always use (or create on-the-fly) pixbuf representation in wxBitmapButtom, fixes [ 1739413 ] Transparency, wxBitmapButton, GTK, disabled

2007-06-22 12:17 RR, revision 46615

Only apply wxALWAYS_SHOW_SB to main window in wxListCtrl.

2007-06-22 12:12 JS, revision 46614

Backported filter fix

2007-06-22 11:12 VS, revision 46613

have only one string form of operator<< in output streams

2007-06-22 11:10 VS, revision 46612

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 10:53 RR, revision 46611

Upported event filter patch for wxTextCtrl::SetValue() (work around doesn't work anymore with recent versions of GTK+).

2007-06-22 10:37 RR, revision 46610

Rewrote code that prevents (double) TEXT_UPDATE events in wxTextCtrl::SetValue(). This should fix [ 1735374 ] EVT_TEXT doesn't get called when changing wxTextCtrl

2007-06-22 10:11 RR, revision 46609

Correct gridlines drawing

2007-06-22 10:09 RR, revision 46608

Correct grid lines in wxListCtrl (I cannot find the bug report anymore)

2007-06-22 09:22 RR, revision 46607

Call base class methods for setting clipping region. Part of [ 1739766 ] Clipping non-rectanguar areas in wxGnomePrintDC

2007-06-22 09:18 RR, revision 46606

Call clipping region methods from base class.

2007-06-22 06:53 PC, revision 46605

gtk_widget_destroy does not unref the widget unless it's a TLW or in a container, so use gtk_object_sink to delete temporary, parentless widgets. Fixes memory leak bug #1741184.

2007-06-22 02:01 VZ, revision 46604

document CreateConfig() (extended patch 1739374)

2007-06-22 01:31 FT, revision 46603

Refactor away multi-platform inheritance. Use new wxtest module instead. Fixed some tests so they fail when they do the wrong thing. Update some documentation.

2007-06-22 00:23 FT, revision 46602

Multiple platform-dependent test class hierarchies was a step in the wrong direction. The wxtest module will allow for platform-specific code to be executed within tests in the least hackish manner possible.

2007-06-21 22:29 VZ, revision 46601

don't use DLL export declaration with inline functions, it is ignored and just results in a warning from mingw32 3.4.5 cross-compiler

2007-06-21 21:56 VZ, revision 46600

changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it

2007-06-21 21:45 VZ, revision 46599

fix STL build (don't rely on implicit wxString to char* conversions)

2007-06-21 21:34 VZ, revision 46598

fixed compilation in Unicode build (it was silently disabled before...)

2007-06-21 21:29 VZ, revision 46597

fix compilation in ANSI STL build

2007-06-21 19:49 RR, revision 46596

Added minor clarification to the wxListBox events used by wxVListBox.

2007-06-21 18:34 FT, revision 46595

Text manipulation tests for wx.TextCtrl.

2007-06-21 18:14 VZ, revision 46594

blind fix for wxUSE_WXDIB==0 compilation (replaces patch 1739858)

2007-06-21 16:33 PC, revision 46593

fix typo

2007-06-21 15:52 RD, revision 46592

docstring update

2007-06-21 15:26 RD, revision 46591

Added MemoryFSHandler.AddFileWithMimeType

2007-06-21 15:25 RD, revision 46590

docstring fixes

2007-06-21 15:24 RD, revision 46589

move wxDouble typedef to _defs.i

2007-06-21 15:23 VZ, revision 46588

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2) [backport from HEAD]

2007-06-21 15:21 VZ, revision 46587

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2)

2007-06-21 15:19 RD, revision 46586

Layout and other tweaks/fixes from Ric

2007-06-21 15:16 JS, revision 46585

Copied fonts in art Clone

2007-06-21 15:13 JS, revision 46584

Added new wxAuiNotebook symbols

2007-06-21 15:07 JS, revision 46583

Added font setting and ability to determine AUI notebook height for a given page height

2007-06-21 14:46 VZ, revision 46582

added wxLogChain::DetachOldLog()

2007-06-21 14:44 VZ, revision 46581

no changes, just replaced TAB with spaces

2007-06-21 12:44 JS, revision 46580

Added DetachOldLog to avoid destruction of old log target Renamed wxLogPassThrough to wxLogInterposer Added wxLogInterposerTemp

2007-06-21 12:34 JS, revision 46579

Added DetachOldLog to avoid destruction of old log target

2007-06-21 11:53 VZ, revision 46578

fix bug in our wxStrtod() reimplementation which prevented it from ever working (bug 1721643)

2007-06-21 11:50 VZ, revision 46577

document that wx[HV]SCROLL don't work with native controls not TLWs

2007-06-21 11:46 VZ, revision 46576

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable [backport from HEAD]

2007-06-21 11:44 VZ, revision 46575

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable

2007-06-21 11:24 VZ, revision 46574

fix to the previous commit: percent signs have to be escaped first

2007-06-21 11:16 VZ, revision 46573

fix to the previous commit: percent signs have to be escaped first

2007-06-21 06:12 BY, revision 46572

Add wxDataViewPath, wxDataViewItemBase, wxDataViewModel, wxDataViewTreeModel, wxDataViewModelNotifier. Before I make any changes to wxDataViewCtrlBase and wxDataViewCtrl, I commit this modification. At this moment, all things works. Only wx/dataview.h and common/datavcmn.cpp are changed.

2007-06-21 03:43 PC, revision 46571

fix reversed left/top variables

2007-06-21 00:06 VZ, revision 46570

fix handling of '#' in file names (patch 1740328) [backport from HEAD]

2007-06-21 00:05 VZ, revision 46569

fix handling of '#' in file names (patch 1740328)

2007-06-20 21:30 VZ, revision 46568

make setting the foreground colour of wxTextCtrl in wxGTK work [backport of 1.685 from HEAD]

2007-06-20 21:29 VZ, revision 46567

single line wxTextCtrl fg colour fix is now in 2.8

2007-06-20 20:16 FT, revision 46566

Modified test suite to pass all tests on Ubuntu. Various GTK warnings are still triggered though.

2007-06-20 19:03 FT, revision 46565

Fix typo in previous commit.

2007-06-20 18:33 FT, revision 46564

Refactor out wx.ControlWithItems tests into their own file. First stab at implementing platform-specific testing.

2007-06-20 17:55 FT, revision 46563

Overloading __init__ was superfluous as yet.

2007-06-20 17:49 PC, revision 46562

fix reparenting a control into wxToolBar

2007-06-20 15:36 JS, revision 46561

Added extra width for controls to avoid edge being clipped

2007-06-20 15:35 JS, revision 46560

Give controls more width to avoid edge being clipped

2007-06-20 15:22 FT, revision 46559

Alphabetize test methods for wx.Window

2007-06-20 14:02 JS, revision 46558

Fixed uninstalled toolbars in native toolbar mode, with a method for specifying non-native if required Added code to toolbar sample for testing uninstalled toolbar

2007-06-20 13:21 JS, revision 46557

Fix for non-CG mode

2007-06-20 08:16 JS, revision 46556

Compile fix for non-CG mode

2007-06-20 08:14 JS, revision 46555

Compile fixes for non-Core Graphics mode

2007-06-20 07:47 VS, revision 46554

remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string

2007-06-20 07:44 VS, revision 46553

more changes to make wx compile without implicit wxString->char* conversion (for STL build)

2007-06-20 07:09 VS, revision 46552

use wxString in wxRegKey methods; make it compile without implicit wxString->char* conversion

2007-06-20 04:22 MR, revision 46551

Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC

2007-06-20 00:16 VZ, revision 46550

mention changes from 2.8 branch too, at the very least keeping the 2 versions of this file on 2 branches in sync facilitates backporting

2007-06-20 00:13 VZ, revision 46549

don't free "static" alpha data (patch 1738966) [backport from HEAD]

2007-06-20 00:10 VZ, revision 46548

don't free "static" alpha data (patch 1738966)

2007-06-19 20:02 VS, revision 46547

make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favour of wxUnsetEnv()

2007-06-19 19:58 VS, revision 46546

added missing #if wxUSE_STDPATHS

2007-06-19 19:29 VS, revision 46545

return wxString from wxDynamicLibrary::GetDllExt()

2007-06-19 17:39 VS, revision 46544

use wxString in wxFileSystem::FindFileInPath()

2007-06-19 16:17 FT, revision 46543

More robust reporting of all test results.

2007-06-19 16:06 VS, revision 46542

compilation fix for non-STL build

2007-06-19 15:45 RD, revision 46541

fix import error

2007-06-19 15:08 JS, revision 46540

Finally fixed control scrolling

2007-06-19 14:51 VS, revision 46539

wxLog::Get/Settimestamp() now use wxString

2007-06-19 13:54 VS, revision 46538

return wxString from wxTextBuffer::GetName()

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

changed wxFFileOutput/InputStream ctor 'mode' argument to wxString

2007-06-19 11:54 VS, revision 46536

changed wxGLContext::SetColour() argument from wxChar* to wxString

2007-06-19 02:58 ROL, revision 46535

implemented SmartContainer; Unique AttributePanel class for all attributes (main, window and implicit); added some core components; added deleting (simple implementation)

2007-06-18 20:30 VS, revision 46534

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 20:22 VS, revision 46533

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 19:59 ROL, revision 46532

Presenter.update method, Panel redesign

2007-06-18 19:39 RD, revision 46531

Coerce to floating point to fix ResampleBicubic. See bug #1736953.

2007-06-18 19:34 RD, revision 46530

Send the calendar and date changed events to the datepicker ctrl first (not its parent) so they can be caught by dynamic event handlers connected directly to the picker.

2007-06-18 19:23 MBN, revision 46529

Must update iterator to avoid infinite loop in case backend initialization fails.

2007-06-18 19:09 RD, revision 46528

Added patch from Chriss Mellon that gives PyShell a custom context menu that is better integrated with the shell environment.

2007-06-18 18:57 RD, revision 46527

reSWIGged

2007-06-18 18:53 RD, revision 46526

docstring fix

2007-06-18 18:52 RD, revision 46525

some cleanup

2007-06-18 18:51 RD, revision 46524

it looks better if we just change the main bitmap, not all of them.

2007-06-18 18:43 VS, revision 46523

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 18:37 VS, revision 46522

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 17:32 FT, revision 46521

Isolate wx.Window test failures in wx.Frame. Minor refactoring to testWindow, due to wx.Frame testing issues.

2007-06-18 16:52 FT, revision 46520

wx.Control test for GetLabelText. Remove extraneous comments.

2007-06-18 16:50 FT, revision 46519

Added testing for TopLevelFrames. Need to find out why some wx.Window tests fail on wx.Frame instances.

2007-06-18 16:14 VS, revision 46518

make our vsnprintf() implementation work for ANSI version too

2007-06-18 15:26 FT, revision 46517

Remove non-useful comments.

2007-06-18 14:18 FT, revision 46516

runAllTests displays data on each module run.

2007-06-18 08:55 VS, revision 46515

fixed wxString iterators linked list corruption

2007-06-18 06:16 MR, revision 46514

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July. Hopefully we will release 2.8.5 by then...

2007-06-18 06:03 MR, revision 46513

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July.

2007-06-18 05:53 MR, revision 46512

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-18 04:54 MR, revision 46511

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-17 22:07 ROL, revision 46510

'root' name for root menu

2007-06-17 22:05 ROL, revision 46509

new version of panel.py

2007-06-17 22:04 ROL, revision 46508

- moved some code from panel.py to AttributePanel.py, AttributePanel class used for attributes and WindowAttributePanel for windows attributes; they are created (no caching yet) in empty state for the moment. - Open command loads XML and constructs tree (_Presenter.Flush() used). - tree items contain PyData of DOM node. - creating new DOM nodes in _Presenter.create().

2007-06-17 17:58 VS, revision 46507

when selecting text in wxHTML, selecting half a character is enough to select it (patch #1719530; this is standard behaviour when selecting text)

2007-06-17 17:52 VS, revision 46506

when selecting text in wxHTML, selecting half a character is enough to select it (patch #1719530; this is standard behaviour when selecting text

2007-06-17 17:31 VS, revision 46505

fixed selecting part of word from right to left in wxHTML (patch #1719530)

2007-06-17 11:02 MBN, revision 46504

Linking fix: g_isIdle is for GTK1 only.

2007-06-17 10:59 VS, revision 46503

determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix

2007-06-17 09:29 VS, revision 46502

don't make read-only text controls editable when enabled

2007-06-17 00:59 VZ, revision 46501

correct setting of pSymbol->SizeOfStruct (patch 1737789) [backport from HEAD]

2007-06-17 00:51 VZ, revision 46500

correct setting of pSymbol->SizeOfStruct (patch 1737789)

2007-06-16 23:57 VZ, revision 46499

fix unused parameters warnings

2007-06-16 23:24 RD, revision 46498

reSWIGed

2007-06-16 23:16 RD, revision 46497

Patch #1738147 Improved imagebrowser

2007-06-16 23:15 RD, revision 46496

bugfixes

2007-06-16 19:11 VS, revision 46495

fixed crash when setting locale

2007-06-16 17:32 VS, revision 46494

wxUSE_STL compilation fixes for wxGenericFontDialog

2007-06-16 17:15 VS, revision 46493

removed code for compatibility with OS X <= 10.2, 10.3 is the minimum since wx-2.8

2007-06-16 14:45 VZ, revision 46492

changed wxIsxxx() to return bool, not int, to avoid int->bool conversion warnings from VC++

2007-06-16 14:29 VS, revision 46491

fixed FromUTF8() to accept NULL as well as len==npos; this fixes crashes when loading XML files in UTF-8 build with wxUSE_STL=1

2007-06-16 14:20 VZ, revision 46490

show the unhandled exceptions in debug build instead of silently eating them

2007-06-16 12:53 VZ, revision 46489

added wxDocument::GetUserReadableName() for forward compatibility with 3.0

2007-06-16 12:49 VZ, revision 46488

replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly

2007-06-16 00:26 RD, revision 46487

swigged

2007-06-16 00:06 RD, revision 46486

swigged

2007-06-15 20:51 FT, revision 46485

Add additional modules, and refactor runAllTests.py.

2007-06-15 20:34 FT, revision 46484

Skeleton tests for wx.ListBox and wx.Sizer. testListBox is the first concrete test based upon testControl.ControlWithItemsBase.

2007-06-15 20:29 FT, revision 46483

Additional tests for wx.TextCtrl.

2007-06-15 20:26 FT, revision 46482

Additional tests for wx.Window. Note behavior of SetHelpText and GetHelpText.

2007-06-15 15:21 VS, revision 46481

always compile at least a minimal version of wxStandardPaths class, it's used too often

2007-06-15 15:12 VS, revision 46480

use char* instead of wxChar* for XRC IDs to save space; GetXRCID() takes wxString argument

2007-06-15 15:08 VZ, revision 46479

added wxDEPRECATED_BUT_USED_INTERNALLY macro and use it for the old wxLog::DoLog() overloads

2007-06-15 14:13 VZ, revision 46478

documented WXUSING/MAKINGDLL

2007-06-15 13:38 VZ, revision 46477

documented __WXDFB__ and __WXGTK2n__

2007-06-15 12:52 JJ, revision 46476

Committing in . Changes to make OpenVMS compile WX Modified Files: wxWidgets/include/wx/wxcrt.h wxWidgets/include/wx/wxcrtbase.h wxWidgets/src/common/wxcrt.cpp

2007-06-15 11:26 VS, revision 46475

don't put invalid UTF-8 data into wxString if Printf() fails in UTF-8 build

2007-06-15 09:57 VS, revision 46474

(blind) compilation fix

2007-06-15 00:29 VZ, revision 46473

corrected strptime() test, don't use NULL pointer as this crashes under Darwin

2007-06-14 23:33 RD, revision 46472

doc updates, etc.

2007-06-14 23:32 RD, revision 46471

build tweaks

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

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

2007-06-14 23:07 SC, revision 46469

use CFAlerts on mac for asserts, better isolation

2007-06-14 23:04 SC, revision 46468

popupwin for mac

2007-06-14 22:14 SC, revision 46467

making spell checking selectable via system options, Bug 1736428

2007-06-14 21:59 SC, revision 46466

making spell checking selectable via system options, Bug 1736428

2007-06-14 10:24 VZ, revision 46465

corrected strptime() test, don't use NULL pointer as this crashes under Darwin [backport from HEAD]

2007-06-14 06:34 PC, revision 46464

typo fix

2007-06-14 05:56 PC, revision 46463

remove gtk1 code

2007-06-14 05:54 VS, revision 46462

fixed wxComboBox::Replace() to correctly use UTF-8 string even in ANSI build and to compile with wxUSE_STL=1

2007-06-14 01:10 VZ, revision 46461

check if strptime() works correctly and disable its use if it doesn't [backport from HEAD]

2007-06-14 00:56 VZ, revision 46460

check if strptime() works correctly and disable its use if it doesn't

2007-06-13 22:55 SC, revision 46459

fixes for popupwin

2007-06-13 20:56 FT, revision 46458

Implement skeleton tests for wx.ControlWithItems and wx.ItemContainer.

2007-06-13 20:49 VS, revision 46457

prefer wxFFile to wxFile if both are available, for better performance (see bug #1736365)