.. |
.cvsignore
|
|
|
app.h
|
|
|
bmpbuttn.h
|
|
|
button.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
checkbox.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
checklst.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +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
|
|
|
colschem.h
|
fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE
|
2006-12-24 19:06:39 +00:00 |
combobox.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
control.h
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
dialog.h
|
|
|
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
|
|
|
inpcons.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
inphand.h
|
|
|
listbox.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
menu.h
|
|
|
menuitem.h
|
|
|
notebook.h
|
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)
|
2006-10-08 17:37:23 +00:00 |
radiobox.h
|
|
|
radiobut.h
|
|
|
renderer.h
|
Return optimal label width from DrawHeaderButton
|
2006-11-30 23:44:55 +00:00 |
scrarrow.h
|
renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()
|
2006-10-30 12:24:13 +00:00 |
scrolbar.h
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
scrthumb.h
|
|
|
scrtimer.h
|
|
|
setup0.h
|
add wxUSE_STC wrappers
|
2007-04-17 05:48:09 +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
|
|
|
statbox.h
|
|
|
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
|
|
|
stdrend.h
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
textctrl.h
|
fix a fatal crash due to using wxHSCROLL presence in m_windowStyle as indicator of whether we wrap lines or not: this didn't work because wxHSCROLL was temporarily reset in wxWindow::Create() and so we used wxTextWrappedData when we only had created wxTextMultiLineData
|
2007-04-08 23:25:36 +00:00 |
tglbtn.h
|
|
|
theme.h
|
added wxDelegateTheme to accompany wxDelegateRenderer
|
2006-10-26 15:33:10 +00:00 |
toolbar.h
|
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
|
2007-03-18 23:13:18 +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
|
|
|