wxWidgets/src
Vadim Zeitlin 42e9f0cf58 Make wxGTK wxTextCtrl::WriteText() less inefficient
Use wxScopedCharBuffer as we only need the buffer in the current scope.
This avoids a buffer copy done by wxCharBuffer which could be a
significant pessimization for large buffers.

Also don't call strlen() unnecessarily, we already know the buffer
length, so just use it.
2017-08-24 22:31:16 +02:00
..
aui Corrected references to bitmap size in AUI and Ribbon to take scaling into account 2017-05-12 15:59:11 +01:00
common Merge branch 'blocking-sockets-fixes' 2017-08-21 13:22:53 +02:00
dfb Add micro version to toolkit version functions 2016-02-29 10:05:43 +01:00
expat Add missing file required by Expat 2.2.2 2017-07-25 16:03:22 +02:00
generic Force current item to stay visible in wxListCtrl after deletion 2017-08-09 14:12:38 +02:00
gtk Make wxGTK wxTextCtrl::WriteText() less inefficient 2017-08-24 22:31:16 +02:00
gtk1 Don't call CacheBestSize() from DoGetBestSize() implementations 2016-04-03 18:04:26 +02:00
html Don't reset scroll position to zero when window size changes 2017-08-04 07:56:23 -07:00
jpeg
motif Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
msw Merge branch 'blocking-sockets-fixes' 2017-08-21 13:22:53 +02:00
osx Fix warning about unused variable in release build 2017-08-20 21:28:12 +02:00
png Define PNG_ZLIB_VERNUM as 0. 2017-01-07 01:12:11 +02:00
propgrid Fix positioning of TextCtrlEditor in wxPG (wxOSX), cont. 2017-07-16 20:57:38 +02:00
qt Fix wxQt build errors when using gcc 4.4 2016-11-30 16:13:46 +01:00
regex Work around signed/unsigned comparison warnings in regex code 2017-05-27 18:36:24 +02:00
ribbon Fix wrong minimization of wxRibbonPanel 2017-08-08 10:59:40 +02:00
richtext Fix compilation with wxUSE_ACCEL==0 2017-07-30 10:38:06 +02:00
stc Handle EVT_CONTEXT_MENU directly in wxSTC (wxOSX) 2017-07-02 13:02:13 +02:00
tiff
univ Fix build error after dfd03f5 2017-07-20 08:10:33 -07:00
unix Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00
x11 Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets 2017-02-20 17:46:45 +01:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc Fix compilation with wxUSE_ACCEL==0 2017-07-30 10:38:06 +02:00
zlib Include configure determined flags via setup.h 2017-06-22 22:51:08 +02:00