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

2008-07-03 16:04 VZ, revision 54479

handle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFileDialog (#9688)

2008-07-03 15:42 VZ, revision 54478

support disabling items before adding them to the menu (#3423)

2008-07-03 15:37 VZ, revision 54477

don't ignore changes of empty string to 0 or vice versa in float grid cells (#2802)

2008-07-03 14:29 RR, revision 54476

wxMac wxDataViewCtrl no border patch

2008-07-03 13:44 RR, revision 54475

further xxx_str() clarification

2008-07-03 12:13 RR, revision 54474

Corrected c_str() docs

2008-07-02 14:45 VZ, revision 54465

don't use @true and @NULL inside of @code sections

2008-07-02 10:46 RR, revision 54464

Tried to make wxListBox::Update() work, typo corrected

2008-07-02 08:15 RR, revision 54463

Tried to make wxListBox::Update() work

2008-07-02 08:10 RR, revision 54462

#9675: wxDataViewModel::Reset() and scrollbar problem (wxMac)

2008-07-01 21:20 MMK, revision 54458

Code placed at correct location to allow Dialog Blocks to regenerate code without overwriting the sample program code.

2008-07-01 16:09 VZ, revision 54454

compilation fix for PCH-less build after last commit

2008-07-01 15:49 VZ, revision 54453

change not only the focus but also last remembered TLW focus in SetValue() to avoid focus being reset to the wrong radio button when TLW regains activation (#9676)

2008-07-01 13:44 VZ, revision 54451

use proper name for a contributor

2008-07-01 10:04 RR, revision 54450

Add code for parsing globs file in /usr/local as well

2008-07-01 09:59 RR, revision 54449

Add code for parsing globs file

2008-07-01 09:28 RR, revision 54448

Add stub for parsing globs file

2008-07-01 08:48 RR, revision 54447

Restore wxFile docs

2008-07-01 08:31 RR, revision 54446

Remaining conversion to read-only XDG MIME types code

2008-07-01 08:30 RR, revision 54445

Corrected mime types docs

2008-07-01 00:05 VZ, revision 54441

quote the arguments containing spaces or quotes correctly in wxExecute(char **) overload (#4115)

2008-06-30 23:48 VZ, revision 54440

remove unused exec.rc file

2008-06-30 23:37 VZ, revision 54439

fix a hang up in wxExecute(wxArrayString& output) overload (#4380)

2008-06-30 18:21 VZ, revision 54437

implement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW one; also added a test for it in the sample

2008-06-30 13:40 VZ, revision 54436

VC6 compilation fix: using access declaration can only be used with immediate base class members with this compiler

2008-06-30 13:35 VZ, revision 54435

VC8 compilation fix after last change (#9665)

2008-06-30 11:58 RR, revision 54434

Removed most of the pre-XDG MIME code from the Unix implementation, many speed-ups by simplification

2008-06-30 10:42 MMK, revision 54433

Updated DB project file

2008-06-30 09:42 JS, revision 54432

Further style preview fix

2008-06-30 09:42 JS, revision 54431

Further style preview fix

2008-06-30 09:39 JS, revision 54430

Compile fix

2008-06-29 22:11 VZ, revision 54426

blind fix for PCH-less build

2008-06-29 22:05 VZ, revision 54425

add Scintilla.iface to the distribution

2008-06-29 21:46 VZ, revision 54424

compilation fix for ASCII STL build (#9661)

2008-06-29 17:04 JS, revision 54423

Corrected problem of wrong paragraph receiving style in formatting dialog.

2008-06-29 17:03 JS, revision 54422

Corrected problem of wrong paragraph receiving style in formatting dialog.

2008-06-29 15:15 SN, revision 54421

Don't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)

2008-06-29 15:14 SN, revision 54420

Don't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)

2008-06-29 01:35 VZ, revision 54419

ensure that GetEditControl() returns something even if label editing was started by the user and not the program (#1325) [backport of r53831 from trunk]

2008-06-29 01:28 VZ, revision 54418

open the file for reading and writing in wx(F)FileStream, this class can't work otherwise (#3335) [partial backport of r54246 from trunk]

2008-06-29 01:21 VZ, revision 54417

use _get_timezone() under VC8 as _timezone is not available in all CRT versions (#4691)

2008-06-29 01:04 VZ, revision 54416

fix crash when vetoing label edit end due to a click outside of the text control (#8947) [backport of r51149 from trunk]

2008-06-29 00:50 VZ, revision 54415

fix handling of the keys in wxSpinCtrl (#9637)

2008-06-29 00:35 VZ, revision 54414

add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614)

2008-06-29 00:19 VZ, revision 54413

don't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor::Reset() neither (this had been already fixed for StartEdit() before) (#8843)

2008-06-29 00:12 VZ, revision 54412

support wxListCtrl::GetViewRect() in report view too; test it in the sample (#9484)

2008-06-28 23:18 VZ, revision 54411

fix --disable-optimise configure option description (#9660)

2008-06-28 23:14 VZ, revision 54410

don't ignore changes of empty string to 0 or vice versa in float grid cells (#4764)

2008-06-28 20:52 VS, revision 54409

backported high-quality wxMSW printing to 2.8 (disabled by default, has to be enabled by changing wxUSE_HIGH_QUALITY_PREVIEW_IN_WXMSW to 1 in prntbase.cpp

2008-06-28 18:58 VZ, revision 54407

support wxDP_ALLOWNONE in generic wxDatePickerCtrl (#3164)