Commit Graph

963 Commits

Author SHA1 Message Date
Robin Dunn
96c41be226 Merge pull request #1199 from RobinD42/sip-4.19.16
Update sip to version 4.19.16

(cherry picked from commit 7383d34fce)
2019-04-15 16:57:04 -07:00
Robin Dunn
0378328d45 Merge pull request #1201 from RobinD42/fix-issue1198
Fix access to members of transient wx.VisualAttributes

(cherry picked from commit d6324a0578)
2019-04-13 16:25:55 -07:00
Robin Dunn
fd1c26d2e1 Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too. 2019-02-12 18:51:28 -08:00
Robin Dunn
4b39ae25af Merge pull request #1167 from RobinD42/fix-issue1068
Fix the use of the output parameter in HtmlWindow.OnOpeningURL
(cherry picked from commit c201f558bd)
2019-02-12 17:36:44 -08:00
Robin Dunn
38ebb70786 Merge pull request #1143 from RobinD42/fix-issue1140
Added missing setters for the wheel-related properties in wx.MouseEvent
(cherry picked from commit c3cbf2e68a)
2019-01-15 16:03:04 -08:00
Robin Dunn
35990a6027 Merge pull request #1142 from RobinD42/fix-issue1141
Added missing HtmlWindow.ScrollToAnchor method
(cherry picked from commit 47c3d96760)
2019-01-15 16:02:52 -08:00
Robin Dunn
58e9c1da8c Merge pull request #1130 from swt2c/fix_joystick_stubs
Fix joystick stub compilation
(cherry picked from commit 4d50f773ab)
2019-01-15 16:02:16 -08:00
Robin Dunn
f975c392c5 Fix some stub generator warnings 2019-01-08 11:25:00 -08:00
Robin Dunn
94ce8fc74a Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
(cherry picked from commit 792d32a1c4)
2019-01-03 22:16:08 -08:00
Robin Dunn
c3879c4a83 Merge pull request #1118 from RobinD42/fix-issue1095
Add missing methods in wx.ListBox
(cherry picked from commit f0224794ab)
2018-12-31 15:20:34 -08:00
Robin Dunn
586f9ccd22 Add Enabled property for wx.MenuItem
(cherry picked from commit af7f52b640)
2018-11-01 17:06:46 -07:00
Robin Dunn
d8ca61588d Merge pull request #1069 from RobinD42/fix-issue1068
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL

(cherry picked from commit 05f871e9f7)
2018-10-31 18:43:28 -07:00
Robin Dunn
ceb2f46720 Merge pull request #1065 from RobinD42/fix-issue1061
Transfer ownership of the wx.aui.AuiNotbook.SetArtProvider art parameter

(cherry picked from commit a55e4ec45d)
2018-10-29 22:18:23 -07:00
Robin Dunn
653d91b372 Merge pull request #1064 from RobinD42/fix-issue1060
Ensure sip knows the pure virtuals are present in wx.html.HtmlPrintout

(cherry picked from commit 17f52dfd14)
2018-10-29 22:18:08 -07:00
Robin Dunn
882401e9d9 Merge pull request #1063 from RobinD42/fix-issue997
Various updates for wxJoystick

(cherry picked from commit 12f20a4018)
2018-10-29 19:01:24 -07:00
Robin Dunn
a11a476672 Merge pull request #1039 from RobinD42/fix-issue969
Ensure all text goes into MemoryFSHandler files as utf-8 data

(cherry picked from commit b8a922ef46)
2018-10-16 20:11:49 -07:00
Robin Dunn
229870f9c9 Add a __bool__ for every __nonzero__ that doesn't already have one 2018-10-12 23:58:16 -07:00
Robin Dunn
71a3d90e0b Update to current wxWidgets master 2018-10-12 22:59:46 -07:00
Robin Dunn
e9e3736fa0 Merge pull request #1035 from RobinD42/fix-issue961
include wxpy_api.h

(cherry picked from commit 7300aa4718)
2018-10-11 21:15:10 -07:00
Robin Dunn
2f540a91e6 Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs

(cherry picked from commit 3a9f37f2aa)
2018-10-10 19:40:59 -07:00
Robin Dunn
0cfefbbd47 Merge pull request #1030 from RobinD42/fix-issue906
Fix wx.ListCtrl.Append when wx.LC_SORT style is used

(cherry picked from commit 7b6fbf2a52)
2018-10-08 21:14:09 -07:00
Robin Dunn
e215a1df7e Merge pull request #1027 from RobinD42/fix-issue926
Mark wx.FileSystemHandler.OpenFile as a factory function

(cherry picked from commit 4c1ff7a1b4)
2018-10-04 08:40:10 -07:00
Robin Dunn
974721b93f wxRealPoint::operator* truncates to int before assigning to the new point
object, which seems dumb. So let's make our own implementation which
preserves the floating point result.

(cherry picked from commit 8f07ca5c28)
2018-09-25 12:44:35 -07:00
Robin Dunn
0e87fb0efa Merge branch 'double_scalar_vector_arithmetic' of git://github.com/mesalu/Phoenix into mesalu-double_scalar_vector_arithmetic 2018-09-25 11:40:39 -07:00
Robin Dunn
d49953b7cd Merge pull request #996 from RobinD42/fix-issue944
Fix GraphicsContext created from AutoBufferedPaintDC

(cherry picked from commit 5e7b9bc188)
2018-09-12 20:18:56 -07:00
Mesalu
204d2ed5b3 Merge branch 'master' into double_scalar_vector_arithmetic 2018-09-01 14:57:09 -07:00
Mesalu
9e518d9d0c Undo division arithmetic changes, compilation issues 2018-08-30 11:44:26 -07:00
Robin Dunn
5d984d99e1 Use delete[] to satisfy compiler warning
(cherry picked from commit 1b119f6add)
2018-08-30 10:41:30 -07:00
Mesalu
6a9c4c06ea Change scalar arithmetic to utilize the double-precision overloads. 2018-08-30 09:25:38 -07:00
Robin Dunn
10c34f20e7 Merge pull request #980 from RobinD42/fix-issue974
Add wx.StaticBox.GetBordersForSizer
(cherry picked from commit 49d0592e4a)
2018-08-29 23:14:25 -07:00
Mesalu
e91ae38e90 Refactor tweaks into a tweaker_tools method, apply to wx.TextEntry, wx.ComboBox, and wx.RichTextCtrl 2018-08-07 17:22:55 -07:00
Mesalu
815171ec66 Update textctrl.py
Add Undo and Redo
2018-08-07 16:29:21 -07:00
Mesalu
defd235cf6 Update richtextctrl.py
Add Undo/Redo (and fix a typo...)
2018-08-07 16:28:24 -07:00
Mesalu
2b2c0b789c Merge branch 'master' into fix_954 2018-08-07 16:25:52 -07:00
Mesalu
16f4726f0d Update textctrl.py
Add virtualness to wxTextCtrl methods.
2018-08-07 16:22:16 -07:00
Mesalu
973a5b17e0 Update richtextctrl.py
Add virtualness to RichTextCtrl methods
2018-08-07 16:18:19 -07:00
Mesalu
fddd53b103 Merge branch 'master' into fix_384 2018-08-01 18:12:56 -07:00
Mesalu
0bded60eb2 Fix indentation 2018-07-31 21:50:05 -07:00
Mesalu
9c004273c8 Update config.py
Switch to single underscore instead of double.
2018-07-31 15:17:58 -07:00
Mesalu
2b73f16101 Update config.py
Fix styling
2018-07-31 15:03:53 -07:00
Mesalu
98a3b4d3eb Update config.py 2018-07-31 15:01:46 -07:00
Robin Dunn
a17558cccd Add wx.Listbook.GetListView
(cherry picked from commit 9577c312fd)
2018-07-20 17:01:14 -07:00
Robin Dunn
543fc796ab Merge pull request #939 from RobinD42/fix-issue888
Removed the wx.BookCtrlBase.RemovePage workaround
(cherry picked from commit 11cc4d5c25)
2018-07-20 16:42:37 -07:00
Robin Dunn
cc940d3f30 Merge pull request #935 from RobinD42/fix-issue918
Added wx.Treebook.GetTreeCtrl and wx.Choicebook.GetChoiceCtrl
(cherry picked from commit f85818a25d)
2018-07-18 18:28:37 -07:00
Robin Dunn
4c9d8ee061 Merge pull request #933 from RobinD42/fix-issue931
Mark wx.Menu.Insert.submenu with the transfer annotation
(cherry picked from commit 8fe2dfba80)
2018-07-17 20:14:40 -07:00
Robin Dunn
705aa63d75 Merge branch 'more-windowidref' into wxPy-4.0.x
(cherry picked from commit ada7b2fc51)
2018-06-25 19:12:00 -07:00
Robin Dunn
28bdb22c89 Fixed issue when sys.prefix is not unicode (Python2) and when its contents are not translatable to utf-8.
(cherry picked from commit 3e88095c53)
2018-06-25 14:22:58 -07:00
Robin Dunn
b5bb587145 Merge pull request #897 from RobinD42/add-windowidref
Add wx.WindowIDRef and wx.NewIdRef
2018-06-24 21:37:54 -07:00
Robin Dunn
609246698d Fix compilation errors due to wxAuiMDIChildFrame deriving from wxTDIChildFrame 2018-06-18 23:34:45 -07:00
Robin Dunn
4452172d3c wx.TopLevelWindow.GeometrySerializer is abstract 2018-06-18 21:39:40 -07:00