.. |
themes
|
Added missing include (#9625).
|
2008-07-05 18:23:14 +00:00 |
bmpbuttn.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:11:26 +00:00 |
button.cpp
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
checkbox.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
checklst.cpp
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
choice.cpp
|
make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports
|
2007-08-15 20:31:06 +00:00 |
combobox.cpp
|
wxUniv compilation fixes after wxTextEntry::DoGetValue() change
|
2009-03-02 13:58:42 +00:00 |
control.cpp
|
add wxGenericStaticText (#9656)
|
2008-10-12 13:04:00 +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 compile support
|
2008-05-21 13:06:44 +00:00 |
dialog.cpp
|
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object
|
2009-01-20 18:33:33 +00:00 |
framuniv.cpp
|
move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent() helper
|
2008-07-29 12:32:47 +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
|
do not export compare functions in the wx ABI
|
2009-02-15 12:48:31 +00:00 |
menu.cpp
|
move 8 copies of the same function to common code
|
2008-06-11 05:23:53 +00:00 |
notebook.cpp
|
move notebook event definition to common code
|
2008-08-13 14:56:42 +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 |
settingsuniv.cpp
|
wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port
|
2008-05-17 09:41:25 +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
|
add wxGenericStaticText (#9656)
|
2008-10-12 13:04:00 +00:00 |
statusbr.cpp
|
save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes.
|
2009-02-09 00:33:19 +00:00 |
stdrend.cpp
|
Border correction
|
2007-11-15 10:22:22 +00:00 |
textctrl.cpp
|
wxUniv compilation fixes after wxTextEntry::DoGetValue() change
|
2009-03-02 13:58:42 +00:00 |
tglbtn.cpp
|
require semicolon after wxDECLARE/DEFINE_EVENT() (closes #10456)
|
2009-02-07 18:59:25 +00:00 |
theme.cpp
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
toolbar.cpp
|
don't crash trying to draw buttons with invalid bitmaps (the real fix would be to avoid adding them to the toolbar in the first place, of course...)
|
2008-11-03 17:24:51 +00:00 |
topluniv.cpp
|
correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX
|
2006-11-23 14:50:42 +00:00 |
winuniv.cpp
|
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object
|
2009-01-20 18:33:33 +00:00 |