Robin Dunn
74bc4b4f03
Merge pull request #1077 from Metallicow/ColourCubeDialog-box-flickering
...
Fix flickering with boxes/lines drawn on colorcube/wheel images
(cherry picked from commit 15dd7c7cec )
2018-11-08 20:20:46 -08:00
Guillermo González de Garibay
a71f32768d
Merge remote-tracking branch 'upstream/master'
2018-10-30 09:02:48 +01: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
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
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
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
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
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
Guillermo González de Garibay
2299eae853
Fix input. Takes only bytes, not bytearray.
2018-10-08 14:25:39 +02: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
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
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
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
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
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
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
Cyker Way
b6e638c8d9
Fix event bindings in docview.
...
Use EvtHandler to bind events to avoid deprecation warnings:
> wxPyDeprecationWarning: Call to deprecated item __call__. Use
:meth:`EvtHandler.Bind` instead.
2018-09-02 06:35:39 -04:00
Robin Dunn
94f8377b77
Merge pull request #979 from RobinD42/fix-issue973
...
Optimize line drawing in HyperTreeList
(cherry picked from commit b9e2d4d717 )
2018-08-29 23:10:00 -07:00
David N. Mashburn
12aed76e6b
Fixes save/ load bugs Pyslices
2018-08-26 11:25:15 -04:00
Éric Piel
1b46085c97
pywxrc: fix showing the success message at the end
...
When generating a file, it should show a success message like "Resources written to...".
However, the print() failed, which made it sound like the whole generation failed.
2018-08-22 13:56:01 +02:00
Éric Piel
96ed353b34
pywxrc: fix Menu with variable name and label defined after sub-menus
...
If the XRC looked like:
<object class="wxMenu" name="menu_file">
<object class="wxMenuItem" name="menu_item_open">
<label>Save</label>
</object>
<label>File</label>
</object>
The generated code would fail, because it would try to look for a main menu called "Save"
instead of looking for "File".
=> Make the XML parsing more clever to not look for the first "label" tag,
but the first _direct_ child with tag "label".
2018-08-22 13:51:16 +02:00
Éric Piel
984a036d34
pywxrc: remove old comments
...
It's not using the 2 stages creation anymore.
2018-08-22 13:50:33 +02:00
Mesalu
5c68798d0c
Fix #957 ( #960 )
...
Round RGB values to integers for creating the `wx.Colour`
2018-08-13 22:03:29 -07:00
Mesalu
10baff1d24
Fix 959 ( #962 )
...
Fix IO type in wx.lib.agw.thumbnailctrl
* Update thumbnailctrl.py
* Update CHANGES.rst
2018-08-13 21:59:43 -07:00
Simone Bottino
903ced7a77
Missing tool_id parameter in AddToggleTool
2018-08-01 16:56:17 +02:00
Robin Dunn
cd3de22068
Merge pull request #946 from RobinD42/throbber-issue924
...
Ensure the sequence attribute is a list by default
(cherry picked from commit c706dfacd9 )
2018-07-30 21:36:06 -07:00
Mesalu
d87deea88f
Merge branch 'master' into fix_941
2018-07-25 13:59:21 -07:00
Mesalu
0f1861990d
Update introspect.py
...
Adds a check to determine if getfullargspec should be used. This is added in Py3 to get elements like type annotations.
2018-07-25 13:52:29 -07:00
Robin Dunn
4b6ee40a14
Merge pull request #938 from RobinD42/fix-issue932-b
...
Restore wx.lib.pubsub, and officially deprecate
(cherry picked from commit 8fad2231a0 )
2018-07-20 16:45:05 -07:00
Robin Dunn
9723f49ec0
Merge pull request #911 from RobinD42/fix-issue902
...
Switch deprecation warnings in wx.lib.plot
(cherry picked from commit eac1404fcc )
2018-07-04 00:49:07 -07:00
Robin Dunn
9de511fa46
Merge branch 'tianzhuqiao-agw_aui_4.0.x' into wxPy-4.0.x
...
(cherry picked from commit dcf0b99068 )
2018-07-03 20:47:52 -07:00
Mesalu
b78e50c913
Avoid redundant retry
...
Avoid attempting to recast to `int` when it had just failed.
2018-06-27 09:53:43 -07:00
Mesalu
7b744beacd
Fixes #898
2018-06-26 18:58:36 -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
ce6f585444
Merge pull request #894 from tianzhuqiao/py
...
Fix a bug in py.introspect.getTokens
(cherry picked from commit 4b43671746 )
2018-06-23 18:26:36 -07:00
Robin Dunn
78c9ab4532
Merge branch 'tianzhuqiao-agw_aui_4.0.x' into wxPy-4.0.x
...
(cherry picked from commit 4dc42a0bf5 )
2018-06-23 10:36:02 -07:00
Robin Dunn
b1b0c9e297
wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
2018-06-19 10:31:56 -07:00
Robin Dunn
b77c88a280
Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
...
(cherry picked from commit 4c56c39e52 )
2018-06-17 22:04:22 -07:00