wxWidgets/src/palmos
2008-11-15 11:10:34 +00:00
..
accel.cpp add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
app.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
base.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
bitmap.cpp use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP 2008-06-01 20:19:43 +00:00
bmpbuttn.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
brush.cpp introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt 2008-03-16 16:47:57 +00:00
button.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
caret.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checkbox.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
checklst.cpp Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-29 21:26:35 +00:00
choice.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +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
colordlg.cpp Include wx/cmndata.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-25 21:08:11 +00:00
combobox.cpp Include commctrl.h properly. 2006-05-30 07:43:05 +00:00
control.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
cursor.cpp provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
data.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
datectrl.cpp removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_ (part of patch 1927817) 2008-04-06 15:41:47 +00:00
dc.cpp deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970) 2008-06-08 01:45:56 +00:00
dcclient.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
dcmemory.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
dcprint.cpp make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
dcscreen.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
dialog.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
dib.cpp Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-03 19:02:54 +00:00
dir.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
dirdlg.cpp Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-07 11:44:19 +00:00
dragimag.cpp Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-03 19:02:54 +00:00
enhmeta.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
evtloop.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
fdrepdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
filedlg.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
font.cpp fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
fontdlg.cpp Include wx/cmndata.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-25 21:08:11 +00:00
fontenum.cpp Build fix. 2006-05-29 21:45:52 +00:00
fontutil.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-06 22:02:01 +00:00
gdiimage.cpp Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-14 10:02:19 +00:00
glcanvas.cpp changed wxGLContext::SetColour() argument from wxChar* to wxString 2007-06-19 11:54:36 +00:00
help.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
imaglist.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
joystick.cpp multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) 2007-03-16 00:51:43 +00:00
listbox.cpp make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports 2007-08-15 20:31:06 +00:00
listctrl.cpp added wxListCtrl::SetItemPtrData() 2007-05-10 01:53:21 +00:00
main.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
mdi.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
menu.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
menuitem.cpp move 8 copies of the same function to common code 2008-06-11 05:23:53 +00:00
metafile.cpp changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +00:00
minifram.cpp add wxUSE_MINIFRAME wrapper 2007-10-21 18:07:29 +00:00
msgdlg.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
nativdlg.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
notebook.cpp move notebook event definition to common code 2008-08-13 14:56:42 +00:00
ownerdrw.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
palette.cpp Include wx/palette.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-20 19:43:09 +00:00
pen.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
popupwin.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 09:56:17 +00:00
prefconf.cpp PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
printdlg.cpp Include wx/dcprint.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-08 22:34:12 +00:00
printpalm.cpp Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
progdlg.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
radiobox.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
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
region.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
scrolbar.cpp Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-30 13:43:18 +00:00
settings.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
slider.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
snglinst.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
sound.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.cpp correct closing comments in #endifs (patch 1756990) 2007-07-21 23:54:55 +00:00
spinctrl.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbmp.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
statbox.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbrpalm.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
statline.cpp Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-26 08:21:31 +00:00
stattext.cpp Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-27 12:47:14 +00:00
stdall.c translate comments in English (part of ticket 4700) 2008-05-27 16:26:11 +00:00
tabctrl.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
taskbar.cpp added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure 2007-07-19 01:02:28 +00:00
textctrl.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
tglbtn.cpp Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-17 09:07:47 +00:00
thread.cpp wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well) 2008-04-12 02:28:46 +00:00
timer.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
toolbar.cpp fixed all the other ports broken by controls labels in wxToolBar patch commit 2007-03-18 23:57:20 +00:00
tooltip.cpp added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804) 2007-08-15 12:57:36 +00:00
toplevel.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
treectrl.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
utils.cpp ifdef fixes for PalmOS6 (part of ticket 4700) 2008-05-27 16:35:13 +00:00
utilsexc.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
utilsgui.cpp More patches from FM to clean up after moving contribs. Also removes 2007-04-06 21:08:30 +00:00
volume.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00
window.cpp compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861) 2008-03-02 00:53:32 +00:00