wxWidgets/include/wx/gtk
Vadim Zeitlin 181be127a5 Simplify wxUSE_WEBREQUEST_XXX logic
Remove automatic definition of wxUSE_WEBREQUEST depending on whether
wxUSE_WEBREQUEST_XXX are defined and follow the same approach as with
wxUSE_GRAPHICS_XXX, i.e. define wxUSE_WEBREQUEST_XXX as wxUSE_WEBREQUEST
by default instead.

Move wxUSE_WEBREQUEST_WINHTTP to wxMSW-specific file, it doesn't need to
be in common one (unfortunately this can't be done for the Mac-specific
wxUSE_WEBREQUEST_URLSESSION yet, because macOS-specific settings are not
injected into setup.h.in currently).

Also fix test for winhttp.h availability: it seems to be present in all
MinGW64 distributions, but not in MinGW32, so test for this and not for
gcc version.

Finally remove the now unnecessary test for macOS 10.9, as we only
support 10.10+ anyhow by now.
2020-12-13 16:34:47 +01:00
..
gnome
private Build fixes for GTK < 2.14 2020-10-23 09:35:37 -07:00
accel.h
activityindicator.h
animate.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
anybutton.h Fix wxToggleButton image when state is changed programmatically 2020-06-02 12:16:57 -07:00
app.h
assertdlg_gtk.h
bitmap.h Remove checks for wxNEEDS_CHARPP 2020-10-19 20:07:16 +02:00
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
bmpcbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
brush.h
button.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
calctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checkbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checklst.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
chkconf.h
choice.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
clipbrd.h
clrpicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpane.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h
combobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
control.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
cursor.h
dataform.h Add wxNO_UNSAFE_WXSTRING_CONV2 macro 2020-07-17 17:34:38 +02:00
dataobj2.h
dataobj.h
dataview.h Add wxDataViewCtrl::ExpandChildren() 2020-12-05 16:37:13 +01:00
dc.h Don't allow DestroyClippingRegion() to remove paint update area clipping with GTK3 2019-10-31 23:30:18 -07:00
dcclient.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
dcmemory.h
dcscreen.h
dialog.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dnd.h
dvrenderer.h
dvrenderers.h
evtloop.h
evtloopsrc.h
filectrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filedlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filehistory.h
filepicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
font.h Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
fontdlg.h
fontpicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
frame.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
gauge.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
glcanvas.h Add EGL-based backend for wxGLCanvas 2020-09-01 15:03:30 +02:00
hyperlink.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
infobar.h
listbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
mdi.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
menu.h
menuitem.h
mimetype.h
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
nonownedwnd.h
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
pen.h
popupwin.h
print.h
private.h
radiobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
radiobut.h Make wxRadioButtonBase a plain class, not template 2020-09-21 18:01:37 +02:00
region.h
scrolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
scrolwin.h
setup0.h Simplify wxUSE_WEBREQUEST_XXX logic 2020-12-13 16:34:47 +01:00
slider.h Use more reasonable length for wxSlider in wxGTK by default 2020-08-05 00:01:50 +02:00
spinbutt.h
spinctrl.h Take number of digits into account in GTK wxSpinCtrlDouble 2020-05-09 23:36:25 +02:00
srchctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmp.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattext.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
taskbar.h
textctrl.h Fix WriteText() not scrolling to bottom with GTK >= 3.14 2020-10-02 11:10:14 -07:00
textentry.h Merge remote-tracking branch 'sunset/process-enter' 2019-07-26 18:02:08 +02:00
tglbtn.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
toolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
tooltip.h
toplevel.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
webview_webkit.h Only warn about missing WebKit extension when used 2020-10-08 19:32:49 +02:00
webviewhistoryitem_webkit.h
window.h Implement GetDPIScaleFactor() more efficiently in wxGTK 2020-08-15 00:28:32 +02:00