Commit Graph

3034 Commits

Author SHA1 Message Date
Robin Dunn
e6c6116f5b Fix GridTableBase.GetValue and related methods to work more like they did in Classic. 2017-05-05 17:19:01 -07:00
Robin Dunn
7c2e087bfc Use wxWidgets commit tagged v3.0.3 2017-05-02 15:52:41 -07:00
Robin Dunn
cbe6dab1c5 tweak snapshot wording a bit, again 2017-04-29 13:05:44 -07:00
Robin Dunn
0a2057c1ea tweak snapshot wording a bit 2017-04-29 13:04:14 -07:00
Robin Dunn
1ad1e58d42 Merge pull request #336 from Metallicow/patch-1
Update README Add Snapshot Builds Link
2017-04-29 12:59:30 -07:00
Robin Dunn
40a98dad4c Merge pull request #340 from RobinD42/fix-issue337
Stop the main timer when the toast is done, otherwise it will burn
2017-04-28 21:36:59 -07:00
Robin Dunn
f8407dfc00 Merge pull request #339 from RobinD42/fix-issue318
Mark wxXmlSubclassFactory::Create as a factory function
2017-04-28 21:08:00 -07:00
Robin Dunn
5348e369bc Stop the main timer when the toast is done, otherwise it will burn 2017-04-28 20:57:38 -07:00
Robin Dunn
5a669d5462 Change wx.SafeYield back to wx.YieldIfNeeded 2017-04-28 15:29:17 -07:00
Robin Dunn
0272dab5fb Mark wxXmlSubclassFactory::Create as a factory function 2017-04-28 15:26:29 -07:00
Metallicow
a81093c4b3 Update README Add Snapshot Builds Link 2017-04-28 05:32:25 -05:00
Robin Dunn
bceb1d27c3 Merge pull request #335 from RobinD42/fix-issue331
Add a missing constant and enum for wx.grid
2017-04-27 23:53:04 -07:00
Robin Dunn
407184902f Update wxWidgets branch 2017-04-27 19:39:52 -07:00
Robin Dunn
44d2b5d309 Add a missing constant and enum for wx.grid 2017-04-27 09:35:48 -07:00
Robin Dunn
cfc93cc9c3 Merge pull request #330 from Nutznieser/patch-1
Fix screen flickering due to multiple refreshes on non-GTK platform
2017-04-27 09:15:12 -07:00
Robin Dunn
82c9b45690 Merge pull request #332 from driscollis/patch-3
Update DVC_DataViewModel.py
2017-04-27 09:13:01 -07:00
Mike Driscoll
e40707fd30 Update DVC_DataViewModel.py
Fix a bunch of typos in the comments
2017-04-27 08:41:31 -05:00
Robin Dunn
26457963c2 Add —relwithdebug flag for dist builds 2017-04-26 19:22:14 -07:00
Robin Dunn
d818b94998 Clarify comment 2017-04-26 19:17:40 -07:00
Robin Dunn
cfff0baccb Add the python version to the pdb zip filename 2017-04-26 18:30:34 -07:00
Robin Dunn
e5bfaebcc6 Add cmd to move the *.pdb files into a zip file, do it by default when building an egg or wheel. 2017-04-26 18:30:34 -07:00
Robin Dunn
c6ad8a4b8a Add flags to create .pdb files for the --msvc-relwithdebug option 2017-04-26 18:30:33 -07:00
Robin Dunn
81751caf40 Merge branch 'fix-deleteallpages' 2017-04-26 18:27:12 -07:00
Robin Dunn
43a4106c98 typo 2017-04-26 16:19:44 -07:00
Robin Dunn
8376744f66 Add wrapper for wxNotebook::DeleteAllPages 2017-04-26 16:18:39 -07:00
Nutznieser
7a4848a12d Fix screen flickering due to multiple refreshes
The event is only important for GTK; see issue #270
2017-04-26 09:25:42 +02:00
Robin Dunn
0b9aa6e58f Merge pull request #329 from RobinD42/dataview-fixes
DataView fixes
2017-04-25 19:48:13 -07:00
Robin Dunn
5b26416ecb Fix the virtual catcher code, and some cleanup. 2017-04-25 17:40:24 -07:00
Robin Dunn
b50b321d0e Fix some virtual method signatures 2017-04-25 14:37:50 -07:00
Robin Dunn
9c9b66f220 Merge pull request #321 from Nutznieser/patch-1
Fix wx._core.wxAssertionError at dragging a agw.aui tab
2017-04-24 18:44:52 -07:00
Robin Dunn
b8dd7aeba1 Merge pull request #320 from pauldmccarthy/agw_osx_segfault_fix
A couple of fixes to lib/agw/aui to prevent segfaults under OSX
2017-04-24 18:43:14 -07:00
Robin Dunn
711ce24cba Merge pull request #328 from RobinD42/fix-issue316
Clear the error set by earlier (failed) tests when creating a wxVariant
2017-04-24 18:41:02 -07:00
Robin Dunn
5a14acd54d Merge pull request #327 from RobinD42/fix-issue324
Fix the [G|S]etClientData methods in wx.CommandEvent
2017-04-24 18:40:16 -07:00
Robin Dunn
3d81e4f4fa Merge pull request #326 from RobinD42/fix-issue322
Fix the SetFonts method in HtmlEasyPrinting and HtmlPrintout
2017-04-24 18:40:02 -07:00
Robin Dunn
38390590cc Oops, forgot some braces 2017-04-24 18:37:38 -07:00
Robin Dunn
fd8fa8431d Clear the error set by earlier (failed) tests when creating a wxVariant 2017-04-24 16:17:45 -07:00
Robin Dunn
c073d1be58 Fix the SetFonts in HtmlEasyPrinting and HtmlPrintout too 2017-04-24 12:36:29 -07:00
Robin Dunn
99c7e500b1 Fix the [G|S]etClientData methods in wx.CommandEvent
to be tweaked the same way they are in wx.ClientDataContainer, and add a ClientData property for each class. Update the unittests accordingly.
2017-04-24 10:19:35 -07:00
Nutznieser
a2676ac03c Fix wx._core.wxAssertionError at dragging a tab
see issue #93
2017-04-23 20:05:57 +02:00
Paul McCarthy
ae0f6c55ea A couple of fixes to lib/agw/aui to prevent segfaults under OSX when
AuiNotebook tabs are closed.
2017-04-23 11:30:11 +01:00
Robin Dunn
7f1d93a3e7 Fix wxWidgets docset version number 2017-04-21 17:19:55 -07:00
Robin Dunn
b91dc50631 tweak —no-magic description 2017-04-20 17:11:14 -07:00
Robin Dunn
c688587c0a Ensure the notebook still exists as the delivery of the changed and changing events may not happen right away 2017-04-20 17:11:13 -07:00
Robin Dunn
242e054552 Update copyright year 2017-04-20 17:11:13 -07:00
Robin Dunn
30304bcc69 Merge pull request #311 from Metallicow/revert-hack
Revert customtreectrl hack
2017-04-20 08:59:35 -07:00
Metallicow
fa0001c49c Revert customtreectrl hack 2017-04-19 17:30:01 -05:00
Robin Dunn
2f5cdf0553 Add description of the ABI tag 2017-04-18 18:53:16 -07:00
Robin Dunn
b7e0535b57 Add user-interface keyword 2017-04-18 18:53:16 -07:00
Robin Dunn
b217b92aa3 Move TODO items to github issues 2017-04-18 18:53:16 -07:00
Robin Dunn
9067aa13f0 Update README for the snapshots folder 2017-04-18 18:53:16 -07:00