projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added XRC handler for wxTimePickerCtrl.
[wxWidgets.git]
/
include
/
wx
/
buffer.h
2011-01-27
Stefan Csomor
supporting clang 2.0 under xcode, see #12332
blob
|
commitdiff
|
raw
2010-05-05
Václav Slavík
Fix wxScopedCharTypeBuffer<T>::CreateOwned() to match...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-26
Václav Slavík
Add wxMemoryBuffer::release().
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Václav Slavík
Remove wxUSE_WCHAR_T checks.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Vadim Zeitlin
Make it possible to use wxCharBuffer during program...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-04-14
Václav Slavík
(blind) fix for VC6s' warning about non-dll base templa...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Václav Slavík
always return (owned or non-owned, depending on build...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Václav Slavík
fixed size of buffer returned by wxFormatConverter...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-29
Václav Slavík
added length to wx(Scoped)CharBuffer to improve handlin...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-28
Václav Slavík
don't duplicate copy ctor and assignment operator code...
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
2008-12-17
Chris Elliott
fix for Borland compilation
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-11-02
Vadim Zeitlin
resolve the DLL linking problems with MSVC due to use...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-30
Vadim Zeitlin
fix linking problems due to MSVC implicitly considering...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Václav Slavík
re-fix MinGW DLL compilation
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Vadim Zeitlin
don't use WXDLLIMPEXP_BASE_DATA() around member data...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-12
Václav Slavík
made wxCharTypeBuffer<T>::release() const again, for...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-10
Václav Slavík
DLLs linking fix wxCharTypeBuffer<T>::NullData
blob
|
commitdiff
|
raw
|
diff to current
2008-08-10
Václav Slavík
added refcounting to wxCharBuffer to fix passing of...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-02
Vadim Zeitlin
PalmOS compilation fixes (wx-trunk-out.diff part of...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Paul Cornett
check for self-assignment in operator=
blob
|
commitdiff
|
raw
|
diff to current
2007-12-01
Vadim Zeitlin
test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-20
Vadim Zeitlin
define wxUTF8Buf as the type returned by wxString:...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-14
Vadim Zeitlin
added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-14
Vadim Zeitlin
added WXDLLIMPEXP_BASE for a couple of template classes...
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-11
Václav Slavík
fixed VC6 warnings about non-dllexported members in...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-10
Václav Slavík
1. made CRT wrappers definitions indepenent of wxUSE_UN...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Václav Slavík
added missing forward declaration for wxCStrData
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Václav Slavík
moved vararg CRT functions wrappers to a new wxcrtvarar...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Václav Slavík
added wxCStrData::As[W]CharBuf() that doesn't keep...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-14
Václav Slavík
added ability to create 'non-owned' buffers that aren...
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-04-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Václav Slavík
added missing public keyword to wxWritableCharTypeBuffe...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Václav Slavík
added char_str() and wchar_str() methods to wxString...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-23
Vadim Zeitlin
fix DLL build with MSVC: it wasn't happy that some...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Václav Slavík
reimplemented wx[W]CharBuffer using templates
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Vadim Zeitlin
added ctor for wxChar/WCharBuffer from wxCStrData in...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Vadim Zeitlin
added wxWxCharBuffer which stands for buffer of wxChars
blob
|
commitdiff
|
raw
|
diff to current
2006-04-02
Vadim Zeitlin
added wxBuffer::reset()
blob
|
commitdiff
|
raw
|
diff to current
2006-04-01
Vadim Zeitlin
added extend() method which realloc()s the buffer
blob
|
commitdiff
|
raw
|
diff to current
2006-03-31
Vadim Zeitlin
default ctor should create an empty/uninitialized buffe...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Vadim Zeitlin
renamed BLOCK_SIZE which conflicts with a #define in...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
missing const added (patch 1295036)
blob
|
commitdiff
|
raw
|
diff to current
2005-04-16
Robin Dunn
Allow wxCharBuffer to be constructed without parameters...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-30
Václav Slavík
dllexport buffer classes used by wxString
blob
|
commitdiff
|
raw
|
diff to current
2004-07-16
Roger Gammans
* add documentation for wxMemoryBuffer
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-02-15
Vadim Zeitlin
include stdlib.h to get malloc/free decl
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Vadim Zeitlin
use DECLARE_NO_COPY_CLASS() where applicable (patch...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Vadim Zeitlin
tried to clean strdup() mess: we now have wxStrdup...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-07
Robert Roebling
Various compile fixes for WinCE.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-08-25
Vadim Zeitlin
use wxWcslen() instead of wcslen() which isn't always...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-20
Vadim Zeitlin
don't initialize m_str twice in wxCharBuffer ctor
blob
|
commitdiff
|
raw
|
diff to current
2002-05-03
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
blob
|
commitdiff
|
raw
|
diff to current
2002-03-20
Robin Dunn
Decided I need copy and assignment afterall
blob
|
commitdiff
|
raw
|
diff to current
2002-03-13
Robin Dunn
Switched to DECLARE_NO_COPY_CLASS
blob
|
commitdiff
|
raw
|
diff to current
2002-03-13
Robin Dunn
Added wxMemoryBuffer which is essentiall just a growabl...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-25
Václav Slavík
reverted from wxStrdup back to strdup -- sorry SC,...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-20
Stefan Csomor
changed to wxStrdup, since strdup is not guaranteed...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-23
Vadim Zeitlin
applied patch 473558: fixes for CW compilation under MSW
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Julian Smart
Some C++Builder fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Julian Smart
Some BC++ 5.4 fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-04-22
Ove Kaaven
Added operator[] (read-only of course). Borland C+...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-20
Ove Kaaven
...and my Linux doesn't have wcstr.h. (Including of...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-20
Karsten Ballüder
typos fixed
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Julian Smart
Fixed wxPostScript printing problem (used wrong constru...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Ove Kaaven
Attempts to make this wchar_t business compile with...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
Ove Kaaven
...for both buffer types...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
Ove Kaaven
Oops. The typecasting was interpreted as a constructor...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Ove Kaaven
Added allocation constructor (makes it easy to convert...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Vadim Zeitlin
auto buffer class(es)
blob
|
commitdiff
|
raw
|
diff to current