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):

2007-04-16 19:16 RD, revision 45506

User lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-16 19:05 RD, revision 45505

Don't use m_popupInterface pointer if it is still NULL

2007-04-16 19:04 RD, revision 45504

Fix DLL compilation

2007-04-16 18:59 RD, revision 45503

Patch from FN that fixes bug in RefreshItem on an item that has no corresponding node in the tree yet (because its parent isn't expanded yet) triggered an exception.

2007-04-16 18:24 VZ, revision 45502

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682) [backport from HEAD]

2007-04-16 18:21 VZ, revision 45501

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682)

2007-04-16 14:56 VZ, revision 45500

corrected the direction of comparisons between wxString and char/wxChar strings

2007-04-16 14:20 VZ, revision 45499

removed superfluos semicolon

2007-04-16 13:03 VZ, revision 45498

removed extra semicolons to fix compilation with gcc -Wpedantic (patch 1701236)

2007-04-16 12:45 RR, revision 45497

Rewritten in-place editing for generic wxDataViewCtrl moving the code (partly) to the renderer and away from the wxDataViewCtrl class. Adding new in-plae editors (wxChoice) should be much simpler now. Also implemented using Validate() before committing a change to the data model.

2007-04-16 11:04 VS, revision 45496

added wxMBConv argument to char_str()

2007-04-16 06:59 VS, revision 45495

added wxCStrData::As[W]CharBuf() that doesn't keep converted string in memory for longer than needed

2007-04-16 01:26 VZ, revision 45494

more native look for wxCheckListBox (especially under XP) (modified patch 1690068)

2007-04-16 01:22 VZ, revision 45493

added new wxCONTROL_FLAT bit (see discussion of patch 1691478)

2007-04-16 00:53 VZ, revision 45492

use wxRenderer::DrawCheckBox() instead of doing it manually

2007-04-16 00:51 VZ, revision 45491

implement DrawCheckBox() in class Win32 renderer (modified patch 1691478)

2007-04-15 23:29 VZ, revision 45490

don't erase background in GL canvases to reduce flicker

2007-04-15 23:21 VZ, revision 45489

added #ifdef __X__ forgotten in last commit

2007-04-15 23:09 VZ, revision 45488

use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context

2007-04-15 23:08 VZ, revision 45487

fix handling of stock menu items (creating a stock item without label left its label empty)

2007-04-15 23:06 VZ, revision 45486

Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp

2007-04-15 22:54 VZ, revision 45485

added wxGetX11Display() returning the pointer of the correct type, unlike the old wxGetDisplay()

2007-04-15 19:02 VS, revision 45484

removed implicit conversion from wxString::iterator to wxStringImpl::iterator (fixes VC6 compilation)

2007-04-15 18:47 VS, revision 45483

compilation fix for VC6 with wxUSE_STL=1

2007-04-15 16:43 VZ, revision 45482

removed unnecessary return in a void function