.. |
private
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
aboutdlgg.h
|
add parent parameter to wxAboutBox() (closes #9952)
|
2009-04-26 13:41:21 +00:00 |
accel.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
animate.h
|
allow loading wxAnimationCtrl contents from stream (patch 1962344)
|
2008-05-17 22:51:52 +00:00 |
bmpcbox.h
|
Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public
|
2008-06-27 13:47:45 +00:00 |
busyinfo.h
|
minor cleanup
|
2009-12-05 19:57:58 +00:00 |
buttonbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
calctrlg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
caret.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
choicdgg.h
|
Add initial selection parameter to wxGetSingleChoice() functions.
|
2010-03-21 11:06:31 +00:00 |
clrpickerg.h
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
collpaneg.h
|
blind fix for wxMac
|
2009-02-01 20:59:03 +00:00 |
colour.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colrdlgg.h
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
combo.h
|
Redone (generic) wxComboCtrl background painting and handling. The 'actual' wxWindow background colour is now largely ignored and overridden to refer the text-area's background colour instead (as is usually the case with controls like this). Base 'transparent' background is now only painted when double-buffered rendering is required, and otherwise delegated to the system, as appropriate. This should significantly improve control's appearance and compliancy with GTK+ and OS X themes and custom backgrounds.
|
2011-03-20 10:59:22 +00:00 |
ctrlsub.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dataview.h
|
Add optional columns autosizing to wxDataViewCtrl.
|
2010-10-30 15:57:41 +00:00 |
datectrl.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
dcpsg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
dirctrlg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
dirdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dragimgg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dvrenderer.h
|
Pass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference.
|
2011-03-01 12:16:49 +00:00 |
dvrenderers.h
|
Return wxWindow* from wxDataViewCustomRenderer::CreateEditorCtrl().
|
2011-04-22 18:25:32 +00:00 |
fdrepdlg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
filectrlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filedlgg.h
|
Make wxFileDialog::Set/SetPath() behave consistently.
|
2009-11-26 16:17:00 +00:00 |
filepickerg.h
|
No code changes, fixed various typos.
|
2011-04-03 20:31:32 +00:00 |
fontdlgg.h
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
fontpickerg.h
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
fswatcher.h
|
Merge SOC2009_FSWATCHER branch into trunk.
|
2009-10-22 11:35:43 +00:00 |
grid.h
|
Add wxGrid::RefreshAttr() method to force attribute refresh.
|
2010-08-30 22:18:52 +00:00 |
gridctrl.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
grideditors.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
gridsel.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
headerctrlg.h
|
Remove remaining bits of marker drawing during resizing
|
2009-06-12 16:15:35 +00:00 |
helpext.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
hyperlink.h
|
Provide native wxHyperlinkCtrl implementation for wxMSW.
|
2010-08-17 16:55:32 +00:00 |
icon.h
|
compilation fix after last change
|
2008-12-31 15:27:00 +00:00 |
imaglist.h
|
minor cleanup
|
2009-12-05 19:57:58 +00:00 |
infobar.h
|
Move wxInfoBar to core library from adv.
|
2010-05-05 12:20:08 +00:00 |
laywin.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
listctrl.h
|
Account for largest item in wxGenericListCtrl::GetBestSize().
|
2010-07-11 10:44:08 +00:00 |
logg.h
|
No code changes, fixed some typos.
|
2011-04-30 10:57:04 +00:00 |
mask.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mdig.h
|
deprecate the old TryValidator/Parent() and replace them with the new and documented TryBefore/After()
|
2009-02-26 16:16:31 +00:00 |
msgdlgg.h
|
Allow using custom labels for wxGenericMessageDialog buttons.
|
2010-08-30 21:48:21 +00:00 |
notebook.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
notifmsg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
numdlgg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
paletteg.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
panelg.h
|
Add wxPanel::SetBackgroundBitmap().
|
2011-03-20 00:00:49 +00:00 |
printps.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
prntdlgg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
progdlgg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
propdlg.h
|
Removed extraneous semicolons and commas (partly fixes #10456).
|
2009-02-01 04:48:19 +00:00 |
region.h
|
Add (currently unimplemented) missing wxRegion constructors for wxRegionGeneric.
|
2009-02-07 23:20:45 +00:00 |
richmsgdlgg.h
|
Compilation fix for non-PCH build in wxGenericRichMessageDialog code.
|
2010-08-19 00:06:12 +00:00 |
sashwin.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
scrolwin.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
spinctlg.h
|
Fix setting tooltips for generic wxSpinCtrl.
|
2011-03-15 11:10:38 +00:00 |
splash.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
splitter.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
srchctlg.h
|
remove SetValue() which is not needed and which definition was removed by the previous change
|
2009-03-02 14:49:55 +00:00 |
statbmpg.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
statline.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
stattextg.h
|
Add markup support to generic wxStaticText implementation.
|
2011-02-27 12:48:38 +00:00 |
statusbr.h
|
No code changes, fixed various typos.
|
2011-04-03 20:31:32 +00:00 |
tabg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
textdlgg.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
treectlg.h
|
Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown rather than OnChar. This change means it sends events for the same keys as the wxMSW control. It also fixes the failing unit test.
|
2010-09-22 10:06:39 +00:00 |
wizard.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |