.. |
.cvsignore
|
|
|
app.h
|
|
|
bmpbuttn.h
|
|
|
button.h
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +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
|
|
|
dialog.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +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
|
|
|
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
|
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
|
|
|
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
|
Blind fixes for warnings in wxTinderbox.
|
2006-01-26 19:35:32 +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 wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer
|
2007-03-14 17:11:52 +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
|
|
|
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
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
textctrl.h
|
moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif
|
2006-10-08 22:40:14 +00:00 |
tglbtn.h
|
derive univ toggle button from button
|
2006-05-24 17:17:27 +00:00 |
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
|
don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead
|
2006-10-29 20:39:31 +00:00 |
window.h
|
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
|
2006-06-08 11:25:30 +00:00 |