wxWidgets/include/wx/gtk
Vadim Zeitlin c98879e379 Add wxFont::SetFractionalPointSize()
Changing SetPointSize() argument type from int to float wasn't 100%
backwards-compatible as it notably started resulting in warnings (from
at least MSVC) about conversions from int to float in the existing code.

To avoid these warnings and for symmetry with GetFractionalPointSize(),
add SetFractionalPointSize() taking float argument and preserve the
argument of type int in SetPointSize() for compatibility.

SetPointSize() is now just a wrapper forwarding to the more general
SetFractionalPointSize().

Notice that the other ports still remain broken, this commit only
updates the currently working wxGTK, wxMac and wxMSW.
2018-09-17 15:24:40 +02:00
..
gnome Remove support for Gnome printing from wxGTK. 2013-10-01 17:09:02 +00:00
private Add GtkStyleContext helper class 2018-06-05 09:21:25 -07:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
animate.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
anybutton.h No changes, just rename GTKGetCurrentState() to be more clear. 2015-05-09 19:17:41 +02:00
app.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
assertdlg_gtk.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bitmap.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
bmpbuttn.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
bmpcbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
brush.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
button.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
calctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checkbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checklst.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
chkconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
choice.h Suppress focus loss on opening combobox popup in wxGTK 2018-02-04 14:51:58 +01:00
clipbrd.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clrpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
collpane.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colordlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
combobox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
control.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
cursor.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dataform.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataobj2.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dataobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataview.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dc.h Replace wxGTKCairoDCImpl::m_{width,height} with m_size 2018-01-25 14:56:43 +01:00
dcclient.h Switch to using DoGetClippingRect() instead of DoGetClippingBox() 2018-06-19 00:20:47 +02:00
dcmemory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dialog.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dirdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dvrenderer.h Reduce code duplication in wxGTK wxDataViewRenderer classes 2018-02-05 00:01:52 +01:00
dvrenderers.h Add wxDataViewToggleRenderer::ShowAsRadio() 2018-07-11 23:48:14 +02:00
evtloop.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
evtloopsrc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filectrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filedlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filehistory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filepicker.h Avoid some GTK+ run-time errors when using wx{File,Dir}PickerCtrl 2017-11-03 11:45:50 -07:00
font.h Add wxFont::SetFractionalPointSize() 2018-09-17 15:24:40 +02:00
fontdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
frame.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
gauge.h Inherit wxGauge from wxGaugeBase in wxGTK 2016-05-13 22:32:16 +02:00
glcanvas.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
hyperlink.h Revert d30673e5, it's completely broken. See #17089 2016-11-23 09:28:28 -08:00
infobar.h Allow access to the currently shown wxInfoBar buttons. 2014-06-02 01:15:11 +00:00
listbox.h Improve wxListBox::GetCountPerPage() in wxGTK and wxOSX 2017-10-21 22:10:35 +02:00
mdi.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
menu.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
menuitem.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Do NOT have method GetIconFromMimeType except under Unix. 2017-03-07 12:47:33 -05:00
minifram.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
msgdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nonownedwnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
notebook.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
pen.h Introduce wxPenInfo class 2017-09-10 01:02:06 +02:00
popupwin.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
print.h Create new instance of wxPrintDC in wxGtkPrintDialog 2017-05-29 20:17:19 +02:00
private.h Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
radiobox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
radiobut.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
region.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolwin.h Resolve -Wsuggest-override warnings. 2017-02-24 23:37:44 +01:00
setup0.h Check for liblzma headers in configure too and add wxUSE_LIBLZMA 2018-04-06 15:39:39 +02:00
slider.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinbutt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinctrl.h Left-align wxSpinCtrl contents by default 2018-05-12 19:14:00 +02:00
statbmp.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statbox.h Move m_labelWin to wxStaticBoxBase itself 2017-12-24 22:38:10 +01:00
statline.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattext.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
taskbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textctrl.h Fix for modified state not set after next change following a ChangeValue() 2017-12-05 06:41:08 -08:00
textentry.h Split wxTextAutoCompleteData in two subclasses 2018-01-27 01:17:50 +01:00
tglbtn.h Add RAII wrapper for GTKDisableEvents/GTKEnableEvents() calls 2016-02-06 19:13:35 +01:00
toolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tooltip.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
toplevel.h Use forward-declaration macro to avoid compiler warnings 2017-08-01 08:37:15 -07:00
webview_webkit.h Rename RunScriptInternal() to RunScriptSync() in wxGTK 2017-10-22 00:25:57 +02:00
webviewhistoryitem_webkit.h Add support for WebKit2GTK+ in wxWebView 2017-04-22 20:00:48 +01:00
window.h Suppress focus loss on opening combobox popup in wxGTK 2018-02-04 14:51:58 +01:00