Commit Graph

786 Commits

Author SHA1 Message Date
Martin Ettl 5bdab9e85a wxwidgets.cfg: Improved support for some wxString functions. 2018-02-26 13:57:24 +01:00
Sebastian 1d14919649
wxwidgets: Fix syntax checking errors and warning (#1093)
wxDebugContext is only defined if wxUSE_DEBUG_CONTEXT is 1, so otherwise
just skip it for syntax checking because it will fail.
Change wxT to wxT_2 and add wxT_2 to the config to remove a warning
during syntax check and be more compatible with newer/older wxwidgets
versions.
Be more precise when replacing function like macros, fix redundant macro
definition for "_".
2018-02-21 12:20:56 +01:00
orbitcowboy 2ce8a3fc95 wxwidgets.cfg: Improved support for some deprecated functions. 2018-02-20 23:34:01 +01:00
orbitcowboy 2defdb7d4c wxwidgets.cfg: Added more deprecated functions. 2018-02-14 09:53:40 +01:00
orbitcowboy 8ef56972da wxwidgets.cfg: Added more deprecated-functions. 2018-02-11 16:58:39 +01:00
Daniel Marjamäki 7b3898f0f4 astyle formatting
[ci skip]
2018-02-08 21:58:43 +01:00
orbitcowboy dccf96cb7b wxwidgets.cfg: Added more deprecated functions. 2018-02-07 13:33:15 +01:00
orbitcowboy dea662891a wxwidgets.cfg: Added some functions from the deprecated wxWidets-list (http://docs.wxwidgets.org/trunk/deprecated.html). 2018-02-07 11:40:42 +01:00
Sebastian 14e45f9dcb
wxwidgets library: Fix/Enhance cfg, add test file (#1082)
Add test file for wxwidgets configuration, fix found issues and enhance
the cfg a bit:
Fix declarations in comments for wxLog* functions.
Merge the two wxTextFile::Create overloaded function configurations into
one that works for both now.
Removed use-retval attribute from wxBoxSizer::AddSpacer and
wxButton::SetDefault configuration since the functions have side effects
and there is no need to use the return value.
Add some function configurations, the macro _(str) and POD wxLogLevel.
2018-02-06 15:33:45 +01:00
orbitcowboy b73d4ce62e wxwidgets.cfg: There is no need to use the return value from wxMenu::Append(). 2017-10-20 11:01:37 +02:00
orbitcowboy f1e5f64690 wxwidgets.cfg: Added support for wxMenu:Append(). 2017-10-17 10:59:23 +02:00
orbitcowboy 9647793af9 wxwidgets.cfg: Added support for some wxStaticBoxSizer functions. 2017-09-21 14:47:24 +02:00
orbitcowboy 7e6aeb6394 wxwidgets.cfg: Added support for some wxBoxSizer functions. 2017-09-21 14:37:42 +02:00
orbitcowboy fbb5c3b942 wxwidgets.cfg: Added support for some wxSpinCtrlDouble functions. 2017-09-21 11:29:59 +02:00
orbitcowboy 095e435031 wxwidgets.cfg: Added support for some wxTextFile functions. 2017-09-04 14:52:10 +02:00
orbitcowboy 4734301bef wxwidgets.cfg: Added more #defines from wx/defs.h 2017-08-29 19:51:15 +02:00
orbitcowboy 35b94a1810 wxwidgets.cfg: Improved support for some wxWidgets #defines. 2017-08-29 01:13:54 +02:00
Daniel Marjamäki 0496e29910 astyle formatting
[ci skip]
2017-08-15 11:27:49 +02:00
orbitcowboy 06c798a81a Cleanup comments. There are no functional changes. 2017-08-11 16:58:21 +02:00
orbitcowboy b28b7712c1 wxwidgets.cfg: Added support for some wxColour functions. 2017-08-11 16:42:43 +02:00
orbitcowboy cf32e565c2 wxwidgets.cfg: Added support for some wxButton-functions. 2017-08-08 17:00:29 +02:00
orbitcowboy fb925069a5 wxwidgets.cfg: Added <use-retval/>-flag for getter-functions. 2017-08-07 16:58:19 +02:00
orbitcowboy 8f262c2c90 wxwidgets.cfg: Added support for some wxRadioBox-functions. 2017-08-07 16:45:07 +02:00
orbitcowboy d409934bd3 wxwidgets: Added support for wxTimer functions. 2017-08-03 13:56:31 +02:00
orbitcowboy 3c7f6cf9c8 wxwidgets.cfg: Added support for some wxSlider functions. 2017-08-03 10:34:16 +02:00
orbitcowboy 72f5c11143 wxwidgets.cfg: Added more returnValue-types. 2017-08-02 14:48:27 +02:00
Daniel Marjamäki d1dfe21121 astyle formatting
[ci skip]
2017-07-29 18:53:38 +02:00
orbitcowboy 49805d386b wxwidgets.cfg: Improved cfg for some wxWidgets functions. 2017-07-29 13:16:51 +02:00
orbitcowboy 22abfb811a wxwidgets.cfg: Removed not needed formatstr-tag. 2017-07-28 18:05:24 +02:00
orbitcowboy 26f65689a4 wxwidgets.cfg: Added support for wxSpinCtrl::SetBase(). 2017-07-28 16:56:58 +02:00
orbitcowboy adab48a0e1 wxwidgets.cfg: Improved support for wxSpinCtrl getters. 2017-07-26 12:05:52 +02:00
orbitcowboy c62e46dc6e posix.cfg: Report memory leak when memory is allocated with getaddrinfo() and it is not freeded with freeaddrinfo(). 2017-07-17 15:17:20 +02:00
Rick van der Sluijs 2c3e274f0a - Added more string constant encapsulation macros
- Added more format string functions (including log functions)
- Added assert macros
- Added type limits and definitions
2017-07-14 22:18:02 +02:00
Daniel Marjamäki 26ec339120 wxwidgets.cfg: Define macros which don't necessarily require semicolons at the end 2017-05-28 22:16:44 +02:00
orbitcowboy 428c376b61 wxwidgets.cfg: Added support for more wxString functions. 2017-03-06 16:52:55 +01:00
orbitcowboy 0422d05a34 library: Added wxwidgets.cfg file. 2016-08-29 15:29:18 +02:00