wxWidgets/src/common
2017-09-24 09:29:26 -07:00
..
accelcmn.cpp Fix "unknown keyboard accel" with 1-char translations 2017-04-05 13:52:36 +02:00
accesscmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
addremovectrl.cpp Fix DLL declaration of wxAddRemoveCtrlNameStr. 2015-02-09 12:10:39 +00:00
affinematrix2d.cpp Several fixes for wxAffineMatrix2D transformations. 2012-05-25 09:48:09 +00:00
anidecod.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
animatecmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
any.cpp Fix bug due to undefined g_wxAnyValueTypeGlobals initialization order 2017-05-30 19:18:53 +02:00
appbase.cpp Don't give misleading message for unhandled exceptions in a thread 2017-08-22 21:39:27 +02:00
appcmn.cpp Delete windows before application on session end in wxMSW 2017-08-15 00:41:16 +02:00
arcall.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
arcfind.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
archive.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
arrstr.cpp Remove returns of wxEmptyString 2017-02-18 11:26:40 -08:00
artprov.cpp Fixed rescaling wxBitmap. 2016-02-26 21:22:18 +01:00
artstd.cpp Moved "edit" icon from wxEditableListBox to wxArtProvider. 2015-08-09 01:39:41 +02:00
arttango.cpp Add wxART_FULL_SCREEN icon. 2014-10-11 16:30:06 +00:00
base64.cpp adding wxFALLTHROUGH where until now we had comments, allows for code-analysis support 2014-04-26 17:36:32 +00:00
bmpbase.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
bmpbtncmn.cpp Handle high resolution displays in wxBitmapButtonBase::NewCloseButton(). 2016-01-05 15:13:18 +01:00
bmpcboxcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bookctrl.cpp Don't call CacheBestSize() from DoGetBestSize() implementations 2016-04-03 18:04:26 +02:00
btncmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cairo.cpp Using proper dylib name for cairo under osx 2017-06-25 14:42:07 +02:00
calctrlcmn.cpp Automatically determine the first weekday for a calendar control 2017-09-02 17:02:35 +03:00
checkboxcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checklstcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
choiccmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clipcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clntdata.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
clrpickercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cmdline.cpp Allow hiding command line arguments from Usage() 2017-02-20 17:53:04 +01:00
cmdproc.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cmndata.cpp Remove initializations of wxString with wxEmptyString 2017-02-18 10:32:56 -08:00
colourcmn.cpp Fix parsing RGBA string in wxColour::FromString() 2016-12-19 19:42:54 +01:00
colourdata.cpp Allow turning on/off opacity selector in wxColourDialog (wxOSX) 2017-07-03 22:48:04 +02:00
combocmn.cpp Fix positioning of ComboBoxEditor in wxPG (wxOSX), cont. 2017-07-16 20:58:34 +02:00
config.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
containr.cpp Properly handle tab navigation for wxRadioBoxes on wxOSX. 2017-06-05 01:17:52 -04:00
convauto.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cshelp.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ctrlcmn.cpp Don't call CacheBestSize() from DoGetBestSize() implementations 2016-04-03 18:04:26 +02:00
ctrlsub.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
datavcmn.cpp Use HTTPS with Trac links. 2017-07-04 13:15:14 -06:00
datetime.cpp Refactor WeekFlags processing into UseEffectiveWeekDayFlags() 2017-09-02 17:02:35 +03:00
datetimefmt.cpp Don't crash on trailing '%' in wxDateTime::Format(). See #17931 2017-08-01 08:35:58 -07:00
datstrm.cpp Handle strings with embedded NULs in wxDataStream 2016-06-04 21:47:12 +02:00
dcbase.cpp Use static linkage for various local names 2017-09-24 09:29:26 -07:00
dcbufcmn.cpp Support pixel scaling in wxBufferedDC 2016-02-22 22:21:47 +01:00
dcgraph.cpp Fix setting wxGCDC clipping region with device coordinates (wxOSX) 2017-07-02 14:43:50 +02:00
dcsvg.cpp Use static linkage for various local names 2017-09-24 09:29:26 -07:00
debugrpt.cpp Fix wxRmdir() with non-ASCII paths 2017-04-01 19:12:27 +02:00
descrip.mms Adding src/common/stringops.cpp for compilation on OpenVMS 2017-06-29 16:29:39 +02:00
dircmn.cpp Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
dirctrlcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dlgcmn.cpp Allow specifying the maximum width of static text in dialogs 2016-12-01 14:06:43 +01:00
dndcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dobjcmn.cpp Another blind fix for wxTextDataObject under macOS 2016-11-26 18:44:00 +01:00
docmdi.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
docview.cpp Check for view presence in wxDocument::RemoveView() 2017-06-20 15:32:00 +02:00
dpycmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dseldlg.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dummy.cpp Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
dynarray.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dynlib.cpp Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
dynload.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
effects.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
encconv.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
event.cpp Fix checking key categories in wxKeyEvent::IsKeyInCategory() 2017-08-02 23:05:24 +02:00
evtloopcmn.cpp Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
extended.c Remove Windows CE support 2015-09-23 00:52:30 +02:00
fddlgcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fdiodispatcher.cpp Use static linkage for various local names 2017-09-24 09:29:26 -07:00
ffile.cpp Don't crash in wxFFile::Eof() and Error() if file is closed 2017-04-01 18:43:13 +02:00
file.cpp Remove remaining MSDOS support code 2015-09-24 14:38:22 +02:00
fileback.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fileconf.cpp Add wxStandardPaths::ConfigFileConv enum for clarity and safety 2017-03-09 17:53:14 +01:00
filectrlcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filefn.cpp Using 'new-style' AssertMacros to support compilation for macOS 10.3 and iOS 11 2017-07-15 13:30:59 +02:00
filehistorycmn.cpp Use wxString::clear() instead of assignment to wxEmptyString 2017-02-18 11:04:30 -08:00
filename.cpp Remove obsolete wxCHECK_W32API_VERSION() checks 2017-09-04 22:38:23 +02:00
filepickercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filesys.cpp Remove redundant return of wxEmptyString 2017-02-18 11:16:38 -08:00
filtall.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filtfind.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fldlgcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fmapbase.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontcmn.cpp Remove returns of wxEmptyString 2017-02-18 11:26:40 -08:00
fontdata.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontenumcmn.cpp Fix the stop function of wxFontEnumerator for wxGTK 2016-08-08 14:06:42 +02:00
fontmap.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontmgrcmn.cpp Don't use deprecated wxBOLD, wxNORMAL and similar constants. 2014-01-11 14:25:30 +00:00
fontpickercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontutilcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
framecmn.cpp Fix sending of wxEVT_UPDATE_UI events when wxUSE_STATUSBAR==0 2016-06-04 21:59:36 +02:00
fs_arc.cpp Use wxString::empty() instead of comparison to wxEmptyString 2017-02-18 11:11:21 -08:00
fs_filter.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fs_inet.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fs_mem.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fswatchercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ftp.cpp Use blocking server socket in non-main threads for active FTP 2017-08-15 19:35:01 +02:00
gaugecmn.cpp Really add wxGA_PROGRESS support to wxGauge in wxOSX 2016-02-01 03:03:53 +01:00
gbsizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
gdicmn.cpp Fix caching of wxFONTSTYLE_SLANT fonts in wxTheFontList in wxMSW 2017-07-06 15:01:00 +02:00
geometry.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
gifdecod.cpp No real changes, just use smart pointers in GIF decoding code. 2014-02-21 00:51:41 +00:00
glcmn.cpp Improve new wxGLCanvas compatibility with old hardware and code 2017-01-16 03:25:49 +01:00
graphcmn.cpp Fix Direct2D graphics context after wxPenInfo changes 2017-09-21 18:04:24 +02:00
gridcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
hash.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
hashmap.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
headercolcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
headerctrlcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
helpbase.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
http.cpp Use correct version string for wxHTTP User-Agent header by default 2016-01-30 00:55:39 +01:00
hyperlnkcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
iconbndl.cpp Fix wxIconBundle::AddIcon() compilation in wxGTK/Win32 2017-07-13 23:02:03 +02:00
imagall.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
imagbmp.cpp Refactored the previous commit regarding wxIconBundle support for icons stored MS Windows resources. 2017-05-20 08:43:50 +02:00
image.cpp Take alpha into account in wxImage::ResampleBicubic() 2016-12-14 15:07:49 +01:00
imagfill.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
imaggif.cpp Simplify wxGIFHandler::LoadFile(). 2015-05-24 01:53:11 +02:00
imagiff.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagjpeg.cpp Suppress harmless MSVC C4324 warning in 64 bit builds 2015-09-28 15:34:13 +02:00
imagpcx.cpp Use static linkage for various local names 2017-09-24 09:29:26 -07:00
imagpng.cpp remove unused function 2016-02-14 13:40:07 -08:00
imagpnm.cpp Use static linkage for various local names 2017-09-24 09:29:26 -07:00
imagtga.cpp Use wxScopedArray<> instead of wxScopeGuard in wxTGAHandler 2017-09-17 18:17:58 +02:00
imagtiff.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagxpm.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
init.cpp Use HTTPS with Trac links. 2017-07-04 13:15:14 -06:00
intl.cpp Merge branch 'msw-locale' 2017-07-16 15:04:16 +02:00
ipcbase.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
languageinfo.cpp Remove MicroWindows support. 2015-08-27 11:00:16 +02:00
layout.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
lboxcmn.cpp non-pch build fix 2016-02-06 10:46:09 -08:00
list.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
listctrlcmn.cpp Replace wxTreeItemAttr and wxListItemAttr with wxItemAttr 2016-04-16 19:04:52 +02:00
log.cpp strerror_r is not available on OpenVMS systems 2016-12-20 10:06:32 +01:00
longlong.cpp Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
markupparser.cpp Fix handling of ampersands in wxDataViewCtrl markup 2017-04-07 18:45:39 +02:00
matrix.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mediactrlcmn.cpp Use HTTPS with Trac links. 2017-07-04 13:15:14 -06:00
memory.cpp remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
menucmn.cpp Update wxMenu::UpdateUI() parameter comment and documentation 2016-01-30 21:39:09 +01:00
mimecmn.cpp Add wxFileType::GetExpandedCommand() 2016-03-05 03:09:59 +01:00
modalhook.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
module.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mousemanager.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
msgout.cpp Don't lose Unicode data in wxMessageOutputStderr 2016-02-19 02:52:43 +01:00
mstream.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nbkbase.cpp Removed wxNB_FLAT style. 2016-02-21 20:12:32 +02:00
notifmsgcmn.cpp Restructure wxNotificationMessage. 2016-02-10 20:38:10 +01:00
numformatter.cpp Don’t assert on weird custom number formatting settings 2016-05-30 18:20:59 +02:00
object.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
odcombocmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
overlaycmn.cpp Fix wxDCOverlay ctor associated with the entire wxDC 2015-10-10 22:17:12 +02:00
ownerdrwcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
panelcmn.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
paper.cpp Remove initializations of wxString with wxEmptyString 2017-02-18 10:32:56 -08:00
persist.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickerbase.cpp Fix recently broken wxPickerBase::SetPickerCtrlGrowable() 2016-06-09 15:24:44 +02:00
platinfo.cpp Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets 2017-02-20 17:46:45 +01:00
popupcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
powercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
preferencescmn.cpp avoid warning about unreachable code 2014-04-06 19:27:31 +00:00
prntbase.cpp Use wxString::empty() instead of comparison to wxEmptyString 2017-02-18 11:11:21 -08:00
process.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
protocol.cpp Factor out socket flag selection into GetBlockingFlagIfNeeded() 2017-08-15 19:34:54 +02:00
quantize.cpp fix unitialized variable 2017-06-21 17:19:58 +02:00
radiobtncmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
radiocmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
rearrangectrl.cpp Fix inserting items to wxRearrangeList (wxGTK) 2017-04-30 21:42:41 +02:00
regex.cpp Remove support for Digital Mars compiler. 2014-05-16 13:01:23 +00:00
rendcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
rgncmn.cpp Add missing include utils.h to rgncmn.cpp 2017-01-06 19:38:03 +01:00
richtooltipcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sckaddr.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
sckfile.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
sckipc.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
sckstrm.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scrolbarcmn.cpp Remove unused includes 2017-02-18 11:42:16 -08:00
secretstore.cpp Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00
selectdispatcher.cpp Synchronize access to wxSelectDispatcher from different threads 2016-02-21 18:47:46 +01:00
settcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sizer.cpp Simplify TAB order code in wxStdDialogButtonSizer::Realize() 2017-08-21 13:21:31 +02:00
slidercmn.cpp Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC 2016-03-14 18:50:13 +01:00
socket.cpp Detect any attempt to use non-blocking socket from worker threads 2017-08-15 19:48:46 +02:00
socketiohandler.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
spinbtncmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinctrlcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
srchcmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
statbar.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statbmpcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statboxcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statlinecmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattextcmn.cpp Fix wxTextWrapper::Wrap with widthMax=-1 2017-04-09 14:14:49 +02:00
stdpbase.cpp Make FileLayout_XXX elements of an enum 2017-03-09 17:23:20 +01:00
stdstream.cpp Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
stockitem.cpp Remove redundant return of wxEmptyString 2017-02-18 11:16:38 -08:00
stopwatch.cpp Remove checks for QueryPerformanceCounter() success. 2014-08-24 15:31:58 +00:00
strconv.cpp Use the added wxUniChar functions in the existing code 2017-05-01 18:18:45 +09:00
stream.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
string.cpp Remove returns of wxEmptyString 2017-02-18 11:26:40 -08:00
stringimpl.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
stringops.cpp Fix initialization of SingleCharBuffer and Utf16CharBuffer data 2017-06-22 15:55:24 +02:00
strvararg.cpp Fix handling of "%z" in format strings for MinGW in all cases 2016-04-12 17:11:49 +02:00
sysopt.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tarstrm.cpp Use wxString::empty() instead of comparison to wxEmptyString 2017-02-18 11:11:21 -08:00
taskbarcmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tbarbase.cpp Show help even for toolbars which aren't direct wxFrame children 2017-08-31 00:26:57 +02:00
textbuf.cpp Remove remaining MSDOS support code 2015-09-24 14:38:22 +02:00
textcmn.cpp Detect attempts to catch wxEVT_TEXT_ENTER without wxTE_PROCESS_ENTER 2016-02-20 17:07:04 +01:00
textentrycmn.cpp Unbind events when destroying wxTextEntryHintData 2017-09-04 22:28:32 +02:00
textfile.cpp Make wxTextFile::Write() much faster 2017-05-23 15:59:27 +02:00
textmeasurecmn.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
threadinfo.cpp Fix crash when using wxThreadSpecificInfo from global object ctor. 2014-02-20 15:13:36 +00:00
time.cpp Add declarations to fix the build with MinGW 5.3.0 in C++11 mode 2017-01-20 21:24:40 +01:00
timercmn.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
timerimpl.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tokenzr.cpp Fix harmless gcc -Wextra warning in wxStringTokenizer. 2015-06-14 19:52:27 +02:00
toplvcmn.cpp Avoid delayed destruction if TLW was never created. See #17942 2017-08-28 20:31:47 -07:00
translation.cpp Support for context-sensitive translations 2017-07-27 13:22:29 +02:00
treebase.cpp Don't call CacheBestSize() from DoGetBestSize() implementations 2016-04-03 18:04:26 +02:00
txtstrm.cpp Fix harmless parameter shadowing warnings 2016-01-22 14:41:23 +01:00
uiactioncmn.cpp Virtualize wxUIActionSimulator implementation 2016-05-23 03:00:49 +02:00
unichar.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
unictabl.inc Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
uri.cpp Use wxString::clear() instead of assignment to wxEmptyString 2017-02-18 11:00:26 -08:00
url.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ustring.cpp Use the added wxUniChar functions in the existing code 2017-05-01 18:18:45 +09:00
utilscmn.cpp Add an option for reproducible library builds 2017-05-27 19:03:32 +02:00
valgen.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
validate.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
valnum.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
valtext.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
variant.cpp Remove returns of wxEmptyString 2017-02-18 11:26:40 -08:00
webview.cpp adding minimal ios support for webview 2014-03-31 07:55:36 +00:00
webviewarchivehandler.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webviewfshandler.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wfstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wincmn.cpp Use HTTPS with Trac links. 2017-07-04 13:15:14 -06:00
windowid.cpp Remove unnecessary checks in the window ID management code 2016-02-10 00:10:47 +01:00
wrapsizer.cpp Rename wxBoxSizer::m_minSize to avoid clash with the base class 2015-10-11 01:00:38 +02:00
wxcrt.cpp fix illegal memory access 2017-06-21 17:19:58 +02:00
wxprintf.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xlocale.cpp Compilation fixes for wxUSE_INTL==0 build. 2015-08-10 18:42:46 +02:00
xpmdecod.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xti.cpp Remove returns of wxEmptyString 2017-02-18 11:26:40 -08:00
xtistrm.cpp Fix crash when unbinding event handlers from other handlers 2015-12-08 03:02:37 +01:00
xtixml.cpp Use wxString::clear() instead of assignment to wxEmptyString 2017-02-18 11:00:26 -08:00
zipstrm.cpp Fix input buffer overflow in wxZip code 2017-09-13 14:46:11 +02:00
zstream.cpp remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00