.. |
app.h
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
bmpbuttn.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +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
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
checklst.h
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
chkconf.h
|
add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default)
|
2006-09-28 22:55:28 +00:00 |
choice.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
colschem.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
|
fix access to client data of wxComboBox in wxUniv by virtualizing access to wxControlWithItems::m_clientDataItemsType
|
2007-09-16 23:12:27 +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 |
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 |
frame.h
|
don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead
|
2006-10-29 20:39:31 +00:00 |
gauge.h
|
Fixes for include guards, patch 1256967 Paul Cornett
|
2005-09-25 20:49:40 +00:00 |
inpcons.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 |
inphand.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
listbox.h
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
menu.h
|
Menu label consistency changes
|
2007-08-11 17:54:59 +00:00 |
menuitem.h
|
Menu label consistency changes
|
2007-08-11 17:54:59 +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 |
radiobox.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 |
radiobut.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
renderer.h
|
Added missing argument
|
2007-08-16 14:03:17 +00:00 |
scrarrow.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 |
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 |
scrthumb.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 |
scrtimer.h
|
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
|
2006-06-08 11:25:30 +00:00 |
setup0.h
|
removed unused wxUSE_XXX options (patch 1759328)
|
2007-07-28 00:08:01 +00:00 |
slider.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
spinbutt.h
|
renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()
|
2006-10-30 12:24:13 +00:00 |
statbmp.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
statbox.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
stattext.h
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
statusbr.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
stdrend.h
|
Added DrawFocusRect to wxRenderer
|
2007-08-16 12:15:15 +00:00 |
textctrl.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 |
tglbtn.h
|
derive univ toggle button from button
|
2006-05-24 17:17:27 +00:00 |
theme.h
|
wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes
|
2007-09-15 21:23:19 +00:00 |
toolbar.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 |
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 |