Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / palmos /
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-09  Vadim Zeitlinfixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-18  Włodzimierz SkibaFollow other ports with Title/Label split.
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-10-26  Włodzimierz SkibaSource cleaning.
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-20  Vadim Zeitlinfill in OS info in GetToolkitInfo() (patch 1256409)
2005-07-04  Włodzimierz SkibaUse common wxTextCtrlBase::GetRange() for PalmOS text...
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-10  Włodzimierz SkibaDisable wxID_EXIT on PalmOS with all consequences in...
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-02-24  Włodzimierz SkibaFurther improvements in composite controls (wxRadioBox...
2005-02-23  Włodzimierz SkibaMore support in wxRadioBox for PalmOS. Refreshing fixes.
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-22  Włodzimierz SkibaMore wxAPI for radiobox of PalmOS.
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-18  Włodzimierz SkibaTypo fixes.
2005-02-17  Vadim Zeitlincorrected wxRTTI macros
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-02-15  Włodzimierz SkibawxDatePicker and wxDateTime for PalmOS. Remove conflict...
2005-02-14  Włodzimierz SkibaCommon code for the same handling of wxSL_INVERSE.
2005-02-14  Włodzimierz SkibaInversed slider and wrapper for datepicker control...
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-11  Włodzimierz SkibaUse parents client size and origin in placement of...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-09  Włodzimierz SkibawxPalmOS frame code clearning from MSW specific parts...
2005-02-08  Włodzimierz SkibawxSlider event handling as described by Vadim in thread...
2005-02-07  Włodzimierz SkibawxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider.
2005-02-02  Włodzimierz SkibaFlags for wxStaticText alignment. Destroying of the...
2005-02-01  Włodzimierz SkibaReadable style name.
2005-02-01  Włodzimierz SkibaFurther cleaning of the wxPalmOS radiobox code. Sending...
2005-01-31  Włodzimierz SkibaEnhanced wxGetStockLabel() with parameters which replac...
2005-01-31  Włodzimierz SkibaNative wxStaticText. Cleaning of wxRadioBox code before...
2005-01-28  Włodzimierz SkibaUse stock labels. Native wxRadioButton. Getting positio...
2005-01-27  Włodzimierz SkibaGet/SetValue() and other improvements to the native...
2005-01-25  Włodzimierz SkibawxButton, wxCheckBox, wxSlider, wxToggleButton native...
2005-01-24  Włodzimierz SkibaNative PalmOS wxControl and wxButton implementation...
2005-01-21  Włodzimierz SkibaHeaders cleaning.
2005-01-21  Włodzimierz SkibaForgot to free string after usage.
2005-01-21  Włodzimierz SkibaStart more than minimal TLW support.
2005-01-21  Włodzimierz SkibaReenable wxPalmOS status bar after recent changes....
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-20  Włodzimierz SkibaPalmOS description.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Włodzimierz SkibaLess MSW related files in wxPalmOS port.
2005-01-18  Włodzimierz SkibaPalmOS native colour dialog.
2005-01-14  Włodzimierz SkibaCommon wxListCtrl control name.
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2005-01-04  Włodzimierz SkibaInitial wxSystemSettings::GetColour() for PalmOS.
2005-01-03  Włodzimierz SkibaFull support to the native progress dialog.
2004-12-31  Włodzimierz SkibawxDialog::Show is virtual as elsewhere. Native PalmOS...
2004-12-29  Włodzimierz SkibaFixes to FIXME about stock IDs usage.
2004-12-29  Włodzimierz SkibaEmpty container and design description for native PalmO...
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-27  Włodzimierz SkibaMSW and source cleaning.
2004-12-27  Włodzimierz SkibaSome PalmOS utils implementations.
2004-12-24  Włodzimierz SkibaFirst nonminimal wxPalmOS functionality: enumeration...
2004-12-24  Włodzimierz SkibawxPalmOS was introduced long after 2.4.
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-10-19  Vadim Zeitlinremoved unneeded junk copied from MSW port
2004-10-19  Vadim Zeitlinfixed status bar source file name; removed wxUSE_NATIVE...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port