.. |
mdi
|
|
|
xmcombo
|
Committing in .
|
2005-10-10 14:18:40 +00:00 |
accel.cpp
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
app.cpp
|
include fix
|
2006-09-09 18:00:18 +00:00 |
bdiag.xbm
|
|
|
bmpbuttn.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
bmpmotif.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:58:02 +00:00 |
button.cpp
|
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB
|
2006-07-25 18:47:39 +00:00 |
cdiag.xbm
|
|
|
checkbox.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
checklst.cpp
|
Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-13 11:30:40 +00:00 |
choice.cpp
|
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB
|
2006-07-25 18:47:39 +00:00 |
clipbrd.cpp
|
Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-07-27 12:57:16 +00:00 |
colour.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
combobox_native.cpp
|
Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-13 11:30:40 +00:00 |
combobox.cpp
|
Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-13 11:30:40 +00:00 |
control.cpp
|
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB
|
2006-07-25 18:47:39 +00:00 |
cross.xbm
|
|
|
cursor.cpp
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
data.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
dataobj.cpp
|
Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-02 10:39:23 +00:00 |
dc.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:58:02 +00:00 |
dcclient.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:58:02 +00:00 |
dcmemory.cpp
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcscreen.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
descrip.mms
|
Update OpenVMS make files
|
2006-09-22 13:04:18 +00:00 |
dialog.cpp
|
moved all wxDialog event handlers to wxDialogBase to avoid code duplication
|
2006-08-19 22:56:11 +00:00 |
dnd.cpp
|
Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-19 20:18:46 +00:00 |
evtloop.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
fdiag.xbm
|
|
|
filedlg.cpp
|
File/dir dialog styles and other changes (patch 1488371):
|
2006-05-28 23:32:12 +00:00 |
font.cpp
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
frame.cpp
|
Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-09 09:51:39 +00:00 |
gauge.cpp
|
wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).
|
2006-07-06 09:09:09 +00:00 |
gsockmot.cpp
|
wxMotif for OS/2 adjustements. Source cleaning.
|
2005-10-06 12:10:44 +00:00 |
horiz.xbm
|
|
|
icon.cpp
|
extra semicolons removed
|
2005-10-08 17:10:10 +00:00 |
listbox.cpp
|
avoid flicker in methods which don't change listbox size by not calling XtUnmanage/ManageChild() unnecessarily (patch 1566670)
|
2006-10-03 14:55:49 +00:00 |
main.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
mdi.cpp
|
Include wx/settings.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-24 07:16:32 +00:00 |
menu.cpp
|
don't use deprecated wxStripMenuCodes overload
|
2006-08-19 23:21:18 +00:00 |
menuitem.cpp
|
Compilo.
|
2006-09-03 20:12:44 +00:00 |
minifram.cpp
|
wxMotif for OS/2 adjustements. Source cleaning.
|
2005-10-06 12:10:44 +00:00 |
msgdlg.cpp
|
Include wx/settings.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-24 07:16:32 +00:00 |
palette.cpp
|
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-04 07:57:04 +00:00 |
popupwin.cpp
|
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-28 12:44:37 +00:00 |
radiobox.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
radiobut.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
scrolbar.cpp
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
|
2006-04-18 09:56:17 +00:00 |
settings.cpp
|
Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-19 20:18:46 +00:00 |
slider.cpp
|
Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-02 10:39:23 +00:00 |
spinbutt.cpp
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
statbmp.cpp
|
Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
|
2006-10-05 19:34:25 +00:00 |
statbox.cpp
|
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB
|
2006-07-25 18:47:39 +00:00 |
stattext.cpp
|
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB
|
2006-07-25 18:47:39 +00:00 |
textctrl.cpp
|
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 |
timer.cpp
|
Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-20 10:24:07 +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 |
toplevel.cpp
|
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-28 12:44:37 +00:00 |
utils.cpp
|
compilation fix after operator==() removal
|
2006-10-30 22:58:02 +00:00 |
verti.xbm
|
|
|
window.cpp
|
Fix setting the clipping region for a DC when the region is an
|
2006-10-15 15:51:35 +00:00 |
wxwin.xbm
|
|
|