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

2008-06-07 01:54 VZ, revision 54008

support multiline labels in wxCheckBox (#9495)

2008-06-07 01:24 VZ, revision 54007

correct phrase broken by the last change

2008-06-07 01:22 VZ, revision 54006

call wxSizerFlags::Top/Bottom() or Left/Right() shouldn't change horizontal or vertical alignment (#9534)

2008-06-07 00:53 VZ, revision 54005

change another long type to wxBitmapType

2008-06-07 00:04 VZ, revision 54004

specify the name of the control (#9515)

2008-06-07 00:01 VZ, revision 54003

replace another SF link with wxTrac one (#9501)

2008-06-06 23:58 VZ, revision 54002

replace SF links with wxTrac ones (#9500)

2008-06-06 23:50 VZ, revision 54001

use report mode for the wxListbook list control if there are no images (#9484)

2008-06-06 23:40 VZ, revision 54000

fixed another pointer-to-int-of-lesser-size conversion warning

2008-06-06 23:33 VZ, revision 53999

change longs used for bitmap types to wxBitmapType (#9126)

2008-06-06 22:55 VZ, revision 53998

don't leave current item index invalid after SetItemCount() (ticket #3720)

2008-06-06 21:24 VZ, revision 53997

remove another unnecessary memcpy() of string contents to wxStringBufferLength

2008-06-06 21:20 VZ, revision 53996

remove unnecessary memcpy() of string contents to wxStringBufferLength

2008-06-06 21:19 VZ, revision 53995

initialize wxStringBuffer with the original contents of wxString it was created from for better compatibility with the old, non-STL, build (this avoids problems such as ticket #4845); add wxString::tchar_buf() to help with the implementation

2008-06-06 21:06 VZ, revision 53994

compilation fix for VC6 (and maybe not only): enums defined in containing class are not accessible from the nested classes

2008-06-06 20:56 VZ, revision 53993

compilation fixes for ANSI build

2008-06-06 20:55 VZ, revision 53992

removed the test which never works: Lower/Upper() don't work with Unicode strings currently

2008-06-06 15:21 JS, revision 53991

Fixed reading of image type

2008-06-06 15:21 JS, revision 53990

Fixed reading of image type

2008-06-05 23:51 VZ, revision 53988

corrected bug in wxTimeSpan::IsShorterThan() for equal time spans (ticket #9539)

2008-06-05 15:48 VZ, revision 53987

set focus to the control when it's clicked [backport of r53014 from trunk]

2008-06-05 15:05 VS, revision 53986

PCH-less compilation fix

2008-06-05 13:47 VZ, revision 53985

compilation fix for --disable-filesystem --enable-xrc build (wxArrayString is needed here and was only included indirectly via wx/filesys.h) (ticket #9537)

2008-06-05 09:38 VS, revision 53984

added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar*) (patch #9235 by troelsk)

2008-06-04 22:34 VS, revision 53980

Changed wxHTML default font size for printing to be 12pt regardless of the platform; this font shouldn't depend on toolkit's default GUI font (introduced in 2.8, now reverting to pre-2.8 correct behaviour).

2008-06-04 21:50 VS, revision 53979

wxDFB: implemented Raise() and Lower() for TLWs

2008-06-04 18:46 VZ, revision 53978

compilation fix for wxUSE_STL==1

2008-06-04 14:19 VS, revision 53977

glcmn.cpp doesn't belong in OPENGL_SRC_PLATFORM (it is incorrect syntax that was previously silently ignored)

2008-06-04 10:53 SN, revision 53976

More compilation fixes for mingw-w64.

2008-06-04 10:52 SN, revision 53975

More compilation fixes for mingw-w64.

2008-06-04 09:07 SC, revision 53974

when no prefix used, #if cannot work

2008-06-04 07:16 SC, revision 53973

guarding with wxMAC_USE_CORE_GRAPHICS

2008-06-04 07:12 SC, revision 53972

adding glgrab to project

2008-06-04 06:14 JS, revision 53971

Out by one correction

2008-06-04 06:14 JS, revision 53970

Out by one correction

2008-06-04 04:35 SC, revision 53969

to make sure the CG code never gets called when not in a CG-Build, as this method is only needed for dcgraph's blitting, no loss anyway

2008-06-03 19:49 RR, revision 53966

Remove old GTK 1.2 code

2008-06-03 16:52 BIW, revision 53965

prevent memory leak

2008-06-03 16:51 BIW, revision 53964

prevent memory leak

2008-06-03 16:14 VZ, revision 53963

removed deleted wx/gtk/treectrl.h from bakefiles as well

2008-06-03 12:45 VZ, revision 53962

fix crash when repositioning tools without labels in DoDeleteTool() (ticket #9530)

2008-06-03 12:42 VZ, revision 53961

fix unused parameter warning (ticket #9529)

2008-06-03 10:18 JS, revision 53960

Blind fix for !CG

2008-06-02 21:46 RR, revision 53958

Separate label with wx mnemonics (&) and with gtk mnemonics (_) into m_text and m_gtkText, fixes #4409

2008-06-02 20:45 VZ, revision 53956

suppress warning about casting int to a pointer of greater size

2008-06-02 20:45 RR, revision 53955

Make wxMenuItem::GetLabelText readable again

2008-06-02 20:42 VZ, revision 53954

define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run

2008-06-02 18:30 RD, revision 53930

Add a SetDoubleBuffered method for wxMSW (XP+)

2008-06-02 18:27 RD, revision 53929

Add a SetDoubleBuffered method for wxMSW (XP+)

2008-06-02 18:22 RD, revision 53928

Fallback to old API if there was an error getting the printer resolution

2008-06-02 18:07 RR, revision 53927

Disable disabling wxWeakRef<T>

2008-06-02 16:41 VZ, revision 53926

regenerated after recent autoconf_inc.m4 change

2008-06-02 14:48 VS, revision 53925

regenerated all trunk makefiles with bakefile-0.2.3

2008-06-02 10:59 VS, revision 53924

regenerated all 2.8 makefiles with bakefile-0.2.3

2008-06-02 10:39 VS, revision 53923

fixed OSX bundles bkl code to handle conditional targets correctly

2008-06-02 10:38 VS, revision 53922

fixed OSX bundles bkl code to handle conditional targets correctly

2008-06-02 09:58 RR, revision 53921

Only test new renderer methods on GTK+2, MSW and MAC.

2008-06-02 08:04 VZ, revision 53920

added a note about wxrc to Xcode section

2008-06-01 22:39 VZ, revision 53919

remove mentions of contrib

2008-06-01 22:34 VZ, revision 53918

fix the test for vsscanf() declaration which never passed because it was trying to use char* instead of va_list

2008-06-01 20:32 VZ, revision 53917

correct DateTimeTestCase::TestTimeTicks() [backport of r53902 from trunk]

2008-06-01 20:19 VZ, revision 53916

use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP

2008-06-01 20:18 PC, revision 53915

fix removing control tool (partial backport of r52840 and r53913), ticket #4102

2008-06-01 20:17 VZ, revision 53914

correct error in wxHAVE_RAW_BITMAP definition: it shouldn't be defined at all if there is no raw bitmap support

2008-06-01 20:02 PC, revision 53913

fix tool referencing, remove dropdown element in DoDeleteTool, ticket #4102

2008-06-01 20:00 CE, revision 53912

force dos line endings

2008-06-01 19:58 CE, revision 53911

force dos line endings

2008-06-01 19:16 VZ, revision 53910

define TEST_NET as 0 instead of leaving it undefined

2008-06-01 18:52 VZ, revision 53909

use IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for console apps

2008-06-01 18:49 VZ, revision 53908

disable tests which fail in build bot builds on test drive machines, as nobody is going to fix them anyhow it's better to at least be able to notice any new breakage

2008-06-01 18:42 VZ, revision 53907

define wxHAS_RAW_BITMAP (instead of inconsistenly named wxHAVE_RAW_BITMAP) and use it to avoid test build error under ports not supporting raw bitmaps

2008-06-01 18:33 VZ, revision 53906

don't run GUI tests under Unix if the DISPLAY is not set

2008-06-01 16:59 VZ, revision 53905

ReadBig() should be defined in ANSI build too

2008-06-01 16:58 VZ, revision 53904

include wx/crt.h to get wxUSE_WXVSNPRINTF

2008-06-01 16:56 VZ, revision 53903

compilation fix for wxX11

2008-06-01 15:44 VZ, revision 53902

really fix the test to work in any time zone and with or without DST

2008-06-01 15:32 VZ, revision 53901

added missing wx/wrapsizer.h include

2008-06-01 14:37 VZ, revision 53900

fix wxDateTime::ParseRfc822Date() to handle missing seconds (ticket #1341)

2008-06-01 14:13 VZ, revision 53899

another compilation fix, now for Unicode build

2008-06-01 13:24 SN, revision 53898

Added mingw-w64 builds (cross compile on i686-linux).

2008-06-01 13:15 VZ, revision 53897

test for fifth getsockopt() argument type using C++ compiler, not C one (blind fix for HP-UX buildbot failure)

2008-06-01 13:07 VZ, revision 53896

fix compilation with wxUSE_DRAG_AND_DROP==0 (as in wxX11 build)

2008-06-01 13:04 VZ, revision 53895

compilation fix for ANSI build

2008-06-01 13:01 VZ, revision 53894

add a special macro for comparing time_t values to fix unit test compilation on platforms with 64 bit time_t (such as FreeBSD 6.2 apparently)

2008-06-01 12:58 VZ, revision 53893

fix time zone conversion test to work in any time zone, not just GMT+1

2008-06-01 03:11 VZ, revision 53891

corrected bug in wxMBConvStrictUTF8::FromWChar(): it wrote one extra NUL when used with explicit source length

2008-06-01 03:09 VZ, revision 53890

added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7

2008-06-01 03:08 VZ, revision 53889

rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now

2008-05-31 23:41 VZ, revision 53886

disable visibility for powerpc-apple-darwin8 build, otherwise we get errors when linking the test

2008-05-31 23:08 VZ, revision 53885

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT to have more details when the test fails

2008-05-31 23:01 VZ, revision 53884

reviewed and completed wxMBConv and friends documentation

2008-05-31 22:35 VZ, revision 53883

create a separate category for the conversion classes

2008-05-31 17:30 SC, revision 53881

supporting Freeze and Thaw in native control, has huge implications on performance of lists with many thousands of elements

2008-05-31 13:31 VZ, revision 53880

include configure/makefiles necessary for building libtiff

2008-05-31 13:25 VZ, revision 53879

no real changes, just simplify LoadPage() to make it more readable and less redundant

2008-05-31 12:44 SN, revision 53878

Compilation fixes for mingw-w64.

2008-05-31 12:43 SN, revision 53877

Compilation fixes for mingw-w64.

2008-05-31 09:44 VS, revision 53876

allow periods in wxFileSystem URL anchors (patch #2265)

2008-05-31 05:44 RD, revision 53875

Don't use both -framework OpenGL and -lGL

2008-05-31 02:46 VZ, revision 53874

make test failure in TestStreamDecoder more informative

2008-05-31 01:57 VZ, revision 53873

use more informative CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

2008-05-31 01:55 VZ, revision 53872

don't write extraneous NUL bytes in wxMBConv_iconv::FromWChar()

2008-05-31 01:54 VZ, revision 53871

correct similar off by 1 bug to the one fixed by r53869 in wxMBConv_iconv::ToWChar() in FromWChar()

2008-05-31 01:53 VZ, revision 53870

fix bug with wrong return value in wxMBConv_iconv::ToWChar() introduced by a recent check in

2008-05-31 01:39 VZ, revision 53869

fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-terminated, the output should be NUL-terminated and the return value should account for the terminating NUL

2008-05-31 01:23 VZ, revision 53868

swap all characters instead of just the last one in a loop in wxMBConv_iconv::ToWChar()

2008-05-31 01:22 VZ, revision 53867

don't return success when converting incomplete UTF-7 sequences

2008-05-30 23:38 VZ, revision 53866

disable test using network by default as it's not available on some of buildbot machines and so makes the test fail

2008-05-30 23:38 VZ, revision 53865

fix test failures: the expected results were incorrect, UTF-8 build uses %lc for characters and not %s

2008-05-30 23:12 VZ, revision 53864

undid change of r44565: not taking hyphens into account entirely is a bad idea as we then recognize some junk as valid encodings and it even made our own unit test fail

2008-05-30 22:57 VZ, revision 53860

make assertion failure messages more useful by using WX_ASSERT_STR_EQUAL instead of just CPPUNIT_ASSERT

2008-05-30 22:49 VZ, revision 53858

implement wxMBConv_iconv::To/FromWChar() instead of MB2WC/WC2MB: this allows to use wxMBConv conversions with wxTextInputStream and fixes TextStreamTestCase unit test failures

2008-05-30 22:11 VZ, revision 53857

don't run vsnprintf() test if we're using the system version, there is nothing we can do about its failures then anyhow

2008-05-30 21:59 VZ, revision 53856

don't compile the test in the build configurations where it's not supported (trying to fix buildbot OS X build)

2008-05-30 20:04 VZ, revision 53855

at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap> (thanks buildbot)

2008-05-30 19:49 VZ, revision 53853

check that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing if it is

2008-05-30 19:30 VZ, revision 53852

fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...)

2008-05-30 18:59 VZ, revision 53851

blind fix for Borland ANSI build: define wxStructStat specially for this compiler

2008-05-30 17:51 JS, revision 53850

Typo correction

2008-05-30 17:50 JS, revision 53849

Typo correction

2008-05-30 17:44 JS, revision 53848

Don't update UI if hidden

2008-05-30 17:44 JS, revision 53847

Don't update UI if hidden

2008-05-30 17:14 SC, revision 53846

remove duplicate line

2008-05-30 16:47 SC, revision 53845

fixing a problem where CoreGraphics didn't correctly clip to an empty region

2008-05-30 16:42 SC, revision 53844

make sure invisible windows cannot paint using a wxClientDC or wxWindowDC by making their clip rect empty

2008-05-30 13:49 VZ, revision 53843

mention the problem with writing enums to wxConfig (see #8656)

2008-05-30 13:35 VZ, revision 53842

always define wxUSE_RICHEDIT[2] -- this is better than never defining them (closes #9514)

2008-05-30 13:31 VZ, revision 53841

mention the ambiguities which arise when passing wxString[.c_str()] to functions overloaded to take both char* and wchar_t* (see #9507)

2008-05-30 10:47 VS, revision 53840

re-added accidentally omitted 'ANSI'

2008-05-30 10:33 VS, revision 53839

fixed confusingly complicated sentence to make sense

2008-05-30 01:07 VZ, revision 53833

document that SetItemCount() doesn't have to refresh the control (to avoid problems of ticket #4570)

2008-05-30 01:05 VZ, revision 53832

use 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW list control doesn't get the latter keys in its OnListKeyDown()

2008-05-30 00:26 VZ, revision 53831

ensure that GetEditControl() returns something even if label editing was started by the user and not the program (closes #1325)

2008-05-30 00:03 VZ, revision 53830

no changes, just refactor the code to avoid having the same code for m_textCtrl destruction in 4 places

2008-05-29 23:47 RR, revision 53829

Don't fail compilation with GTK+ 2.2 in 2.8 branch

2008-05-29 23:36 VZ, revision 53828

remove misleading documentation of minPage in GetPageInfo() (see ticket #9502)

2008-05-29 23:13 RR, revision 53827

More work on getting wxLisBox events right

2008-05-29 18:28 KO, revision 53824

svn merge -r 53533:53823 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-05-29 17:05 KO, revision 53823

Rebaked files after last commit.

2008-05-29 17:04 KO, revision 53822

Implementing wxScreenDC::GetAsBitmap on Mac.

2008-05-29 16:58 VZ, revision 53821

include wx/crt.h needed for wxFprintf() (closes #9509)

2008-05-29 14:13 SC, revision 53820

adding lowlevel hook to listbox

2008-05-29 14:11 SC, revision 53819

adding lowlevel hook to listbox

2008-05-29 14:10 RR, revision 53818

Create own entry for default constructors

2008-05-29 13:35 VZ, revision 53817

don't give an error if VT_DATE variant is being released, there is nothing to do for it anyhow (closes #4527)

2008-05-29 13:28 VZ, revision 53816

take wxString in wxCrashReport::SetFileName() to allow passing either ASCII or wide strings as well as wxStrings to this method (closes 9505)

2008-05-29 09:54 SC, revision 53815

guarding against crashes because of out-of-bounds accesses in release mode (returning 0), better error reporting in debug builds

2008-05-29 09:53 SC, revision 53814

guarding against crashes because of out-of-bounds accesses in release mode

2008-05-29 08:42 MW, revision 53813

New devs.

2008-05-29 07:06 SC, revision 53812

define HAVE_DLOPEN as it's always available on >=10.3

2008-05-29 04:41 PC, revision 53811

remove unused/unneeded menuitem cruft

2008-05-29 04:27 PC, revision 53810
  • D /wxWidgets/trunk/include/wx/gtk/treectrl.h

remove obsolete file

2008-05-29 04:26 PC, revision 53809

mark long-deprecated ctor as such

2008-05-29 00:52 KO, revision 53807

Rebake with 0.2.3.

2008-05-29 00:45 KO, revision 53806

Fix for OBJCXXFLAGS issue in Bakefile 0.2.3.

2008-05-28 23:58 VZ, revision 53804

fix MSVC /Wp64 warnings

2008-05-28 12:47 VZ, revision 53802

fix assert in ANSI build in wxConsoleStderr::GetCommandHistory() (ticket 9146)

2008-05-28 12:30 VZ, revision 53801
  • D /wxWidgets/trunk/distrib/scripts/manifests/bc.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/cw.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/cw_mac.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/extradoc.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/glcanvas.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/microwin.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/msw_minimal.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/nplugin.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/patch.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/stubs.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/user.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wxtree.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_chm.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_hlp.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_htb.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_html.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_pdf.rsp
  • D /wxWidgets/trunk/distrib/scripts/manifests/wx_word.rsp

remove unused onsolete response files

2008-05-28 06:33 RD, revision 53800

Add wxWebKitNewWindowEvent

2008-05-28 06:15 PC, revision 53799

fix leak introduced by r53753

2008-05-28 06:12 RD, revision 53798

Add wxWebKitNewWindowEvent

2008-05-27 23:21 VZ, revision 53797

get rid of MSVC warning about possibly uninitialized variable in CalcAndSendEvent() and also make its code somewhat more structured

2008-05-27 22:48 VZ, revision 53796

fix some harmless compilation in (release) MSVC build

2008-05-27 18:07 VZ, revision 53795

change VERSION to 2.9.0 (not sure if this is really used though)

2008-05-27 18:02 VZ, revision 53794

remove mentions of demos/dbbrowse which doesn't exist any more

2008-05-27 18:00 VZ, revision 53793

add build/msw/wx_stc.dsp

2008-05-27 16:38 VZ, revision 53792

there is no std::wostream under Palm (part of ticket 4700)

2008-05-27 16:35 VZ, revision 53791

ifdef fixes for PalmOS6 (part of ticket 4700)

2008-05-27 16:34 VZ, revision 53790

Palm compiler needs const_cast for passing const int parameters to function taking int (part of ticket 4700)

2008-05-27 16:33 VZ, revision 53789

fixes for Linux build (part of ticket 4700)

2008-05-27 16:28 VS, revision 53788

silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken

2008-05-27 16:26 VZ, revision 53787

translate comments in English (part of ticket 4700)

2008-05-27 16:17 VZ, revision 53786

distinguish between Server 2003 and XP 64-bit (closes 3359)

2008-05-27 16:00 VZ, revision 53785

add a mention to OS description string if running under a 64-bit Windows version

2008-05-27 15:48 VZ, revision 53784

recognize Vista by name in wxGetOsDescription()

2008-05-27 14:15 SC, revision 53783

guard against layout changes during DoSize

2008-05-27 14:14 SC, revision 53782

make sure we add the correct wx-border pixels to native controls when calculating best size

2008-05-27 10:37 RR, revision 53781

Fix links

2008-05-27 10:24 RR, revision 53780

Minor doc update

2008-05-27 10:17 RR, revision 53779

Native wxBitmapComboBox patch for GTK+

2008-05-27 09:52 RR, revision 53778

Clear columns on destruction

2008-05-27 09:43 RR, revision 53777

Minor wxList clarification

2008-05-27 09:26 RR, revision 53776

Use wxList::DeleteContents() to delete columns

2008-05-27 09:19 RR, revision 53775

Use wxList::DeleteContents() to delete columns

2008-05-27 09:17 RR, revision 53774

Reapply wxWeakRef patch again

2008-05-27 08:53 RR, revision 53773

Use wxWindowRef to hold pointer to default button

2008-05-27 04:57 SC, revision 53772

fixing arc filling for angles > 180

2008-05-27 04:49 SC, revision 53771

fixing arc filling for angles > 180

2008-05-26 18:50 RD, revision 53754

Don't add new enums to the middle of the list to preserve ABI

2008-05-26 17:28 PC, revision 53753

fix removing menu item, ticket 3387

2008-05-26 11:41 RR, revision 53752

Removed more //@ groups

2008-05-26 11:17 RR, revision 53751

Ticket #9493: interface-string-asterisk.patch

2008-05-26 09:21 VS, revision 53750

use bakefile-0.2.3 to generate 2.8 bakefiles

2008-05-26 07:49 RR, revision 53749

Various minor corrections

2008-05-26 07:33 RR, revision 53748

Minor correction

2008-05-25 21:54 KO, revision 53747

(Port to trunk) Fix for wxClientDC::GetAsBitmap, which partially resolves ticket #9486

2008-05-25 21:48 KO, revision 53746

Build fix for non-pch builds, e.g. for universal binary building.

2008-05-25 21:29 RR, revision 53745

Removed Item Management category, minor corrections

2008-05-25 21:20 RR, revision 53744

Clarified wxWindow::Find() wrt to returning *this*, some formating

2008-05-25 20:54 RR, revision 53743

Defer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw and is verrrrry slow)

2008-05-25 17:56 KO, revision 53742

Fix for wxClientDC::GetAsBitmap, which partially resolves ticket #9486

2008-05-25 03:08 VZ, revision 53741

don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this

2008-05-25 02:56 VZ, revision 53740

create tests/window directory for wxWindow tests

2008-05-24 22:25 VZ, revision 53739

add test for bug 716

2008-05-24 20:24 RR, revision 53738

Dont send spin text update event from SetValue()

2008-05-24 19:49 RR, revision 53737

Mention wxDataViewTreeCtrl in wxTreeCtrl

2008-05-24 19:37 RR, revision 53736

Minor doc corrections

2008-05-24 19:16 RR, revision 53735

Don't use font encoding in Unicode mode

2008-05-24 17:24 CE, revision 53734

Borland still hates ternary ?

2008-05-24 15:09 VZ, revision 53733

compilation fix after the last change

2008-05-24 14:42 VZ, revision 53732

do case normalization after long path one, this fixes the problem with incorrect paths case under Vista (closes 9162)

2008-05-23 23:28 VZ, revision 53731

added wrapsizer (should have been checked in a long time ago)

2008-05-23 23:28 VZ, revision 53730

improve wxMessageOutputBest console output under Windows (closes 9146)

2008-05-23 19:41 RR, revision 53729

wxTextCtrk::GetRange() shouldn't crash on out of range request

2008-05-23 19:40 RR, revision 53728

Simplify SetValue() with empty string

2008-05-23 18:56 VZ, revision 53727

call base class version from SetWindowStyleFlag() to update common styles such as border ones too (closes #9480)

2008-05-23 18:49 VZ, revision 53726

correct toggling of the selected icon (closes 4029)

2008-05-23 18:31 RR, revision 53725

Invocation of default button by <ENTER> was impossible in wxLB_MULTIPLE

2008-05-23 12:18 VZ, revision 53722

fix MSVC warnings about conversions between pointers and longs

2008-05-23 11:17 RR, revision 53721

Update IsSelection() docs

2008-05-23 11:04 RR, revision 53720

Update controls sample to follow documented logic

2008-05-23 11:03 RR, revision 53719

Move event generation in multiple selection mode to common code

2008-05-23 11:03 RR, revision 53718

Move event generation in multiple selection mode to common code

2008-05-23 11:02 RR, revision 53717

Move event generation in multiple selectino mode to common code

2008-05-23 10:19 RR, revision 53716

Update selection cache when inserting items, too

2008-05-23 10:12 RR, revision 53715

Move event generation code for multiple selection mode to common code

2008-05-23 09:48 RR, revision 53714

Remove deprecated methods

2008-05-23 09:46 RR, revision 53713

Disable events upon item deletion (just in case) and update selection cache

2008-05-22 22:58 SN, revision 53711

Added workaround for "Internal compiler error" with old gcc(-2.8).

2008-05-22 21:47 RR, revision 53710

Forgot client data

2008-05-22 21:31 RR, revision 53709

Make events match better with MSW

2008-05-22 21:21 SN, revision 53708

Linker fix for non-PM builds.

2008-05-22 21:19 SN, revision 53707

Linker fix for non-PM builds.

2008-05-22 20:53 RR, revision 53706

Remove m_blockEvents and use Disable/Enable instead, some more rearraging

2008-05-22 20:19 RR, revision 53705

Minor doc corrections

2008-05-22 18:19 RR, revision 53704

Also allow UP and DOWN if we reached max number of characters, part of [ 1947652 ] Improves keyboard behavior in wxTextCtrl on Mac

2008-05-22 18:11 RR, revision 53703

[ wxwindows-Patches-1947680 ] wxMac: Fixes number of printouts and more

2008-05-22 17:22 SN, revision 53702

Compilation fix for old OS/2 compiler.

2008-05-22 16:46 PC, revision 53701

add missing static keyword

2008-05-22 06:34 BP, revision 53699

Fixed \newsince typo pointed out by Tim Stahlhut.

2008-05-22 00:55 VZ, revision 53698

add back wxChoice::DoGetBestSize() removed by the previous refactoring, it's still needed (#9150)

2008-05-22 00:49 VZ, revision 53697

added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)

2008-05-22 00:36 VZ, revision 53696

don't reserve space for the icons if none are used, even if we're in icon view (closes 9472)

2008-05-22 00:33 VZ, revision 53695

add handling of wxWrapSizer flags (part of ticket 9468)

2008-05-22 00:25 VZ, revision 53694

fix the confusion in boolean attributes handling in pre-1.3 and 1.3 versions of GLX API (closes 4823)

2008-05-21 19:35 VS, revision 53691

added missing Plural-Forms header

2008-05-21 16:18 PC, revision 53690

button text uses fg color, not text color

2008-05-21 13:06 JJ, revision 53689

Update OpenVMS compile support

2008-05-21 11:54 RR, revision 53688

Make height of red square depend on value in the model

2008-05-21 09:42 RR, revision 53687

Add test for progress renderer

2008-05-21 09:41 RR, revision 53686

Query value from the model column given by col->GetModelColumn()

2008-05-21 09:38 VS, revision 53685

fixed compilation with DirectFB 0.9

2008-05-21 08:47 RR, revision 53684

Added InsertColumn( pos, col ), some reformating

2008-05-21 08:12 RR, revision 53683

Update wxString overview

2008-05-21 08:10 RR, revision 53682

Correct wxString:Append docs

2008-05-21 07:39 RR, revision 53681

Correct formatting

2008-05-21 07:34 RR, revision 53680

Mention dropdown menu

2008-05-20 19:40 RR, revision 53679

Commit mem leak fix I introduced

2008-05-20 17:15 RR, revision 53678

replaces unsigned int with wxUIntPtr

2008-05-20 17:01 RR, revision 53677

Fix mem corruption due to string no longer being in scope

2008-05-20 15:10 PC, revision 53676

get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733

2008-05-20 13:25 SC, revision 53675

make independent from carbon

2008-05-20 13:24 JS, revision 53674

COnversion of some common font names to current platform

2008-05-20 13:24 SC, revision 53673

allows resetting color of text to black, closes #4826

2008-05-20 13:23 SC, revision 53672

allows resetting color of text to black, closes #4826

2008-05-20 13:23 JS, revision 53671

COnversion of some common font names to current platform

2008-05-20 13:04 SC, revision 53670

allows resetting color of text to black, closes #4826

2008-05-20 13:03 SC, revision 53669

allows resetting color of text to black, closes #4826

2008-05-20 12:44 RR, revision 53668

Don't make lines narrower that default line height in variable height mode, don't miss button press

2008-05-20 09:28 VS, revision 53667

symbols added in 2.8.8 need to check for wxABI_VERSION >= 20808, not 20804

2008-05-20 09:04 RR, revision 53666

Added control renderers to GTK+

2008-05-20 07:48 BP, revision 53665

More interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtrlBase (still needs docs though).

2008-05-20 05:19 PC, revision 53664
  • D /wxWidgets/trunk/src/gtk/threadno.cpp
  • D /wxWidgets/trunk/src/gtk/threadsgi.cpp
  • D /wxWidgets/trunk/src/gtk/utilsres.cpp

remove unused files

2008-05-20 05:19 PC, revision 53663

add missing braces

2008-05-20 03:36 PC, revision 53662

add missing break statement

2008-05-20 03:27 PC, revision 53661

put frame extents XGetWindowProperty code in one place

2008-05-19 19:46 CE, revision 53657

up to 2.8.8.0 in prep for release

2008-05-19 19:32 CE, revision 53656

up to 2.8.8 in prep for release

2008-05-19 19:31 CE, revision 53655

up to 2.8.8 in prep for release

2008-05-19 19:23 CE, revision 53654

fix wrong file path

2008-05-19 19:20 CE, revision 53653

up to 2.8.8 in prep for release

2008-05-19 19:13 CE, revision 53652

up to 2.8.8 in prep for release

2008-05-19 19:09 CE, revision 53651

up to 2.8.8 in prep for release

2008-05-19 19:07 CE, revision 53650

up to 2.8.8 in prep for release

2008-05-19 12:46 RR, revision 53649

Set EventObject in event

2008-05-19 12:42 RR, revision 53648

Made the various logical 2 device transforms consistent with what's drawn on all platforms

2008-05-19 08:13 RR, revision 53647

Missing header

2008-05-19 08:06 CE, revision 53646

ignore text statius of watcom

2008-05-18 20:12 CE, revision 53645

try to fix SF bug 1913671

2008-05-18 19:55 CE, revision 53644

remove helpGen from distribution (see SF bug 1812087

2008-05-18 19:46 CE, revision 53643

fix SF bug 1812087

2008-05-18 17:40 RR, revision 53642

Correct remaining bits of variable height lines for wxMac, change highlight colour to just white (query it?)

2008-05-18 17:26 VZ, revision 53641

use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150)

2008-05-18 17:17 VZ, revision 53640

add missing header to fix compilation after changes of r53629 in STL build (in fact fixed by Robert in exactly the same moment, so this change just resolves a local conflict)

2008-05-18 17:14 RR, revision 53639

Compilo

2008-05-18 17:04 JS, revision 53638

Fixed a bug preventing style resetting from occurring

2008-05-18 17:03 JS, revision 53637

Fixed a bug preventing style resetting to occur

2008-05-18 11:38 VZ, revision 53636

add tests for wxPATH_NORM_CASE (unsuccessfully trying to reproduce the problem of #9162)

2008-05-18 11:38 SC, revision 53635

removing double set of geometry

2008-05-18 11:14 VZ, revision 53634

work around VC7 compiler bug resulting in a warning about FileNameTest being never instantiatable

2008-05-17 23:53 VZ, revision 53633

fix handling of the commands with negative ids (e.g. created by NewControlId()) in MDI frames

2008-05-17 23:42 VZ, revision 53632

(blind) fixes for PCH-less build after r53626

2008-05-17 23:14 VZ, revision 53631

fix gcc warnings about not calling the base class ctors (replaces patch 1962992)

2008-05-17 23:07 VZ, revision 53630

make cast from double to long explicit to suppress gcc warning (part of patch 1962992)

2008-05-17 22:51 VZ, revision 53629

allow loading wxAnimationCtrl contents from stream (patch 1962344)

2008-05-17 22:49 VZ, revision 53628

added language info for Northern Sami (patch 1964036)

2008-05-17 22:44 VZ, revision 53627

fix crash in BitmapComboBoxWidgetsPage under wxUniv

2008-05-17 22:43 VZ, revision 53626

native wxBitmapComboBox implementation for MSW (patch 1941399)

2008-05-17 22:41 VZ, revision 53625

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316) [should have been part of r53562]

2008-05-17 22:13 VZ, revision 53624

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622) [should have been part of r53565]

2008-05-17 21:24 VS, revision 53623

minor Unicode overview corrections

2008-05-17 17:54 JS, revision 53622

Fixed common style collection and superscript/subscript selection

2008-05-17 17:54 JS, revision 53621

Fixed common style collection and superscript/subscript selection

2008-05-17 16:20 JS, revision 53619

Cast for argument to delete[] - VC6 doesn't want to delete a const pointer

2008-05-17 12:56 VZ, revision 53617

fix window rectangle computation in Centre(wxCENTER_ON_SCREEN)

2008-05-17 09:41 VS, revision 53616

wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port

2008-05-17 09:40 SN, revision 53615

Fixed wxWindowOS2::Reparent.

2008-05-17 09:34 VS, revision 53614

fixed error logging in TIFF image handler to output something useful regardless of the build

2008-05-17 09:28 SN, revision 53613

Added missing #include.

2008-05-17 09:28 SN, revision 53612

Added missing #include.

2008-05-16 22:05 RR, revision 53611

Tried unsuccessfully to change individual line height

2008-05-16 21:03 RR, revision 53610

Correct vert alignment

2008-05-16 20:08 RR, revision 53609

ignore invisble columns in height calculation

2008-05-16 19:51 RR, revision 53608

Typo

2008-05-16 15:21 SN, revision 53607

Ensure that wxApp::Yield is always processing pending event by creating a temporary event loop if needed.

2008-05-16 12:50 SN, revision 53606

Ensure that wxApp::Yield is always processing pending event by creating a temporary event loop if needed.

2008-05-16 12:49 RR, revision 53605

[ 1965257 ] wxMac implementation of wxDataViewColumn::SetResizeable()

2008-05-16 12:37 RR, revision 53604

Option for variable line heights (MSW and GTK+ sofar)

2008-05-15 17:24 PC, revision 53599

fix some warnings from GCC -Wextra

2008-05-15 11:53 RR, revision 53595

Missing semicolon

2008-05-15 11:50 RR, revision 53594

[ 1960295 ] wxWeakRef - Reorganization and comments

2008-05-14 14:27 SC, revision 53593

fixing 64-32 bit conversion warnings, no brush must be set for color bitmaps, only for monochrome ones

2008-05-14 09:27 RR, revision 53592

[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened() and wxDir::Open() always true

2008-05-14 09:04 JJ, revision 53591

Update OpebVMS compile support

2008-05-14 01:30 VZ, revision 53590

generate size event when the dialog is shown for consistency with frames and other ports (bug 1961671); this also makes workaround for showing the gripper in the previous revision unnecessary

2008-05-14 00:53 VZ, revision 53589

delay gripper positioning until the dialog is shown to ensure that it doesn't overwrite other dialog children

2008-05-13 20:52 SC, revision 53588

adapting to new m_font handling in base (it's not always valid, so use GetFont())

2008-05-13 19:40 VZ, revision 53587

fix bug introduced by the last change: we could overwrite the buffer if the file size changed while we were reading it

2008-05-13 02:51 PC, revision 53586

fix overload ambiguity when compiler doesn't know NULL is a pointer

2008-05-13 00:20 RD, revision 53585

fixed last commit

2008-05-12 23:55 RD, revision 53583

Need to allow wxMemoryDC's at any time. (It derives from wxPaint event so the 2nd half of the test catches that.)

2008-05-12 23:54 RD, revision 53582

Resolve overload ambiguities

2008-05-12 22:42 BP, revision 53581

Fixed bug #1340071 (outdated documentation of wxFrame::CreateStatusBar() function default values).

2008-05-12 12:47 SN, revision 53573

Clarified difference between wrap width and width of control in wxStaticText.

2008-05-12 12:21 SN, revision 53572

Fixed link to page with third party tools.

2008-05-12 11:22 VZ, revision 53571

don't dereference end iterator

2008-05-12 06:27 PC, revision 53570

fix wxColourData::FromString() not restoring 16th color, bug 1844355

2008-05-12 00:05 VZ, revision 53568

add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)

2008-05-12 00:03 VZ, revision 53567

add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)

2008-05-11 23:46 VZ, revision 53566

make GetUsageString() public, this is useful at least for the tests

2008-05-11 23:19 VZ, revision 53565

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)

2008-05-11 23:04 PC, revision 53564

disconnect handler in wxTaskBarIcon dtor, should have been part of previous commit

2008-05-11 22:45 PC, revision 53563

prevent crash if panel/kicker is killed, bug 1872724

2008-05-11 20:32 VZ, revision 53562

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)

2008-05-11 20:17 PC, revision 53561

don't change brush settings in SetBackgroundMode(), it is only supposed to affect text background, bug 1480986

2008-05-11 19:59 VZ, revision 53560

fix appending items to sorted control (patch 1940384)

2008-05-11 19:50 VZ, revision 53559

revert r52151, apparently it doesn't work in 2.8 (see patch 1939287)

2008-05-11 17:45 VZ, revision 53558

include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)

2008-05-11 17:44 VZ, revision 53557

avoid extra reallocations and memcpy for seekable files in OnRead() (slightly modified patch 1935975)

2008-05-11 17:43 VZ, revision 53556

add a test for reading files >4KB

2008-05-11 17:18 VZ, revision 53555

assert if the window is being recreated, this indicates a bug in the user code and can be difficult to find without the help of this assert

2008-05-11 17:12 VZ, revision 53554

show resize grip on resizeable dialogs (slightly modified patch 1910654)

2008-05-11 17:08 VZ, revision 53553

move last change to the correct section

2008-05-11 16:17 VZ, revision 53552

make class names used for our windows unique between different wx instances (modified patch 1898289)

2008-05-11 15:37 VZ, revision 53551

added in sections ommitted by the translation script; clairified EVT_TEXT (non) generation from ctor

2008-05-11 15:24 SN, revision 53550

Blind fix for bug #1936227 (unable to set initial value > 100).

2008-05-11 01:38 BP, revision 53549

Replaced @returns with @return for more standard command use and compatibility.

2008-05-11 00:34 VZ, revision 53548

no changes, just fix a typo

2008-05-11 00:29 VZ, revision 53547

don't send text changed events from ctor as wxGTK doesn't do it and people apparently don't like it

2008-05-10 21:02 VZ, revision 53546

oops, fix compilation after last commit

2008-05-10 20:16 VZ, revision 53545

backport wxDocManager::MakeNewDocumentName() from the trunk for forward-compatibility

2008-05-10 17:48 PC, revision 53541

remove extra semicolons, correct virtual access

2008-05-10 17:46 PC, revision 53540

non-pch build fixes, after r53535

2008-05-10 17:30 PC, revision 53539

don't send paint events for exposures of the border-only GdkWindow, fix for bug 1894655

2008-05-10 09:54 FM, revision 53538

give a name to the unnamed enum to make it easier to document it

2008-05-10 09:46 JS, revision 53537

Fix conversion from variant array

2008-05-10 09:44 FM, revision 53536

other f*h header reviews

2008-05-10 09:40 FM, revision 53535

replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and wxMemoryFSHandler

2008-05-10 09:37 FM, revision 53534

added version check against gcc-generated xml; added readme and few other notes about ifacecheck

2008-05-10 05:35 KO, revision 53533

svn merge -r 53388:53532 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-05-10 00:05 RD, revision 53524

Add some additional renderer functions for Mac and MSW (so far) but do it as standalone functions in order to not disrupt the ABI. These are primarily needed for wxWebKit which is why they are going in to 2.8 instead of straight into 2.9 the proper way (as new methods of the wxRenderer* classes.)

2008-05-09 22:18 RD, revision 53511

Merge r53510 from 2.8 branch

2008-05-09 22:15 RD, revision 53510

Avoid asserts when wxDP_ALLOWNONE is used and the date is set to wxDefaultDateTime

2008-05-09 21:53 VS, revision 53509

fixed wxMac compilation after ShowWithEffect() changes; also fixed to use correct directions meaning

2008-05-09 18:59 BIW, revision 53508

applied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow

2008-05-09 18:58 BIW, revision 53507

applied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow

2008-05-09 16:57 SC, revision 53506

reverting style of include back to user include as before

2008-05-09 08:47 JS, revision 53505

Apply previous paragraph style if pasting plain text, but not if pasting rich text.

2008-05-09 08:46 JS, revision 53504

Apply previous paragraph style if pasting plain text, but not if pasting rich text.

2008-05-09 08:30 MW, revision 53503

Move MinGW builds to another machine as td165 is down.

2008-05-09 04:48 SC, revision 53502

applying 1960600 (avoid dereferencing lc if it hasn't been set)

2008-05-08 22:50 VZ, revision 53501

update the documentation after the patch 1876663

2008-05-08 22:45 VZ, revision 53500

extracted wxWrapSizer in separate files and somewhat improved it (heavily modified patch 1876663)

2008-05-08 21:56 VS, revision 53499

changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of additional wxDirection argument that doesn't always make sense; this also means the direction is never implicit

2008-05-08 20:46 BP, revision 53498

More interface header reviews by Azriel Fasten, along with a simple item "add" group for wxSizer.

2008-05-08 19:42 BP, revision 53497

Updates to wiki links, and XHTML source cleanups.

2008-05-08 18:58 VZ, revision 53495

add wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints

2008-05-08 14:57 VZ, revision 53494

don't call TB_GETITEMRECT with invalid tool index

2008-05-08 14:48 VZ, revision 53493

fix some unused variables warnings reported by Borland

2008-05-08 14:15 VZ, revision 53492

correct the signature of the overriden Reparent()

2008-05-08 14:13 VZ, revision 53491

don't override DoDrawSpline() under CE at all instead of overriding it and then always forwarding to the base class version

2008-05-08 14:12 VZ, revision 53490

fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap unnecessarily when we can just do it on the stack

2008-05-08 13:57 VZ, revision 53489

don't redeclare vsscanf() for Windows compilers, the case of missing declaration for an existing function only arises under old Unix systems

2008-05-08 13:28 VZ, revision 53488

add a combobox to one of the toolbars, just for testing

2008-05-08 13:25 VZ, revision 53487

correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358)

2008-05-08 13:19 VZ, revision 53486

correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358); simplified the code a little by introducing wxGetTBItemRect() function

2008-05-08 12:55 VZ, revision 53485

compilation fix after switch to using std::string in wxString internally when wxUSE_STD_STRING==1 instead of only when wxUSE_STL==1

2008-05-08 02:36 VZ, revision 53484

update and complete Unicode overview; add an overview of changes since wx 2.8

2008-05-07 18:56 RR, revision 53483

Remove const consts from docs

2008-05-07 18:52 RR, revision 53482

current locale in wxString means wxConvLibc

2008-05-07 17:56 RR, revision 53481

Mention wxConvLocal in wxString

2008-05-07 17:36 RR, revision 53480

Further wxString clarification according to current implementation

2008-05-07 16:23 PC, revision 53479

use PNGAPI if it is defined

2008-05-07 07:29 JS, revision 53478

Added const when writing XPMs to avoid gcc warnings

2008-05-07 07:28 JS, revision 53477

Added const when writing XPMs to avoid gcc warnings

2008-05-07 00:46 VZ, revision 53475

use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even if wxUSE_STL==1

2008-05-07 00:43 VZ, revision 53474

extract the most important wxUSE_XXX settings in their own category

2008-05-07 00:35 VZ, revision 53473

don't use $0$ and $1$, Doxygen doesn't have math mode

2008-05-06 21:11 VS, revision 53471

compilation fixes for !wxUSE_FONTMEM case

2008-05-06 21:04 RR, revision 53470

[ 1957970 ] wxWeakRef - assign from other wxWeakRef

2008-05-06 20:36 RR, revision 53469

Fix more typos

2008-05-06 17:08 VS, revision 53468

removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash

2008-05-06 15:29 VS, revision 53467

use const char*, not char*, for embedded XPMs to fix gcc warnings

2008-05-06 12:51 RR, revision 53466

Try to fix formating

2008-05-06 10:42 RR, revision 53465

More wxString docs, listed most STL methods

2008-05-06 07:06 BP, revision 53464

Interface header review of wxStringTokenizer by Azriel Fasten.

2008-05-06 03:17 BP, revision 53463

Added missing semi-colon in DVC interface header, and fixed the appearance alias to really only output to HTML.

2008-05-05 23:35 VZ, revision 53462

dump totals as well as averages when gatheting statistics

2008-05-05 23:30 VZ, revision 53461

remove _T()s, they're unneeded now

2008-05-05 22:02 BP, revision 53460

Added todos for changing wxVListBox::OnDraw* virtual functions to non-const (I'm not sure what compatibility issues we'll run into here yet).

2008-05-05 20:49 BP, revision 53459

Added margin to event handler function prototypes for IE6 and IE7 which were rendering it on top of the previous paragraph.

2008-05-05 10:53 VS, revision 53457

fixed &nbsp; handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)

2008-05-05 10:52 VS, revision 53456

fixed &nbsp; handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)

2008-05-05 10:10 JS, revision 53455

Reverted patch 1906896 because it broke prgrammatic style application with BeginStyle/EndStyle.

2008-05-05 10:10 JS, revision 53454

Reverted patch 1906896 because it broke prgrammatic style application with BeginStyle/EndStyle.

2008-05-05 08:16 JS, revision 53453

Use fallback when passing -1 for point size (as allowed by other ports)

2008-05-05 08:16 JS, revision 53452

Use fallback if passing -1 as point size (as allowed on other ports)

2008-05-05 08:15 JS, revision 53451

Removed non-ANSI characters, even if the result is gibberish German

2008-05-04 21:03 VS, revision 53450

clarified From/To8BitData's purpose

2008-05-04 21:03 VS, revision 53449

clarified From/To8BitData's purpose

2008-05-04 13:55 SC, revision 53448

fixing memory leaks on three levels (bug report 1905138)

2008-05-04 13:49 SC, revision 53447

fixing memory leaks on three levels (bug report 1905138)

2008-05-04 09:37 VS, revision 53446

check tables width parameter for invalid values

2008-05-04 09:36 VS, revision 53445

check tables width parameter for invalid values

2008-05-04 09:04 BP, revision 53444

Initial review of various [q-r] by Utensil Candel.

2008-05-04 08:45 VS, revision 53443

fixed incorrect handling of end iterator in HtmlizeLinebreaks() introduced in r53298 (patch #1956966)

2008-05-03 20:18 JS, revision 53442

Fixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl Added standard accelerators for cut, copy, paste and select all.

2008-05-03 20:18 JS, revision 53441

Fixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl Added standard accelerators for cut, copy, paste and select all.

2008-05-03 20:07 JS, revision 53440

Applied patch [ 1906896 ] Fix for bug #1906223 and optimization Don't set default style to cursor style until entering text Andrej Sinicyn

2008-05-03 20:07 JS, revision 53439

Applied patch [ 1906896 ] Fix for bug #1906223 and optimization Don't set default style to cursor style until entering text Andrej Sinicyn

2008-05-03 20:01 JS, revision 53438

Made bullet page more compact

2008-05-03 19:53 JS, revision 53437

Don't trigger kill focus event twice

2008-05-03 19:53 JS, revision 53436

Don't trigger kill focus event twice

2008-05-03 15:33 VZ, revision 53435

replaced test for inexistent wxUSE_LOCALE with the correct wxUSE_INTL

2008-05-03 01:42 VZ, revision 53434

update from FELIPE PERIARD LOPES

2008-05-03 00:40 VZ, revision 53433

don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer [backport of r53432 from trunk]

2008-05-03 00:39 VZ, revision 53432

don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer (this resulted in practically infinite loop in table parsing code for bad HTML with incorrect colspan values)

2008-05-02 22:05 VZ, revision 53431

add an assert indicating that old code overriding OnExecute() must be updated with 2.9

2008-05-02 15:46 BP, revision 53430

Removed missing parameter from docs of wxVListBox constructor (bug 1956198).

2008-05-02 15:46 BP, revision 53429

Removed missing parameter from docs of wxVListBox constructor (bug 1956198).

2008-05-02 04:52 BP, revision 53428

Commented out appearance sections in docs temporarily until screenshots are added.

2008-05-02 04:12 BP, revision 53427

Finished initial review of a few [g*] interface headers.

2008-05-01 05:38 BP, revision 53425

Finished initial review of [v*] interface headers.

2008-04-30 13:45 RR, revision 53424

Update version info in platform detail page

2008-04-30 09:41 RR, revision 53423

Minor clarification

2008-04-30 09:34 RR, revision 53422

Mention wxGCDC

2008-04-30 09:26 RR, revision 53421

Added constructor to wxGCDC from wxPrinterDC

2008-04-30 09:17 RR, revision 53420

Use cairo_scale() for scaling to full printing resolution, correct transformation in Cairo graphics context for GTK+ printing

2008-04-30 00:44 RD, revision 53418

I think this is what Julian meant...

2008-04-29 19:16 SC, revision 53417

adding impl for Create( wxPrinterDC

2008-04-29 16:01 CE, revision 53416

add watcom define HAVE_VSSCANF_DECL (http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/100710)

2008-04-29 12:40 JS, revision 53415

A direcory for the wxWebCtrl GSoC 2008 project

2008-04-29 12:13 RR, revision 53414

Tried to transform wxGC like wxDC, failed

2008-04-29 11:56 JS, revision 53413

Reduced the height requirement for the bullet dialog for small displays

2008-04-29 11:34 RR, revision 53412

Minor doc improvements

2008-04-29 10:12 RR, revision 53411

Minor doc improvements

2008-04-29 09:53 RR, revision 53410

Minor clarification

2008-04-29 09:10 JS, revision 53409

Added a wxRichTextCtrl-specific caret implementation in case of need

2008-04-29 09:10 JS, revision 53408

Added a wxRichTextCtrl-specific caret implementation in case of need

2008-04-28 20:39 RR, revision 53406

Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext

2008-04-28 18:49 VZ, revision 53405

added wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxString fields

2008-04-28 18:13 RR, revision 53404

Some doc corrections

2008-04-28 17:31 RR, revision 53403

Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus crash

2008-04-28 17:16 MW, revision 53402

User larger ccache for the benefit of IA64 builds.

2008-04-28 13:46 JS, revision 53401

More efficient implementation of DoGetPartialTextExtents

2008-04-28 13:09 SC, revision 53400

adapted Julian's new speed improved version

2008-04-28 12:57 SC, revision 53399

adapted Julian's new speed improved version

2008-04-28 12:32 VZ, revision 53398

fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators

2008-04-28 11:33 VZ, revision 53397

fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl [backport of r53396 from trunk]

2008-04-28 11:31 VZ, revision 53396

fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widgets sample

2008-04-28 11:09 VS, revision 53395

report Unicode characters when reporting EVT_CHAR in keyboard sample

2008-04-28 11:09 VS, revision 53394

report Unicode characters when reporting EVT_CHAR in keyboard sample

2008-04-28 10:57 VS, revision 53393

use the new DoLogString signature (fixes with 2.8 compat switched off)

2008-04-28 10:15 JS, revision 53392

Make controls better size on Mac

2008-04-28 08:26 BP, revision 53391

Removed deprecated layout constraints from class summary, and more v* header reviews.

2008-04-28 04:19 KO, revision 53390

Reverting last commit, it breaks ABI compat.

2008-04-28 02:34 KO, revision 53389

svn merge -r 53385:53388 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-28 02:29 KO, revision 53388

Store the DC used to initialize wxGCDC, and make it retrievable. This helps with things like wxRenderer.

2008-04-27 18:20 KO, revision 53385

svn merge -r 53326:53384 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-27 17:17 JS, revision 53384

Bug fix for empty objects