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-05-31 00:38 VZ, revision 60825

forward Freeze/Thaw() and Update() to the generic list control (see #10858)

2009-05-31 00:25 VZ, revision 60824

implement Update() properly for the generic wxListCtrl (see #10857)

2009-05-30 19:15 VZ, revision 60823

define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and test for it in wx/filefn.h (closes #10844); document that wx/filefn.h must be included before testing for wxHAS_LARGE_(F)FILES

2009-05-30 19:02 VZ, revision 60822

fix ANSI build compilation (closes #10846)

2009-05-30 18:42 VZ, revision 60821

added power, svg, taborder and xrc samples (closes #10849)

2009-05-30 15:54 FM, revision 60820

refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles

2009-05-30 13:46 VZ, revision 60818

compilation fix for wxUSE_STL==1

2009-05-30 13:20 JMS, revision 60817

More forward-ported wxPython-bindings related cleanup from 2.9.0 branch, also documented wxPGProperty::GetItemAtY()

2009-05-30 12:49 JMS, revision 60816

Forward-ported wxPython-bindings related cleanup from 2.9.0 branch

2009-05-30 06:54 RD, revision 60812

A couple more configure options for wxPython debug build

2009-05-30 01:25 PJC, revision 60798

Added logic to the ribbon bar to detect mouse hovering. Implemented Get/SetActivePage on the ribbon bar. Added tab rendering for active and mouse hovered states.

2009-05-29 20:17 JMS, revision 60795

Added wxPGInitResourceModule(), needed for proper initialization in wxPython bindings

2009-05-29 18:04 JMS, revision 60793

wxPython 2.9.0 bindings related cleanup (should not have broken anything, really...)

2009-05-29 15:32 JS, revision 60792

Ensure the tooltip has been created before enabling or setting the delay, or they will be no-ops.

2009-05-29 15:32 JS, revision 60791

Ensure the tooltip has been created before enabling or setting the delay, or they will be no-ops.

2009-05-29 15:22 PJC, revision 60790

Implemented page background and tab separator rendering.

2009-05-28 22:31 FM, revision 60788

avoid leaking allocated tooltips

2009-05-28 19:34 RD, revision 60786

Final build tweaks for 2.8.10.1 needed to compensate for Debian/Ubuntu changes in where the pacakges are installed for Python 2.6

2009-05-28 18:00 PC, revision 60784

avoid making GLib call before gtk_init_check is called

2009-05-28 17:08 PJC, revision 60783

Implemented main logic of the ribbon bar tab sizing function. Added primitive tab drawing to the art provider. Added rendering of the tab control to the ribbon bar. Reworked ribbon bar child adding code. Fixed border on ribbon bar.

2009-05-28 17:06 VZ, revision 60782

remove redundant extern keywords from wxEmptyString definitions

2009-05-28 12:52 SC, revision 60781

backport of fix for non-unicode builds

2009-05-28 12:50 SC, revision 60780

backport of fix for non-unicode, stl-enable

2009-05-28 12:39 BBE, revision 60779

Files updated due to changes in build configuration

2009-05-28 12:32 BBE, revision 60778

Integrating fswatcher module in build system Added source & header files to build. Added wxUSE_FSWATCHER option in setup_inc.h Added option for configure

2009-05-28 12:30 BBE, revision 60777

Added more svn:keywords

2009-05-28 12:25 BBE, revision 60776

First (almost empty) version of source

2009-05-28 11:59 SC, revision 60774

fixing length param, see #10846

2009-05-28 11:59 BBE, revision 60773

Update to Bakefile 0.2.6

2009-05-28 11:49 VZ, revision 60772

avoid g++ 4.3 warnings about conflict between parameter and method names (closes #10843)

2009-05-28 11:42 VZ, revision 60771

compilation fix for STL/!UNICODE case (closes #10846)

2009-05-27 21:20 SC, revision 60767

fixing non-unicode build

2009-05-27 18:03 PJC, revision 60766

Fleshed out more of the art provider interface. Added stubs for the default art provider's methods. Added basic code to the sample application. Added basic creation code for ribbon pages. Began to implement the ribbon bar.

2009-05-27 14:48 JJ, revision 60765

update setup for OpenVMS

2009-05-27 14:37 SC, revision 60764

moving common code up, backport

2009-05-27 14:33 SC, revision 60763

moving common code up

2009-05-27 12:21 SC, revision 60762

updating cursor code from Dave's newer version, fixes #10798

2009-05-27 12:17 SC, revision 60761

updating cursor code from Dave's newer version, fixes #10798

2009-05-27 11:58 SC, revision 60760

allowing font changes on multi-line textctrls, see #10801

2009-05-27 11:52 SC, revision 60759

allowing font changes on multi-line textctrls, see #10801

2009-05-27 10:29 SC, revision 60758

make sure NSScrollers are always having the desired orientation, fixes #10803

2009-05-27 10:17 SC, revision 60757

make sure NSScrollers are always having the desired orientation, fixes #10803

2009-05-27 04:21 MW, revision 60750

Send mail notifications to wx-buildbot@googlegroups.com

2009-05-27 01:02 PJC, revision 60748

Cleaning up remaining remnants of Mahogany name

2009-05-26 19:32 PJC, revision 60747

Rename from Mahogany to Ribbon, at least for now (see wx-dev for discussion)

2009-05-25 22:48 VZ, revision 60745

no changes, simply mention a possible misuse of API in a comment (see #60296)

2009-05-25 22:42 VZ, revision 60744

ensure that Excel is visible and has an opened workbook (closes #10837)

2009-05-25 17:49 PJC, revision 60741

Added MAGOHANY DLL import/export macro. Added additional (currently empty) source files for art, panel, and page. Beginning to code the bar and its events.

2009-05-25 15:08 VZ, revision 60739

correct a typo in wxSplitterWindow gravity parameter name

2009-05-25 15:00 VZ, revision 60738

add support for defining list control columns in XRC too (and correct a few things in previously added list items support)

2009-05-25 12:22 PJC, revision 60737

Directory and bakefile setup for sample application

2009-05-24 21:40 VZ, revision 60735

added a timer updating a counter in the background to be able to easily check visually whether the events are processed or not during the synchronous child proces execution

2009-05-24 21:39 VZ, revision 60734

remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase

2009-05-24 21:37 VZ, revision 60733

always dispatch messages for the hidden window which receives process termination notifications; otherwise calling wxExecute(wxEXEC_SYNC) without an active event loop never returns

2009-05-24 20:04 VZ, revision 60732

fill in the fields of wxListItem in a wxListEvent before handling the event (closes #10820)

2009-05-24 19:39 VZ, revision 60731

correct the inversed assert check in LVN_DELETEITEM handler (closes #10831)

2009-05-24 19:27 VZ, revision 60730

compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)

2009-05-24 17:33 VZ, revision 60728

update CRT environment block in wxSetEnv() too

2009-05-24 11:40 VZ, revision 60727

wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it

2009-05-24 11:27 VZ, revision 60726

PCH-less compilation fix

2009-05-23 18:32 PJC, revision 60723

Directory creation, bakefile updates (and resulting generated makefiles, etc.), and initial source file creation.

2009-05-23 13:26 VZ, revision 60722

make wxWindow::SetAutoLayout() now works for all windows, not just panels

2009-05-23 00:52 VZ, revision 60720

mark the document as modified when its text control is (closes #10826)

2009-05-23 00:46 VZ, revision 60719

initialize wxDocChildFrameAnyBase before creating the real window to ensure that event handling is set up properly before the first events for the new window are received (closes #10825)

2009-05-22 21:54 VZ, revision 60718

no real changes, just remove unneeded empty dtor

2009-05-22 21:53 VZ, revision 60717

return the correct number of columns from wxGridStringTable, even when we don't have any rows (closes #10818)

2009-05-22 21:37 VZ, revision 60716

fix unused parameter warning after r60715

2009-05-22 21:25 VZ, revision 60715

don't clear the status bar help text if the wxEVT_MENU_HIGHLIGHT event was processed by user code (see #10822)

2009-05-22 20:14 VZ, revision 60714

implement wxGetActiveWindow() which is now used by wx itself (closes #10809)

2009-05-22 16:02 VZ, revision 60713

allow 2 step creation of wxDocChildFrameAnyBase and derived classes

2009-05-21 19:58 PC, revision 60708

fix crash when reparenting, #3900

2009-05-21 12:17 JS, revision 60706

COrrected my misapplied fix, sorry

2009-05-21 12:17 JS, revision 60705

COrrected my misapplied fix, sorry

2009-05-21 01:02 VZ, revision 60703

don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815)

2009-05-21 00:58 VZ, revision 60702

compilation fix in FindPaperType() after latest change

2009-05-20 15:18 JS, revision 60701

Avoid resetting size if paper id not found

2009-05-20 15:18 JS, revision 60700

Avoid resetting size if paper id not found

2009-05-20 15:16 VZ, revision 60699

do allow calling Hide() on the window before it is created

2009-05-20 15:16 JS, revision 60698

Fixed invisible CHM tooltip text bug when window text colour is black.

2009-05-20 15:15 JS, revision 60697

Removed duplicate semicolon

2009-05-20 15:08 JS, revision 60696

Added a comment about DMPAPER_USER not always working

2009-05-20 15:07 JS, revision 60695

Added a comment about DMPAPER_USER not always working

2009-05-20 13:56 JS, revision 60693

Fixed a problem with unrecognised paper id conversions

2009-05-20 13:56 JS, revision 60692

Fixed a problem with unrecognised paper id conversions

2009-05-19 12:51 VZ, revision 60684

added Asturian language entry (see #10808)

2009-05-17 16:12 VZ, revision 60678

disable a test failing under wxGTK because of what appears to be a Pango limitation

2009-05-17 16:01 VZ, revision 60676

use a different known good face name under non-MSW

2009-05-17 13:52 VZ, revision 60675

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames

2009-05-17 13:51 VZ, revision 60674

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames; also simplified it by separating different tests in different functions

2009-05-17 13:48 VZ, revision 60673

deal with fonts with empty face name correctly in wxNativeFontInfo::FromString(): the last token may be empty, just check that it is present at all

2009-05-17 13:47 VZ, revision 60672

deal with the fonts without any specified face name in wxNativeFontInfo::To/FromUserString() correctly by using the family as fallback

2009-05-17 13:08 VZ, revision 60671

disable failing test as we want the test suite to pass in the release and nobody is going to fix it apparently

2009-05-17 12:56 VZ, revision 60670

fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: apparently compiler is smart enough to detect that the same object can be used for all temporaries

2009-05-17 11:58 VZ, revision 60669

do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowModule::OnInit() in case they were already initialized

2009-05-17 05:12 RD, revision 60665

build tweaks

2009-05-16 15:24 FM, revision 60650

fix typo from previous commit

2009-05-16 12:57 FM, revision 60649

(dirty) fix rendering upon startup of the surface

2009-05-16 12:42 FM, revision 60648

fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs

2009-05-16 07:22 VS, revision 60646

fixed typo in error message

2009-05-15 20:02 VZ, revision 60643

move virtual GetPath() implementation out of line to work around an apparent Fedora g++ 4.x bug (see #10791)

2009-05-15 15:06 VS, revision 60642

simplified code now that utf8_str() always returns a scoped buffer

2009-05-15 13:22 JS, revision 60641

Added background colour control

2009-05-15 13:20 JS, revision 60640

Added background colour control

2009-05-15 10:17 VS, revision 60639

set icons bundle instead of single icon for wxHtmlHelpFrame

2009-05-15 06:32 SC, revision 60638

applying, closes #9012

2009-05-15 06:31 SC, revision 60637

applying, closes #9012

2009-05-14 14:45 JS, revision 60636

Fixed event propagation problems in wxMac native list control

2009-05-14 14:40 JS, revision 60635

Corrected event routing/id change bug

2009-05-14 14:40 JS, revision 60634

Corrected event processing whereby event routing was interrpted and event id changed

2009-05-14 12:46 BIW, revision 60633

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 12:31 BIW, revision 60632

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:59 BIW, revision 60631

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:55 BIW, revision 60630

implement default width for toolbar lables (from trunk r60199)

2009-05-14 11:53 BIW, revision 60629

Fixed a bug whereby setting one element size set all element sizes (from trunk r60162)

2009-05-14 08:58 BIW, revision 60628

fix from r59107 - aui toolbar crash fixed (fixes #10371)

2009-05-14 00:29 VZ, revision 60625

don't use empty attribute name in wxIconXmlHandler too (should have been part of r60624)

2009-05-13 23:54 VZ, revision 60624

fix handling of wxBitmap nodes broken by previous changes; remove the special case of passing empty attribute name to GetBitmap/Icon(wxString) and use the overload taking wxXmlNode directly instead

2009-05-13 21:19 BP, revision 60623

Small build and run fixes made to screenshotgen util after wxMSW changes. Updated wxOSX (Carbon) screenshots in the manual.

2009-05-13 20:40 BP, revision 60622

Replaced dir control screenshot in the manual with one that doesn't have personal info in it.

2009-05-13 20:34 BP, revision 60621

Updated wxMSW screenshots in the manual generated with a default Windows font sizes, theme, and locale.

2009-05-13 20:30 BP, revision 60620

Removed dependancy on wx/bitmap.h from autocapture.h. Fixed issue with Union() improperly generating a combined bitmap from two source bitmaps (only shown on Mac). Replaced old wxWidgets logo with the new one.

2009-05-13 18:22 VZ, revision 60619

remove misleaing mentions of wxEXEC_ASYNC from wxExecute() overloads always executing synchronously

2009-05-13 10:41 VZ, revision 60616

compare wxMessageDialog::ShowModal() return value with wxID_YES, not wxYES (closes #10789)

2009-05-13 09:51 SC, revision 60615

missing classinfo

2009-05-13 09:01 SC, revision 60614

add window-modal dialog calls and fallback implementation

2009-05-12 21:56 SC, revision 60606
  • D /wxWidgets/trunk/include/wx/osx/carbon/databrow.h
  • D /wxWidgets/trunk/src/osx/carbon/databrow.cpp

files are replaced by dataview implementations

2009-05-12 19:08 VZ, revision 60605

Cygwin doesn't have std::wstring nor std::wostream

2009-05-12 16:10 VZ, revision 60602

VC6 compilation fix (thanks buildbot)

2009-05-12 14:22 VZ, revision 60601

add missing wxUSE_DEFERRED_SIZING tests (closes #10766)

2009-05-12 12:33 VZ, revision 60600

don't scroll to the child which gets focus if it's already fully visible (see #9563) [backport of r57402 from trunk]

2009-05-12 12:13 VZ, revision 60599

ignore MSVC workspace/solution files in these directories too

2009-05-12 12:11 VZ, revision 60598

add MSVC project files to svn for consistency

2009-05-12 12:07 VZ, revision 60597

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles [backport of r60596 from trunk]

2009-05-12 11:13 VZ, revision 60596

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles

2009-05-12 10:59 VZ, revision 60595

wxActiveX files are low level as there is no wxUniv equivalent for this functionality (closes #10786 as this resulted in link errors when building wxMedia/Univ before)

2009-05-12 08:25 JJ, revision 60594

declaration of sendevent should be equal in grid.cpp and grid.h

2009-05-11 23:54 VZ, revision 60588

fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version

2009-05-11 14:53 RR, revision 60587

Forgot to commit header as part of r60586, Reapplied some previous patches

2009-05-11 13:28 RR, revision 60586

Reapplied some previous patches that got lost while merging the Cocoa implementation

2009-05-10 21:44 SC, revision 60585

moving all dataview files to advanced

2009-05-10 21:43 SC, revision 60584

exporting methods properly

2009-05-10 01:12 VZ, revision 60580

don't assume that we use timer proc with WM_TIMER as we don't any more (closes #10764 for 2.9) [backport of r60579 from trunk]

2009-05-10 01:10 VZ, revision 60579

don't assume that we use timer proc with WM_TIMER as we don't any more (since r60296) (closes #10764 for trunk)

2009-05-09 22:35 SC, revision 60578

commenting out uncompilable code

2009-05-09 22:30 SC, revision 60577

fixing dataview entries

2009-05-09 19:26 VZ, revision 60576

don't check for connected state of UDP sockets which are never connected (closes #10717)

2009-05-09 19:25 VZ, revision 60575

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 19:23 VZ, revision 60574

added UDP test (see #10717)

2009-05-09 18:55 VZ, revision 60573

don't use GetParent() in GetParentForModalDialog() itself as it can be called before m_parent is initialized

2009-05-09 18:09 VZ, revision 60572

recreate configure using 0.2.6 version of bakefile.m4

2009-05-09 18:04 VZ, revision 60571

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 16:45 SC, revision 60570

adapting to new font method

2009-05-09 15:24 VZ, revision 60569

don't call Disconnect() if the connection had been already lost (closes #10747) [backport of r60568 from trunk]

2009-05-09 15:19 VZ, revision 60568

don't call Disconnect() if the connection had been already lost (closes #10747)

2009-05-09 15:07 VZ, revision 60567

initialize the local address before calling getsockname() on it (closes #10779)

2009-05-09 15:06 VZ, revision 60566

add tests for GetLocal() and GetPeer() (see #10779)

2009-05-09 14:57 VZ, revision 60565

remove unneeded wxFindSuitableParent()

2009-05-09 14:42 FM, revision 60564

typo fix (closes #10699)

2009-05-09 14:41 FM, revision 60563

add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628)

2009-05-09 14:40 FM, revision 60562

add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)

2009-05-09 14:32 FM, revision 60561

build fix for gcc4.3.3 (different types for arguments of ?: operator)

2009-05-09 14:31 VZ, revision 60560

remove another occurrence of FindSuitableParent

2009-05-09 14:26 VZ, revision 60559

remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere

2009-05-09 14:22 VZ, revision 60558

set wxWS_EX_TRANSIENT flag for splash screen to prevent it from being implicitly used as dialog parent

2009-05-09 01:12 VZ, revision 60555

check for Python and disable automatic STC files updating which requires it if it's not available

2009-05-09 01:10 VZ, revision 60554

set native EOL styles for more files

2009-05-08 21:45 VZ, revision 60553

corrections to setting the height of the visible part of wxChoice after recent changes

2009-05-08 19:07 RR, revision 60552

Add wxDataViewCtrl implementation for OSX/Cocoa (closes #10617: wxDataView for wxOSX-Cocoa)

2009-05-08 18:38 VZ, revision 60551

remove error message from wxCSConv initialization: there is no easy way to suppress it and no way to test if the encoding is supported so rely on calling code using IsOk() itself if necessary

2009-05-07 19:29 VZ, revision 60548

add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)

2009-05-07 19:09 VZ, revision 60547

generate the click event from the button with correct id if SetEscapeId() was called instead of always using wxID_CANCEL (closes #10746)

2009-05-07 19:01 VZ, revision 60546

add SetEscapeId() test (see #10746)

2009-05-07 10:58 VZ, revision 60545

document that setting an empty clipping region destroys the existing one

2009-05-07 10:57 SC, revision 60544

fixing usage of common generic files for all osx_ ports, adding webkit to common osx files, fixes #10768

2009-05-07 10:52 SC, revision 60543

explicitly export symbols

2009-05-07 09:49 SC, revision 60542

after rebake with new files.bkl

2009-05-07 09:39 SC, revision 60541

explicitly export symbols

2009-05-07 08:23 SC, revision 60540

fixing usage of common generic files for all osx_ ports, adding webkit to common osx files

2009-05-06 20:51 SC, revision 60534

backport of r60533, fixes #10770

2009-05-06 20:22 SC, revision 60533

first stab at having webkit under osx_cocoa working

2009-05-06 18:04 PC, revision 60531

draw focus rect for wxCheckListBox item

2009-05-06 17:51 PC, revision 60530

fix off-by-one size of wxCheckListBox item draw rect

2009-05-06 17:50 SC, revision 60529

fixing osx_carbon guard, fixes #10769

2009-05-06 17:41 SC, revision 60528

fixing osx_carbon guard

2009-05-06 13:42 VZ, revision 60526

enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later

2009-05-06 05:08 PC, revision 60525

build fixes for wxUSE_CONFIG==0

2009-05-06 00:51 PC, revision 60524

build fix for wxUSE_CONFIG==0

2009-05-05 20:23 VS, revision 60522

use <bitmapsize> to load bitmaps at the specified size in wxToolBar's XRC handler

2009-05-05 18:09 VS, revision 60521

fixed deadlock when posting events from another thread to wxDFB (patch from #10408 by Anders Larsen)

2009-05-05 14:26 SC, revision 60519

switching to pthreads on 2.8 for osx as well, needed for performance reasons, since TEConverters are now guarded by a mutex, reported by Charlie Fenton from BOINC

2009-05-04 12:23 VZ, revision 60514

don't duplicate wxGetTopLevelParent() code in wxHtmlHelpController::FindTopLevelWindow()

2009-05-04 12:14 VZ, revision 60513

don't use deprecated EVT_GRID_CELL_CHANGED synonym

2009-05-04 00:27 FM, revision 60509

fix placement of wxStaticBox contents also under wxMSW, when using the (new) approach (i.e. when creating wxStaticBox contents as children of the staticbox itself, instead of as siblings)

2009-05-03 13:36 VZ, revision 60503

removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_INT(wxFileOffset)

2009-05-03 11:59 VZ, revision 60502

allow comparison of int with 64 bit integer type (see #10637)

2009-05-03 11:29 VZ, revision 60501

VC6 compilation fixes

2009-05-03 11:29 VZ, revision 60500

correct a typo in a comment in the example (see #10637)

2009-05-03 09:57 VZ, revision 60499

add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE build

2009-05-03 09:52 VZ, revision 60498

std::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff) is not needed in this case; this also seems to be the case for Borland and Watcom so assume this is always so for Windows compilers

2009-05-03 09:44 VZ, revision 60497

test whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf.h as the former is included after the latter and so the check was done too early and wxHAS_EVENT_BIND was always defined

2009-05-03 09:43 VZ, revision 60496

check for wxHAS_EVENT_BIND instead of its converse; updated/coorected some comments

2009-05-03 09:43 VZ, revision 60495

remove mentions of wxEVENTS_COMPATIBILITY_2_8

2009-05-03 09:10 VS, revision 60494

optimized <object_ref> handling for the common case of simple reference with no overwrites

2009-05-03 09:00 VS, revision 60493

fixed XRC errors location reporting when using <object_ref>

2009-05-03 01:07 KO, revision 60491

Separate the parts of make_bindings.py out into common parts, and SWIG and SIP specific parts.

2009-05-03 00:26 KO, revision 60490

Move the scripts into a separate directory and commit initial start on automatic bindings generator.

2009-05-03 00:20 KO, revision 60489

Add the ability to query if a class is derived from another class.

2009-05-02 23:59 VZ, revision 60488

fix typo (see #10637)

2009-05-02 20:59 KO, revision 60486

(Forward port from 2.8) Allow m_current to be used for the focused item, and reset the scroll position when removing all items from the data browser control.

2009-05-02 20:55 KO, revision 60485

Allow m_current to be used for the focused item, and reset the scroll position when removing all items from the data browser control.

2009-05-02 20:29 VZ, revision 60483

added wxStd{In,Out}putStream classes (closes #10637)

2009-05-02 19:54 VZ, revision 60482

update for bakefile 0.2.6

2009-05-02 19:06 VZ, revision 60481

don't use dialog size gripper under CE (should close #10765)

2009-05-02 18:17 VZ, revision 60480

use correct Windows CE version number in strnlen() check (really closes #10763)

2009-05-02 17:44 VZ, revision 60479

don't use invalid image list index (closes #10472)

2009-05-02 17:31 VZ, revision 60478

don't use access declarations with Watcom which doesn't support them correctly (closes #10749)

2009-05-02 17:28 VZ, revision 60477

allow passing temporary functors to Bind() too (closes #10653)

2009-05-02 17:25 VZ, revision 60476

WinCE doesn't provide strnlen/wcsnlen() until version 6.0 (closes #10763)

2009-05-02 17:09 BIW, revision 60475

fix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch)

2009-05-02 15:44 SC, revision 60474

reverting r43119, fixes #10752

2009-05-02 15:42 SC, revision 60473

reverting r43119, fixes #10752

2009-05-02 15:10 VZ, revision 60472

keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756)

2009-05-02 15:09 FM, revision 60471

on wxWinCE don't use some message constants since they're not defined there (closes #10759)

2009-05-02 14:52 VZ, revision 60470

improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)

2009-05-02 14:48 CE, revision 60469

up to Bakefile 0.2.6 for second time

2009-05-02 13:06 VZ, revision 60468

added missing headers for PCH-less compilation

2009-05-02 12:06 FM, revision 60467

backport of r60458 from trunk: don't put NULL pointers in the GdkWindowArray

2009-05-02 09:41 JMS, revision 60466

Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE flag didn't do anything

2009-05-02 00:59 VZ, revision 60464

rename wxGrid::SendSizeEvent() to SendGridSizeEvent() to avoid warnings about conflicts with base wxWindow class method with the same name

2009-05-02 00:52 VZ, revision 60463

added wxMouseEventsManager

2009-05-02 00:37 VZ, revision 60462

put wx{Keyboard,Mouse}State in events category instead of misc one

2009-05-01 23:49 VZ, revision 60461

implement changing wxChoice and wxComboBox height

2009-05-01 23:48 VZ, revision 60460

added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZING to wxUSE_DEFERRED_SIZING and moved it to the header

2009-05-01 17:28 FM, revision 60459

fix for placement of wxStaticBox childrens (which doesn't affect the placement of the siblings) when using wxStaticBoxSizer

2009-05-01 16:15 FM, revision 60458

don't place NULL pointers in the GDK window array in GTKGetWindow()

2009-05-01 14:50 VZ, revision 60457

no changes, just remove #if'd out code

2009-05-01 12:14 VZ, revision 60456

don't generate CE projects for tests/benchmarks

2009-04-30 14:23 VZ, revision 60437

compilation fix after wxMouseState changes (closes #10756)

2009-04-30 00:00 VZ, revision 60436

show the new size of the grid row/col which was resized (test for r60435 changes)

2009-04-29 23:59 VZ, revision 60435

generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating line too; do not generate these events if the size didn't really change (further improvements to grid events are possible and remain needed, see #10754)

2009-04-29 23:43 VZ, revision 60434

no changes, just use an accessor method instead of using wxMouseEvent member variables directly

2009-04-29 23:42 VZ, revision 60433

don't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables (somehow this was never done when wxMouseState was introduced)

2009-04-28 14:23 VZ, revision 60427

fix conversion of wxString to data in AddFileWithMimeType(wxString, wxString) overload in Unicode build

2009-04-28 13:13 JJ, revision 60426

Do not use Tooltips if they are disabled

2009-04-28 11:39 RR, revision 60424

Compilo

2009-04-28 09:37 CE, revision 60423

require BCC 5.82 for templates

2009-04-28 09:36 CE, revision 60422

fix Borland as per trac 10736

2009-04-28 09:35 CE, revision 60421

require BCC 5.82 for templates

2009-04-27 23:44 VZ, revision 60414

added missing @ref after last change

2009-04-27 22:05 MW, revision 60413

Fix typo.