- r63437: 2010-02-09 09:35:22 [SC] Stefan Csomor
-
/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
-
/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
-
/src/msw/window.cpp [diff, log, file]
Set Id and EventObject for wxSetCursorEvent
- r63432: 2010-02-09 01:32:21 [RD] Robin Dunn
-
/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
-
/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
-
/include/wx/msw/private/timer.h [diff, log, file]
/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
-
/docs/changes.txt [diff, log, file]
/include/wx/button.h [diff, log, file]
/include/wx/msw/button.h [diff, log, file]
/include/wx/msw/private/button.h [diff, log, file]
/interface/wx/button.h [diff, log, file]
/samples/widgets/button.cpp [diff, log, file]
/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
-
[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
-
/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
-
/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
-
/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
-
/include/wx/osx/cocoa/private.h [diff, log, file]
/src/osx/cocoa/srchctrl.mm [diff, log, file]
/src/osx/cocoa/textctrl.mm [diff, log, file]
/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
-
/src/osx/cocoa/dnd.mm [diff, log, file]
/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
-
/include/wx/osx/dnd.h [diff, log, file]
/src/osx/carbon/dnd.cpp [diff, log, file]
/src/osx/cocoa/dnd.mm [diff, log, file]
/src/osx/cocoa/window.mm [diff, log, file]
/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
-
[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
-
[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
-
[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
-
[WX_2_8_BRANCH] /configure [diff, log, file]
[WX_2_8_BRANCH] /configure.in [diff, log, file]
[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
-
[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
-
[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
-
/setup.h_vms [diff, log, file]
undefine not working FSWATCHER from OpenVMS compile setup
- r63383: 2010-02-04 01:33:32 [VZ] Vadim Zeitlin
-
/include/wx/stockitem.h [diff, log, file]
/interface/wx/stockitem.h [diff, log, file]
/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
-
/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
-
/include/wx/dataobj.h [diff, log, file]
/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
-
/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.