.. |
accel.cpp
|
|
|
app.cpp
|
Fixed argument handling.
|
2007-11-18 11:52:05 +00:00 |
bitmap.cpp
|
Linker fixes for OS/2 build.
|
2008-03-29 21:18:36 +00:00 |
bmpbuttn.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
brush.cpp
|
Updated brush/pen implementation for OS/2 to current implementation style.
|
2008-03-23 17:41:16 +00:00 |
button.cpp
|
|
|
checkbox.cpp
|
|
|
checklst.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
choice.cpp
|
|
|
clipbrd.cpp
|
|
|
colour.cpp
|
Removed constructor already defined in header.
|
2008-01-12 10:57:13 +00:00 |
combobox.cpp
|
Use new wxTextEntry implementation on OS/2.
|
2007-11-18 22:55:54 +00:00 |
control.cpp
|
Some wxOS2 compilation fixes after wxDC changes
|
2008-01-12 18:30:14 +00:00 |
cursor.cpp
|
|
|
data.cpp
|
|
|
dataobj.cpp
|
|
|
dc.cpp
|
Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps
|
2008-01-19 14:15:33 +00:00 |
dcclient.cpp
|
Adopted OS/2 to DC reorganisation (r50348).
|
2008-01-06 22:37:10 +00:00 |
dcmemory.cpp
|
Adopted OS/2 to DC reorganisation (r50348).
|
2008-01-06 22:37:10 +00:00 |
dcprint.cpp
|
Adopted OS/2 to DC reorganisation (r50348).
|
2008-01-06 22:37:10 +00:00 |
dcscreen.cpp
|
Adopted OS/2 to DC reorganisation (r50348).
|
2008-01-06 22:37:10 +00:00 |
dialog.cpp
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |
dir.cpp
|
|
|
dirdlg.cpp
|
|
|
dllar.sh
|
|
|
dllnames.sh
|
|
|
dnd.cpp
|
|
|
evtloop.cpp
|
|
|
file.lst
|
|
|
filedlg.cpp
|
|
|
font.cpp
|
Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.
|
2008-01-12 15:05:15 +00:00 |
fontdlg.cpp
|
|
|
fontenum.cpp
|
|
|
fontutil.cpp
|
Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps
|
2008-01-19 14:15:33 +00:00 |
frame.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
gauge.cpp
|
|
|
gdiimage.cpp
|
OS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType
|
2008-03-29 19:34:37 +00:00 |
gsockpm.cpp
|
Fixed compilation.
|
2008-01-12 15:38:59 +00:00 |
helpwin.cpp
|
|
|
icon.cpp
|
OS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType
|
2008-03-29 19:34:37 +00:00 |
iniconf.cpp
|
Avoid deprecation warnings for ::IsEmpty (patch #1829909)
|
2007-11-11 22:29:50 +00:00 |
joystick.cpp
|
|
|
listbox.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
listctrl.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
main.cpp
|
|
|
makefile.va
|
|
|
menu.cpp
|
Avoid deprecation warnings for GetText (patch #1829903)
|
2007-11-11 22:25:52 +00:00 |
menuitem.cpp
|
|
|
metafile.cpp
|
Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.
|
2008-01-12 15:05:15 +00:00 |
mimetype.cpp
|
|
|
minifram.cpp
|
Added missing (trivial) implementation file for wxMiniFrame on OS/2.
|
2008-04-09 21:30:02 +00:00 |
msgdlg.cpp
|
|
|
nativdlg.cpp
|
|
|
notebook.cpp
|
Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works
|
2007-12-20 10:52:05 +00:00 |
ownerdrw.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
palette.cpp
|
Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.
|
2008-01-12 15:05:15 +00:00 |
pen.cpp
|
Linker fixes for OS/2 build.
|
2008-03-29 21:18:36 +00:00 |
popupwin.cpp
|
|
|
print.cpp
|
|
|
radiobox.cpp
|
|
|
radiobut.cpp
|
|
|
region.cpp
|
Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.
|
2008-01-12 15:05:15 +00:00 |
scrolbar.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
settings.cpp
|
|
|
slider.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
sound.cpp
|
|
|
spinbutt.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
spinctrl.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
standard.txt
|
|
|
statbmp.cpp
|
|
|
statbox.cpp
|
|
|
statline.cpp
|
|
|
stattext.cpp
|
|
|
stdpaths.cpp
|
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)
|
2007-11-17 14:59:13 +00:00 |
tabctrl.cpp
|
|
|
textctrl.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
textentry.cpp
|
Added wxTextEntry implementation for OS/2.
|
2007-11-18 21:48:11 +00:00 |
tglbtn.cpp
|
|
|
thread.cpp
|
add MutexGuiEnter/Leave to wxAppTraits, integrate native GTK+ GUI locking
|
2007-12-17 05:37:00 +00:00 |
timer.cpp
|
|
|
toolbar.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
tooltip.cpp
|
|
|
toplevel.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
treectrl.cpp
|
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
|
2007-11-29 17:00:58 +00:00 |
utils.cpp
|
|
|
utilsexc.cpp
|
|
|
utilsgui.cpp
|
|
|
window.cpp
|
Fixed OS/2 compilation after wxDC changes
|
2008-01-19 21:15:03 +00:00 |
y_tab.i
|
|
|