| .. |
|
addremovectrl.h
|
Fix wxGTK 1 build after gtk/gtk.h wrapper header addition
|
2018-07-10 14:54:19 +02:00 |
|
animate.h
|
Make wxAnimationImpl private and get rid of wxAnimationImplType
|
2020-04-06 01:00:15 +02:00 |
|
display.h
|
Remove unused wxDisplayImpl::GetSizeMM()
|
2020-08-15 00:28:32 +02:00 |
|
eventloopsourcesmanager.h
|
Add a virtual dtor to wxEventLoopSourcesManagerBase to avoid g++ warnings.
|
2014-01-21 19:32:00 +00:00 |
|
extfield.h
|
Rename wxExternalField methods to not mention "Window"
|
2017-11-22 03:05:03 +01:00 |
|
fd.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
fdiodispatcher.h
|
use wxOVERRIDE
|
2014-03-30 00:02:23 +00:00 |
|
fdioeventloopsourcehandler.h
|
Replace wxEXPLICIT with the 'explicit' keyword
|
2016-09-14 18:45:12 +09:00 |
|
fdiohandler.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
fdiomanager.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
fileback.h
|
use wxOVERRIDE
|
2014-03-30 00:02:23 +00:00 |
|
filename.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
flagscheck.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
fontmgr.h
|
Change fractional point size from float to double
|
2020-04-21 09:00:04 -07:00 |
|
fswatcher.h
|
Fix spelling in comments and documentation using codespell
|
2020-06-27 22:56:22 +02:00 |
|
graphics.h
|
Fix spelling in comments and documentation using codespell
|
2020-06-27 22:56:22 +02:00 |
|
icondir.h
|
Minor whitespace/style fixes
|
2017-05-20 17:01:58 +02:00 |
|
json.h
|
Improved JSON string parsing
|
2020-01-19 21:32:11 +01:00 |
|
jsscriptwrapper.h
|
Use wxASCII_STR() on string literals
|
2020-07-17 17:52:16 +02:00 |
|
launchbrowser.h
|
Fix path/URL confusion in wxLaunchDefaultBrowser()
|
2016-02-07 19:32:18 +01:00 |
|
markupparser.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
markupparserattr.h
|
Add support for strike through attribute to markup spans
|
2018-09-17 15:24:42 +02:00 |
|
menuradio.h
|
Extract wxMenuRadioItemsData to a separate file
|
2017-08-13 00:36:37 +02:00 |
|
notifmsg.h
|
Remove all trailing spaces
|
2019-01-30 17:35:54 +01:00 |
|
overlay.h
|
Adding native macos Cocoa implementation for overlays into build files
|
2017-09-09 23:34:50 +02:00 |
|
pipestream.h
|
Remove Windows CE support
|
2015-09-23 00:52:30 +02:00 |
|
preferences.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
refcountermt.h
|
Use atomic int for reference count in wxWebRequest classes
|
2021-01-11 01:24:55 +01:00 |
|
richtooltip.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
sckaddr.h
|
Remove MSVC6 support.
|
2014-05-15 22:32:17 +00:00 |
|
secretstore.h
|
Optionally return error message from wxSecretStore::IsOk()
|
2020-02-10 18:23:59 +01:00 |
|
selectdispatcher.h
|
Synchronize access to wxSelectDispatcher from different threads
|
2016-02-21 18:47:46 +01:00 |
|
socket.h
|
Fix crash with blocking accepting sockets in threads under Unix
|
2019-11-20 20:21:25 +01:00 |
|
spinctrl.h
|
Don't allow wxSpinCtrl range to include negative values if base != 10 (wxMSW)
|
2020-07-12 19:58:30 +02:00 |
|
streamtempinput.h
|
Globally replace vadim@wxwindows.org with vadim@wxwidgets.org
|
2019-04-22 14:12:05 +02:00 |
|
textmeasure.h
|
Factor out wxTextMeasureBase::GetEmptyLineHeight()
|
2020-07-15 01:16:23 +02:00 |
|
threadinfo.h
|
Deallocate wxThreadSpecificInfo when wxThread ends.
|
2013-09-18 16:03:25 +00:00 |
|
timer.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
tlwgeom.h
|
Fix saving/restoring window position for maximized windows
|
2018-04-29 20:35:44 +02:00 |
|
uiaction.h
|
Virtualize wxUIActionSimulator implementation
|
2016-05-23 03:00:49 +02:00 |
|
unicode.h
|
Add wx/private/unicode.h
|
2020-10-07 15:18:17 +03:00 |
|
webrequest.h
|
Apply suggestions from code review
|
2021-01-19 21:06:31 +01:00 |
|
webrequest_curl.h
|
Fix Cancel() semantics under MSW and other improvements to it
|
2021-01-16 13:50:29 +01:00 |
|
window.h
|
Fix spelling in comments and documentation using codespell
|
2020-06-27 22:56:22 +02:00 |
|
wxprintf.h
|
Remove BCC-specific conditionally compiled code
|
2020-10-13 18:40:31 +02:00 |