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

2009-04-03 18:05 SC, revision 60005

adjusting DATE_TIME_FMT on OS X

2009-04-03 17:03 VZ, revision 60004

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 17:02 VZ, revision 60003

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 16:57 VZ, revision 60002

compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested with #if, not #ifdef

2009-04-03 16:56 VZ, revision 60001

handle embedded NULs correctly in wxString::CmpNoCase() in all builds and not just UTF-8 one; incidentally improve its performance under Windows (see #10375)

2009-04-03 16:38 VZ, revision 60000

avoid the ugly hack with adding an empty string to m_registries to indicate that we need to run all tests

2009-04-03 16:37 VZ, revision 59999

really fix handling of trailing periods in abbreviated month names in French locale (without breaking everything else like last commit did)

2009-04-03 15:42 VZ, revision 59998

allow for trailing periods in week day/month names (as used in e.g. French locale)

2009-04-03 15:31 VZ, revision 59997

add possibility to choose the locale (useful for Windows which doesn't honour LC_ALL &c)

2009-04-03 15:23 VZ, revision 59996

use correct expected values for Windows and OS X

2009-04-03 08:53 VZ, revision 59992

added wxXmlNode forward compatible functions (re-closes #10629)

2009-04-02 09:52 JS, revision 59981

Documented AltGr fix.

2009-04-02 09:51 JS, revision 59980

Fixed wxRTC AltGr+key input on Windows

2009-04-02 09:50 JS, revision 59979

Fixed wxRTC AltGr+key input on Windows

2009-04-02 04:43 SC, revision 59978

make long format equal to full on mac (including dayname)

2009-04-01 21:49 VZ, revision 59974

don't run wxPATH_NORM_LONG test on systems where the short file names are disabled

2009-04-01 21:17 VZ, revision 59973

expect 4 digit year in French locale under all platforms

2009-04-01 15:20 FM, revision 59972

fix a problem with setlocale() under Windows: with MSVC7 it sometimes returns garbage when passing "": use NULL instead (may need a fix also in wxLocale::IsAvailable)

2009-04-01 15:00 FM, revision 59971

add IT locale to the makefile

2009-04-01 14:59 FM, revision 59970

include the locale name in the error message when the catalog can't be loaded

2009-04-01 08:57 SC, revision 59968

bringing back utf32 encoding for wchar, fixes #10666

2009-03-31 09:18 VZ, revision 59961

fix g++ warnings for float->int conversions

2009-03-31 09:11 BIW, revision 59960

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:32 BIW, revision 59959

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:04 JS, revision 59958

Size correction

2009-03-31 08:01 JS, revision 59957

Better representation of styles

2009-03-30 22:23 VZ, revision 59954

correct French short date format for glibc; added more detailed messages for failing tests

2009-03-30 22:18 VZ, revision 59953

allow running tests whose names don't end with TestCase again

2009-03-30 21:55 VZ, revision 59952

minor improvements to Bind() description

2009-03-30 21:27 BIW, revision 59951

missing header fixed

2009-03-30 21:26 BIW, revision 59950

missing header fixed

2009-03-30 21:14 VZ, revision 59949

only Linux/glibc seem to use periods as date separator in French locale

2009-03-30 21:08 VZ, revision 59948

compilation fix after recent changes

2009-03-30 19:57 FM, revision 59947

fix doxygen warning

2009-03-30 19:57 FM, revision 59946

fix wxLogNull base class (closes #10654)

2009-03-30 18:28 VS, revision 59945

always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8()

2009-03-30 18:26 SC, revision 59944

adding OSX specific fixes to bsd level formatting problems

2009-03-30 18:13 SC, revision 59943

adding more symbols to translation, using better matching formats

2009-03-30 16:07 BIW, revision 59942

don't allow docks to be resized such that panes overlap

2009-03-30 16:01 BIW, revision 59941

don't allow docks to be resized such that panes overlap

2009-03-30 15:35 VS, revision 59940

fixes or embedded NULs handling in wxString

2009-03-30 11:54 VS, revision 59939

fixed size of buffer returned by wxFormatConverter (it was too large before)

2009-03-30 07:30 SC, revision 59938

hiding the impl type more again

2009-03-30 00:00 VS, revision 59936

compilation fix for wxUSE_UTF8_LOCALE_ONLY case

2009-03-29 23:16 VS, revision 59935

compilation fix for r59932

2009-03-29 21:31 VZ, revision 59934

make it explicitly clear that the len parameter of SetData() is in bytes

2009-03-29 21:30 VZ, revision 59933

pass size in bytes, not wchars, to SetData() in wxURLDataObject::SetURL() (fixes wxURLDataObject after r59391)

2009-03-29 21:27 VS, revision 59932

implemented CreateIconBundle() in GTK+ native art provider

2009-03-29 21:25 VS, revision 59931

set icons bundle, not single icon, for frames loaded from XRC

2009-03-29 21:23 VS, revision 59930

wxArtProvider::GetIconBundle() cleanup: * makes GetIcon() and GetBitmap() behave in the same way again (i.e. GetBitmap falls back to CreateIconBundle too) * GetIcon() used to call CreateIconBundle() first, before CreateBitmap() - this doesn't make sense, inverted * GetIconBundle() falls back to GetIcon() if provider's CreateIconBundle() doesn't return anything and vice versa: GetIcon()/GetBitmap() falls back to GetIconBundle() if CreateBitmap() doesn't return anything

2009-03-29 21:19 VS, revision 59929

add support for loading wxIconBundles from streams

2009-03-29 21:04 VZ, revision 59928

don't dereference end iterator (closes #10656)

2009-03-29 20:58 VS, revision 59927

added length to wx(Scoped)CharBuffer to improve handling of embedded NULs

2009-03-29 20:51 SC, revision 59926

special casing mac code

2009-03-29 20:49 SC, revision 59925

glgrab not available for iphone

2009-03-29 20:48 SC, revision 59924

adding iphone code

2009-03-29 20:45 SC, revision 59923

adding proper iphone includes

2009-03-29 20:44 SC, revision 59922

streamlining code

2009-03-29 20:42 SC, revision 59921

make sure button is known for non-precomp case

2009-03-29 20:10 SC, revision 59920

adding a for am/pm and windows special character t

2009-03-29 19:46 SC, revision 59919

fixing conversion

2009-03-29 18:13 SC, revision 59918

adding implementation for OSX

2009-03-29 17:26 VZ, revision 59916

use short date format in wxLOCALE_DATE_TIME_FMT handler for MSW for compatibility with strftime("%c")

2009-03-29 17:20 SC, revision 59915

adding comment about wxHAS_OPENGL_ES

2009-03-29 17:15 VZ, revision 59914

Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo(). - Implement for POSIX and Win32, TODO for OS X - Use this instead of ad hoc code in wxDateTime::ParseFormat() - Remove HAVE_STRPTIME, we don't need nor use strptime() any more

2009-03-29 17:13 SC, revision 59913

bracketing opengl code that doesn't work on OpenGL ES

2009-03-29 15:13 VZ, revision 59912

minor cleanup of Unix GetInfo(): assert if invalid parameters are passed; don't use explict wxString ctors

2009-03-29 12:53 VZ, revision 59911

update documentation for Bind() (closes #10594)

2009-03-29 12:38 VZ, revision 59910

no real changes, jus renames some parameters (see #10594)

2009-03-29 12:01 VZ, revision 59909

fix Unicode build after last change (closes #10649)

2009-03-28 20:06 VS, revision 59907

fixed logical error in SetIcons(): only assert if no icon was set, at least one is OK

2009-03-28 19:10 VZ, revision 59905

fix setting of HOST_{PRE,SUF}FIX in case --host option is specified but --build is not (this is not recommended by autoconf but still possible)

2009-03-28 18:18 VZ, revision 59904

fix basetsd.h name for case-sensitive file systems (which can be used when cross-compiling)

2009-03-28 16:46 SC, revision 59903

bracketing menu code

2009-03-28 12:32 VS, revision 59901

variadic macros need specializations for both wxCharBuffer and wxScopedCharBuffer (fixes #10651)

2009-03-28 09:35 VS, revision 59900

don't duplicate copy ctor and assignment operator code in wxCharTypeBuffer<T>, it was identical to base class' version

2009-03-27 22:37 VZ, revision 59897

don't reset WS_EX_CONTROLPARENT bit in wxNotebook::MSWGetStyle(), this can result in freezing the program

2009-03-27 21:51 RD, revision 59891

Make this module be usable as an import from other python modules. Add --extra_make allowing to pass additional command line items to make Other fixes and tweaks

2009-03-27 21:50 RD, revision 59890

Detabified. Use PATH to check availability of name.exe instead of trying to run it with /help. (This could be used in the other builders too...)

2009-03-27 20:54 BIW, revision 59889

corrections for inner-dock pane sizing for 2.9

2009-03-27 16:34 VZ, revision 59888

correct the test for Windows platform (this also fixes unit test failures in FormatConverterTestCase)

2009-03-27 15:33 VS, revision 59887

split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T> -- the former is for transient data with validity limited to parent's lifetime, the latter is for permanent storage of string data (bug #9638)

2009-03-27 13:18 BIW, revision 59886

don't draw resize sash if it's dragged outside of managed frame

2009-03-27 13:06 BIW, revision 59885

don't draw resize sash if it's dragged outside of managed frame

2009-03-27 12:47 BIW, revision 59884

pane sizes within a dock are not allowed to exceed the dock's entire current pixel size

2009-03-27 12:47 BIW, revision 59883

pane sizes within a dock are not allowed to exceed the dock's entire current pixel size

2009-03-27 09:46 BIW, revision 59882

applied patch fixing border problem (#10171)

2009-03-27 09:46 BIW, revision 59881

applied patch fixing border problem (#10171)

2009-03-26 23:07 VZ, revision 59880

minor corrections to TranslateFromUnicodeFormat() - Don't try to dereference end() iteratorm this will fail (unlike comparing pointer with NUL) - Use prefix rather than postfix increment for iterator - Use wxUniChar::GetValue() rather than cast to char for consistency with other switch statements in the same file

2009-03-26 23:00 VZ, revision 59879

always declare TestStrip(), it is now available even without 2.8 compatibility

2009-03-26 20:38 SC, revision 59878

changing to iterator

2009-03-26 16:02 VZ, revision 59871

mention wxFilename::StripExtension()

2009-03-26 16:02 VZ, revision 59870

no changes, just write a more detailed comment for StripExtension()

2009-03-26 15:59 VZ, revision 59869

added forward compatible wxFileName::StripExtension() (see #10634)

2009-03-26 15:55 VZ, revision 59868

implement deprecated wxStripExtension() in terms of new wxFileName::StripExtension() (closes #10634)

2009-03-26 15:35 VZ, revision 59867

no changes, just some cleanup (use compile-time asserts instead of run-time ones; use "FAIL" instead of "F")

2009-03-26 15:31 VZ, revision 59866

switch off logging sooner (closes #10646)

2009-03-26 14:58 VZ, revision 59865

build bot systems don't manage to generate enough ticks in 2 seconds to pass this test

2009-03-26 14:35 SC, revision 59864

revert to proper defaults for US

2009-03-26 13:46 VZ, revision 59863

remove unused variable

2009-03-26 13:37 VZ, revision 59862

detect horizontal overflow in wxHtmlPrintout and warn the user about it

2009-03-26 10:17 SC, revision 59861

better native date locale support

2009-03-26 08:34 BIW, revision 59860

fix misusage of wxFlexGridSizer that was causing an assert

2009-03-25 21:24 SC, revision 59858

making sure NULs stay in the result, even if the string is not nul terminated

2009-03-25 16:29 VZ, revision 59857

don't omit wxOK in wxMessageBox() call

2009-03-25 16:28 VZ, revision 59856

produce a better looking report with --time option (closes #10643)

2009-03-25 15:56 BIW, revision 59855

added ability to set tool alignment (#10174)

2009-03-25 14:23 BIW, revision 59854

added missing getters to wxAuiToolBar (#10182)

2009-03-25 14:05 SC, revision 59853

moving down for non-precomp build

2009-03-25 13:43 VZ, revision 59852

ensure the number of values we expect to record in RecordingDefaultsTest() is always correct (fixes test failure under VC6)

2009-03-25 13:42 BIW, revision 59851

fix incorrect application of styles (#10171)

2009-03-25 13:41 BIW, revision 59850

fix incorrect application of styles (#10171)

2009-03-25 13:40 VZ, revision 59849

correct order of parameters in CPPUNIT_ASSERT_EQUAL

2009-03-25 13:32 VZ, revision 59848

fix tests for the release builds

2009-03-25 13:32 VZ, revision 59847

don't log std::exceptions ourselves, let cppunit do it as it outputs more details

2009-03-25 13:31 VZ, revision 59846

don't crash in wxFAIL and wxCHECK if assertion handler is NULL

2009-03-25 13:12 SC, revision 59845

adding support for focus events to multiline textctrl

2009-03-25 12:59 VZ, revision 59844

give more detailed message when the test fails in TestTimeFormat()

2009-03-25 12:49 FM, revision 59843

fix the FontTestCase::GetSet unit so that it passes under wxMSW

2009-03-25 12:44 FM, revision 59842

add a few comments about the fact that Get/SetNativeFontInfoUserDesc are not meant for 100%-precise serialization/deserialization of wxFont objects, at least under wxMSW

2009-03-25 12:30 FM, revision 59841

document that under wxMSW slant == italic

2009-03-25 12:21 FM, revision 59840

implement quoting for the facename and parsing of quoted facenames in wxNativeFontInfo::To/FromUserString()

2009-03-25 11:51 VZ, revision 59839

fix dereferencing end() iterator in ParseFormat() and constructing out of bound iterator in ParseDate() (thanks to VC9 debug CRT for the warnings)

2009-03-25 10:42 VZ, revision 59838

trap CRT assertions and report assertions which happen inside CppUnit tests in a better way

2009-03-25 10:27 VZ, revision 59837

compilation fix after wxDateTime::Parse() changes (but do we really intent to return true here if the string was only partially parsed?)

2009-03-25 10:26 SC, revision 59836

supporting kill focus for single line text controls

2009-03-25 10:24 SC, revision 59835

focus handling streamlined

2009-03-25 10:20 SC, revision 59834

better native types for carbon

2009-03-25 10:11 BIW, revision 59833

wxAuiToolbar properly handles items with wxID_ANY (#10173)

2009-03-25 10:11 JS, revision 59832

Added a couple of wxRTC string translations in es.po

2009-03-25 10:11 JS, revision 59831

Added a couple of wxRTC string translations in es.po

2009-03-25 10:11 BIW, revision 59830

wxAuiToolbar properly handles items with wxID_ANY (#10173)

2009-03-25 09:54 VZ, revision 59829

abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators don't short circuit silently breaking existing code so it is better to not provide them at all; instead simply return bool from the new versions taking wxString::const_iterator; advise to use the new versions in the new code and so in our own files

2009-03-25 09:48 SC, revision 59828

adding native icon for executables

2009-03-25 09:46 SC, revision 59827

making method properly const

2009-03-25 09:23 VZ, revision 59826

compilation fixes for wxAnyStrPtr for VC7; mention it in the change log

2009-03-25 09:20 VZ, revision 59825

check that the conversion to wxDateTime was really successful

2009-03-25 00:44 VZ, revision 59824

compilation fixes for wxAnyStrPtr for VC6

2009-03-25 00:25 FM, revision 59823

PCH less build fix

2009-03-24 23:21 VZ, revision 59822

return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTime::ParseXXX() methods to improve compatibility with wx 2.8 and also simplify the code (closes #9560)

2009-03-24 23:13 FM, revision 59821

add a comment about wxNativeFontInfo::SetFaceName return value

2009-03-24 23:13 FM, revision 59820

make sure that wxSystemSettings::GetFont/GetColour return values are always valid

2009-03-24 21:18 FM, revision 59819

update wxGTK font implementation removing useless functions dating to wxGTK1 (HasNativeFont() always == true in wxGTK2)

2009-03-24 21:11 FM, revision 59818

fix misc typos

2009-03-24 20:58 FM, revision 59817

backport of r59774

2009-03-24 19:09 JS, revision 59816

Don't translate panel titles

2009-03-24 19:06 JS, revision 59815

Fixed small alignment issues

2009-03-24 19:05 JS, revision 59814

Fixed small alignment issue

2009-03-24 17:55 VS, revision 59813

added some clarifying comments to wxCStrData

2009-03-24 17:54 SC, revision 59812

correcting inverted conditions of r59725

2009-03-24 16:51 VZ, revision 59811

added GetEnglish{Month,WeekDay}Name()

2009-03-24 12:20 VZ, revision 59810

correct translation between iterators and char pointers in CallStrptime()

2009-03-24 12:19 VZ, revision 59809

discard the time zone part of strings being parsed (generalizes the "CEST"-ignoring hack of r59682)

2009-03-24 11:18 VZ, revision 59808

work around VC6 bug

2009-03-24 10:05 VZ, revision 59807

set eol-style to native

2009-03-24 09:15 VZ, revision 59806

compilation fix: remove extraneous variable declaration after last commit (why didn't g++ complain about it?)

2009-03-24 08:26 SC, revision 59805

applying proper weak link test, closes #10581

2009-03-24 07:56 SC, revision 59804

conforming to new naming convention of starting all port specific methods with the port prefix

2009-03-24 07:40 SC, revision 59803

cleanup

2009-03-24 07:18 JJ, revision 59802

Updated 'setup' for OpenVMS

2009-03-24 06:58 SC, revision 59801

adding back API for 2.8 compatibility

2009-03-24 00:11 VZ, revision 59798

fix parsing methods for non-ASCII strings (e.g. dates in non-"C" locales) (see #9560)

2009-03-23 23:29 VZ, revision 59797

enforce "C" locale for tests which can't work in any other (because test data is in English)

2009-03-23 23:22 VZ, revision 59796

give better error messages when tests fail

2009-03-23 23:11 VZ, revision 59795

make wxStringOperationsWchar methods templates too to be able to reuse them with char pointers (and for consistency with wxStringOperationsUtf8)

2009-03-23 18:34 SC, revision 59794

adding scheduler

2009-03-23 18:28 MW, revision 59793

Fix branch name.

2009-03-23 18:16 MW, revision 59792

Make dir names unique.

2009-03-23 17:56 SC, revision 59791

adding OSX 2.9 preview

2009-03-23 17:48 SC, revision 59790

branching off for 2.9 OSX preview

2009-03-23 17:45 SC, revision 59789

switching a few icons, removing OS9 folder icons

2009-03-23 17:44 SC, revision 59788

switching a few icons, removing OS9 folder icons

2009-03-23 16:49 FM, revision 59787

small changes to make the test run fine on wxMSW, too; do not use stdout as variable name as VC9 doesn't like it

2009-03-23 16:28 FM, revision 59786

remove VCard code leftover: it's not part of wx

2009-03-23 16:25 FM, revision 59785

put wxSetLocale() call in setUp() as VC6 still fails because of wrong locale in VsnprintfTestCase

2009-03-23 16:23 FM, revision 59784

make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs

2009-03-23 16:13 SC, revision 59783

simplyfing code, fixing warnings

2009-03-23 16:12 SC, revision 59782

adding more native icons, fixes #8778

2009-03-23 16:12 SC, revision 59781

adding more native icons, fixes #8778

2009-03-23 15:59 VZ, revision 59780

don't assert in Refresh() if window is not created yet, simply return without doing anything (fixes crash on startup in the aui sample introduced by r59394)

2009-03-23 15:32 SC, revision 59779

textctrl cleanup

2009-03-23 15:26 SC, revision 59778

fixing warnings in osx cocoa

2009-03-23 15:24 SC, revision 59777

fixing warning in osx core and carbon

2009-03-23 15:17 SC, revision 59776

fixing warnings in osx common code

2009-03-23 15:04 FM, revision 59775

remember to users that env vars are hardly usable for IPC :)

2009-03-23 14:57 FM, revision 59774

adds proper detection of tests success/failure; clear that "error level" != "return code"

2009-03-23 14:04 FM, revision 59773

add the ability to test the wxBell() function

2009-03-23 13:57 JJ, revision 59772

Updates for OpenVMS compile support

2009-03-23 13:10 VZ, revision 59771

fix warnings about empty controlling statement in release build

2009-03-23 13:00 VZ, revision 59770

add timing of the page loading (see #9972)

2009-03-23 12:59 VZ, revision 59769

mention wxGridBagSizer (closes #10488)

2009-03-23 12:35 VZ, revision 59768

add some forward-compatibility functions to allow writing code compiling with both 2.8 and trunk without deprecation warnings (closes #10629)

2009-03-23 12:31 VZ, revision 59767

don't change the dialog size when updating the message; document that this is intentional (see #10624)

2009-03-23 12:18 VZ, revision 59766

initialize NUM_COLS correctly in columns order test (closes #10630)

2009-03-23 12:17 FM, revision 59765

fix typo; use C locale for VsnprintfTestCase

2009-03-23 12:09 VZ, revision 59764

don't make the items owner drawn unnecessarily under recent Windows systems; fix handling of checked/unchecked bitmaps under Vista too; simplify the code by refactoring bitmaps handling in a separate function

2009-03-23 12:07 VZ, revision 59763

added "bool checked" parameter to SetBitmap() too, for consisttency with GetBitmap()

2009-03-23 11:01 FM, revision 59762

this one should really work

2009-03-23 10:59 VZ, revision 59761

modify signature of new wxStreamBuffer ctors to avoid conflicts with the existing ones (closes #10144)

2009-03-23 10:58 FM, revision 59760

fix the build fix

2009-03-23 10:42 VZ, revision 59759

don't disable wxLogTrace() at debug levels < 2

2009-03-23 10:04 FM, revision 59758

blind carbon build fix

2009-03-23 10:01 FM, revision 59757

try to remove /B from EXIT commands; prints a "separator" between test.exe and test_gui.exe output

2009-03-23 09:10 SC, revision 59756

fixing end-of-file

2009-03-23 00:26 FM, revision 59753

wxEvtHandler derives from wxTrackable, too

2009-03-22 23:29 FM, revision 59751

better docs for wxCmdLineParser (fixes a few typos, adds more comments)

2009-03-22 23:02 FM, revision 59750

fix building tests in release mode

2009-03-22 22:29 FM, revision 59749

add missing beginEventEmissionTable

2009-03-22 22:08 VZ, revision 59748

correct syntax (patterns need to be escaped)

2009-03-22 22:02 VZ, revision 59747

don't incorrectly say that wxSOCKET_REUSEADDR is for servers only (closes #10626)

2009-03-22 21:58 VZ, revision 59746

compilation fix after wxBrushStyle changes (closes #9593)

2009-03-22 21:42 VZ, revision 59745

wxGTK1 compilation fixes

2009-03-22 21:42 VZ, revision 59744

fix harmless unused parameter warning

2009-03-22 21:42 VZ, revision 59743

compilation fix for wxMotif and wxGTK1 (of course, it will still crash at run-time, just as for the other ports but hey, it compiles)

2009-03-22 21:31 VZ, revision 59742

moved the check for correct implementation of wxEvent::Clone() to a unit test from wx startup code

2009-03-22 21:07 VZ, revision 59741

set the PATH to contain ../lib/*_dll directories before running the tests

2009-03-22 21:04 VZ, revision 59740

added wxStaticCast() unit test

2009-03-22 20:51 VZ, revision 59739

fix compilation breaking typo in recent commit

2009-03-22 20:51 VZ, revision 59738

add WXWIN_COMPATIBILITY_2_8 test around another wxLogTrace(wxTraceMask) occurrence

2009-03-22 20:41 VZ, revision 59737

add runtests.bat to 2.8 branch to allow running 2.8 unit tests in buildbot builds

2009-03-22 17:18 VZ, revision 59736

made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRACE (currently never enabled by default); fix warnings about unused variables after these changes

2009-03-22 17:17 VZ, revision 59735

make wxMessageOutput::Output() public to avoid having to call Printf("%s", s)

2009-03-22 16:22 SC, revision 59734

adding tests

2009-03-22 16:10 VZ, revision 59733

compilation fix for wxUSE_STD_STRING==0

2009-03-22 16:00 VZ, revision 59732

deprecate integer trace masks and don't define the methods related to them if WXWIN_COMPATIBILITY_2_8==0

2009-03-22 15:40 VZ, revision 59731

move forward declarations unneeded in wx/log.h to wx/generic/logg.h

2009-03-22 15:40 VZ, revision 59730

define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as defined(__WXDEBUG__)

2009-03-22 15:30 VZ, revision 59729

compilation fix for STL build after the last change

2009-03-22 13:29 VZ, revision 59728

wxGTK1 compilation fixes after last changes

2009-03-22 13:12 VZ, revision 59727

fix typo; wrap lines; add some clarifications

2009-03-22 13:04 VZ, revision 59726

fix Python 2.5-ism

2009-03-22 12:53 VZ, revision 59725

replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL

2009-03-22 12:26 VZ, revision 59724

correct wxASSERT_LEVEL_2 definition

2009-03-22 11:18 VZ, revision 59723

use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit)

2009-03-22 10:55 VZ, revision 59722

use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)

2009-03-22 10:51 VZ, revision 59721

no changes, just wrap long lines

2009-03-22 09:49 SC, revision 59720

simpler define handling

2009-03-22 09:18 VZ, revision 59719

add alignment flags support to wxSpinCtrl[Double] (closes #10621)

2009-03-22 09:05 VZ, revision 59718

fix harmless warning about unreachable code under MSW after last commit

2009-03-22 08:39 VZ, revision 59717

always define ShowAssertDialog() but do nothing in it if debug level is 0

2009-03-22 07:42 SC, revision 59716

temporary build-fix

2009-03-22 06:33 KO, revision 59715

Disabling sheets codepath until we can resolve the nested loop issue.

2009-03-22 00:44 KO, revision 59713

New release script docs.

2009-03-21 23:53 VZ, revision 59712

fix typo in comment introduced in the previous change (re-closes #10622)

2009-03-21 23:36 VZ, revision 59711

first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling

2009-03-21 23:27 SC, revision 59710

fixing multiple extensions in one filter, turning off temporarily sheets code

2009-03-21 22:54 SC, revision 59709

adapting to autorelease of factory methods

2009-03-21 22:32 SC, revision 59708

adapting to autorelease of factory method

2009-03-21 21:31 VZ, revision 59707

don't use HBMMENU_CALLBACK under Windows Vista as this results in losing the themed menu display

2009-03-21 17:55 SC, revision 59706

fixing the type

2009-03-21 17:52 KO, revision 59705

Allow us to use this script to create wxPython source releases too.

2009-03-21 17:18 VZ, revision 59704

move __WXFUNCTION__ to wx/cpp.h from wx/debug.h

2009-03-21 16:53 KO, revision 59703

Don't raise, as that stops the interpreter but doesn't shut down the Python process.

2009-03-21 16:34 VZ, revision 59702

made wx/debug.h C++ header again (reverting changes of r24896); simply don't include it from wx/defs.h when compiling C files which have no need for the stuff defined in it anyhow

2009-03-21 16:12 VZ, revision 59701

fix generation of wxEVT_CHAR_HOOK events [backport of r59700 from trunk]

2009-03-21 16:11 VZ, revision 59700

fix generation of wxEVT_CHAR_HOOK events which, incredibly, seems to have never worked because of incorrect parameter being passed to SetWindowsHookEx()

2009-03-21 15:39 VZ, revision 59699

don't build flash and mfc samples with non-MSVC compilers (closes #10622)

2009-03-21 15:07 CE, revision 59698

fix for http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/112581 missinf include files

2009-03-21 14:32 SC, revision 59697

making sure the repositioning within the contentview only happens if the parent really has a superview, and not only a contentRect like notebook, fixes #10615

2009-03-21 14:24 SC, revision 59696

make it crash-proof

2009-03-21 13:49 FM, revision 59695

use /b option with the EXIT command

2009-03-21 12:34 FM, revision 59694

fix for PCH-less builds

2009-03-21 12:28 FM, revision 59693

revert 59680; implement proper fix for wxMSW test failure detection

2009-03-21 12:27 FM, revision 59692

fix unreadable typo

2009-03-21 10:04 JMS, revision 59691

Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code (backported from trunk)

2009-03-21 09:52 JMS, revision 59690

Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl (backported from trunk)

2009-03-21 09:50 JMS, revision 59689

Fixed assertion that could appear under wxGTK if wxComboCtrl drop-down button was clicked too quickly (backported from trunk)

2009-03-21 09:41 VS, revision 59688

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:41 VS, revision 59687

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:35 JMS, revision 59686

Fix wxGTK wxBitmapComboBox::SetValue() not working if wxCB_READONLY window style was used

2009-03-21 00:40 FM, revision 59683

minimal list of wx CRT wrappers (so doxygen highlights occurrences of wxFunc() if Func() is a std CRT function

2009-03-21 00:37 FM, revision 59682

fixes for Italian locale: ignore a final 'CET' string and don't test '%p' for it

2009-03-21 00:19 FM, revision 59681

handle locales where AM/PM strings are empty

2009-03-21 00:16 FM, revision 59680

try to use 0/1 instead of the cstdlib' EXIT_SUCCESS/FAILURE constants to see if buildbot makes red the currently-green boxes relative to wxMSW test runs

2009-03-21 00:06 FM, revision 59679

allow to give the testcase name without the final 'TestCase' postfix

2009-03-20 22:07 FM, revision 59677

share a few helpers between datetime.cpp and datetimefmt.cpp

2009-03-20 21:42 FM, revision 59676

build fix (part of r59673, r59656)

2009-03-20 21:00 FM, revision 59673

build fix for systems where HAVE_STRPTIME is defined

2009-03-20 20:45 FM, revision 59667

make GetNumOfDaysInMonth static again; in datetimefmt.cpp use GetNumberOfDays instead. Attempt to fix wxDateTime::ParseFormat(date, "%c") by using strptime() before our own heuristic checks.

2009-03-20 20:23 SC, revision 59661

make sure we always have a CGFontRef

2009-03-20 19:25 FM, revision 59658

move parsing helpers, too (part of r59656)

2009-03-20 19:23 SC, revision 59657

introducing temporary variables for atsu with cocoa

2009-03-20 19:16 FM, revision 59656

no real changes: split the huge datetime.cpp in two parts: one dedicated to code for formatting/parsing, the other for everything else

2009-03-20 18:25 RD, revision 59648

Use native EOL

2009-03-20 15:20 FM, revision 59647

run tests on the wxMSW port again

2009-03-20 15:07 SC, revision 59646

reworked font handling for osx (was missing because of conflicts)

2009-03-20 14:50 FM, revision 59645

add the ToCLong, ToCULong and ToCDouble functions, with docs and test units

2009-03-20 13:56 SC, revision 59644

reworked font handling for osx

2009-03-20 12:17 FM, revision 59643

add group file for locale functions (was part of r59627)

2009-03-20 11:57 FM, revision 59642

in case the user mask doesn't contain wxEVT_CATEGORY_UI, don't block forever on the never-ending WM_PAINTs messages sent by the system; but don't even break out of the loop immediately after getting the first WM_PAINT: this break repainting. (closes #10590)

2009-03-20 11:53 VZ, revision 59641

include wx/button.h to get wxBU_EXACTFIT declaration

2009-03-20 09:31 VZ, revision 59640

copied 2.8.10 changelog

2009-03-20 09:29 VZ, revision 59639

add wxBU_EXACTFIT support to wxToggleButton XRC handler (closes #10228)

2009-03-20 07:32 SC, revision 59638

adding more native definitions

2009-03-20 01:27 FM, revision 59637

implement wxStrtoX_l() variants even when wxHAS_XLOCALE_SUPPORT is not defined

2009-03-20 01:20 FM, revision 59636

remove unneeded wxCHECK_MSG: GetNextMessage() can get the msg even if the event loop is not running; the check breaks the: while ( loop->Pending() ) loop->Dispatch(); snippet in console apps since wxConsoleEventLoop::Dispatch calls GetNextMessage() (see also the TimerEventTestCase cppunit).

2009-03-20 01:03 FM, revision 59635

comment-out tests provoking a low-level assert from debug CRT libs in MSVC 2008 (2005 probably affected too)

2009-03-20 00:52 FM, revision 59634

update date for 2.9.0 release; set the title to "Reference manual"

2009-03-19 23:43 VZ, revision 59633

fix compilation for wxUSE_INTL==0 (closes #10614)

2009-03-19 20:30 FM, revision 59630

fix constant value for 32bit machines

2009-03-19 20:11 SC, revision 59629

avoid double framing on carbon as well

2009-03-19 19:39 FM, revision 59628

blind build fix for STL builds

2009-03-19 18:05 FM, revision 59627

extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed

2009-03-19 15:08 FM, revision 59625

document wxLocale::GetInfo

2009-03-19 15:08 FM, revision 59624

fix typos (closes #10611)

2009-03-19 14:51 FM, revision 59623

revised wxString docs: don't use old style grouping of functions at the beginning of the file; rather use doxygen-style member groups; to be able to reference member groups, introduce the new @member_group_name and @ref_member_group ALIASES; fix some typos in the process

2009-03-19 14:17 FM, revision 59622

remove implementations from interface headers

2009-03-19 01:37 FM, revision 59619

commit temporary fix for the sample for 2.9.0 release

2009-03-18 23:12 KO, revision 59618

Fix toggle button style.

2009-03-18 21:58 VZ, revision 59616

fix (harmless) MSVC 64 bit compilation warning (closes #10140)

2009-03-18 21:51 FM, revision 59615

simplify a bit the convoluted implementation of wxFontRefData::Alloc; add some comment, regarding the auto-allocation feature of GetHFONT(); use const_cast<>() instead of wxConstCast(); protect wxFont::IsFixedWidth with a proper wxCHECK_MSG.

2009-03-18 21:11 FM, revision 59614

no change: just move a misplaced comment

2009-03-18 15:32 FM, revision 59610

add a wxFont test unit (currently GetFamily and the Get/SetEncoding() bits are disabled because they fail on wxGTK -- need more investigation)

2009-03-18 15:30 FM, revision 59609

use doxygen autolinking feature; use @ref command for the overview

2009-03-18 15:12 FM, revision 59608

fix leftover of previous commits about pixelSize ctor

2009-03-18 13:53 BIW, revision 59607

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:52 BIW, revision 59606

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:29 BIW, revision 59605

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 13:28 BIW, revision 59604

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 10:42 VZ, revision 59603

add combobox drop down/close up events (closes #10587)

2009-03-18 10:07 VZ, revision 59602

add wxUSE_IMAGE checks around ctors using Union() overload only defined when wxUSE_IMAGE==1 (closes #10561)

2009-03-18 10:04 VZ, revision 59601

correct typo in SetAltExtensions() method (re-closes #10570)

2009-03-18 10:01 VZ, revision 59600

more bug fixes to multiple selection mode (see #626, comment 47)

2009-03-18 09:30 VZ, revision 59599

no changes, just correct some comments and variable names (see #10594)

2009-03-18 09:29 VZ, revision 59598

set native eol-style for the overview files

2009-03-18 00:40 FM, revision 59597

add support to wxBitmapToggleButton also in TransferFromWindow (closes #10600 - thanks gmeeker)

2009-03-18 00:30 FM, revision 59596

some note about DOT_PATH, specially for Windows

2009-03-17 23:32 FM, revision 59595

wxStatusBarPane is not a window

2009-03-17 23:29 FM, revision 59594

re-add GetFieldsCount() erraneously removed in r59566

2009-03-17 22:53 KO, revision 59593

Leave anti-aliasing on by default on Mac as well

2009-03-17 22:02 VZ, revision 59592

allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)

2009-03-17 21:55 VZ, revision 59591

added the files with separate tags itself (should have been part of r59590)

2009-03-17 21:54 VZ, revision 59590

extract the list of macros to ignore in a separate file and completed it with FWD versions; turned off generation of tags for forward class declarations

2009-03-17 21:09 FM, revision 59589

the GOption hack is valid for Glib 2.20 too (it looks like it will be valid forever...)

2009-03-17 21:04 KO, revision 59588

Handle the remaining selectors which otherwise lead to beeping on key press.

2009-03-17 20:56 FM, revision 59587

guard with compile-time checks the new GDK_* event type symbols; explain why runtime checks are not necessary (closes #10603)

2009-03-17 13:54 JJ, revision 59586

correct typo in my previous commit

2009-03-17 11:41 CE, revision 59585

tag revision 2.8.10

2009-03-17 11:05 JJ, revision 59584

correcting #ifdef syntax error

2009-03-16 17:53 FM, revision 59581

fix bug when warning string contains percent signs

2009-03-16 17:52 FM, revision 59580

be x86_64-friendly

2009-03-16 17:52 FM, revision 59579

include the path to the real setup.h

2009-03-16 17:51 FM, revision 59578

do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy

2009-03-16 15:47 FM, revision 59577

don't fail on machines without french support installed

2009-03-16 15:18 FM, revision 59576

fix compilation with gcc 4.3.3 (and libcppunit 1.12.1); the compiler is confused by the many assertEqual() overloads

2009-03-16 14:49 FM, revision 59575

return updated wxFONT*_* values

2009-03-16 14:46 FM, revision 59574

allow testing wxSystemSettings::GetFont() return value

2009-03-16 14:46 FM, revision 59573

no real change; just reformatting and better comments

2009-03-16 13:33 VS, revision 59572

detect and report errors in XRC specification of grid sizers

2009-03-16 13:18 VS, revision 59571

fixed wxXRC compilation with --disable-filesystem (bug #10580)

2009-03-16 11:49 VZ, revision 59570

add a menu item to test setting focus (see #626 comment:42)

2009-03-15 19:45 FM, revision 59568

leftovers from r59566

2009-03-15 19:03 KO, revision 59567

On OS X, the button for wxID_HELP should never accept a label, also, tweak sizing for help button in OS X Cocoa case. (fixes #10595)

2009-03-15 17:54 FM, revision 59566

make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574)

2009-03-15 16:42 FM, revision 59565

wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it

2009-03-15 16:28 FM, revision 59564

add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes

2009-03-15 16:14 KO, revision 59562

Rebake after last change.

2009-03-15 16:07 KO, revision 59561

On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed.

2009-03-15 14:12 SC, revision 59560

changing layout to better adhere to HIG, fixing truncation on cocoa, fixes #10584

2009-03-15 11:33 FM, revision 59559

warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals

2009-03-15 11:05 VS, revision 59558

fixed docs of rows/cols XRC property

2009-03-15 10:58 SC, revision 59557

fixing obj-c warnings

2009-03-15 10:29 VS, revision 59556

better XRC errors reporting: report location of the error and use unified formatting

2009-03-15 10:20 SC, revision 59555

making sure peer->Move refreshes properly, bringing in synch with carbon, applying patch, fixes #10403

2009-03-15 09:58 SC, revision 59554

changes for embedded, applying patch, fixes #10359

2009-03-15 01:19 KO, revision 59545

Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.

2009-03-15 01:03 FM, revision 59544

more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData()

2009-03-14 23:59 FM, revision 59541

implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)

2009-03-14 23:31 VZ, revision 59540

fix warning about needless comparison of unsigned with 0

2009-03-14 23:29 VZ, revision 59539

remove stray debugging printf

2009-03-14 23:26 VZ, revision 59538

compilation fix for Watcom (see #10576)

2009-03-14 19:39 KO, revision 59537

implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.

2009-03-14 19:20 FM, revision 59536

include all events categories in wxEVT_CATEGORY_ALL

2009-03-14 18:41 SN, revision 59535

Sorry, needed to fix typo in previous commit.

2009-03-14 18:36 SN, revision 59534

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 18:34 SN, revision 59533

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 14:26 FM, revision 59528

more links to native docs for wxGTK; some typo fix

2009-03-14 14:02 FM, revision 59527

more specs for wxDC::DrawRotatedText

2009-03-14 13:57 FM, revision 59526

add wxSize overloads to wxBitmap ctors and to wxBitmap::Create

2009-03-14 13:28 FM, revision 59525

add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions

2009-03-14 01:24 FM, revision 59523

fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples

2009-03-14 01:01 FM, revision 59522

revise the sample, simplifying and cleaning it where possible

2009-03-14 00:49 FM, revision 59521

do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created

2009-03-13 23:07 FM, revision 59520

avoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early

2009-03-13 21:02 KO, revision 59518

Only MSW supports loading sounds from data.

2009-03-13 20:54 KO, revision 59517

Another place we need an autorelease pool.

2009-03-13 18:43 SC, revision 59515

solving inversion problem, because SetShape is redefined on toplevel.h level

2009-03-13 18:23 SC, revision 59514

making sure toplevel default width/sizes are used

2009-03-13 17:53 SC, revision 59513

supporting AA font flags on wxGCDC, fixes #10579

2009-03-13 17:22 KO, revision 59512

Mac -> OSX header change.

2009-03-13 15:42 JMS, revision 59511

Allow disabled properties to be expanded/collapsed via keyboard events (they could anyway be expanded/collapsed via the expander button)

2009-03-13 15:04 VS, revision 59510

return URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file: protocol

2009-03-13 13:26 VS, revision 59509

added wxXmlResource::LoadAllFiles()

2009-03-13 09:22 JS, revision 59508

Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code

2009-03-13 05:27 KO, revision 59507

Rebake after Mac bundle change.

2009-03-13 05:23 KO, revision 59506

Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.

2009-03-12 19:37 KO, revision 59502
  • D /wxWidgets/trunk/samples/access/accesstestM5.xml
  • D /wxWidgets/trunk/samples/artprov/artprovM5.xml
  • D /wxWidgets/trunk/samples/calendar/calendarM5.xml
  • D /wxWidgets/trunk/samples/caret/caretM5.xml
  • D /wxWidgets/trunk/samples/config/configM5.xml
  • D /wxWidgets/trunk/samples/controls/controlsM5.xml
  • D /wxWidgets/trunk/samples/dialogs/dialogsM5.xml
  • D /wxWidgets/trunk/samples/dnd/dndM5.xml
  • D /wxWidgets/trunk/samples/docview/docviewM5.xml
  • D /wxWidgets/trunk/samples/dragimag/dragimagM5.xml
  • D /wxWidgets/trunk/samples/drawing/drawingM5.xml
  • D /wxWidgets/trunk/samples/erase/eraseM5.xml
  • D /wxWidgets/trunk/samples/event/eventM5.xml
  • D /wxWidgets/trunk/samples/exec/execM5.xml
  • D /wxWidgets/trunk/samples/font/fontM5.xml
  • D /wxWidgets/trunk/samples/grid/griddemoM5.xml
  • D /wxWidgets/trunk/samples/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/about/aboutM5.xml
  • D /wxWidgets/trunk/samples/html/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/helpview/helpviewM5.xml
  • D /wxWidgets/trunk/samples/html/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/html/test/testM5.xml
  • D /wxWidgets/trunk/samples/html/virtual/virtualM5.xml
  • D /wxWidgets/trunk/samples/html/widget/widgetM5.xml
  • D /wxWidgets/trunk/samples/html/zip/zipM5.xml
  • D /wxWidgets/trunk/samples/image/imageM5.xml
  • D /wxWidgets/trunk/samples/internat/internatM5.xml
  • D /wxWidgets/trunk/samples/joytest/joytestM5.xml
  • D /wxWidgets/trunk/samples/keyboard/keyboardM5.xml
  • D /wxWidgets/trunk/samples/layout/layoutM5.xml
  • D /wxWidgets/trunk/samples/listctrl/listctrlM5.xml
  • D /wxWidgets/trunk/samples/mdi/mdiM5.xml
  • D /wxWidgets/trunk/samples/menu/menuM5.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalClassicM8.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalM8.xml
  • D /wxWidgets/trunk/samples/notebook/notebookM5.xml
  • D /wxWidgets/trunk/samples/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/regtest/regtestM5.xml
  • D /wxWidgets/trunk/samples/sashtest/sashtestM5.xml
  • D /wxWidgets/trunk/samples/scroll/scrollM5.xml
  • D /wxWidgets/trunk/samples/shaped/shapedM5.xml
  • D /wxWidgets/trunk/samples/splitter/splitterM5.xml
  • D /wxWidgets/trunk/samples/statbar/statbarM5.xml
  • D /wxWidgets/trunk/samples/taskbar/taskbarM5.xml
  • D /wxWidgets/trunk/samples/text/textM5.xml
  • D /wxWidgets/trunk/samples/thread/threadM5.xml
  • D /wxWidgets/trunk/samples/toolbar/toolbarM5.xml
  • D /wxWidgets/trunk/samples/treectrl/treetestM5.xml
  • D /wxWidgets/trunk/samples/typetest/typetestM5.xml
  • D /wxWidgets/trunk/samples/validate/validateM5.xml
  • D /wxWidgets/trunk/samples/widgets/widgetsM5.xml
  • D /wxWidgets/trunk/samples/wizard/wizardM5.xml

Removing more CodeWarrior samples.

2009-03-12 19:32 KO, revision 59501
  • D /wxWidgets/trunk/demos/bombs/bombsM5.xml
  • D /wxWidgets/trunk/demos/forty/fortyM5.xml
  • D /wxWidgets/trunk/demos/fractal/fractalM5.xml
  • D /wxWidgets/trunk/demos/life/lifeM5.xml
  • D /wxWidgets/trunk/demos/poem/poemM5.xml

Removing more CodeWarrior project files.

2009-03-12 19:30 KO, revision 59500
  • D /wxWidgets/trunk/docs/metrowerks

Remove docs for the removed CodeWarrior projects.

2009-03-12 19:29 KO, revision 59499

Remove instructions for Mac OS Classic.

2009-03-12 19:14 KO, revision 59498

Removing Classic MacOS / CodeWarrior instructions as neither are supported any longer.

2009-03-12 18:17 JMS, revision 59497

Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.

2009-03-12 17:26 KO, revision 59496
  • D /wxWidgets/trunk/include/wxshlba_cw.pch
  • D /wxWidgets/trunk/include/wxshlba_cw.pch++
  • D /wxWidgets/trunk/include/wxshlba_cwc.pch
  • D /wxWidgets/trunk/include/wxshlba_cwc.pch++
  • D /wxWidgets/trunk/include/wxshlba_cwc_d.pch
  • D /wxWidgets/trunk/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/trunk/include/wxshlba_cw_d.pch
  • D /wxWidgets/trunk/include/wxshlba_cw_d.pch++
  • D /wxWidgets/trunk/include/wxshlb_cw.pch
  • D /wxWidgets/trunk/include/wxshlb_cw.pch++
  • D /wxWidgets/trunk/include/wxshlb_cwc.pch
  • D /wxWidgets/trunk/include/wxshlb_cwc.pch++
  • D /wxWidgets/trunk/include/wxshlb_cwc_d.pch
  • D /wxWidgets/trunk/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/trunk/include/wxshlb_cw_d.pch
  • D /wxWidgets/trunk/include/wxshlb_cw_d.pch++
  • D /wxWidgets/trunk/include/wx_cw.pch
  • D /wxWidgets/trunk/include/wx_cw.pch++
  • D /wxWidgets/trunk/include/wx_cwc.pch
  • D /wxWidgets/trunk/include/wx_cwc.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa.pch
  • D /wxWidgets/trunk/include/wx_cwcocoa.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa.pchmm
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pch
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/trunk/include/wx_cwc_d.pch
  • D /wxWidgets/trunk/include/wx_cwc_d.pch++
  • D /wxWidgets/trunk/include/wx_cwu_d.pch
  • D /wxWidgets/trunk/include/wx_cwu_d.pch++
  • D /wxWidgets/trunk/include/wx_cw_d.pch
  • D /wxWidgets/trunk/include/wx_cw_d.pch++
  • D /wxWidgets/trunk/include/wx_pb.h

Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.

2009-03-12 17:06 KO, revision 59495

Fix reference ids and update Mac requirements in the introduction page.

2009-03-12 16:24 KO, revision 59494

Remove CodeWarrior portion of the Mac installation instructions.

2009-03-12 16:23 KO, revision 59493
  • D /wxWidgets/trunk/docs/osx/ansi.diff
  • D /wxWidgets/trunk/docs/osx/M5build.applescript
  • D /wxWidgets/trunk/docs/osx/M5converteol.sh
  • D /wxWidgets/trunk/docs/osx/M5mcp2xml.applescript
  • D /wxWidgets/trunk/docs/osx/M5replace.sh
  • D /wxWidgets/trunk/docs/osx/M5xml2mcp.applescript
  • D /wxWidgets/trunk/docs/osx/M8mcp2xml.applescript
  • D /wxWidgets/trunk/docs/osx/M8xml2mcp.applescript
  • D /wxWidgets/trunk/docs/osx/SetXMLCreator.applescript
  • D /wxWidgets/trunk/src/wxWindowsClassicM8.xml
  • D /wxWidgets/trunk/src/wxWindowsM8.xml
  • D /wxWidgets/trunk/src/wxWindowsW7.xml

CodeWarrior has been discontinued on Mac for years, and none of the (manually maintained) project files have been updated in at least 3 years, so remove CodeWarrior support from the tree.

2009-03-12 12:14 VZ, revision 59492

compilation fix for ANSI build

2009-03-12 11:11 JJ, revision 59491

update OpenVMS makefiles

2009-03-12 10:30 VZ, revision 59490

corrections to Dutch translation from Gideon van Melle

2009-03-12 01:31 KO, revision 59486

Update wxMac docs to reflect new wxOSX/Carbon and wxOSX/Cocoa split, keep a note about the original Cocoa port.

2009-03-12 01:21 KO, revision 59485

Add a note about the flag for compiling OSX/Cocoa.

2009-03-11 16:11 VZ, revision 59484

reset the associated view frame pointer when the frame is deleted directly instead of being closed gracefully

2009-03-11 14:33 RR, revision 59483

Commit third algorithm for sorting and preserving old positions

2009-03-11 13:57 VZ, revision 59482

work around some (harmless) g++ warnings about possibly uninitalized variables

2009-03-11 13:16 VZ, revision 59481

remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one by not exporting private classes at all

2009-03-11 13:15 VZ, revision 59480

disable IPC test completely as it prevents the test program from running to completion when it hangs (for still unknown reason)

2009-03-11 07:51 VS, revision 59479

renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to avoid naming conflicts (e.g. with latest libxml2)

2009-03-11 04:53 KO, revision 59478

Add HTML docs generation and packaging to release process.

2009-03-11 04:50 KO, revision 59477

Get SetLabel working again for wxStaticText by overriding SetLabel so that we can respect alignment. Also add a couple more sizing tweaks.

2009-03-10 21:27 SC, revision 59476

adding pure CoreText Impl

2009-03-10 18:41 RR, revision 59475

Mention wxQsort()

2009-03-10 18:31 RR, revision 59474

Make a single for loop out of two

2009-03-10 15:45 VZ, revision 59473

also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see #10565)

2009-03-10 15:36 VZ, revision 59472

honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don't handle the arrows unless it's specified (closes #10565)

2009-03-10 14:06 RR, revision 59471

Change Compare() method to being const

2009-03-10 13:38 RR, revision 59470

Use sorting algo using wxQsort that includes the old position for reporting that to GtkTreeView

2009-03-10 13:37 RR, revision 59469

Make wxDataViewModel::Compare() const

2009-03-10 06:00 KO, revision 59468

Forgot to commit the header change too.

2009-03-10 05:07 KO, revision 59467

Focus handling fixes - make sure new windows activate on show, ensure focus events call SetWindow with the previous / next focus window respectively, and go back to native behavior for now with acceptsFirstResponder until we can figure out how to pass the results of AcceptsFocus() to it without getting in a loop as the wx API calls native and vice versa.

2009-03-10 04:56 KO, revision 59466

Border styles create a double-border on native search ctrl, just use the one Apple draws.

2009-03-09 23:13 VZ, revision 59461

add support for multiple extensions to wxImage handlers (closes #10570)

2009-03-09 23:08 VZ, revision 59460

no changes, just correct the file name in the header (part of #10570)

2009-03-09 23:05 VZ, revision 59459

no real changes, just correct a comment (closes #10563)

2009-03-09 22:41 VZ, revision 59458

define HOST_SUFFIX as empty string when not cross-compiling as it's also used in this case (fixes breakage in library names introduced by r59381)

2009-03-09 20:49 RR, revision 59457

Implement vetoing editing in wxDataViewTextRenderer under GTK+ and test it in the sample (see also #10495)

2009-03-09 20:48 RR, revision 59456

Add wxDataViewEvent for vetoing label editing (see also #10495)

2009-03-09 19:53 VZ, revision 59455

close the associated frame if the view is deleted directly to avoid leaving zombie frames floating around

2009-03-09 19:40 VZ, revision 59454

don't use wxScopedPtr<> in wxDocTemplate::CreateDocument() as the document is implicitly deleted by InitDocument() if its initialization fails; try to explain the (complex and inconsistent) rules for deleting the document in the manual

2009-03-09 19:29 VZ, revision 59453

PCH-less build fix after r59452

2009-03-09 18:45 VZ, revision 59452

don't leak memory if exceptions are thrown during a new wxDocument creation

2009-03-09 18:33 JMS, revision 59451

Minor wxPGMultiButton refacotring

2009-03-09 18:32 JMS, revision 59450

Allow wxPGMultiButton to work even if primary editor control was not created in wxPGEditor::CreateControls(); Clarified related samples and documentation.

2009-03-09 18:13 VZ, revision 59449

don't call neither OnSaveModified() nor Modify(false) from On{New,Open}Document(): these methods are only ever called for the new wxDocument object which should never be saved, even if they're marked as modified by the user-defined document creation code

2009-03-09 17:09 JMS, revision 59448

Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)

2009-03-09 13:05 VZ, revision 59446

restore passing WM_COMMAND messages for SC_XXX commands to DefFrameProc() in wxMDIParentFrame::MSWWindowProc() accidentally removed in previous changes; removed doing this for WM_SYSCOMMAND in wxMDIChildFrame as this does seem to be unnecessary

2009-03-09 04:29 KO, revision 59444

Fix for accessing m_peer during initialization.

2009-03-08 21:41 RR, revision 59438

Commit most parts of #10495 wxDataViewCtrl needs a way to start the label editor programmatically

2009-03-08 21:23 RR, revision 59437

Fixes #10556: wxDataViewCtrl keyboard navigation broken in r59379, some internal renaming

2009-03-08 15:59 VZ, revision 59435

take into account the width of the static box label in wxStaticBoxSizer minimal size computation

2009-03-08 15:54 VZ, revision 59434

no changes, just removed unnecessary GetStaticBoxBorders() function

2009-03-08 12:58 FM, revision 59433

add wxAppConsoleBase::DeletePendingEvents and wxEvtHandler::DeletePendingEvents. Fix wxAppConsoleBase::Suspend/ResumeProcessingOfPendingEvents: locking the mutex does not prevent wxAppConsoleBase::ProcessPendingEvents from running if the mutex was locked from the main thread!

2009-03-08 12:56 FM, revision 59432

document that locking a wxMutex or a wxCriticalSection twice from the same thread doesn't result in a deadlock

2009-03-08 12:08 FM, revision 59431

document wxProgressDialog::Update(maximumValue) behaviour and warn the user that it may generate unwanted re-entrancies because of wxDialog::ShowModal()

2009-03-08 12:05 FM, revision 59430

fix typo; distribute docs between Open() overloads for better rendering/better function descriptions

2009-03-08 11:34 JMS, revision 59429

Added support for 'AutoComplete' attribute, automatically used by any wxTextCtrl-based property editor

2009-03-08 11:04 JMS, revision 59428

Always reduce size of the last (instead of widest) wxPropertyGrid column when control's client size changes

2009-03-08 10:02 SC, revision 59427

letting the peer declare whether it wants to draw its borders itself (eg the search control has a round border on mac)

2009-03-08 06:42 KO, revision 59426

Fix double-click support for wxListBox (#10548)

2009-03-08 06:35 KO, revision 59425

Mac inherits the window variant setting on control creation, and thus on Mac this always asserts, so remove the assert to fix #10559.

2009-03-08 04:15 KO, revision 59424

Fixes needed to get transient popup windows working, also implement SetFont for OS X Cocoa for classes that support it.

2009-03-08 03:32 KO, revision 59423

Make sure the user can't select the text.

2009-03-07 23:37 VZ, revision 59422

detect adding too many items to a grid sizer sooner and don't crash if this happens

2009-03-07 19:36 VZ, revision 59421

support %l in wxDateTime::ParseFormat()

2009-03-07 16:07 VZ, revision 59420

optimize Replace() to use a linear algorithm (closes #9135)

2009-03-07 15:49 VZ, revision 59419

add wxUSE_CONFIG checks (see #10560)

2009-03-07 15:49 VZ, revision 59418

no changes, just remove an extra space (see #10560)

2009-03-07 15:39 VZ, revision 59417

replace wxGetMultipleChoices() with wxGetSelectedChoices() which allows to distinguish between cancelling the dialog and not selecting any items in it (closes #10057)

2009-03-07 15:28 VZ, revision 59416

correct size of extra controls in pixels to dialogs units correctly (see #9679)

2009-03-07 15:16 VZ, revision 59415

don't add the sash size to the best size if the window is not actually split (see #10533)

2009-03-07 15:10 VZ, revision 59414

also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404

2009-03-07 15:08 VZ, revision 59413

compilation fix: add missing header after r59404

2009-03-07 14:54 RR, revision 59412

wxMac requires UTF-8 for wxTextDataoObject

2009-03-07 14:37 VZ, revision 59411

store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes of r59410 actually work, see #10557)

2009-03-07 14:27 VZ, revision 59410

support wxSP_WRAP in generic implementation (closes #10557)

2009-03-07 14:25 VZ, revision 59409

use wxLog::Log() instead of ugly cast

2009-03-07 14:23 VZ, revision 59408

suppress wxLog::DoLog() and DoLogString() hiding warnings

2009-03-07 14:09 RR, revision 59407

wxDATAVIEW_CELL_ACTIVATABLE translates Editable under OS X. Maybe we should remove the distinction.

2009-03-07 14:07 VZ, revision 59406

fix generation of key events with Alt pressed broken by r59369 (see #626)

2009-03-07 14:03 VZ, revision 59405

add wxUSE_CONFIG guard

2009-03-07 13:58 VZ, revision 59404

added wxProtocolLog class for logging network requests/responses (closes #7464)

2009-03-07 13:46 RR, revision 59403

Report first selected item in selection change event

2009-03-07 13:33 RR, revision 59402

Make wxDataViewCtrl::GetBestSize() return a height of 80 on OSX as per the other platforms

2009-03-07 12:11 RR, revision 59401

Correct define

2009-03-07 04:20 KO, revision 59400

For search ctrl, the bordered and bezeled styles destroy the control's rounded border and white background for some reason. This gives us "double borders", but for the moment it's better than the old look.

2009-03-07 04:19 KO, revision 59399

Add alignment support, and more tweaks for label size issues, though I hope to find the core cause and solution soon.

2009-03-06 23:42 FM, revision 59395

fix wxDataObjectComposite::GetFormatCount and add some comments to explain the reason of recents modifications to wxDataObjectComposite (closes #10430)

2009-03-06 23:30 RR, revision 59394

wxBusyInfo now uses wxGenericStaticText under GTK+, more Refresh/Update updates

2009-03-06 22:57 FM, revision 59393

wxDataViewColumn derives from wxSettableHeaderColumn, not from wxHeaderColumn

2009-03-06 22:56 FM, revision 59392

don't return hardcoded constants for empty renderers, introduce wxDVC_DEFAULT_RENDERER_SIZE. Some code styling review (indentation, long line wrapping, etc)

2009-03-06 22:45 FM, revision 59391

fix wxTextDataObject::GetDataHere and SetData functions (under wxMSW) so that they work with strings with embedded NULLs and can cope with non-NULL terminated arrays.

2009-03-06 22:36 FM, revision 59390

move wxDataFormat and wxDataObject docs at the beginning of the file, before the derived classes' docs. Many small improvements. Document wxTextDataObject::GetFormatCount, GetAllFormats(), GetFormat() functions as the wxDataObjectSimple docs for those functions result misleading for wxTextDataObject (closes #10431)

2009-03-06 20:45 FM, revision 59385

fix typo (part of r59384)

2009-03-06 20:45 FM, revision 59384

remove wxT() and _() macros to make the sample more readable; add File->Clear log menuitem; re-add m_container flag in MyMusicTreeModelNode and describe in a TODO/FIXME item why it's needed; warn when selecting the ninth symphony is not possible

2009-03-06 20:40 FM, revision 59383

some more const-ification of HasEditorCtrl

2009-03-06 20:39 FM, revision 59382

comment out wxPrintf/wxLogDebug calls; fix some indentations; comment out the (debug) code explicitly crashing the application; protect with wxASSERTs the FindNode() return values, before they are dereferenced

2009-03-06 20:06 VZ, revision 59381

use install_name_tool when cross-compiling too: it's not very useful if the build machine can't execute host binaries but it might be possible to do this (e.g. using an emulator) and it doesn't hurt anyhow

2009-03-06 19:32 RR, revision 59379

Correct minor bishaviours in Expand() and Collapse()

2009-03-06 19:20 RR, revision 59378

added test for wxDataViewCtrl::Expand() and ::Collapse()

2009-03-06 19:13 RR, revision 59377

Add new line at the end of the file

2009-03-06 19:07 RR, revision 59376

Make all instances of HasEditorCtrl() const, not just a few