Commit Graph

3523 Commits

Author SHA1 Message Date
Robin Dunn
4a5a2a844c Set a default background colour for the generic buttons 2017-12-29 13:20:42 -08:00
Robin Dunn
2db369f9bb Merge pull request #655 from RobinD42/fix-issue633
Update clipboard sample code
2017-12-28 21:58:58 -06:00
Robin Dunn
144c9333ec Merge pull request #656 from RobinD42/fix-issue635
Fix OGL's ShapeCanvas to draw properly when the window is scrolled and other fixes
2017-12-28 21:58:43 -06:00
Robin Dunn
beec04eacd PrepareDC for the wx.MemoryDCs too 2017-12-28 16:08:50 -08:00
Robin Dunn
7e8a27e170 Clean up access to the Canvas's buffer bitmap 2017-12-28 15:59:04 -08:00
Robin Dunn
c7c2de0a1b It looks like Overlay use was started but never fully implemented. Remove it all for now. 2017-12-28 15:55:39 -08:00
Robin Dunn
583549098a Also PrepareDC for the wx.ClientDC's used for intermediate drawing 2017-12-28 15:42:34 -08:00
Robin Dunn
28cde58761 Fix OGL's ShapeCanvas to draw properly when the window is scrolled,
and to also adjust the mouse coordinates, etc.
2017-12-28 15:20:43 -08:00
Robin Dunn
ce7333945f Update clipboard sample code 2017-12-28 14:19:35 -08:00
Robin Dunn
7a9fb7bb53 Merge pull request #646 from swt2c/pycairo_1.11+
Add wxcairo support for pycairo 1.11.1+
2017-12-20 11:15:01 -06:00
Scott Talbert
4dc6a80d57 Add wxcairo support for pycairo 1.11.1+ 2017-12-15 22:13:54 -05:00
Robin Dunn
dfda2a9c55 Merge pull request #644 from stahta01/staging
Fix MSys2/mingw32 build error caused by typo in buildtools/config.py
2017-12-12 22:52:39 -06:00
Tim S
528884e914 fix bugs or issues not related to MSys2 2017-12-12 19:17:10 -05:00
Robin Dunn
3a2ecb7d8e Merge pull request #636 from RobinD42/fix-issue610
Update wxWidgets submodule commit
2017-11-27 23:38:23 -06:00
Robin Dunn
d560c0611b Update wxWidgets submodule commit 2017-11-27 19:50:48 -08:00
Robin Dunn
7a302c70c7 Merge pull request #629 from RobinD42/fix-issue606
Update wxWidgets submodule commit
2017-11-23 12:51:27 -06:00
Robin Dunn
61f9f9891f Update wxWidgets submodule commit 2017-11-22 22:25:07 -08:00
Robin Dunn
9ec6c2f0d4 Merge pull request #626 from RobinD42/fix-issue624
Fix our wxEvtHandler::Disconnect replacement
2017-11-22 19:57:00 -06:00
Robin Dunn
fbf078ee29 Add changelog note 2017-11-21 18:43:06 -08:00
Robin Dunn
0ffd220385 Fix our wxEvtHandler::Disconnect replacement
* Fix C++ compare of the handler functor
 * Use PyObject_RichCompare to check for matching python handlers
2017-11-21 18:34:59 -08:00
Robin Dunn
d3ac0d6ab6 Set min target OSX version here too 2017-11-21 16:09:03 -08:00
Robin Dunn
4535d5371b Merge pull request #625 from RobinD42/fix-issue607
Add MappedType for wxMessageDialog::ButtonLabel,
2017-11-19 02:28:00 -06:00
Robin Dunn
d4411fbcef Fix issue ID 2017-11-18 19:28:17 -08:00
Robin Dunn
03d1e1559c Add MappedType for wxMessageDialog::ButtonLabel,
so MessageDialog methods can take either string or stock IDs.
2017-11-18 19:26:42 -08:00
Robin Dunn
3e837e3dc5 Merge pull request #622 from RobinD42/fix-issue613
Fix event typename
2017-11-18 00:42:12 -06:00
Robin Dunn
2113333bbe Move all the EVT_ instantiations to the module object,
so they are found at the right scope in the *.pyi files.
2017-11-17 22:38:57 -08:00
Robin Dunn
d4814517fd Fix event typename 2017-11-17 22:00:38 -08:00
Robin Dunn
b36669c7c9 Merge branch 'master' into fix-issue605 2017-11-17 22:57:59 -06:00
Robin Dunn
7feff9384e Merge pull request #620 from RobinD42/fix-issue595
Fix comparing TreeListItem __eq__ and __ne__
2017-11-17 22:56:52 -06:00
Robin Dunn
59c14b0367 Merge pull request #619 from RobinD42/fix-issue596
dataview tweaks, and demo update for CustomRenderer
2017-11-17 22:56:38 -06:00
Robin Dunn
9c253cfca4 TextEditMixin fixes for lost new text value in the end edit event 2017-11-17 16:18:29 -08:00
Robin Dunn
b180e6b9d4 dataview tweaks, and demo update for CustomRenderer 2017-11-17 14:52:40 -08:00
Robin Dunn
63375eb1ce Add changelog item 2017-11-17 14:46:25 -08:00
Robin Dunn
4012e27c14 Fix __eq__ and __ne__ for comparing TreeListItem with None 2017-11-17 14:45:01 -08:00
Robin Dunn
dadccaedb6 changelog for issues 592, 349, 612 2017-11-16 14:20:39 -08:00
Robin Dunn
b451d8bfb9 Reset submodule changeset pointer 2017-11-16 13:05:37 -08:00
Robin Dunn
d35841602c Merge branch 'lc_mixin' of https://github.com/david-hughes/Phoenix into david-hughes-lc_mixin 2017-11-16 13:03:24 -08:00
Robin Dunn
ead4fd3253 Merge pull request #618 from infinity77/documentation
These fixes should get rid of issues #485 and #440
2017-11-16 14:59:06 -06:00
Robin Dunn
12049b45b3 Merge pull request #617 from infinity77/HTL-349
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349.
2017-11-16 14:57:24 -06:00
Robin Dunn
6e1385af51 Merge pull request #616 from infinity77/ULC-592
UltimateListCtrl: add an "Index" property to UltimateListEvent so the…
2017-11-16 14:55:51 -06:00
infinity77
838db7bd93 These fixes should get rid of issues #485 and #440 2017-11-15 16:50:57 +01:00
infinity77
9c415f2615 The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349. 2017-11-15 16:42:26 +01:00
infinity77
c190473cf4 UltimateListCtrl: add an "Index" property to UltimateListEvent so the demo does not complain anymore. Maybe should add somemore properties for the other getters/setters too... Fixes #592 2017-11-15 16:38:58 +01:00
David Hughes
fbf274b031 Altered is True and is False conditions in CheckListCtrlMixin 2017-11-14 10:46:31 +00:00
David Hughes
19e3e1f842 Commit submodule ext/wxWidgets changes 2017-11-14 10:28:01 +00:00
Robin Dunn
530b21f009 Add libwebkit2gtk-4.0-dev, libsdl2-dev to possible dependency list 2017-11-13 11:53:28 -08:00
Robin Dunn
0aa026ab3e Merge pull request #593 from infinity77/master
fix aui/auibook.py for issue #358
2017-11-08 19:50:12 -06:00
Robin Dunn
90cdcd8f73 Merge pull request #604 from kollivier/table_sizer_removal
Fixes #579. TableSizer was never completed and only errors out when…
2017-11-08 19:49:04 -06:00
Robin Dunn
3d732247bf Merge pull request #602 from kollivier/static_box_parent_demo
Static box parent demo
2017-11-08 19:48:11 -06:00
Robin Dunn
9fc5e86426 Merge pull request #601 from kollivier/sized_static_box
Sized static box
2017-11-08 19:46:51 -06:00