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-07-10 01:32 RD, revision 54567

If an item is hidden, don't check it for overflows.

2008-07-09 23:05 VS, revision 54566

use iterators instead of c_str() in wxXmlResource::GetText()

2008-07-09 17:25 SN, revision 54565

Applied fix for wxGrid::ClearAttrCache (#9712).

2008-07-09 17:24 SN, revision 54564

Applied fix for wxGrid::ClearAttrCache (#9712).

2008-07-09 14:02 VZ, revision 54563

unescape the value of wxHyperlinkCtrl label (#9683)

2008-07-09 06:49 SC, revision 54562

adjusting endif comment to new #if

2008-07-09 02:40 VZ, revision 54560

some blind compilation fixes for legacy code (#9698)

2008-07-09 02:36 VZ, revision 54559

fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)

2008-07-09 02:32 VZ, revision 54558

show busy cursor in wxLaunchDefaultBrowser and add a new flag to avoid it (#9678)

2008-07-09 02:18 VZ, revision 54557

update the year in wx information dialog (#9701)

2008-07-09 02:16 VZ, revision 54556

add some output stream tests

2008-07-09 02:16 VZ, revision 54555

skip calls of TellI/TellO() if the stream is not seekable; more const-correctness

2008-07-09 02:05 VZ, revision 54554

use wxSocketBase::Initialize/Shutdown() instead of GSocket_Init/Cleanup()

2008-07-09 01:38 RD, revision 54553

Applied patch from Ticket #9563. Use just the rectangle of the widget with the focus when deciding if scrolling is needed, instead of the rect of the parent of the widget/child of the target window. This fixes some flickering when a panel of widgets is used inside the scrolled window, and also a total lack of scrolling if the focused widget is out of view but the upper-left corner of the panel is in view.

2008-07-09 01:37 RD, revision 54552

Applied patch from Ticket #9563. Use just the rectangle of the widget with the focus when deciding if scrolling is needed, instead of the rect of the parent of the widget/child of the target window. This fixes some flickering when a panel of widgets is used inside the scrolled window, and also a total lack of scrolling if the focused widget is out of view but the upper-left corner of the panel is in view.

2008-07-08 15:51 JS, revision 54549
  • D /wxWidgets/branches/SOC2008_WXWALLCTRL/wxWallCtrlProject-autosave.pjd

Remove auto-save file

2008-07-08 12:38 MMK, revision 54548

Implemented seeking functionality

2008-07-08 00:49 VZ, revision 54543

MSW compilation fix after last commit

2008-07-08 00:19 VZ, revision 54542

added (for now trivial) socket stream test

2008-07-07 20:21 RR, revision 54541

Minor corrections

2008-07-07 16:00 PC, revision 54523

gtk-universal build fixes

2008-07-07 13:17 SC, revision 54522

make sure mac pref files remain visible and named as before

2008-07-06 23:57 VZ, revision 54520

fix focus problems in picker controls under MSW which were due to not letting the system process kill focus for the text part of the control (#9687)

2008-07-06 18:34 RR, revision 54515

wxString doc corrections

2008-07-06 16:30 SN, revision 54514

Make AutoSizing in wxGrid's SetCol/RowSize work and use it from corresponding AutoSize functions. This fixes #4107.

2008-07-06 16:29 SN, revision 54513

Make AutoSizing in wxGrid's SetCol/RowSize work and use it from corresponding AutoSize functions. This fixes #4107.

2008-07-06 14:14 VZ, revision 54511

fix unused parameters warnings (#9529)

2008-07-06 14:04 VZ, revision 54510

avoid duplicated command events if a wxFrame-level handler called event.Skip() (#4757)

2008-07-06 13:40 VZ, revision 54509

added wxscintilla and wx_stc projects (#4378)

2008-07-06 02:21 VZ, revision 54504

take const address objects in wxSocketClient::Connect() and wxSocketBase::SetLocal()

2008-07-06 02:20 VZ, revision 54503

add a numeric column test

2008-07-06 00:26 VZ, revision 54501

remove mentions of pos attribute, it never worked and it's time to remove it

2008-07-06 00:25 VZ, revision 54500

don't use deprecated wxToolBar::AddTool() overload taking position parameters which don't do anything anyhow

2008-07-05 20:53 VZ, revision 54499

remove code for drawing icon of minimized window manually, this was only useful under NT 3.51 and earlier among all Win32 systems and I don't think we support that any more

2008-07-05 20:51 VZ, revision 54498

avoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands for the frame menu bar elements there: this avoid generating duplicate events if a command event handler skips

2008-07-05 19:06 VS, revision 54497

reverted Robert's premature removal of deprecated 2.6 functions in r54490

2008-07-05 18:25 SN, revision 54496

Added missing include (#9625).

2008-07-05 18:23 SN, revision 54495

Added missing include (#9625).

2008-07-05 18:23 PC, revision 54494

mark long-deprecated methods as such, and don't use them in wx code

2008-07-05 18:05 SN, revision 54493

Experimental simplification of the code by using MWERKS version for all compilers.

2008-07-05 17:54 SN, revision 54492

Fixed Digital Mars breakage as suggested by Vadim on mailing list (#9619).

2008-07-05 17:38 SN, revision 54491

Added missing include (depending on configuration, see #9622).

2008-07-05 10:58 RR, revision 54490

Remove 2_6 compatibility code

2008-07-04 14:23 SC, revision 54486

changing condition to make sure we are not failing in case the min system is given as 10.3.9 ... solves #9693

2008-07-04 14:05 RR, revision 54485

Use t_str() instead of c_str()

2008-07-04 09:49 JS, revision 54484

Typo correction

2008-07-04 08:02 RR, revision 54483

Ticket #9689 (new defect) Opened 33 hours ago Documentation Corrections for \interface\wx\notebook.h

2008-07-04 07:56 RR, revision 54482

added wxString.t_str() and used it in filefn.cpp

2008-07-03 20:34 RR, revision 54481

Make wxMSW wxBase compile in UTF-8 mode

2008-07-03 17:20 MMK, revision 54480

Fixed DB project