Commit Graph

4062 Commits

Author SHA1 Message Date
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
Guillermo González de Garibay
2299eae853 Fix input. Takes only bytes, not bytearray. 2018-10-08 14:25:39 +02: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
Jenyay
2124261e4c Fix extention when click to HyperText in UltimateListCtrl
Fix #1012
2018-09-23 19:11:13 +03:00
Jenyay
625bd22ad5 Fix #1010
Fix cells drawing after HyperText
2018-09-21 23:35:03 +03:00
Peter Van Hese
b4940c19b5 Fix typo in documentation overview
fixes #1006
2018-09-18 19:29:26 +02:00
Guillermo González de Garibay
e26128ba87 Replace remaining deprecated PIL.Image.tostring() and .fromstring() 2018-09-18 13:29:59 +02:00
Guillermo González de Garibay
26523d636a Replace deprecated PIL.Image.tostring() 2018-09-18 09:16:18 +02: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