Robin Dunn
e3ef0db163
Fix typos and trim whitespace
2019-12-31 14:13:20 -08:00
Robin Dunn
e88c385e14
Merge pull request #1466 from wxWidgets/fix-issue1458
...
Tweak 3.x versions in the docs to 4.x, to adjust for the difference in version numbers
2019-12-20 19:57:55 -08:00
Robin Dunn
65c8397ddb
Tweak 3.x versions in the docs to 4.x, to adjust for the difference in version numbers
2019-12-20 16:34:58 -08:00
jensgoe
8c3f231b0c
added unittests for setters
...
(cherry picked from commit 216b9a824b )
2019-12-18 18:15:16 -08:00
jensgoe
4e49216913
added setters for public wx.KeyEvent attributes
...
(cherry picked from commit 526ad4f931 )
2019-12-18 18:14:34 -08:00
Robin Dunn
e7fbe980e1
Use the dpi-aware manifest, if the compiler is new enough to be able to use it.
2019-12-17 19:42:27 -08:00
Robin Dunn
4fd7956ece
Update wxWidgets submodule
2019-12-17 19:15:13 -08:00
Robin Dunn
96e92b50ad
Restore widget image file
2019-12-17 19:06:38 -08:00
Robin Dunn
5aa9d48bcb
remove file with conflicting cased names in git
2019-12-17 19:03:36 -08:00
Robin Dunn
74d965f0f3
Merge pull request #1459 from domdfcoding/master
...
Added / changed images for multiple widget types.
2019-12-17 18:51:55 -08:00
Robin Dunn
46bae17ae2
Merge pull request #1462 from moench-tegeder/env_can_set_make
...
GNUMakeBuilder: "make" command controllable via environment
2019-12-16 10:10:05 -08:00
Christoph Moench-Tegeder
e539f81cd9
GNUMakeBuilder: "make" command controllable via environment
...
Some systems (notably BSDs) install GNU make as "gmake" - just
invoking "make" and hoping it understands GNU arguments will not
work there. Traditionally, an alternative "make" command can be
selected with the MAKE environment variable.
This changes GNUMakeBuilder (and by extension, AutoconfBuilder)
to invoke the command given in $MAKE and fall back to "make" if
MAKE has not been set.
2019-12-15 21:58:52 +01:00
Robin Dunn
2244f954bb
Use PY2 to check the Python version.
2019-12-12 20:05:57 -08:00
Robin Dunn
18b30fc2e6
Turn off using wx-dpi-aware.manifest for Python 2.7 builds
2019-12-12 12:18:54 -08:00
Robin Dunn
78e33dd817
Update some changelog items
2019-12-12 11:20:38 -08:00
Robin Dunn
243f71a694
Fix wx version number
2019-12-12 11:20:11 -08:00
Robin Dunn
eb2a6e0962
Provide an empty wxPyApp::OSXEnableAutomaticTabbing for the other platforms
2019-12-11 19:10:19 -08:00
Robin Dunn
e3b7cadbdc
Fully split GetTextExtent and GetFullTextExtent
2019-12-11 14:02:04 -08:00
Robin Dunn
1cad84aa8e
Add some new code snippets
2019-12-11 13:58:47 -08:00
Dominic Davis-Foster
e4ef7b7735
Added images for multiple widget types. Replaced wxGTK/wx.adv.calendarctrl.png with a version in English and replaced wxMSW/wx.adv.calendarctrl.png with a more modern widget. There are two different versions for wx.RichMessageDialog on wxMSW and wxGTk, one version expanded and the other collapsed. There are also two different versions for wx.ProgressDialog on wxMSW, again collapsed and expanded
2019-12-11 20:36:14 +00:00
Robin Dunn
c106daa179
Add TODO about use of deprecated APIs
2019-12-11 12:10:22 -08:00
Robin Dunn
e1868c1ff9
Adapt wrapper for MSWSetEmulationLevel to new changes in the interface docs
2019-12-11 12:09:50 -08:00
Robin Dunn
0087c20020
Update wxWidgets submodule
2019-12-11 12:08:05 -08:00
Robin Dunn
c6854ede21
Merge pull request #1457 from wxWidgets/fix-issue1456
...
Handle ownership changes for wx.Log.SetFormatter
2019-12-10 20:47:52 -08:00
Robin Dunn
36fb1eec3b
Tweak documentation for the old wx.Font contstructor
2019-12-10 13:06:30 -08:00
Robin Dunn
42762bb439
Fix typo
2019-12-10 13:04:53 -08:00
Robin Dunn
00b0b1d3dc
Handle ownership changes for wx.Log.SetFormatter
2019-12-10 12:55:37 -08:00
Robin Dunn
bd2b8e972b
iteritems --> items
2019-12-05 13:01:08 -08:00
Robin Dunn
993d6ada93
fix duplicate py36 builder
2019-12-05 13:00:50 -08:00
Robin Dunn
f3b370b6da
Merge pull request #1448 from wxWidgets/fix-issue1444
...
Verify parameter types for Check and Set3StateValue
2019-11-22 15:58:06 -08:00
Robin Dunn
4342b5c45a
Merge pull request #1445 from wxWidgets/fix-issue1416
...
don't use reinterpret_cast in wxPGPropArgCls
2019-11-22 14:08:36 -08:00
Robin Dunn
6ab483fc19
Merge pull request #1446 from swt2c/syntax_warning
...
Fix SyntaxWarning in wx.lib.masked.maskededit
2019-11-22 14:08:12 -08:00
Robin Dunn
e1c44da146
Verify parameter types for Check and Set3StateValue
2019-11-22 13:39:16 -08:00
Scott Talbert
d050934321
Fix SyntaxWarning in wx.lib.masked.maskededit
2019-11-22 10:41:58 -05:00
Robin Dunn
2dc1d7974e
don't use reinterpret_cast in wxPGPropArgCls
2019-11-21 14:07:28 -08:00
Robin Dunn
77de080f70
Merge pull request #1441 from wxWidgets/fix-issue1428-plotcanvas
...
Fix scrollbars and scrolling in plotcanvas
2019-11-15 08:48:09 -08:00
Robin Dunn
f0ea4640d2
Changelog
2019-11-14 12:24:40 -08:00
Robin Dunn
171df70a43
Fix SyntaxWarnings
2019-11-14 12:22:45 -08:00
Robin Dunn
8f5bfd6484
Add option to the plot demo for toggling the scrollbars
2019-11-13 12:00:52 -08:00
Robin Dunn
5b91b8443e
Decouple showScrollbars property from the actual showing/hiding of the scrollbar widgets. Instead it indicates whether the scrollbars are allowed to be shown if _adjustScrollbars() determines that they are needed.
...
Also fix issues with calculating scrolled view positions when scrolling with the scrollbars.
2019-11-13 12:00:32 -08:00
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
Robin Dunn
f4f1d16834
Copy release notes for 4.0.7.post2
2019-11-12 11:43:54 -08:00
Robin Dunn
863383ba04
Merge pull request #1433 from wxWidgets/stub-webkit
...
Add stubs for the old webkit classes
2019-11-09 10:01:39 -08:00
Robin Dunn
d776ecf7b4
Merge pull request #1432 from wxWidgets/sip-4.19.19
...
Update sip to version 4.19.19
2019-11-09 10:01:30 -08:00
Robin Dunn
b2a3849813
Add stubs for the old webkit classes, in case it is disabled by configure
2019-11-08 19:59:14 -08:00
Robin Dunn
1c944efba4
Switch to default SDK, x64 build, and 10.9 deployment target for sip on OSX
2019-11-08 19:37:35 -08:00
Robin Dunn
55a49495ac
Set version and MD5s for sip 4.19.19
2019-11-08 19:36:25 -08:00
Robin Dunn
f76ff43755
Update siplib for 4.19.19
2019-11-08 19:07:19 -08:00