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