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
22c92d1f7c
Merge pull request #1407 from wxWidgets/import-controlTypes
...
Also import the individual controlTypes constants as documented
(cherry picked from commit f2e8478306 )
2019-10-22 20:04:36 -07:00
Robin Dunn
a3a2c6ea75
Merge pull request #1392 from ThomasP0815/hypertreelist-issue-1389
...
Hypertreelist issue 1389
(cherry picked from commit bf2086e951 )
2019-10-10 12:42:00 -07:00
Robin Dunn
d17ac433d8
Merge pull request #1381 from l0stman/fix-supertooltip
...
Use the defined text color in a SuperToolTip
(cherry picked from commit bdaa489fbb )
2019-10-10 12:40:52 -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
7544a0b2ab
Merge pull request #1366 from l0stman/fix-intctrl
...
Initialize the old value of IntCtrl to the default one
(cherry picked from commit 06d767d68a )
2019-09-30 10:42:40 -07:00
Robin Dunn
7329270871
Merge pull request #1362 from topic2k/fix_time.clock_deprecated
...
time.clock() is removed in Python 3.8
(cherry picked from commit 8d000c72b9 )
2019-09-30 10:41:26 -07:00
Robin Dunn
7c14d9a4ce
Merge pull request #1353 from wxWidgets/neurodroid-embedded
...
Neurodroid's embedded sample PR plus a few changes of my own
(cherry picked from commit 32815309d4 )
2019-09-13 14:03:20 -07:00
Robin Dunn
d229bb2d81
Merge pull request #1344 from JillHolliday/buttons_patch
...
Update buttons.py
(cherry picked from commit 7f8a697f7f )
2019-09-13 14:03:20 -07:00
Robin Dunn
d7508fe463
Merge pull request #1330 from wxWidgets/fix-issue1328
...
fix typo in auibar docstring
(cherry picked from commit f2d1890bd5 )
2019-09-13 14:03:19 -07:00
Robin Dunn
fbc2e9875e
Merge pull request #1301 from wxWidgets/fix-overlay-crash
...
Fix overlay crash
(cherry picked from commit de4d1d811a )
2019-09-13 14:03:19 -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
53a49bd6f0
Merge pull request #1246 from Nyral/label_multiple_edit_fix
...
Fixes #1235 : CustomTreeCtrl edit label remains stuck forever
(cherry picked from commit 4d336e13ba )
2019-09-13 14:03:19 -07:00
Robin Dunn
3cd7947096
Merge pull request #1240 from wxWidgets/WIT-gtk3-highlight
...
Use a wx.Overlay in WIT on GTK3
(cherry picked from commit 2e9612a3b0 )
2019-09-13 14:03:19 -07:00
Robin Dunn
22b19bd1ec
Merge pull request #1234 from ricpol/issue1230
...
Various fixes in wx.lib.calendar
(cherry picked from commit 56e6bd4c90 )
2019-09-13 14:03:19 -07:00
Scott Talbert
c3543f9463
Replace time.clock (removed in Python 3.8) with time.process_time
2019-08-27 21:03:49 -04:00
Robin Dunn
0ef7667e18
Merge pull request #1200 from pkienzle/master
...
python 2/3 compatible file handling in wx.py
(cherry picked from commit 1c51bc0de8 )
2019-05-13 21:29:08 -07:00
Robin Dunn
b2d5aeb97a
Merge pull request #1202 from pkienzle/issue-1156-pywxrc
...
Fix wx/tools/pywxrc for py2/3 compatibility. Refs 1156.
(cherry picked from commit 2f6e88ffee )
2019-05-13 21:27:39 -07:00
Robin Dunn
8b88b13cb1
Compensation for scrollbar width on GTK is no longer needed.
2019-05-13 19:45:11 -07:00
Robin Dunn
24453e6e82
Merge pull request #1122 from kg-2/patch-1
...
Update FCObjects.py
(cherry picked from commit 1d427573b3 )
2019-01-03 21:59:54 -08:00
Robin Dunn
d3deff2ed8
Merge pull request #1096 from Metallicow/aui-fixes-Dec2018
...
Aui fixes dec2018
2018-12-21 14:44:18 -08:00
Robin Dunn
a0c909c7b1
Merge pull request #1111 from a358003542/master
...
toasterbox.py
(cherry picked from commit cb1488a295 )
2018-12-21 14:21:46 -08:00
Robin Dunn
13a65438ae
Merge pull request #1110 from jensgoe/fix_newline_tokenize
...
ignore newline added by Tokenize module since Python 3.6
(cherry picked from commit 7876de4a32 )
2018-12-21 14:19:06 -08:00
Robin Dunn
621c138987
Merge pull request #1100 from jensgoe/fix_fancytext_setY
...
fixed argument assignment
(cherry picked from commit 3a83977348 )
2018-12-21 14:15:00 -08:00
Metallicow
ffd286db8b
TabNavigatorWindow Improvements
...
Makes TabNavigatorWindow Draggable and Resizable similar to other programs that have these. Annoyance fixes mainly if having many items or long names. Also option to popup at mouse pos instead of centre.
This can be demo'd in the agw aui demo as smart tabbing.
2018-12-03 03:17:10 -06:00
Metallicow
64dd594d72
Remove "2.9" version check stuff
...
According to Robin "Classic" wont be updated anymore so this isnt shouldnt be needed in "Phoenix"
2018-12-03 03:14:53 -06: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
2e1f703356
Merge pull request #1088 from mickp/FixSortForDisplay
...
Don't try to compare Colours in SortForDisplay.
(cherry picked from commit cfed8387fd )
2018-11-30 15:00:21 -08:00
Robin Dunn
79b64126d9
Merge pull request #1066 from garibarba/master
...
Fix bug due to type mismatch.
(cherry picked from commit 68dcd7872a )
2018-11-08 20:24:35 -08:00
Metallicow
212a05dcc6
Fix flickering with boxes/lines drawn on colorcube/wheel images
2018-11-08 04:40:17 -06:00
Robin Dunn
c3bdf0af09
Merge branch 'wxPy-4.0.x' into fix-issue1032
2018-10-26 18:14:01 -07:00
Robin Dunn
ebb3de75ed
Merge pull request #1057 from RobinD42/fix-issue1025
...
fix test suite errors in wx/py/tests
2018-10-26 18:10:08 -07:00
Robin Dunn
7e904dca15
Ensure colours set in TreeItemAttr are instances of wx.Colour
2018-10-26 13:27:09 -07:00
Robin Dunn
e4d716eb37
fix test suite errors in wx/py/tests
2018-10-26 11:55:56 -07:00
Robin Dunn
776ddbab3d
Fix tickmarks when there is a negative bounds
2018-10-26 10:41:00 -07:00
Robin Dunn
73e13bf5f7
Merge pull request #1050 from mesalu/fix_1049
...
CustomTreeCtrl and HyperTreeList fixes
(cherry picked from commit da9f69c380 )
2018-10-24 20:02:28 -07:00
Robin Dunn
8045b3ade2
Merge pull request #1048 from SilverViking/master
...
Fixed bug with image in floatcanvas incorrectly getting rescaled to zero width and height during frame resize.
(cherry picked from commit cb77b7cf89 )
2018-10-24 20:01:57 -07:00
Felipe Calliari
9b01306497
fix DeprecationWarnings in frame.py ( #1043 )
...
This commit solves the following messages:
DeprecationWarning: Menu.Append() is deprecated
(cherry picked from commit 94e9a38085 )
2018-10-24 20:01:18 -07:00
Robin Dunn
d9b25fdc80
Move wxpy_api.h to wx/include/wxPython, so it will be included in the wheel
2018-10-11 12:15:37 -07:00
Robin Dunn
83a2e2c476
Merge branch 'master' of git://github.com/wingel/Phoenix into wingel-master
2018-10-03 19:29:28 -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
Robin Dunn
764a0ef788
Merge pull request #1019 from Jenyay/ultimatelistctrl_doc
...
Fix example of using UltimateListCtrl in docstring
(cherry picked from commit 3034644a01 )
2018-09-27 17:37:24 -07:00
Robin Dunn
f33caca23c
Merge pull request #970 from pieleric/pywxrc-fixes
...
Small fixes to pywxrc
(cherry picked from commit 1e32a05ae2 )
2018-09-25 15:22:59 -07:00
Robin Dunn
f277d5990f
Merge branch '40xcustomtreectrl' of git://github.com/HelioGuilherme66/Phoenix into HelioGuilherme66-40xcustomtreectrl
2018-09-25 15:08:38 -07:00
Robin Dunn
cbc7ef5b8f
Merge pull request #1017 from Jenyay/fix_1014
...
Fix HyperText width and mouse events (#1014 )
2018-09-25 13:44:27 -07:00
Robin Dunn
6bc9a7389e
Merge pull request #1011 from Jenyay/master
...
Fix cells drawing after HyperText
(cherry picked from commit fee9120e67 )
2018-09-25 13:36:37 -07:00
Robin Dunn
659c7fd9ad
Merge pull request #1005 from garibarba/patch-1
...
Replace deprecated PIL.Image.tostring()
(cherry picked from commit 59e80b44d0 )
2018-09-25 13:21:17 -07:00
Robin Dunn
456273bff0
Merge pull request #978 from davidmashburn/master
...
Fixes save/ load bugs Pyslices
(cherry picked from commit 808db28bff )
2018-09-25 13:16:12 -07:00
HelioGuilherme66
8a011423dc
Merge branch 'wxPy-4.0.x' of https://github.com/wxWidgets/Phoenix into 40xcustomtreectrl
2018-09-13 13:42:41 +01:00