Commit Graph

739 Commits

Author SHA1 Message Date
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
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
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
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
7e904dca15 Ensure colours set in TreeItemAttr are instances of wx.Colour 2018-10-26 13:27:09 -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
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
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
HelioGuilherme66
8a011423dc Merge branch 'wxPy-4.0.x' of https://github.com/wxWidgets/Phoenix into 40xcustomtreectrl 2018-09-13 13:42:41 +01:00
Robin Dunn
4ee7039b28 Merge pull request #986 from cykerway/master
Fix event bindings in docview.

(cherry picked from commit 698099f654)
2018-09-12 18:16:42 -07:00
HelioGuilherme66
b5150bae5f Merge branch 'wxPy-4.0.x' of https://github.com/wxWidgets/Phoenix into 40xcustomtreectrl 2018-09-02 13:11:52 +01:00
Robin Dunn
1bd1edbe32 Combine drawing of vertical lines into one operation per group of subitems. 2018-08-29 20:54:15 -07:00
HelioGuilherme66
6ba059e5f9 Merge branch '40xcustomtreectrl' of github.com:HelioGuilherme66/Phoenix into 40xcustomtreectrl 2018-08-15 17:31:47 +01:00
Mesalu
55c51b2570 Fix #957 (#960)
Round RGB values to integers for creating the `wx.Colour`
(cherry picked from commit 5c68798d0c)
2018-08-13 22:06:00 -07:00
Mesalu
babea6ff13 Fix 959 (#962)
Fix IO type in wx.lib.agw.thumbnailctrl
* Update thumbnailctrl.py
* Update CHANGES.rst

(cherry picked from commit 10baff1d24)
2018-08-13 22:05:26 -07:00
HelioGuilherme66
83d729c6e3 Adds a the parameter on_the_right, defaulted True,
to allow positioning the Window in a CustomTreeItem.

Changed CustomTreeCtrl.py (demo) to show image on right or left of text.
Addded an animated gif to a checkbox item.
To test SetItemWindow new parameter on_the_right, just activate/deactivate
the "Use image Window left of label" checkbox on left panel.

Updated documentation and version.
2018-08-10 00:53:47 +01:00
Robin Dunn
e2008b4a2c Merge pull request #948 from SimoB/patch-1
Missing tool_id parameter in AddToggleTool
(cherry picked from commit 75024ee88e)
2018-08-04 16:38:47 -07:00
Robin Dunn
6630520a8a Ensure the sequence attribute is a list by default, not a range, so it can be appended to. 2018-07-30 16:02:37 -07:00
Robin Dunn
8886acb306 Issue a deprecation warning when importing wx.lib.pubsub 2018-07-19 16:12:44 -07:00