wxWidgets/src/palmos
2005-04-05 16:10:48 +00:00
..
accel.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
app.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
base.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
bitmap.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
bmpbuttn.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
brush.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
button.cpp Use parents client size and origin in placement of controls. 2005-02-11 06:56:47 +00:00
caret.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
checkbox.cpp Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code). 2005-01-31 08:04:44 +00:00
checklst.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
choice.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
clipbrd.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
colordlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
colour.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
combobox.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
control.cpp Further improvements in composite controls (wxRadioBox) on PalmOS. 2005-02-24 10:51:11 +00:00
cursor.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
data.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
datectrl.cpp Typo fixes. 2005-02-18 10:23:07 +00:00
dc.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dcclient.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
dcmemory.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dcprint.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dcscreen.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dialog.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
dib.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dir.cpp Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning. 2005-04-05 16:10:48 +00:00
dirdlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
display.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dragimag.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
dummy.cpp Less MSW related files in wxPalmOS port. 2005-01-18 21:27:06 +00:00
dummydll.cpp Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
enhmeta.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
evtloop.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
fdrepdlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
filedlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
font.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
fontdlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
fontenum.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
fontutil.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
frame.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
gauge.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
gdiimage.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
gdiobj.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
glcanvas.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
help.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
icon.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
imaglist.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
joystick.cpp Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning. 2005-01-24 07:38:52 +00:00
listbox.cpp 1. added SetSelection() to wxItemContainer and removed its declarations 2005-02-13 17:08:27 +00:00
listctrl.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
main.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
mdi.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
menu.cpp implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726) 2005-03-17 23:45:24 +00:00
menuitem.cpp Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS. 2005-03-10 19:59:01 +00:00
metafile.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
minifram.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
msgdlg.cpp Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
nativdlg.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
notebook.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
ownerdrw.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
palette.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
pen.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
popupwin.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
prefconf.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
printdlg.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
printpalm.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
progdlg.cpp Full support to the native progress dialog. 2005-01-03 07:08:17 +00:00
radiobox.cpp Further improvements in composite controls (wxRadioBox) on PalmOS. 2005-02-24 10:51:11 +00:00
radiobut.cpp wxSlider event handling as described by Vadim in thread 'Slider events' at wx-dev. More changes towards wxRadioBox on Palm. 2005-02-08 09:38:08 +00:00
region.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
scrolbar.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
settings.cpp Applied GetSystemMetric patch to suppurt GTK and multihead 2005-03-07 17:38:31 +00:00
slider.cpp Common code for the same handling of wxSL_INVERSE. 2005-02-14 19:29:37 +00:00
snglinst.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
sound.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
spinbutt.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
spinctrl.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
statbmp.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
statbox.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
statbrpalm.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
statline.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
stattext.cpp Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization. 2005-02-02 07:02:50 +00:00
tabctrl.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
taskbar.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
textctrl.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
tglbtn.cpp Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code). 2005-01-31 08:04:44 +00:00
thread.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
timer.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
toolbar.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
tooltip.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
toplevel.cpp wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds. 2005-02-15 07:24:37 +00:00
treectrl.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
utils.cpp Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning. 2005-03-17 17:46:32 +00:00
utilsexc.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
utilsgui.cpp Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
volume.cpp Headers cleaning. 2005-01-21 21:04:05 +00:00
window.cpp Further improvements in composite controls (wxRadioBox) on PalmOS. 2005-02-24 10:51:11 +00:00