Commit Graph

333 Commits

Author SHA1 Message Date
Robin Dunn
e8d8294fbb Use the --disable-qtkit configure option on Darwin builds 2019-11-11 18:54:31 -08:00
Robin Dunn
dcef0c5209 Merge pull request #1410 from topic2k/fix-popupmenu-position
Fix PopupMenu position

(cherry picked from commit 64863b9a7b)
2019-10-23 17:43:15 -07:00
Robin Dunn
39cbdc7c48 Merge pull request #1265 from mesalu/address_1238
Attempts to enforce system settings in the demo page panel.

(cherry picked from commit 3ceead8b81)
2019-10-22 20:11:59 -07:00
Robin Dunn
20d1261026 Merge pull request #1408 from wxWidgets/fix-py2-decode
Only decode the demo file content on Py2

(cherry picked from commit f3c25c6a63)
2019-10-22 20:04:50 -07:00
Robin Dunn
0a22f09078 Add a changelog entry 2019-10-17 15:00:16 -07:00
Robin Dunn
b45e5a7435 Merge branch 'ThomasP0815-improve-hypertreelist'
(cherry picked from commit f3ed7fd8d3)
2019-10-10 12:35:49 -07:00
Robin Dunn
56b54fdeef Merge pull request #1250 from wxWidgets/sizer-fixes
A few fixes from Jorge Moraleda

(cherry picked from commit aaf75b6b61)
2019-09-13 14:03:19 -07:00
Robin Dunn
acccc65584 Clear the build flags 2019-05-21 16:10:16 -07:00
Robin Dunn
1d1f4f712a workaround bad default size of wx.SearchCtrl on gtk3 2019-04-12 15:48:34 -07:00
Robin Dunn
5c70b8624d Add changelog item for #1150 2019-02-02 15:57:05 -08:00
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