Compare commits

...

4 Commits

Author SHA1 Message Date
orbitcowboy d80e8ba705 Revert "Update manual.md (#2679)"
This reverts commit 20ade435c6.
2020-06-15 20:05:13 +02:00
Armin Müller 20ade435c6
Update manual.md (#2679) 2020-06-15 19:59:17 +02:00
orbitcowboy b589a8fa16 wxwidgets.cfg: Added support for more interfaces. 2020-06-15 19:56:25 +02:00
versat d89e1e6904 donate-cpu-server.py: Update OLD_VERSION 2020-06-15 19:43:17 +02:00
2 changed files with 49 additions and 14 deletions

View File

@ -10168,6 +10168,53 @@
<not-bool/>
</arg>
</function>
<!-- int wxGrid::GetColSize(int col) const -->
<!-- int wxGrid::GetColLeft(int col) const -->
<!-- int wxGrid::GetColRight(int col) const -->
<!-- int wxGrid::GetColPos(int col) const -->
<!-- int wxGrid::GetColMinimalWidth(int col) const -->
<function name="wxGrid::GetColSize,wxGrid::GetColLeft,wxGrid::GetColRight,wxGrid::GetColPos,wxGrid::GetColMinimalWidth">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
<!-- bool wxGrid::IsColShown(int col) const -->
<!-- bool wxGrid::IsRowShown(int row) const -->
<function name="wxGrid::IsColShown,wxGrid::IsRowShown">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
<!-- wxGridSizesInfo wxGrid::GetColSizes(void) const -->
<function name="wxGrid::GetColSizes">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="wxGridSizesInfo"/>
<use-retval/>
<const/>
</function>
<!-- int wxGrid::GetColMinimalAcceptableWidth(void) const -->
<function name="wxGrid::GetColMinimalAcceptableWidth">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- wxString wxDataViewListCtrl::GetTextValue(unsigned int row, unsigned int col) const -->
<function name="wxDataViewListCtrl::GetTextValue">
<leak-ignore/>
@ -13274,18 +13321,6 @@
<leak-ignore/>
<const/>
</function>
<!-- bool wxGrid::IsRowShown(int row) const -->
<function name="wxGrid::IsRowShown">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
<function name="wxAnimation::GetDelay">
<noreturn>false</noreturn>

View File

@ -22,9 +22,9 @@ import operator
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
# changes)
SERVER_VERSION = "1.3.5"
SERVER_VERSION = "1.3.6"
OLD_VERSION = '2.0'
OLD_VERSION = '2.1'
# Set up logging