..
aboutdlgg.cpp
Don't round the larger or smaller font sizes unnecessarily
2018-09-17 15:24:42 +02:00
accel.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
activityindicator.cpp
Use IsThisEnabled() for wxActivityIndicator appearance
2015-03-29 11:08:27 +02:00
animateg.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
bannerwindow.cpp
Fix file names in header comments
2018-10-20 13:27:23 +02:00
bmpcboxg.cpp
Don't call CacheBestSize() from DoGetBestSize() implementations
2016-04-03 18:04:26 +02:00
busyinfo.cpp
Fix building of wxBusyInfo with wxUSE_MARKUP disabled
2015-10-06 13:15:31 +02:00
buttonbar.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
calctrlg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
caret.cpp
Remove all lines containing cvs/svn "$Id$" keyword.
2013-07-26 16:02:46 +00:00
choicbkg.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
choicdgg.cpp
Use the appropriate parent for the choice dialogs
2015-12-22 18:29:59 +01:00
clrpickerg.cpp
Stop using wxBU_AUTODRAW in wxWidgets code
2018-07-21 14:42:06 +02:00
collheaderctrlg.cpp
Implement wxCollapsibleHeaderCtrlBase::Create()
2015-09-23 00:52:41 +02:00
collpaneg.cpp
Remove the separator static line in wxGenericCollapsiblePane
2018-05-12 19:10:28 +02:00
colour.cpp
Remove all lines containing cvs/svn "$Id$" keyword.
2013-07-26 16:02:46 +00:00
colrdlgg.cpp
Fix harmless signed/unsigned comparison warnings in wxGenericColourDialog
2016-02-24 19:33:38 +01:00
combog.cpp
Remove wx/dcbuffer.h dependency from wx/generic/combo.h
2018-01-30 19:45:32 +01:00
commandlinkbuttong.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
datavgen.cpp
Allow increasing the size of the last column in wxDataViewCtrl
2018-12-15 14:27:52 +01:00
datectlg.cpp
Fix date format specification in wxDatePickerCtrlGeneric with wxUSE_INTL=0
2018-11-10 14:59:27 +01:00
dbgrptg.cpp
Show correct save path when using compressed debug report
2018-05-02 15:36:11 +02:00
dcpsg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
descrip.mms
Supress warning when compiling on an OpenVMS system
2016-12-20 10:04:55 +01:00
dirctrlg.cpp
Use wxString::clear() instead of assignment to wxEmptyString
2018-05-11 10:52:56 -07:00
dirdlgg.cpp
Remove remaining MSDOS support code
2015-09-24 14:38:22 +02:00
dragimgg.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
editlbox.cpp
Rename a variable in wxEditableListBox code for clarity
2018-11-04 17:54:52 +01:00
fdrepdlg.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
filectrlg.cpp
Use wxString::clear() instead of assignment to wxEmptyString
2018-05-11 10:52:56 -07:00
filedlgg.cpp
Use wxString::clear() instead of assignment to wxEmptyString
2018-05-11 10:52:56 -07:00
filepickerg.cpp
Use Bind() instead of Connect() in wxWidgets code
2018-05-30 13:06:20 +02:00
fontdlgg.cpp
Fix typo in "aquamarine" colour name in generic wxFontDialog
2018-08-02 23:52:41 +02:00
fontpickerg.cpp
Use Bind() instead of Connect() in wxWidgets code
2018-05-30 13:06:20 +02:00
fswatcherg.cpp
Remove all lines containing cvs/svn "$Id$" keyword.
2013-07-26 16:02:46 +00:00
graphicc.cpp
wxCarioContext:Flush now draws back to the QT image
2018-12-12 18:12:36 +01:00
grid.cpp
Rename a class to restore backward compatibility
2018-09-05 18:34:07 +03:00
gridctrl.cpp
Fix clipping of cell contents in wxGrid
2017-12-24 15:46:57 +01:00
grideditors.cpp
Use wxString::empty() instead of comparing to wxEmptyString
2018-05-11 10:22:12 -07:00
gridsel.cpp
Fix preserving selection when changing selection mode in wxGrid
2016-06-18 18:12:52 +02:00
headerctrlg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
helpext.cpp
Use wxString::clear() instead of assignment to wxEmptyString
2018-05-11 10:52:56 -07:00
htmllbox.cpp
Don't cache cells being measured in wxHtmlListBox.
2015-05-10 22:09:48 +02:00
hyperlinkg.cpp
Fix spelling and punctuation errors in comments and documentation
2018-08-14 17:15:39 +02:00
icon.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
imaglist.cpp
Always store wxBitmap objects in wxGenericImageList
2018-10-31 15:35:30 +01:00
infobar.cpp
Use wxString() instead of "" for empty strings
2018-04-17 22:32:25 +02:00
laywin.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
listbkg.cpp
Update wxBookCtrlBase::m_selection outside UpdateSelectedPage()
2018-03-31 01:45:05 +02:00
listctrl.cpp
Fix wxGenericListCtrl build with wxUSE_STD_CONTAINERS and C++98
2018-09-17 23:20:03 +02:00
logg.cpp
Make wxLogInfo() work even without wxLog::SetVerbose()
2016-03-04 15:17:35 +01:00
markuptext.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
mask.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
mdig.cpp
Use Bind() instead of Connect() in wxWidgets code
2018-05-30 13:06:20 +02:00
msgdlgg.cpp
Remove Windows CE support
2015-09-23 00:52:30 +02:00
notebook.cpp
Fix compilation of generic wxNotebook used by wxMotif
2018-05-23 17:20:39 +02:00
notifmsgg.cpp
Replace post-increment on iterators with pre-increment
2017-12-29 19:59:24 +01:00
numdlgg.cpp
Non PCH fix by adding include of "wx/wxcrtvararg.h"
2018-10-21 21:58:56 -04:00
odcombo.cpp
Use wxVector<int> instead of wxArrayInt
2018-11-14 22:37:16 +01:00
paletteg.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
preferencesg.cpp
Resolve -Wsuggest-override warnings.
2017-02-24 23:37:44 +01:00
printps.cpp
Add wxPrintout::SetUp() to reuse the same code in all ports
2018-05-23 17:52:31 +02:00
prntdlgg.cpp
Use clear() instead of assignment to wxEmptyString
2018-08-22 09:45:20 -07:00
progdlgg.cpp
Don't disable main application window in wxProgressDialog
2018-08-16 19:57:18 +02:00
propdlg.cpp
Remove Windows CE support
2015-09-23 00:52:30 +02:00
regiong.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
renderg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
richmsgdlgg.cpp
Fix assert due to wrong sizer flags in wxGenericRichMessageDialog
2018-01-31 03:00:51 +01:00
richtooltipg.cpp
Fix wxMSW build with wxUSE_UXTHEME==0
2018-12-08 20:24:05 +01:00
sashwin.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
scrlwing.cpp
Restrict scrolled window virtual area in non-scrollable direction
2018-10-03 01:19:57 +02:00
selstore.cpp
Don't define wxSelectionStore::NO_SELECTION inline.
2014-09-27 23:29:32 +00:00
spinctlg.cpp
Don't send unnecessary events when wxSpinCtrlDouble loses focus
2017-04-29 13:50:45 +02:00
splash.cpp
Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8
2018-05-21 12:34:04 +02:00
splitter.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
srchctlg.cpp
Shift the text control another pixel down in MSW wxSearchCtrl
2018-07-09 20:50:48 +02:00
statbmpg.cpp
Use Bind() instead of Connect() in wxWidgets code
2018-05-30 13:06:20 +02:00
statline.cpp
Remove all lines containing cvs/svn "$Id$" keyword.
2013-07-26 16:02:46 +00:00
stattextg.cpp
Use Bind() instead of Connect() in wxWidgets code
2018-05-30 13:06:20 +02:00
statusbr.cpp
Fix field widths in wxStatusBar showing a size grip in wxGTK
2018-09-22 16:36:05 +02:00
tabg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
textdlgg.cpp
Really fix initial text selection in wxTextEntryDialog
2016-04-06 03:42:20 +02:00
textmeasure.cpp
Remove all lines containing cvs/svn "$Id$" keyword.
2013-07-26 16:02:46 +00:00
timectrlg.cpp
Compilation fix for wxUSE_INTL=0 build
2018-11-10 14:49:52 +01:00
timer.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
tipdlg.cpp
Use fractional point size when scaling fonts in wxTipDialog
2018-09-17 15:24:42 +02:00
tipwin.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
toolbkg.cpp
Fix removing and inserting pages in wxToolbook
2018-12-05 17:23:57 +01:00
treebkg.cpp
Fix adding pages without associated window to wxTreebook
2018-09-18 00:33:59 +02:00
treectlg.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
treelist.cpp
Revert "Fix crash when deleting all wxTreeListCtrl items with wxGTK3"
2018-01-24 23:09:30 +01:00
vlbox.cpp
Replace wxDeprecatedGUIConstants enum values
2018-11-25 21:29:32 +01:00
vscroll.cpp
Use wx-prefixed macros throughout the repository.
2015-04-23 22:00:35 +04:00
wizard.cpp
Avoid using mismatched translations for wxWizard buttons
2018-10-30 23:45:12 +01:00