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-01-31 18:12 VZ, revision 58557

don't use built-in support for menu bitmaps if they are too big, they don't come out correctly then (see #10452)

2009-01-31 17:51 VZ, revision 58556

use SetMenuItemInfo() to update the item label to avoid reseting its bitmap and so use the same code for the desktop and CE versions (see #10452)

2009-01-31 17:14 VZ, revision 58555

don't list SetSelection() as being deprecated, it isn't

2009-01-31 15:57 FM, revision 58554

better define what an ASCII character is considered to be in IsAscii()

2009-01-31 14:04 VZ, revision 58553

no real changes, just remove unnecessary code; use wxScopedArray instead of raw one

2009-01-31 13:58 FM, revision 58552

document only char* variant of all string utility functions (don't use wxChar nor templates; they're only confusing; add a note for the funcmacro_string group that all functions documented also have wchar_t variants; document wxStrnlen()

2009-01-31 13:57 FM, revision 58551

say that use of _T() is discouraged in new code, just like wxT() is

2009-01-31 13:53 VZ, revision 58550

don't override the toolbar height with too small value

2009-01-31 13:41 RR, revision 58549

Fixes #10437 (wxDataObjectComposite::Add may add objects having data formats that already exist in the composite object)

2009-01-31 13:36 RR, revision 58548

Fixes #10432 (wxDataObjectComposite::GetAllFormats() does not work)

2009-01-31 13:29 RR, revision 58547

Commit Hartwig's patch for DnD in wxDataViewCtrl

2009-01-31 13:28 CE, revision 58546

http://trac.wxwidgets.org/ticket/10457 fix

2009-01-31 13:22 VZ, revision 58545

include errno.h to fix buildbot compilation

2009-01-31 12:52 FM, revision 58544

remove anchor colouring not only for H2 but also for H3 and H4

2009-01-31 11:48 JMS, revision 58543

Fixed broken 'hidden categories' mode (aka. alphabetic mode); Added distinct names and labels for the two root properties (to help with debugging); Refactored wxPropertyGridState::DoInsert()

2009-01-31 10:58 VS, revision 58542

don't include private headers from wx/unix/evtloop.h

2009-01-30 23:23 RR, revision 58537

Explain reasoning behind using wxSIZE_FORCE_EVENT

2009-01-30 23:04 RR, revision 58533

Don't call SetMinSize() on the pane as this prevents GetBestSize() from ever calling DoGetBestSize() again

2009-01-30 23:03 RR, revision 58532

Remove debug code

2009-01-30 22:40 RR, revision 58531

Reorganize wxCollapsiblePane event and layout code under GTK+

2009-01-30 22:10 VZ, revision 58530

DisableSaving/Restoring() should be void, not bool

2009-01-30 21:38 VZ, revision 58529

add support for persistent controls

2009-01-30 20:58 SC, revision 58527

workaround for crashes in release builds

2009-01-30 20:10 RR, revision 58526

Add wxSIZE_FORCE_EVENT and use is from wxSizerItem::SetDimension

2009-01-30 20:08 RR, revision 58525

Don't use a cached best size if the window has a sizer

2009-01-30 17:22 FM, revision 58524

cleanup code and reorganize it to reuse the same switch() for both OnChar() and Validate()

2009-01-30 17:07 JMS, revision 58523

Let's make sure embedded wxPropertyGrid does not get negative size

2009-01-30 16:10 FM, revision 58522

document the wxIntXX/wxFloatXX/wxCharXX types; add some comments to wxKeyCode docs

2009-01-30 16:07 FM, revision 58521

fix typo (missing closing brackets); add some comments to wxKeyCode; no real change

2009-01-30 15:21 VS, revision 58520

wxDFB: use Unix event loop and timers (fixes #10408)

2009-01-30 15:14 SC, revision 58519

use native conversions that are close to the native storage of wxString

2009-01-30 14:56 VS, revision 58518

handle EINTR when reading data from the wakeup pipe

2009-01-30 11:22 FM, revision 58517

s/wxUsleep/wxMilliSleep

2009-01-30 09:49 RR, revision 58515

Move body of SetMinSize and SetMaxSize from header to cpp file for easier debugging. The methods are virtual anyway.

2009-01-30 09:44 RR, revision 58514

Give wxCollapsiblePane's pane a name for easier debugging

2009-01-30 09:37 RR, revision 58513

Make GetEffectiveMinSize virtual as not being able to override the method, which the sizer system depends on, is inflexible

2009-01-30 09:08 VZ, revision 58510

include wx/generic/gridctrl.h too for compatibility

2009-01-30 08:01 SC, revision 58509

guarding against events sent to semi-destroyed instances, fixes #10418

2009-01-29 23:52 FM, revision 58504

fix typo

2009-01-29 22:32 RR, revision 58503

Store pointer to owning wxWindow in wxPizza widget

2009-01-29 17:43 JMS, revision 58500

Do not propagate key events from child controls unless they have modifiers

2009-01-29 16:27 VZ, revision 58498

use HandleWindowEvent() instead of ProcessEvent() to avoid crashes if the toolbar left click handler throws under wxGTK

2009-01-29 16:09 JMS, revision 58497

Fixed wxPropertyGridManager::CreatePropertyGrid(), corrected documentation about its use

2009-01-29 13:04 VZ, revision 58496

don't fall back to the only currently existing document in wxDocManager::GetCurrentView() as it breaks activation logic (#9518)

2009-01-29 12:52 VZ, revision 58495

no changes, just corrected/completed a comment truncated in the last commit

2009-01-29 12:52 VZ, revision 58494

no real changes, just minor refactoring and cleanup

2009-01-29 12:51 VZ, revision 58493

don't crash if we have no accelerators for the "Window" menu items

2009-01-29 12:50 VZ, revision 58492

add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used instead of explicit tests for the platforms

2009-01-29 00:26 VS, revision 58487

wxEpollDispatcher is in wxBase, not wxCore - fixed to use WXDLLIMPEXP_BASE

2009-01-28 21:52 VZ, revision 58486

correct wxDateTime DST begin/end computations for years > 2006 in USA (closes #10425)

2009-01-28 21:36 VZ, revision 58485

another fix for wxUSE_DRAG_AND_DROP==0 build

2009-01-28 17:30 FM, revision 58484

use singular when documenting group of functions as the docs are automatically distributed by Doxygen over all members of the group

2009-01-28 16:44 KO, revision 58483

Adding docs for new wx interface methods.

2009-01-28 13:55 VZ, revision 58481

rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict with wxUniv function with the same name

2009-01-28 13:41 VZ, revision 58480

fix remaining cases of wxWindow::ProcessEvent() calls; add convenient ProcessWindowEvent() wrapper and document it; also document this (incompatible) change itself

2009-01-28 10:24 RR, revision 58479

Fixes #10443: wxListCtrl::MoveToItem

2009-01-28 09:14 VZ, revision 58478

remove the recently added MSWFindMenuBarItem() as we already had FindItemInMenuBar() for the same purpose; just change the latter to return a non-const pointer; this fixes help string display in the status bar for the window menu items

2009-01-28 09:01 VZ, revision 58477

no real changes, just small cleanup, in particular use more consistent variable names

2009-01-28 09:00 VZ, revision 58476

don't duplicate menu creation code in the parent and child frames

2009-01-28 07:44 JJ, revision 58475

Update OpenVMS compile support

2009-01-28 01:01 FM, revision 58474

better docs for wxDataViewColumn

2009-01-28 00:51 FM, revision 58473

fix doxygen warnings

2009-01-28 00:44 FM, revision 58472

document various enumerations defined in defs.h; give a name to the anonymous enum for the standard IDs; move wxKeyCode and wxKeyModifier enums in defs.h removing their dedicated pages of the manual

2009-01-28 00:36 FM, revision 58471

no real changes; just cosmetic

2009-01-28 00:36 FM, revision 58470

move wxSizer docs to the beginning of the file, before derived classes

2009-01-28 00:09 VZ, revision 58469

define a separate run-tests-with-timing tag

2009-01-27 20:20 FM, revision 58468

small reorganization; no real change

2009-01-27 19:46 BP, revision 58467

Applied documentation typo/grammer corrections from charles (#10439).

2009-01-27 19:19 BP, revision 58466

Quick 2.8 branch Unicode build fix.

2009-01-27 18:40 BP, revision 58465

Fixed the class diagrams javascript to initialize the dropdown button image to the correct image.

2009-01-27 17:42 BP, revision 58464

Forward ported r58463. (Check for null text control in wxPickerBase fixing a focus event crash on control deletion on OSX 10.5 that will need to eventually be fixed, but this should be done anyway, and at least fixes wxFilePickerCtrl for now.)

2009-01-27 17:39 BP, revision 58463

Check for null text control in wxPickerBase fixing a focus event crash on control deletion that will need to eventually be fixed, but this should be done anyway, and at least fixes wxFilePickerCtrl for now.

2009-01-27 16:47 VZ, revision 58462

refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unnecessarily and generally streamline it; added possibility to use custom menu commands in the "Window" menu and specifying accelerators for them now works too (show this in the sample); finally added standard ids for the MDI window menu commands

2009-01-27 16:45 VZ, revision 58461

added CreateAccelTable() helper which creates the accel table for just this menu

2009-01-27 16:40 VZ, revision 58460

added template wxScopedArray<> too

2009-01-27 15:35 RR, revision 58459

Fix for GetScrollPos() assert

2009-01-27 14:48 VZ, revision 58457

don't do anything in SetWindowMenu() if we're setting the same menu as we already have

2009-01-27 14:02 VZ, revision 58456

yet another blind attempt to run tests with --timing option (or how adding a single option can turn into a 2 day endeavour thanks to the power of XSLT)

2009-01-27 13:10 VZ, revision 58455

add missing headers for PCH-less build

2009-01-27 12:33 FM, revision 58454

fix PCH builds

2009-01-27 12:05 FM, revision 58453

fix crash when calling InsertColumn() on a wxListCtrl with wxLC_NO_HEADER style

2009-01-27 12:01 FM, revision 58452

small cleanup; move private class definitions in a private header

2009-01-27 11:22 FM, revision 58451

include wx/mdi.h also for non-PCH builds

2009-01-27 11:13 FM, revision 58450

include wx/mdi.h also for non-PCH builds

2009-01-26 23:38 VZ, revision 58447

add more wxUSE_MENUS guards

2009-01-26 23:32 VS, revision 58446

Automatically adjust toolbar's tool size if the provided bitmaps don't fit into the default size.

2009-01-26 23:20 VZ, revision 58445

don't include wx/mdi.h from wx/wx.h when building the library itself as it's only used by mdi.cpp and it doesn't make sense to include it in the PCH

2009-01-26 23:20 VS, revision 58444

Automatically adjust toolbar's tool size if the provided bitmaps don't fit into the default size.

2009-01-26 23:18 VZ, revision 58443

use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code: this not only makes the code cleaner but should also remove the last dependency on MDI code when linking wx applications not using MDI

2009-01-26 23:17 VZ, revision 58442

test ShowFullScreen() to verify that restoring menu works correctly

2009-01-26 23:16 VS, revision 58441

changed wxMSW's default toolbar bitmaps size from obsolete 16x15 to 24x24 used by modern apps

2009-01-26 22:55 VZ, revision 58440

disable the "Next" and "Previous" commands in the window menu if we have a single child only; update the copyright

2009-01-26 22:40 FM, revision 58439

cleanup a bit the wxSplashScreen code; don't Yield() on wxGTK as it's not needed at all (at least with GTK+ 2.12.9

2009-01-26 22:27 VZ, revision 58438

trying to make the tests run in trunk release build again

2009-01-26 20:43 RR, revision 58437

Removed queuedResize code again as GTK+ does this internally already

2009-01-26 18:57 FM, revision 58436

suppress warning about unused win pointer when wxUSE_GRAPHICS_CONTEXT==0

2009-01-26 18:31 BP, revision 58435

Fixed the margins on the class diagram dropdown image after all images were globally given a margin if 20px (I wish this could have been done differently, but it doesn't look like there's any better way of making sure the right images in the manual have a reasonable margin).

2009-01-26 18:20 KO, revision 58434

Since on Mac, wxNonOwnedWindow now defines SetShape, the 'base' definition at wxTopLevelWindow level overrides the real impl.

2009-01-26 18:17 KO, revision 58433

We need to use special APIs that don't active the window automatically.

2009-01-26 17:28 JMS, revision 58432

Added wxPGChoices::Copy(), tweaked related documentation