..
any
Fix list contents memory leak in wxAny unit test
2020-10-19 13:54:19 +02:00
archive
Remove checks for outdated GCC versions
2020-10-19 19:38:53 +02:00
arrays
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
base64
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
benchmarks
Remove HAVE_W32API_H definition and checks
2020-10-20 01:47:47 +02:00
cmdline
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
config
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
controls
Merge branch 'grid-fix-drawing-invalid-cells' of https://github.com/discnl/wxWidgets
2021-01-21 00:50:09 +01:00
datetime
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
drawing
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
events
Make Connect() work with overloaded event handlers in C++17
2020-11-21 20:52:13 +01:00
exec
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
file
Disable tests not working in ANSI build
2020-10-18 23:47:29 +02:00
filekind
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
filename
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
filesys
Fix wxMemoryFSHandler memory leaks in wxFileSystem unit test
2020-10-19 13:54:19 +02:00
font
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
fontmap
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
formatconverter
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
fswatcher
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
fuzz
Fix harmless warning about multiline comment in fuzzer runner
2020-05-02 03:38:28 +02:00
geometry
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
graphics
Add more tests of converting wxBitmap to wxImage
2021-01-20 19:29:32 +01:00
hashes
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
html
Fix memory leaks in wxHtmlParser unit test
2020-10-19 13:54:19 +02:00
image
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
interactive
Rename wxPlatformInfo::*Arch* to *Bitness*, deprecate old names
2020-11-21 19:16:21 +02:00
intl
Relax French date/time locale unit test to ignore trailing "%Z"
2020-10-19 21:14:27 +02:00
lists
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
log
Really support milliseconds in wxLog
2021-01-15 14:55:06 +01:00
longlong
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
mbconv
Fix global read overrun error in MBConvTestCase
2020-10-19 13:54:19 +02:00
menu
Fix wxAcceleratorEntry memory leaks in the menu test
2020-10-19 13:53:52 +02:00
misc
Make wxRound() compile for all integer types again
2020-11-19 15:45:22 +01:00
net
Use httpbin for error status with body test too
2021-01-26 22:24:18 +01:00
persistence
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
regex
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
rowheightcache
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
scopeguard
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
sizers
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
streams
Disable tests not working in ANSI build
2020-10-18 23:47:29 +02:00
strings
Impose upper limit on memory allocation in wxString::PrintfV()
2020-12-01 21:53:55 +01:00
textfile
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
thread
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
toplevel
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
uris
Skip URL test if it fails when running on AppVeyor
2020-12-04 19:29:59 +01:00
validators
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
vectors
Add trivial wxVectorContains() helper
2020-11-16 16:48:47 +01:00
weakref
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
window
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
xlocale
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
xml
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
allheaders.cpp
Don't try testing wxNO_IMPLICIT_WXSTRING_ENCODING in ANSI build
2020-10-18 20:15:14 +02:00
allheaders.h
Add wxPersistentComboBox for saving and restoring combobox items
2020-11-19 13:06:37 +01:00
asserthelper.cpp
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
asserthelper.h
descrip.mms
workaround for which is probably a compiler-bug on OpenVMS-AXP
2021-01-07 09:47:46 +01:00
dummy.cpp
horse.ani
horse.bmp
horse.cur
horse.gif
horse.ico
horse.jpg
horse.pcx
horse.png
horse.pnm
horse.tga
horse.tif
horse.xpm
makefile.bcc
Remove BCC make and project files
2020-10-13 18:54:01 +02:00
makefile.gcc
Merge branch 'web-request'
2021-01-17 18:19:47 +01:00
Makefile.in
Merge branch 'web-request'
2021-01-17 18:19:47 +01:00
makefile.vc
Merge branch 'web-request'
2021-01-17 18:19:47 +01:00
runtests.bat
test_gui_vc10.sln
Update test sln and vcxproj files
2019-11-30 23:24:54 +01:00
test_gui_vc11.sln
Update test sln and vcxproj files
2019-11-30 23:24:54 +01:00
test_gui_vc12.sln
Update test sln and vcxproj files
2019-11-30 23:24:54 +01:00
test_gui_vc14.sln
Update test sln and vcxproj files
2019-11-30 23:24:54 +01:00
test_gui_vc15.sln
Update test sln and vcxproj files
2019-11-30 23:24:54 +01:00
test_gui.vcxproj
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
test_gui.vcxproj.filters
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
test_vc7_test_allheaders.vcproj
Update the version to 3.1.5
2020-07-23 16:25:39 +02:00
test_vc7_test_drawing.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc7_test_drawingplugin.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc7_test_gui.vcproj
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
test_vc7_test.vcproj
Merge branch 'master' into web-request
2020-12-12 18:12:25 +01:00
test_vc8_test_allheaders.vcproj
Update the version to 3.1.5
2020-07-23 16:25:39 +02:00
test_vc8_test_drawing.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc8_test_drawingplugin.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc8_test_gui.vcproj
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
test_vc8_test.vcproj
Merge branch 'master' into web-request
2020-12-12 18:12:25 +01:00
test_vc9_test_allheaders.vcproj
Update the version to 3.1.5
2020-07-23 16:25:39 +02:00
test_vc9_test_drawing.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc9_test_drawingplugin.vcproj
Rebake with bakefile 0.2.12
2020-05-02 17:02:36 +02:00
test_vc9_test_gui.vcproj
Add tests of wxImageList
2021-01-12 18:22:03 +01:00
test_vc9_test.vcproj
Merge branch 'master' into web-request
2020-12-12 18:12:25 +01:00
test_vc10.sln
test_vc11.sln
test_vc12.sln
test_vc14.sln
test_vc15.sln
test.bkl
Merge branch 'web-request'
2021-01-17 18:19:47 +01:00
test.cpp
Merge branch 'web-request'
2021-01-17 18:19:47 +01:00
test.vcxproj
Add file with wxWebRequest unit tests to MSVS project too
2020-12-13 02:39:23 +01:00
test.vcxproj.filters
Add file with wxWebRequest unit tests to MSVS project too
2020-12-13 02:39:23 +01:00
testableframe.cpp
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
testableframe.h
testdata.fc
testdate.h
testfile.h
testimage.h
Add alpha blending for wxImage::Paste
2020-09-25 01:04:49 +02:00
testprec.h
Remove checks for outdated GCC versions
2020-10-19 19:38:53 +02:00
testwindow.h
Make it simpler to write useful tests comparing windows
2020-09-21 15:54:42 +02:00
waitforpaint.h
Don't do anything in WaitForPaint class under non-GTK platforms
2019-10-17 22:03:44 +02:00