wxWidgets/src/gtk
Vadim Zeitlin 3d970a9c08 Merge branch 'underline-improvements' of https://github.com/MaartenBent/wxWidgets
Add support for different underline types and colour to wxTextCtrl.

See https://github.com/wxWidgets/wxWidgets/pull/1406

Closes #17124.
2019-07-19 23:45:38 +02:00
..
gnome
aboutdlg.cpp Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
activityindicator.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
animate.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
anybutton.cpp Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
app.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
artgtk.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
assertdlg_gtk.cpp Fix minimum height of backtrace window in wxGTK assert dialog 2019-02-23 06:29:54 -08:00
bdiag.xbm
bitmap.cpp Avoid NULL pointer dereference when calling GetScaleFactor() on invalid bitmap with GTK+3 2018-10-28 09:15:33 -07:00
bmpbuttn.cpp
bmpcbox.cpp Avoid GLib warning "couldn't find weak ref" with wxBitmapComboBox 2018-06-06 09:09:12 -07:00
brush.cpp Use ctor-initializer rather than assignment for non-POD class members 2019-02-25 10:23:35 -08:00
button.cpp Fix setting markup on a wxButton that was initially created with an empty label 2019-04-07 15:01:04 -07:00
calctrl.cpp Assert on invalid date in wxCalendarCtrl::SetDate() in all ports 2018-07-30 21:46:50 +02:00
cdiag.xbm
checkbox.cpp Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
checklst.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
choice.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
clipbrd.cpp Implement wxClipboard::Flush() in wxGTK 2019-05-10 01:46:54 +02:00
clrpicker.cpp Send correct event directly from wxGenericColourButton 2019-04-21 01:53:14 +02:00
collpane.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
colordlg.cpp Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.cpp
combobox.cpp Use the same "changed" GTK callback for wxComboBox and wxTextCtrl 2019-07-08 18:50:58 +02:00
control.cpp Fix background color from wxControl::GetDefaultAttributes() with GTK+3 2019-01-14 17:45:25 -08:00
cross.xbm
cursor.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
dataobj.cpp
dataview.cpp Fix generation of mouse events for wxDataViewCtrl with GTK 2019-07-12 23:17:20 -07:00
dc.cpp Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
dcclient.cpp Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
dcmemory.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
dcscreen.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
descrip.mms
dialog.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
dirdlg.cpp Don't avoid stock items with GTK+3 2018-11-16 23:31:30 -08:00
display.cpp Fall back to display-independent PPI in wxGTK 2018-10-30 23:43:29 +01:00
dnd.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
eggtrayicon.c
eggtrayicon.h
evtloop.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
fdiag.xbm
filectrl.cpp
filedlg.cpp Remove unnecessary map-event callback in wxGTK wxFileDialog 2019-07-16 20:11:34 +02:00
filehistory.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
filepicker.cpp Merge branch 'replace-connect-bind' 2018-06-01 18:31:59 +02:00
font.cpp More steps towards using wxFontInfo in all ports 2018-09-17 15:24:41 +02:00
fontdlg.cpp
fontpicker.cpp
frame.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
gauge.cpp No longer return fixed values from wxGauge::GetBestSize() in wxGTK 2019-06-21 02:05:19 +02:00
glcanvas.cpp Fix wxGLCanvas painting glitch during resize with GTK3 2019-06-18 09:50:27 -07:00
horiz.xbm
hyperlink.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
infobar.cpp Fix build with wxUSE_UNICODE_UTF8 2018-10-20 09:58:30 -07:00
listbox.cpp Reduce the scope of some local variables 2019-04-05 10:44:02 -07:00
mdi.cpp
menu.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
mimetype.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
minifram.cpp Initialize wxTopLevelWindow::DecorSize in wxGTK 2019-07-16 02:26:11 +02:00
mnemonics.cpp Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
msgdlg.cpp Don't avoid stock items with GTK+3 2018-11-16 23:31:30 -08:00
nativewin.cpp Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
nonownedwnd.cpp Merge branch 'replace-connect-bind' 2018-06-01 18:31:59 +02:00
notebook.cpp Reuse base class helper in wxGTK wxNotebook::InsertPage() 2019-01-28 18:59:34 +01:00
notifmsg.cpp
pen.cpp Use ctor-initializer rather than assignment for non-POD class members 2019-02-25 10:23:35 -08:00
popupwin.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
print.cpp Reduce the scope of some local variables 2019-04-05 10:44:02 -07:00
private.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
radiobox.cpp Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
radiobut.cpp Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
region.cpp
renderer.cpp Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
scrolbar.cpp
scrolwin.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
settings.cpp Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
slider.cpp Implement wxSlider ticks support in wxGTK 2019-07-07 17:04:55 +02:00
sockgtk.cpp
spinbutt.cpp Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
spinctrl.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
statbmp.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
statbox.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
statline.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
stattext.cpp Don't implement wxStaticText::WX[SG]etVisibleLabel() in wxGTK 2019-06-19 18:15:58 +02:00
taskbar.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
textctrl.cpp Merge branch 'underline-improvements' of https://github.com/MaartenBent/wxWidgets 2019-07-19 23:45:38 +02:00
textentry.cpp Coalesce wxEVT_TEXT events in wxGTK wxTextCtrl and wxComboBox 2019-07-10 02:14:21 +02:00
textmeasure.cpp
tglbtn.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
timer.cpp Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
toolbar.cpp Improve appearance of wxToolBar default disabled bitmaps on GTK3 with HiDPI 2019-03-25 09:02:09 -07:00
tooltip.cpp
toplevel.cpp Fix position returned for iconized windows in wxGTK 2019-07-16 02:26:11 +02:00
treeentry_gtk.c
utilsgtk.cpp Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
verti.xbm
webview_webkit2_extension.cpp
webview_webkit2.cpp CMake: Build the webextensions plugin 2018-12-02 03:23:02 +01:00
webview_webkit.cpp Allow distinguishing user- from script-opened wxWebView windows 2018-08-19 22:27:34 +02:00
win_gtk.cpp Fix sizing of generic windows in wxToolBar with GTK+3. 2018-11-16 23:20:33 -08:00
window.cpp Remove wxGLCanvas "size-allocate" signal handler 2019-06-12 23:25:29 -07:00