Commit Graph

4762 Commits

Author SHA1 Message Date
Metallicow
d710c0ffcc Reduce item.GetState() calls to 1
With a toolbar(s) with x amount of buttons reduce the number of calls from possibly 3-6 each iteration down to 1.
2020-06-08 07:14:58 -05:00
Robin Dunn
bda5fbefd7 Fix comment text in code snippet 2020-05-22 10:59:27 -07:00
Robin Dunn
e49398b59b wx.Clipboard.Flush now asserts on OSX instead of just returning False 2020-05-20 14:49:27 -07:00
Robin Dunn
5c0df63e28 Merge pull request #1643 from Metallicow/fix-STC-StartStyling-demo
Fix STC StartStyling Demo
2020-05-20 14:29:04 -07:00
Robin Dunn
713fa4a479 Merge pull request #1638 from efahl/patch-1
Eliminate deprecation warning
2020-05-20 14:15:16 -07:00
Robin Dunn
d5b233554d Merge branch 'topic2t push origin masterk-ulc_add_orientation_to_GetSrollPos' 2020-05-20 14:13:22 -07:00
Robin Dunn
18abfc65aa Add changelog entry 2020-05-20 14:12:47 -07:00
Robin Dunn
00d03bb10f Merge branch 'ulc_add_orientation_to_GetSrollPos' of https://github.com/topic2k/Phoenix into topic2k-ulc_add_orientation_to_GetSrollPos 2020-05-20 14:09:49 -07:00
Robin Dunn
9976b64d44 Merge pull request #1631 from topic2k/ulc_get_checked_item_count
[ULC] add method GetCheckedItemCount
2020-05-20 14:08:39 -07:00
Robin Dunn
b3e7af0527 Merge branch 'topic2k-ulc_add_col-idx_to_event' 2020-05-20 14:04:15 -07:00
Robin Dunn
1922f91302 Add changelog item 2020-05-20 14:04:00 -07:00
Robin Dunn
d1acfb6593 Merge branch 'ulc_add_col-idx_to_event' of https://github.com/topic2k/Phoenix into topic2k-ulc_add_col-idx_to_event 2020-05-20 14:03:36 -07:00
Robin Dunn
21969cc1b2 Merge pull request #1629 from topic2k/ulc_fix_GetLineLabelRect
[ULC] fix calculation of line width
2020-05-20 13:51:20 -07:00
Robin Dunn
22e1a05941 Merge pull request #1627 from jmoraleda/issue_1364
Fix issue #1364
2020-05-20 13:23:19 -07:00
Robin Dunn
0b6aec67ef Merge branch 'topic2k-ulc_no_drag' 2020-05-20 13:20:47 -07:00
Robin Dunn
3ba2e000ea Add changelog entry 2020-05-20 13:20:03 -07:00
Robin Dunn
ed2e69eb46 Merge branch 'ulc_no_drag' of https://github.com/topic2k/Phoenix into topic2k-ulc_no_drag 2020-05-20 13:17:35 -07:00
Robin Dunn
433d013ad9 Merge pull request #1608 from jmoraleda/dvc_sample_remove_gtk_exception
Remove GTK exceptional handling in DVC Custom Renderer sample
2020-05-20 13:12:54 -07:00
Metallicow
a04e2927a9 Fix STC StartStyling Demo
Update indicator stuff to work with wxPy4.0 and 4.1 with scintilla version change
2020-05-19 02:38:08 -05:00
topic2k
d690edb3af add method GetCheckedItemCount
Added a method to get the number of checked items.
2020-05-17 14:53:05 +02:00
Robin Dunn
92fd2ea525 typo fix 2020-05-15 13:03:25 -07:00
Robin Dunn
88ff7b1697 Remove demo/version.py, it's a generated file. 2020-05-15 12:56:54 -07:00
Robin Dunn
cbf218d561 Stub out MSWSetTabStops for now 2020-05-14 17:04:37 -07:00
Robin Dunn
8dba98cdc3 Remove now unneeded tweak for the wxFontInfo ctor 2020-05-14 16:52:16 -07:00
Robin Dunn
213c68352d Add changelog entry for the DVC HasValue change 2020-05-14 16:51:19 -07:00
Robin Dunn
c84aa19c55 Update sample to to show DataViewModel.HasValue usage 2020-05-14 16:49:19 -07:00
Robin Dunn
a00c8ff447 AllowNone for wxDVCVariant, like wxVariant 2020-05-14 16:48:53 -07:00
Robin Dunn
9d3d2d3f43 Log the wx.DragResult names rather than just the integer value 2020-05-14 16:33:24 -07:00
Robin Dunn
2d241d0fb7 Make some columns editable 2020-05-14 16:33:08 -07:00
Robin Dunn
6885cf4226 i_wxPyMakeBuffer needs to acquire the GIL 2020-05-14 16:32:56 -07:00
Robin Dunn
6c2251229f handle an OSError exception 2020-05-14 16:31:59 -07:00
Robin Dunn
62f77a2860 Update wxWidgets ref 2020-05-14 16:31:08 -07:00
efahl
2c571edc23 Eliminate deprecation warning
Remove import of 'imp' module to eliminate deprecation warning.
2020-05-14 12:00:56 -07:00
Jorge Moraleda
9a8a303daa Fix issue #1364 2020-05-07 20:17:13 -07:00
topic2k
659a9b01ca add orientation parameter to GetScrollPos 2020-05-02 12:55:14 +02:00
topic2k
25c9a6bc78 add parameter column index to SendNotify
Added a column parameter to SendNotify and set it to the column index in an UltimateListEvent where applicable.
2020-05-02 12:18:26 +02:00
topic2k
95039b7059 new agwFlag ULC_NO_ITEM_DRAG
Disable item dragging
2020-05-01 11:53:27 +02:00
topic2k
7dfccd5b37 fix calculation of line width
If one or more columns are hidden, HitTest would falsely report a hit when clicked right beside the last visible column within the range of the hidden column(s).
2020-05-01 11:28:19 +02:00
Robin Dunn
20a2e9a4e7 Start changelog section for 4.1.1 2020-04-26 19:43:47 -07:00
Robin Dunn
f4ad513ce1 Merge pull request #1614 from wxWidgets/fix-issue1613
Add missing binder for wxEVT_STC_AUTOCOMP_SELECTION_CHANGE
2020-04-26 19:42:09 -07:00
Robin Dunn
6eb5e172a9 Fix copy/paste error 2020-04-26 13:35:53 -07:00
Robin Dunn
dfe55db991 Add missing binder for wxEVT_STC_AUTOCOMP_SELECTION_CHANGE 2020-04-26 12:30:23 -07:00
Robin Dunn
b475c35a2d Merge branch 'release-prep' 2020-04-24 12:41:58 -07:00
Robin Dunn
b7f544d5b6 Bump version number for eventual next release 2020-04-24 12:41:48 -07:00
Jorge Moraleda
863e3f61da Remove exception ind DVC Custom Renderer sample that implies that columns with custom renderers cannot be correctly edited under GTK since this is no longer the case. 2020-04-23 16:34:19 -07:00
Robin Dunn
35e0b9cea8 Update announcement text wxPython-4.1.0 2020-04-23 15:14:41 -07:00
Robin Dunn
2800471f47 Add note about being the last 2.7 build 2020-04-23 15:14:41 -07:00
Robin Dunn
dacce7b2a6 Minor text tweaks in the changelog, also update the release date 2020-04-23 15:14:41 -07:00
Robin Dunn
01bf66b411 Minor update to ext/README.txt to mention NanoSVG 2020-04-23 15:14:41 -07:00
Robin Dunn
aa8430ad39 Fix error with symlinks when building the wheel on Linux 2020-04-23 15:14:41 -07:00