| .. |
|
gnome
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
private
|
Allow reusing wxGTK window enter/leave callback
|
2024-02-19 00:40:30 +01:00 |
|
accel.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
activityindicator.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
animate.h
|
Add high DPI support to generic wxAnimationCtrl
|
2023-08-25 20:51:21 +02:00 |
|
anybutton.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
app.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
assertdlg_gtk.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
bitmap.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
bmpbuttn.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
bmpcbox.h
|
Remove overriden GTKInsertComboBoxTextItem from bitmap combobox
|
2023-04-12 17:55:27 +01:00 |
|
brush.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
button.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
calctrl.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
checkbox.h
|
Fix transitory visual glitch with wxBORDER_NONE on GTK3
|
2023-12-10 09:10:42 -08:00 |
|
checklst.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
chkconf.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
choice.h
|
Remove GTKInsertComboBoxTextItem completely
|
2023-04-12 17:55:27 +01:00 |
|
clipbrd.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
clrpicker.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
collpane.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
colordlg.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
colour.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
combobox.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
control.h
|
Fix transitory visual glitch with wxBORDER_NONE on GTK3
|
2023-12-10 09:10:42 -08:00 |
|
cursor.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
dataform.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
dataobj.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
dataobj2.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
dataview.h
|
Stop using wxList for wxGTK wxDataViewCtrl::m_cols
|
2023-04-12 18:15:45 +01:00 |
|
dc.h
|
Add wxClientDC::CanBeUsedForDrawing()
|
2023-12-26 19:27:50 +01:00 |
|
dcclient.h
|
Make wxAUI and wxSplitterWindow work properly with wxOverlay under wxGTK2
|
2024-02-09 23:26:36 +01:00 |
|
dcmemory.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
dcscreen.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
dialog.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
dirdlg.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
dnd.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
dvrenderer.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
dvrenderers.h
|
Remove wxUSE_UNICODE checks as they're always true now
|
2022-10-27 19:43:30 +02:00 |
|
evtloop.h
|
Replace wxArrayPtrVoid with a std::vector in GTK wxEventLoop
|
2023-03-06 18:05:41 +00:00 |
|
evtloopsrc.h
|
Remove all lines containing cvs/svn "$Id$" keyword.
|
2013-07-26 16:02:46 +00:00 |
|
filectrl.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
filedlg.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
filehistory.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
filepicker.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
font.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
fontdlg.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
fontpicker.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
frame.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
gauge.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
glcanvas.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
hyperlink.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
infobar.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
listbox.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
mdi.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
menu.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
menuitem.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
mimetype.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
minifram.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
msgdlg.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
nonownedwnd.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
notebook.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
pen.h
|
Remove unnecessary empty destructors
|
2024-01-28 18:16:07 +01:00 |
|
popupwin.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
print.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
private.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
radiobox.h
|
Stop using wxList in wxGTK wxRadioBox
|
2023-04-12 18:15:45 +01:00 |
|
radiobut.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
region.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
scrolbar.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
scrolwin.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
setup.h
|
Merge branch 'master' into webview-chromium
|
2024-01-17 00:22:39 +01:00 |
|
slider.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
spinbutt.h
|
Remove all blank "Modified by:" lines from top comment blocks
|
2023-10-22 01:22:48 +02:00 |
|
spinctrl.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
srchctrl.h
|
Partial fix for wxSearchCtrl mouse enter/leave events
|
2024-02-09 12:52:30 -08:00 |
|
statbmp.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
statbox.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
statline.h
|
Use wxASCII_STR() on string literals
|
2020-07-17 17:52:16 +02:00 |
|
stattext.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
taskbar.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
textctrl.h
|
Make recently added GTK-specific wxTextCtrl accessors public
|
2023-09-08 01:32:36 +02:00 |
|
textentry.h
|
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
|
2022-10-15 18:10:45 +02:00 |
|
tglbtn.h
|
Use "= default" for all trivial default ctors and dtors
|
2023-11-17 01:33:32 +01:00 |
|
toolbar.h
|
Use nullptr instead of NULL in the code and documentation
|
2022-10-18 01:25:25 +02:00 |
|
tooltip.h
|
Use wx-prefixed macros throughout the repository.
|
2015-04-23 22:00:35 +04:00 |
|
toplevel.h
|
Implement wxEVT_DPI_CHANGED generation for wxGTK
|
2023-11-07 20:57:31 +01:00 |
|
webview_webkit.h
|
Add wxWebView::SetProxy() and implement it for WebKit2 backend
|
2023-09-07 15:33:39 +02:00 |
|
webviewhistoryitem_webkit.h
|
Build fixes for wxUSE_WEBVIEW_CHROMIUM && !wxUSE_WEBVIEW_WEBKIT
|
2023-08-31 16:01:21 +02:00 |
|
window.h
|
Stop using wxCOMMON_CALLBACK_PROLOGUE macro in wxGTK callbacks
|
2024-02-18 17:54:15 +01:00 |