.. |
private
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
accel.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
app.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
bitmap.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 |
bmpbuttn.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
brush.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
button.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
checkbox.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
checklst.h
|
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
|
2006-03-23 22:05:23 +00:00 |
choice.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 |
clipbrd.h
|
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
|
2007-03-31 02:57:55 +00:00 |
colordlg.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 |
colour.h
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +00:00 |
combobox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
control.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
cursor.h
|
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
|
2008-09-25 17:56:07 +00:00 |
dataform.h
|
provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly
|
2007-06-04 12:50:43 +00:00 |
dataobj2.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 |
dataobj.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
dc.h
|
fixed wxGTK1 compilation after wxDC changes (still doesn't work)
|
2007-12-15 18:20:59 +00:00 |
dcclient.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 |
dcmemory.h
|
Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types.
|
2007-12-21 09:58:20 +00:00 |
dcscreen.h
|
fixed wxGTK1 compilation after wxDC changes (still doesn't work)
|
2007-12-15 18:20:59 +00:00 |
dialog.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
dnd.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 |
filedlg.h
|
File/dir dialog styles and other changes (patch 1488371):
|
2006-05-28 23:32:12 +00:00 |
font.h
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
fontdlg.h
|
Better backward compatibility and deprecation markup for interface deprecated in comments.
|
2006-03-30 14:04:17 +00:00 |
frame.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
gauge.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
glcanvas.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
listbox.h
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
mdi.h
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +00:00 |
menu.h
|
Menu label consistency changes
|
2007-08-11 17:54:59 +00:00 |
menuitem.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 |
minifram.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
msgdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
notebook.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
pen.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
popupwin.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
private.h
|
remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now
|
2007-11-24 19:11:19 +00:00 |
radiobox.h
|
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
|
2006-03-23 22:05:23 +00:00 |
radiobut.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
region.h
|
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
|
2009-01-08 16:43:56 +00:00 |
scrolbar.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 |
scrolwin.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
slider.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
spinbutt.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
spinctrl.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
statbmp.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
statbox.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
stattext.h
|
derive wxStaticText from wxStaticTextBase under wxGTK1 too, in particular thi sfixes missing wxStaticText::Wrap() problem during linking
|
2007-04-11 12:13:36 +00:00 |
tbargtk.h
|
fixed all the other ports broken by controls labels in wxToolBar patch commit
|
2007-03-18 23:57:20 +00:00 |
textctrl.h
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
tglbtn.h
|
Derive from wxToggleButtonBase
|
2007-12-08 10:43:10 +00:00 |
tooltip.h
|
added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)
|
2007-08-15 12:57:36 +00:00 |
toplevel.h
|
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
|
2007-04-07 23:40:55 +00:00 |
treectrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
win_gtk.h
|
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
|
2006-01-23 02:28:01 +00:00 |
window.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |