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