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
36f8cb79bf
Merge pull request #1058 from RobinD42/fix-issue1032
...
Ensure colours set in TreeItemAttr are instances of wx.Colour
(cherry picked from commit 8bfe2199dc )
2018-10-26 18:18:22 -07:00
Robin Dunn
e92d572267
Merge pull request #1057 from RobinD42/fix-issue1025
...
fix test suite errors in wx/py/tests
(cherry picked from commit ebb3de75ed )
2018-10-26 18:17:52 -07:00
Robin Dunn
33b13b441b
Merge pull request #1056 from RobinD42/fix-issue1024
...
Fix AUI sample to properly use a range of wx.WindowIDRefs
(cherry picked from commit f38671044c )
2018-10-26 18:17:37 -07:00
Robin Dunn
b9eb746f40
Merge pull request #1055 from RobinD42/fix-issue1013
...
Fix tickmarks when there is a negative bounds
(cherry picked from commit 24a455acb3 )
2018-10-26 18:17:24 -07:00
Robin Dunn
cf7995027a
Merge pull request #1038 from jgehw/optical-appearance-fix
...
fix optical grid appearance
2018-10-24 19:57:47 -07:00
Robin Dunn
da9f69c380
Merge pull request #1050 from mesalu/fix_1049
...
CustomTreeCtrl and HyperTreeList fixes
2018-10-24 19:36:41 -07:00
Robin Dunn
cb77b7cf89
Merge pull request #1048 from SilverViking/master
...
Fixed bug with image in floatcanvas incorrectly getting rescaled to zero width and height during frame resize.
2018-10-24 19:31:34 -07:00
Robin Dunn
e4da73bfed
Merge pull request #1045 from mesalu/fix_1042
...
fix wx.EvtHandler.QueueEvent code snippet
2018-10-24 19:29:58 -07:00
Felipe Calliari
94e9a38085
fix DeprecationWarnings in frame.py ( #1043 )
...
This commit solves the following messages:
DeprecationWarning: Menu.Append() is deprecated
2018-10-24 19:27:47 -07:00
Robin Dunn
ec8f14da1c
Merge pull request #1037 from ibell/patch-1
...
Bump default ubuntu distro in builds to 18.04
2018-10-24 19:25:18 -07:00
Mesalu
d27efc3158
Fix performance issue in customtreectrl, beautify some ugly code.
2018-10-24 18:38:34 -07:00
Frank Vernaillen
6d24a91990
Fixed bug with image getting rescaled to zero width and height.
2018-10-23 14:41:40 +02:00
Mesalu
484fb84bb9
remove misleading comments, do not create a copy of strs
2018-10-22 14:30:17 -07:00
Robin Dunn
2f8d1b2e9a
wxWidgets has been fixed, enable use of SDL again.
...
Update wxWidgets to latest master.
2018-10-17 11:11:49 -07:00
Robin Dunn
8d50277917
Merge branch 'fix-sdl'
2018-10-16 20:13:05 -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
3e25eade30
update to newest wxWidgets master
2018-10-16 16:32:48 -07:00
Robin Dunn
6b0776e41b
turn off SDL for now, there's a link bug in wxWidgets
2018-10-16 16:32:22 -07:00
jgehw
f028640215
fix optical grid appearance
...
- fixed optical appearance of row labels w.r.t. simple 3D effect
- fixed helpers for determining size (becomes important if you subclass a label renderer spanning multiple rows or columns)
2018-10-15 17:50:12 +02:00
Ian Bell
35739c1578
Bump default ubuntu distro in builds to 18.04
2018-10-13 21:51:01 +02: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
b6a38c1cb8
Add changelog
2018-10-10 19:41:19 -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
bf60321011
Add issue number
...
(cherry picked from commit 547840f7de )
2018-10-03 19:32:20 -07:00
Robin Dunn
c66c83752a
Merge branch 'wingel-master' into wxPy-4.0.x
...
(cherry picked from commit b4af342c89 )
2018-10-03 19:32:07 -07:00
Robin Dunn
ac1a323144
Merge pull request #1026 from RobinD42/sip-4.19.13
...
Switch to SIP 4.19.13
(cherry picked from commit a268da9b84 )
2018-10-03 19:25:45 -07:00
Robin Dunn
41be300c46
Merge pull request #1022 from RobinD42/fix-issue972
...
Declare DeleteAllPages in the notebook subclasses
(cherry picked from commit 4b0f0e82c2 )
2018-09-27 21:13:04 -07:00
Robin Dunn
b4361e21dc
tweak issue template
2018-09-27 21:03:47 -07:00
Robin Dunn
4982760abc
Merge pull request #1021 from RobinD42/fix-issue976
...
Removed wx.lib.floatbar, which has been deprecated forever
(cherry picked from commit 258331d7be )
2018-09-27 20:59:25 -07:00
Robin Dunn
3034644a01
Merge pull request #1019 from Jenyay/ultimatelistctrl_doc
...
Fix example of using UltimateListCtrl in docstring
2018-09-28 08:36:39 +08:00
Jenyay
fb7df41ea5
Fix example of using UltimateListCtrl in docstring
2018-09-26 10:19:58 +03:00
Robin Dunn
1e32a05ae2
Merge pull request #970 from pieleric/pywxrc-fixes
...
Small fixes to pywxrc
2018-09-26 06:22:15 +08:00
Robin Dunn
addb1906c9
Merge branch 'HelioGuilherme66-40xcustomtreectrl' into wxPy-4.0.x
...
(cherry picked from commit 32ae30b988 )
2018-09-25 15:19:53 -07:00
Robin Dunn
900f002518
Use wx.EventBlocker as a context manager in the sample code snippet in the docs
...
(cherry picked from commit 2c5c104a79 )
2018-09-25 13:56:41 -07:00
Robin Dunn
eb12ee0e9a
Add changelog items for recently merged PRs
...
(cherry picked from commit ec881453a9 )
2018-09-25 13:56:24 -07:00
Robin Dunn
9db7fbca46
Merge pull request #1017 from Jenyay/fix_1014
...
Fix HyperText width and mouse events (#1014 )
2018-09-26 04:43:41 +08:00
Robin Dunn
fee9120e67
Merge pull request #1011 from Jenyay/master
...
Fix cells drawing after HyperText
2018-09-26 04:35:48 +08:00
Robin Dunn
7547842c36
Merge pull request #1007 from pvanhese/fix-issue-1006
...
Fix typo in documentation overview
2018-09-26 04:23:37 +08:00
Robin Dunn
59e80b44d0
Merge pull request #1005 from garibarba/patch-1
...
Replace deprecated PIL.Image.tostring()
2018-09-26 04:20:05 +08:00
Robin Dunn
808db28bff
Merge pull request #978 from davidmashburn/master
...
Fixes save/ load bugs Pyslices
2018-09-26 04:07:06 +08:00
Robin Dunn
67b87a8861
Merge branch 'mesalu-double_scalar_vector_arithmetic'
2018-09-25 12:58:13 -07:00
Robin Dunn
f21c6b812d
Add tests for floating point multiplication of Point, Size and RealPoint
...
(cherry picked from commit 46cc86a34a )
2018-09-25 12:44:35 -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
Jenyay
3d8800ef1b
Fix HyperText width and mouse events
...
Fix #1014
2018-09-24 20:50:31 +03:00