.. |
themes
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
bmpbuttn.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:11:26 +00:00 |
button.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
checkbox.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
checklst.cpp
|
Many changes for wxInputHandler creation mainly related to:
|
2006-09-14 19:36:47 +00:00 |
choice.cpp
|
Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-30 07:34:30 +00:00 |
colschem.cpp
|
compilation fix for compilation w/o precompiled headers
|
2006-08-10 13:53:25 +00:00 |
combobox.cpp
|
SetSelection(wxNOT_FOUND) now works correctly.
|
2006-10-17 18:21:05 +00:00 |
control.cpp
|
remove unneeded m_inputHandler initialization (already done in the base class ctor)
|
2006-09-12 22:20:15 +00:00 |
ctrlrend.cpp
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
descrip.mms
|
Update OpenVMS make files
|
2006-09-22 13:04:18 +00:00 |
dialog.cpp
|
Include wx/dialog.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-22 20:54:04 +00:00 |
framuniv.cpp
|
don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead
|
2006-10-29 20:39:31 +00:00 |
gauge.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
inpcons.cpp
|
Tinderbox build fix.
|
2006-10-30 17:05:42 +00:00 |
inphand.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
listbox.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
menu.cpp
|
gcc signed/unsigned comparison warning fix
|
2006-10-30 21:47:47 +00:00 |
notebook.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
radiobox.cpp
|
Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-01 20:52:09 +00:00 |
radiobut.cpp
|
Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-05 16:46:15 +00:00 |
scrarrow.cpp
|
Tinderbox build fix.
|
2006-10-30 18:08:21 +00:00 |
scrolbar.cpp
|
fixed scrolling using mouse broken by my previous commit
|
2006-10-31 09:26:55 +00:00 |
scrthumb.cpp
|
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
|
2006-06-08 11:25:30 +00:00 |
slider.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
spinbutt.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
statbmp.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
statbox.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
statline.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
stattext.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
statusbr.cpp
|
use window's font instead of the default one in wxStatusBar
|
2006-10-25 18:14:08 +00:00 |
stdrend.cpp
|
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
|
2006-10-30 12:33:25 +00:00 |
textctrl.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
tglbtn.cpp
|
derive univ toggle button from button
|
2006-05-24 17:17:27 +00:00 |
theme.cpp
|
added wxDelegateTheme to accompany wxDelegateRenderer
|
2006-10-26 15:33:10 +00:00 |
toolbar.cpp
|
ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down
|
2006-10-31 13:09:08 +00:00 |
topluniv.cpp
|
don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead
|
2006-10-29 20:39:31 +00:00 |
winuniv.cpp
|
don't crash when destroying window with scrollbars
|
2006-11-02 18:57:44 +00:00 |