projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Unselect all wxDataViewCtrl items when clicking outside of the item area.
[wxWidgets.git]
/
include
/
wx
/
strvararg.h
2012-12-02
Vadim Zeitlin
Avoid using "do { ... } while ( wxFalse )" pseudo-loop.
blob
|
commitdiff
|
raw
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-05-17
Vadim Zeitlin
Allow passing wxLongLong values directly to wx pseudo...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Dimitri Schoolwerth
Fixed various typos.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Vadim Zeitlin
Fix harmless unused parameter warnings in wxDEBUG_LEVEL...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-03
Václav Slavík
Fix vararg type checking to accept ints for %c.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-03
Václav Slavík
Simply varargs type checking by adding subtypes to...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
Václav Slavík
Fix printf arguments validation code for ANSI build.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
Václav Slavík
Don't assume size_t is either int- or long-sized.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Václav Slavík
Compilation fix for compilers that don't have native...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Václav Slavík
Check wxPrintf etc. arguments types.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Václav Slavík
Add correct wxArgNormalizer code for signed char.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-28
Václav Slavík
variadic macros need specializations for both wxCharBuf...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-27
Václav Slavík
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Václav Slavík
silence gcc warnings in "vararg" functions such as...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-16
Vadim Zeitlin
fix some of icc 11.0 warnings and disable a few others
blob
|
commitdiff
|
raw
|
diff to current
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Václav Slavík
optimize wxFormatStringArgumentFinder<T> for strings...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Vadim Zeitlin
no need to reenable VC warning 4251 now as it's globall...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Paul Cornett
allow copying wxFormatString for compiler-generated...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
Watcom compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2007-08-20
Václav Slavík
fixed variadic templates in the case when char value...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Václav Slavík
removed outdated comment
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-22
Václav Slavík
normalize printf/scanf format strings correctly on...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
fixed VC6 warnings about non-dllexported members in...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-02
Václav Slavík
partially fixed passing wxUniChar as vararg argument...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Václav Slavík
fix compation with Watcom after latest vararg templates...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Václav Slavík
compilation fix for --enable-utf8 --disable-utf8only...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Václav Slavík
use wxFormatString helper class for 'vararg' functions...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
fixed passing raw unconverted strings through wxArgNorm...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
don't do char*->wchar_t*>char* roundtrip in wxArgNormal...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
fixed vararg functions with format argument to not...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-29
Václav Slavík
compilation fixes for --disable-log
blob
|
commitdiff
|
raw
|
diff to current
2007-04-29
Václav Slavík
added support for passing std::[w]string to 'vararg...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Václav Slavík
use UTF8-encoded char* strings in UTF8 build instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Václav Slavík
initial version of UTF-8 strings representation (still...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-28
Václav Slavík
allow passing wx[W]CharBuffer to wx vararg templates
blob
|
commitdiff
|
raw
|
diff to current
2007-03-26
Václav Slavík
Preparing wxString for UTF-8 representation:
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Václav Slavík
split wxchar.h into several smaller headers
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
blob
|
commitdiff
|
raw
|
diff to current