Commit Graph

868 Commits

Author SHA1 Message Date
Robin Dunn
1120ca212b A few docstring tweaks 2019-09-04 14:28:09 -07:00
Robin Dunn
b9e804bdd4 More radial gradient experimenting 2019-09-04 14:28:09 -07:00
Robin Dunn
94b98f968e Rename SVGimage to SVGimageBase, so SVGimage can be pure python and in the __init__.py file 2019-09-04 14:28:09 -07:00
Robin Dunn
ce4a4d96d8 more tweaking around with radial gradients 2019-09-04 14:28:09 -07:00
Robin Dunn
68357daec7 more radial gradient tweaks 2019-09-04 14:28:09 -07:00
Robin Dunn
b4e40843d5 working on radial gradients 2019-09-04 14:28:09 -07:00
Robin Dunn
13796f88c1 Add method to transform and fetch the start and stop points for linear gradients 2019-09-04 14:28:09 -07:00
Robin Dunn
efd8d48b42 Add color_rgba helper for gradient stops 2019-09-04 14:28:09 -07:00
Robin Dunn
f0a0f8a65c Add rasterization methods 2019-09-04 14:28:09 -07:00
Robin Dunn
ce2046549d Add color_rgba, points, some __repr__s and other tweaks 2019-09-04 14:28:09 -07:00
Robin Dunn
a5bd9f39a8 restore original char* parameter 2019-09-04 14:28:09 -07:00
Robin Dunn
fc590e69f5 fiddle with buffer options 2019-09-04 14:28:09 -07:00
Robin Dunn
e7ebf2024e rearrange things and a few minor tweaks 2019-09-04 14:28:08 -07:00
Robin Dunn
1df2811e9e Update docstring 2019-09-04 14:28:08 -07:00
Robin Dunn
b6e414b275 Add WIP wrappers for nanosvg into the wx.svg package 2019-09-04 14:28:08 -07: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
ricpol
a9e2b1884f key navigation now sets date, emits event 2019-05-24 12:48:30 +02:00
ricpol
b8ff38317f fixed EVT_PAINT bug in cross-month key navigation 2019-05-23 18:11:53 +02:00
ricpol
d551696dde rely on datetime, calendar instead of CDate module 2019-05-23 12:57:03 +02:00
Robin Dunn
1c51bc0de8 Merge pull request #1200 from pkienzle/master
python 2/3 compatible file handling in wx.py
2019-05-13 21:28:34 -07:00
Robin Dunn
2f6e88ffee Merge pull request #1202 from pkienzle/issue-1156-pywxrc
Fix wx/tools/pywxrc for py2/3 compatibility. Refs 1156.
2019-05-13 21:25:56 -07:00
Robin Dunn
384cc82709 Compensation for scrollbar width on GTK is no longer needed.
(cherry picked from commit 8b88b13cb1)
2019-05-13 19:45:47 -07:00
Paul Kienzle
092bb845d5 Fix wx/tools/pywxrc for py2/3 compatibility. Refs 1156. 2019-04-14 13:45:08 -04:00
Paul Kienzle
37a575c1fb python 2/3 compatible file handling. Refs #1193. 2019-04-13 02:19:52 -04:00
kg-2
f8add4de3f Update FCObjects.py
raises a ValueError instead of an AttributeError b/c self.Image is never set
2019-01-02 19:08:40 -08:00
Robin Dunn
999bf9f92b Merge pull request #1096 from Metallicow/aui-fixes-Dec2018
Aui fixes dec2018
(cherry picked from commit d3deff2ed8)
2018-12-21 14:45:49 -08:00
Robin Dunn
cb1488a295 Merge pull request #1111 from a358003542/master
toasterbox.py
2018-12-21 14:20:37 -08:00
Robin Dunn
7876de4a32 Merge pull request #1110 from jensgoe/fix_newline_tokenize
ignore newline added by Tokenize module since Python 3.6
2018-12-21 14:18:15 -08:00
wanze
b10595e713 toasterbox.py 2018-12-13 15:15:53 +08:00
jensgoe
714a9a222d ignore newline added by Tokenize module since Python 3.6 (fixes #1109) 2018-12-12 16:00:46 +01:00
jensgoe
5d80f94f21 fixed argument assignment 2018-12-05 14:12:16 +01:00