Robin Dunn
edefe4da6d
Clear version flags for release
2019-01-05 11:48:40 -08:00
Robin Dunn
4eefc093eb
Some tweaks for CHANGES and update ANNOUNCE
2019-01-03 21:54:59 -08:00
Robin Dunn
5dd7b81e7e
Add example of setting item colours to the demo sample
2018-12-31 14:16:24 -08:00
Robin Dunn
1c085eea1e
Merge pull request #1087 from cbeytas/master
...
Fix bugs in CustomTreeCtrl and HyperTreeList
(cherry picked from commit e5d24078fd )
2018-11-30 15:00:22 -08:00
Robin Dunn
46b81b96e1
Merge pull request #1082 from Metallicow/Fix-Image-Issues
...
Fix image issues
(cherry picked from commit 1f735769a1 )
2018-11-30 15:00:22 -08:00
Robin Dunn
475d533888
Merge pull request #1090 from swt2c/remove_hardcode_spin
...
Remove hard-coded sizes from wx.SpinButton and wx.SpinCtrlDouble in demo
2018-11-30 14:42:16 -08:00
Scott Talbert
9739c66a2c
Remove hard-coded sizes from wx.SpinButton and wx.SpinCtrlDouble in demo
2018-11-27 19:59:35 -05:00
Metallicow
21f5e5092f
Fix dc.DrawRectangleRect to dc.DrawRectangle
2018-11-08 04:11:55 -06:00
Robin Dunn
b0dc159cdd
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL
2018-10-31 17:32:24 -07:00
Robin Dunn
6f8286a0ff
Merge branch 'wxPy-4.0.x' into fix-issue997
...
# Conflicts:
# CHANGES.rst
2018-10-29 14:19:47 -07:00
Robin Dunn
a6946964f8
Destroy the stick when done
2018-10-29 14:17:39 -07:00
Robin Dunn
fe6e79e005
Explicitly draw the cross-hair
2018-10-29 13:56:48 -07:00
Robin Dunn
b76bcbb086
Don't explicitly set the position of the frame
2018-10-29 13:55:19 -07:00
Robin Dunn
ab5d60525c
Fix AUI sample to properly use a range of wx.WindowIDRefs
2018-10-26 11:20:30 -07:00
Robin Dunn
b79a21779b
Use the new tools.generateStubs tool for the wxJoystick stub
2018-10-25 15:07:37 -07:00
Robin Dunn
f6170e79bd
We can't call wx.Guage.OnPaint directly anymore
2018-10-25 14:28:43 -07:00
Robin Dunn
ae12e00771
"wx.Joystick" --> "wx.adv.Joystick"
2018-10-25 14:08:50 -07:00
Robin Dunn
929343bc73
The Joystick class is available on Mac now,
...
but we need to check if one is present.
2018-10-25 14:06:09 -07:00
Robin Dunn
ab77101eab
Removed wx.lib.floatbar, which has been deprecated forever and probably
...
hasn't been working in nearly as long.
2018-09-27 19:55:51 -07:00
HelioGuilherme66
b5150bae5f
Merge branch 'wxPy-4.0.x' of https://github.com/wxWidgets/Phoenix into 40xcustomtreectrl
2018-09-02 13:11:52 +01:00
Robin Dunn
b2012bf900
Merge branch 'wxPy-4.0.x' into fix-issue974
2018-08-29 22:35:41 -07:00
Robin Dunn
e97e627444
Add comment about GetBordersForSizer
2018-08-29 22:19:27 -07:00
Robin Dunn
defbd9294c
Use GetBordersForSizer to assist with layout
2018-08-29 21:55:15 -07:00
Robin Dunn
409e986003
pad the layout a bit
2018-08-29 21:11:07 -07:00
Robin Dunn
79119146f1
Modal dialogs must be ended by EndModal, not Destroy
2018-08-29 20:51:40 -07:00
HelioGuilherme66
83d729c6e3
Adds a the parameter on_the_right, defaulted True,
...
to allow positioning the Window in a CustomTreeItem.
Changed CustomTreeCtrl.py (demo) to show image on right or left of text.
Addded an animated gif to a checkbox item.
To test SetItemWindow new parameter on_the_right, just activate/deactivate
the "Use image Window left of label" checkbox on left panel.
Updated documentation and version.
2018-08-10 00:53:47 +01:00
Robin Dunn
6630520a8a
Ensure the sequence attribute is a list by default, not a range, so it can be appended to.
2018-07-30 16:02:37 -07:00
Robin Dunn
d395f960f3
Removed the wx.BookCtrlBase.RemovePage workaround
2018-07-19 18:54:07 -07:00
Robin Dunn
8fcf803d58
Add NotificationMessage to the demo tree.
2018-07-16 18:59:48 -07:00
Robin Dunn
355f47309e
misc updates
2018-06-29 11:57:11 -07:00
Robin Dunn
c157db6781
Merge branch 'wxPy-4.0.x' into release-prep
2018-06-25 19:13:55 -07:00
Robin Dunn
93ad41092b
wx.Window.NewControlId --> wx.NewIdRef
2018-06-25 14:17:37 -07:00
Robin Dunn
4d7c3e3bc3
Clear release flags
2018-06-24 22:30:59 -07:00
Robin Dunn
336e39f5b2
wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
...
(cherry picked from commit b1b0c9e297 )
2018-06-19 12:06:14 -07:00
Robin Dunn
b410f5e570
Update copyright years --> 2018
2018-06-06 10:59:51 -07:00
Robin Dunn
d7a546545e
Fix the virtual dispatch code for the PGEditor.GetValueFromControl
2018-06-04 15:40:47 -07:00
Robin Dunn
3aa6544e60
When launching the demo via __main__.py ensure the demo folder is on the sys.path
2018-05-07 08:11:28 -07:00
Robin Dunn
2ca3944a03
Enable running the demo with just python demo
2018-04-28 19:53:09 -07:00
Robin Dunn
f5a4523c88
Merge pull request #795 from RobinD42/fix-issue794
...
Fix possible ref-counting issues in DataViewCtrl
2018-03-21 19:43:06 -07:00
Robin Dunn
d927149912
Merge pull request #756 from jwilk-forks/string-exceptions
...
Don't use string exceptions
2018-02-19 16:53:46 -08:00
Robin Dunn
4cc3fb7a19
Bump version number
2018-02-05 12:49:53 -08:00
Robin Dunn
b2155f004b
Update version number for a quickie hot-fix release.
2018-02-01 19:58:19 -08:00
Robin Dunn
c790d12ec4
Let's just bite the bullet and call this the 4.0.0 final release build.
2018-01-27 16:17:39 -08:00
Robin Dunn
ebde977c82
Fix scrolling regression in DynamicSashWindow
2018-01-25 16:25:34 -08:00
Robin Dunn
c1a0a4dfa7
Merge pull request #691 from Metallicow/Trim-whitespace
...
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00
Metallicow
99834ab3ec
⁉️ Trim trailing whitespace misc files
...
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
c76384d458
Trim trailing whitespace *.py files
2018-01-16 08:47:07 -06:00
Metallicow
6b41523cc0
remove renamed import
2018-01-16 04:19:19 -06:00
Metallicow
f0ddc9ddf5
Fix ToasterBox demo HyperlinkCtrl
2018-01-16 03:58:21 -06:00
Robin Dunn
bb275cb617
Switch gizmos.TreeListCtrl to be essentially just HyperTreeList with a new name.
2018-01-05 19:46:50 -08:00