..
private
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
2007-04-20 01:29:16 +00:00
accel.h
app.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
bitmap.h
cleanup of raw access to bitmaps:
2007-07-10 13:32:25 +00:00
bmpbuttn.h
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
2007-04-08 22:18:35 +00:00
brush.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
button.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
checkbox.h
checklst.h
choice.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
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
colour.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
combobox.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
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
COW cleanup patch (1583966):
2006-10-30 19:26:48 +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
dataobj.h
dc.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
dcclient.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
dcmemory.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
dcscreen.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
dialog.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
dnd.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
filedlg.h
font.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
fontdlg.h
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
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
glcanvas.h
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
2007-04-15 23:06:45 +00:00
listbox.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
mdi.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
menu.h
Headers cleaning.
2006-10-17 14:44:52 +00:00
menuitem.h
fix handling of stock menu items (creating a stock item without label left its label empty)
2007-04-15 23:08:19 +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
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
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
popupwin.h
private.h
radiobox.h
radiobut.h
region.h
The Great wxRegion Refactoring:
2006-09-25 11:47:23 +00:00
scrolbar.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
scrolwin.h
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
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
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase
2007-03-23 14:01:53 +00:00
tglbtn.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
tooltip.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
toplevel.h
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
2007-04-07 23:40:55 +00:00
treectrl.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
win_gtk.h
window.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