wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 788 1574 2359Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Vadim Zeitlin (16,587)
Robin Dunn (7,228)
Julian Smart (5,531)
Václav Slavík (4,807)
Robert Roebling (3,660)
Stefan Csomor (3,542)
Francesco Montorsi (1,217)
Mattia Barbon (841)
Stefan Neis (781)
Paul Cornett (749)
Michael Wetherell (749)
Chris Elliott (649)
Kevin Ollivier (587)
Ron Lee (517)
Jaakko Salli (418)
Jacob Jansen (340)
Benjamin Williams (294)
Bryan Petty (175)
User: HH (110)
Malcolm MacLeod (72)
Bartosz Bekier (57)
Peter Cawley (43)
Bo Yang (37)
Ron Lee (27)
Bartosz Bekier (57)
Benjamin Williams (294)
Bo Yang (37)
Bryan Petty (175)
Chris Elliott (649)
Francesco Montorsi (1,217)
Jaakko Salli (418)
Jacob Jansen (340)
Julian Smart (5,531)
Kevin Ollivier (587)
Malcolm MacLeod (72)
Mattia Barbon (841)
Michael Wetherell (749)
Paul Cornett (749)
Peter Cawley (43)
Robert Roebling (3,660)
Robin Dunn (7,228)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,542)
Stefan Neis (781)
User: HH (110)
Vadim Zeitlin (16,587)
Václav Slavík (4,807)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]

Changelog for wxWidgets (58,970 revisions):

r63437: 2010-02-09 09:35:22 [SC] Stefan Csomor

M  /src/osx/iphone/nonownedwnd.mm  [diff, log, file]

 support fullscreen display (translucent status) in all 4 orientations

r63434: 2010-02-09 01:34:11 [RD] Robin Dunn

M  /src/osx/toplevel_osx.cpp  [diff, log, file]

 Test m_nowpeer pointer before using it.

r63433: 2010-02-09 01:33:44 [RD] Robin Dunn

M  /src/msw/window.cpp  [diff, log, file]

 Set Id and EventObject for wxSetCursorEvent

r63432: 2010-02-09 01:32:21 [RD] Robin Dunn

M  /src/msw/calctrl.cpp  [diff, log, file]

 Ignore the time portion of the datetime object when setting the date.

r63431: 2010-02-09 01:24:22 [RD] Robin Dunn

M  /src/osx/carbon/dnd.cpp  [diff, log, file]

 Remove functions duplicated in dnd_osx.cpp.

r63422: 2010-02-08 20:06:04 [RD] Robin Dunn

M  /include/wx/msw/private/timer.h  [diff, log, file]
M  /src/msw/timer.cpp  [diff, log, file]

 Allow more than one timer with the same ID. Closes #11699.

r63421: 2010-02-08 19:52:00 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]
M  /include/wx/button.h  [diff, log, file]
M  /include/wx/msw/button.h  [diff, log, file]
M  /include/wx/msw/private/button.h  [diff, log, file]
M  /interface/wx/button.h  [diff, log, file]
M  /samples/widgets/button.cpp  [diff, log, file]
M  /src/msw/button.cpp  [diff, log, file]

 Add support for showing "elevation" icon in wxMSW buttons.
 
 Add, document and test in the widgets sample wxButton::SetAuthNeeded().
 
 Closes #11705.

r63420: 2010-02-08 19:38:46 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/msw/timer.cpp  [diff, log, file]

 Allow more than one timer with the same ID. See #11699.

r63419: 2010-02-08 07:20:39 [SC] Stefan Csomor

M  /include/wx/osx/cocoa/private.h  [diff, log, file]

 adding carbon event missing in 10.4 headers

r63417: 2010-02-07 02:43:28 [KO] Kevin Ollivier

M  /src/osx/cocoa/nonownedwnd.mm  [diff, log, file]

 Implement EVT_MAXIMIZE support for OS X Cocoa.

r63416: 2010-02-06 18:19:43 [KO] Kevin Ollivier

M  /src/osx/cocoa/filedlg.mm  [diff, log, file]

 Fix handling of the *.* extension case, before this fix it was being passed as a "*" filter to the Cocoa dialog which, not being a valid extension, meant that no files were selectable.

r63415: 2010-02-06 17:00:38 [KO] Kevin Ollivier

M  /include/wx/osx/cocoa/private.h  [diff, log, file]
M  /src/osx/cocoa/srchctrl.mm  [diff, log, file]
M  /src/osx/cocoa/textctrl.mm  [diff, log, file]
M  /src/osx/cocoa/window.mm  [diff, log, file]

 Get wxSearchCtrl text events working, and share the text event handler code among all the various wxTextCtrl-based classes.

r63414: 2010-02-06 16:42:44 [KO] Kevin Ollivier

M  /src/osx/cocoa/dnd.mm  [diff, log, file]
M  /src/osx/cocoa/window.mm  [diff, log, file]

 Forgot about the drag source delegate, which is the perfect place to put GiveFeedback related handling.

r63412: 2010-02-06 01:45:58 [KO] Kevin Ollivier

M  /include/wx/osx/dnd.h  [diff, log, file]
M  /src/osx/carbon/dnd.cpp  [diff, log, file]
M  /src/osx/cocoa/dnd.mm  [diff, log, file]
M  /src/osx/cocoa/window.mm  [diff, log, file]
M  /src/osx/dnd_osx.cpp  [diff, log, file]

 Add an accessor to get the current drop source from window.mm so that we can implement GiveFeedback support, and also move a couple functions that check the current drop source into common DND OS X code as a result.

r63406: 2010-02-05 19:05:12 [VZ] Vadim Zeitlin

M  [WX_2_8_BRANCH] /src/generic/graphicc.cpp  [diff, log, file]

 Remove unnecessary <vector> inclusion.
 
 This header doesn't seem to be used anywhere and we try to avoid any STL
 dependencies in 2.8 branch.

r63405: 2010-02-05 19:03:20 [VZ] Vadim Zeitlin

M  [WX_2_8_BRANCH] /src/generic/graphicc.cpp  [diff, log, file]

 Don't include wx/rawbmp.h unnecessary from src/generic/graphicc.cpp.
 
 This is not only unneeded but also breaks wxX11 (and probably other ports)
 compilation because raw bitmap access is not available there.
 
 Closes #11700.

r63393: 2010-02-05 01:17:17 [VZ] Vadim Zeitlin

M  [WX_2_8_BRANCH] /Makefile.in  [diff, log, file]

 Rebake Makefile.in with correct shared libraries version.
 
 Modifying version.bkl in r63297 wasn't enough, Makefile had to be rebaked as
 well.

r63392: 2010-02-05 00:27:19 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /configure  [diff, log, file]
M  [WX_2_8_BRANCH] /configure.in  [diff, log, file]
M  [WX_2_8_BRANCH] /include/wx/version.h  [diff, log, file]

 subrelease number should be reset to zero when incrementing the release number

r63391: 2010-02-05 00:26:44 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/msw/window.cpp  [diff, log, file]

 Set the ID and event object for wxSetCursorEvents

r63390: 2010-02-05 00:26:01 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/msw/timer.cpp  [diff, log, file]

 Backport r62977 and others from trunk to allow timers with ID of zero.

r63384: 2010-02-04 07:26:55 [JJ] Jacob Jansen

M  /setup.h_vms  [diff, log, file]

 undefine not working FSWATCHER from OpenVMS compile setup

r63383: 2010-02-04 01:33:32 [VZ] Vadim Zeitlin

M  /include/wx/stockitem.h  [diff, log, file]
M  /interface/wx/stockitem.h  [diff, log, file]
M  /src/common/stockitem.cpp  [diff, log, file]

 Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
 
 Make it possible to use this flag on its own, without wxSTOCK_WITH_MNEMONIC
 which is also part of wxSTOCK_FOR_BUTTON. This can be useful for e.g. toolbar
 buttons.
 
 Closes #11681, #11682.

r63382: 2010-02-04 01:20:02 [VZ] Vadim Zeitlin

M  /src/generic/datavgen.cpp  [diff, log, file]

 Fix selection event sending for Ctrl-click in generic wxDataViewCtrl.
 
 Ctrl-clicking on the only currently selected item in wxDataViewCtrl crashed
 because we dereferenced first element of the empty m_selection array when
 generating the selection change event.
 
 Instead, send the event for the current item, this should be more consistent
 with the native versions behaviour and at the very least doesn't crash.
 
 Closes #11684.

r63381: 2010-02-04 01:02:43 [VZ] Vadim Zeitlin

M  /include/wx/dataobj.h  [diff, log, file]
M  /interface/wx/dataobj.h  [diff, log, file]

 Make wxDataObjectComposite::GetObject() public.
 
 Allow retrieving individual wxDataObjects from wxDataObjectComposite and add
 an example showing how can this be done to the documentation.
 
 Closes #11692.

r63379: 2010-02-03 21:07:46 [VZ] Vadim Zeitlin

M  /samples/widgets/textctrl.cpp  [diff, log, file]

 Test wxTE_PROCESS_ENTER style in the widgets sample.
 
 Add a checkbox for toggling wxTE_PROCESS_ENTER to the text page and use this
 style by default. This makes it easier to check that this style works as
 intended, including that it generates the correct events.
 
 See #11691.