Robin Dunn
8e054e37bf
More long() --> int() fixes
2019-11-12 13:52:06 -08:00
Robin Dunn
9740c8e455
Use stock IDs for stock menu items
2019-11-12 11:45:42 -08:00
Robin Dunn
5c9716f503
Switch from layout constraints to a sizer
2019-11-12 11:45:05 -08:00
topic2k
3387de54d2
Use default position for PopupMenu in wx.lib.agw.ribbon.toolbar.RibbonToolBarEvent
2019-10-23 09:46:21 +02:00
topic2k
0335b898a4
Use default position for PopupMenu in wx.lib.agw.thumbnailctrl.ScrolledThumbnail
2019-10-23 09:45:48 +02:00
topic2k
b7c8ca6023
Use default position for PopupMenu in wx.lib.agw.aui.AuiDefaultTabArt
2019-10-23 09:44:31 +02:00
topic2k
12d33227d7
Use default position for PopupMenu in wx.lib.platebtn.PlateButton
2019-10-23 09:44:29 +02:00
topic2k
533113d07e
Use default position for PopupMenu in wx.lib.masked.maskededit.MaskedEditMixin
2019-10-23 09:44:28 +02:00
topic2k
6179bc08c6
Use default position for PopupMenu in wx.lib.agw.hyperlink.HyperLinkCtrl
2019-10-23 09:44:25 +02:00
topic2k
f913668e0d
Use default position for PopupMenu in wx.lib.agw.ribbon.buttonbar.RibbonButtonBarEvent
2019-10-23 09:43:54 +02:00
topic2k
b8544ffce5
Use default position for PopupMenu in wx.lib.agw.aui.auibar.AuiDefaultToolBarArt
2019-10-23 09:43:02 +02:00
Robin Dunn
5c09e4eec5
Also import the individual controlTypes constants as documented
2019-10-22 15:12:35 -07:00
Robin Dunn
aa01abddd0
Only use the selection fg color on the columns drawn with the selection bg
2019-10-11 15:15:59 -07:00
Robin Dunn
47c24c96e5
Make sure the default button face color is not one with a fully transparent alpha
2019-10-10 12:32:50 -07:00
Pappenreiter.Thomas
9f96e69ed4
Removing obsolte code block in hypertreelist
2019-10-10 10:23:07 +02:00
Pappenreiter.Thomas
a359f487ab
fix issue 1389
2019-10-09 17:26:12 +02:00
Robin Dunn
3d132b719b
Move drawing of the row lines to after the item backgrounds are drawn
2019-10-07 16:06:46 -07:00
Robin Dunn
03e8162c75
Use a transparent pen to ensure that the full rect is filled with the bg color, and any previously set pens will not clutter stuff up
2019-10-07 16:05:05 -07:00
Robin Dunn
8395898ea5
Merge branch 'improve-hypertreelist' of https://github.com/ThomasP0815/Phoenix into ThomasP0815-improve-hypertreelist
2019-10-07 13:35:23 -07:00
rr
9cba3914b6
Use the defined text color in a SuperToolTip
...
Previously, the text color was hardcoded as the system's text menu
color.
2019-09-27 08:25:04 +03:00
Robin Dunn
06d767d68a
Merge pull request #1366 from l0stman/fix-intctrl
...
Initialize the old value of IntCtrl to the default one
2019-09-19 15:45:17 -07:00
rr
78cd863d2b
Initialize the old value of IntCtrl to the default one
...
Previously, it was initialized to zero. Thus, the EVT_INT event
wouldn't be triggered if we change the value to zero regardless of the
initial value. This change fixes the issue.
2019-09-17 00:03:33 +03:00
topic2k
873fd00a41
time.clock() is removed in Python 3.8
...
Two more places where `time.clock()` is called. Adopt the imports accordingly.
2019-09-15 12:55:34 +02:00
Robin Dunn
fea9c980f8
Remove use of some constants that no longer exist in 4.1
2019-09-12 13:13:34 -07:00
Robin Dunn
537c5cec6e
Merge pull request #1323 from wxWidgets/add-wxsvg
...
Add support for parsing and rendering SVG files
2019-09-11 23:23:27 -07:00
Robin Dunn
6206d20bad
Various small tweaks and fixes
2019-09-11 12:56:11 -07:00
Robin Dunn
46ca3dbc70
Merge pull request #1337 from swt2c/time_clock_removed
...
Replace time.clock (removed in Python 3.8) with time.process_time
(cherry picked from commit 59e70e7c76 )
2019-09-05 19:46:41 -07:00
Robin Dunn
0ddc262ee5
Some tweaks for PenInfo and GraphicsPenInfo wrappers
2019-09-04 14:29:31 -07:00
JillHolliday
883d093cda
Update buttons.py
2019-09-03 12:12:01 +01:00
Pappenreiter.Thomas
fbe0951950
Feature: Colouring columns in hypertreelist
2019-08-28 14:26:32 +02:00
Robin Dunn
81d331b864
docstring tweaks
2019-08-26 20:51:16 -07:00
Robin Dunn
8a5df76dba
fix typo
2019-08-20 11:53:19 -07:00
Robin Dunn
f7ff075f45
Various fixes and tweaks to go with the wxWidgets update
2019-07-31 12:20:00 -07:00
Robin Dunn
de4d1d811a
Merge pull request #1301 from wxWidgets/fix-overlay-crash
...
Fix overlay crash
2019-07-08 21:34:15 -07:00
Robin Dunn
86b361d938
Merge pull request #1272 from Metallicow/sizer-fixes
...
Fix some sizer issues with wxPy4.1
2019-07-08 21:05:12 -07:00
Robin Dunn
581f094f04
Merge pull request #1268 from tycode/dropdown-button-text-not-rendering
...
Fix AUI dropdown button not rendering text when icon is wx.NullBitmap
2019-07-08 20:57:39 -07:00
Robin Dunn
e0366971fb
Fix probable copy/paste error
2019-07-08 14:01:47 -07:00
Robin Dunn
f93e835c68
The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete
2019-06-28 23:08:49 -07:00
Metallicow
e442736ee3
Fix some sizer issues with wxPy4.1
2019-06-20 19:46:45 -05:00
Rob Rolls
7e3844710d
Fix AUI dropdown button not rendering text when icon is wx.NullBitmap
2019-06-18 18:52:44 +01:00
Robin Dunn
4d336e13ba
Merge pull request #1246 from Nyral/label_multiple_edit_fix
...
Fixes #1235 : CustomTreeCtrl edit label remains stuck forever
2019-06-04 15:32:47 -07:00
Nyral
1618e28513
#1235 Added condition to check that an edit control doesn't already exist
2019-06-01 23:16:30 +03:00
Robin Dunn
7924b3b48d
A few fixes from Jorge Moraleda
2019-05-31 21:21:06 -07:00
Robin Dunn
e74c9b2c10
Use an overlay to highlight widgets when running on GTK3
2019-05-29 19:18:50 -07:00
ricpol
6088d873f8
fixes and tests for CDate.py
2019-05-25 18:53:04 +02:00
ricpol
5a5e821424
fixed CalenDlg to make it work with the other updates
2019-05-25 17:11:24 +02:00
ricpol
f74f4dde34
give up calendar to avoid possible import shadowing
2019-05-25 16:59:39 +02:00
ricpol
0ea38e43d8
smart date setting in SetDate
2019-05-25 16:12:38 +02:00
ricpol
e2023a1fbc
setter APIs now actually set valid dates
2019-05-24 19:41:06 +02:00
ricpol
b7641ca656
fixed bug in key navigation when crossing DST boundary
2019-05-24 14:40:29 +02:00