2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Smartphone specific resource files. |
tree | commitdiff |
2004-06-15 |
Robin Dunn | Add DoGetBestSize to wxCheckListBox that adds room... |
tree | commitdiff |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
tree | commitdiff |
2004-06-12 |
Robert Roebling | Added master define for CommandBar vs. PocketPC mixed... |
tree | commitdiff |
2004-06-11 |
Robert Roebling | Compile fix for HANDHELDPC |
tree | commitdiff |
2004-06-10 |
Vadim Zeitlin | fixed assert in SetItemText() for wxTR_MULTIPLE controls |
tree | commitdiff |
2004-06-09 |
Vadim Zeitlin | explicit this-> is required by C++ standard, not g... |
tree | commitdiff |
2004-06-05 |
Václav Slavík | don't define _puttchar ourselves when using newest... |
tree | commitdiff |
2004-06-05 |
Václav Slavík | corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent |
tree | commitdiff |
2004-06-03 |
Václav Slavík | split wxRegion(wxBitmap) ctor into two ctors with clear... |
tree | commitdiff |
2004-05-31 |
Václav Slavík | compilation fix for gcc-3.4 |
tree | commitdiff |
2004-05-28 |
Robin Dunn | GetClientAreaOrigin should be public |
tree | commitdiff |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
tree | commitdiff |
2004-05-27 |
Julian Smart | Fixes for Standard WinCE SDK |
tree | commitdiff |
2004-05-23 |
Julian Smart | Use old licence name |
tree | commitdiff |
2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-15 |
Mattia Barbon | wxUniversal compilation fix. |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Patch #952053, wxToggleButton gains WS_VISIBLE flag |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | wxUniversal compilation fix. The fix is ok because... |
tree | commitdiff |
2004-05-08 |
Vadim Zeitlin | removed HandleSysCommand() and don't generate duplicate... |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | Remove duplicate definition. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | CHM help is not compiled for wxUniversal. |
tree | commitdiff |
2004-05-07 |
Vadim Zeitlin | split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which... |
tree | commitdiff |
2004-05-07 |
Dimitri Schoolwerth | applied patch #931719: "ESC closes dialog instead of... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | made GetClippingBox() work even for clipping region... |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Added missing NO_GCC_PRAGMA check. |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | MSVC 5 fix. |
tree | commitdiff |
2004-04-29 |
Dimitri Schoolwerth | changed hand cursor to look like Windows' hand cursor |
tree | commitdiff |
2004-04-25 |
Václav Slavík | removed wxGzipStreams (supported by wxZlibStreams now) |
tree | commitdiff |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Compile fix for eVC++ 4 with PocketPC 2003 |
tree | commitdiff |
2004-04-20 |
Chris Elliott | SF patch #938489 |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Fix or add some DoGetBestSize's |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | define _puttchar for mingw32 as it doesn't have it... |
tree | commitdiff |
2004-04-15 |
Václav Slavík | commdlg.lib is not in evc3 |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | define WS_XXX constants missing in (some) CE SDKs |
tree | commitdiff |
2004-04-12 |
Václav Slavík | aygshell is available on PocketPC and sometimes needed |
tree | commitdiff |
2004-04-11 |
Václav Slavík | added wx/msw/wince/libraries.h to workaround SDK differ... |
tree | commitdiff |
2004-04-09 |
Dimitri Schoolwerth | implemented a simple DoGetBestSize() for MSW's wxScrollBar |
tree | commitdiff |
2004-04-08 |
Vadim Zeitlin | we can now use png/jpeg/gif |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Put back wxMSW's wxStaticBitmap::DoGetBestSize because... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize |
tree | commitdiff |
2004-04-05 |
Vadim Zeitlin | use wxUnusedVar() to suppress warnings about unused... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | don't define SetShape() for Windows CE; use wxTLWBase... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | GlobalLock/Unlock() are available under CE, no need... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | include headers normally included from windows.h and... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | suppressed unused param warning under CE |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | do #undef CreateDialog() under CE, what was the reason... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | include wince/missing.h under CE |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | removed tons of unused stuff apparently copied verbatim... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | enable wxDIB for Windows CE |
tree | commitdiff |
2004-04-03 |
Václav Slavík | WinCE compilation fix |
tree | commitdiff |
2004-04-01 |
Václav Slavík | WinCE SDK doesn't have crtdbg.h |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | use MSWCreateControl() instead of the old mess; impleme... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | implemented Get(Class)DefaultAttributes() |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | added wxGetCCDefaultFont() returning the default icon... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | default implementation of Get(Class)DefaultAttributes() |
tree | commitdiff |
2004-03-30 |
Vadim Zeitlin | implemented wxApp::OnExceptionInMainLoop() |
tree | commitdiff |
2004-03-29 |
Julian Smart | Wince fix |
tree | commitdiff |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
tree | commitdiff |
2004-03-24 |
Václav Slavík | fixed warnings about unneeded arguments |
tree | commitdiff |
2004-03-23 |
Václav Slavík | unified wxTaskBarIcon behaviour: wxMSW version is not... |
tree | commitdiff |
2004-03-22 |
Vadim Zeitlin | moved wxWinHandleHash below wxWindow declaration as... |
tree | commitdiff |
2004-03-21 |
Vadim Zeitlin | distinguish between main keyboard and numeric enter... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | added wxSetCCUnicodeFormat() and use it in wxTreeCtrl... |
tree | commitdiff |
2004-03-16 |
Robin Dunn | implment wxBitmapButton::DoGetBestSize |
tree | commitdiff |
2004-03-09 |
Václav Slavík | docs correction |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
tree | commitdiff |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
tree | commitdiff |
2004-03-03 |
Vadim Zeitlin | use global file/regkey by default |
tree | commitdiff |
2004-03-03 |
Vadim Zeitlin | added AccessMode parameter to wxRegKey |
tree | commitdiff |
2004-03-02 |
Vadim Zeitlin | wxWindow::Freeze()/Thaw() can now be nested |
tree | commitdiff |
2004-03-02 |
Chris Elliott | part of SF patch #904166 (DMC fix) |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | renamed start parameter of wxDC::DrawPolyPolygon()... |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | use HasFlag() and InXXX() instead of explicit flag... |
tree | commitdiff |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
tree | commitdiff |
2004-02-19 |
Julian Smart | GetSubcontrols now const |
tree | commitdiff |
2004-02-17 |
Julian Smart | Fixed source for WinCE compatibility |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | don't override GetSize(), this doesn't work (bug 732758) |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | define DWORD_PTR &c for Win32 compilation whatever... |
tree | commitdiff |
2004-02-12 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
tree | commitdiff |
2004-02-11 |
Vadim Zeitlin | another part of adding error checking to event table... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelectio... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize() |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added wxGet/SetWindowProc/UserData() |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | no changes, simply added a comment |
tree | commitdiff |
2004-02-09 |
Robin Dunn | wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T... |
tree | commitdiff |
2004-02-09 |
Julian Smart | Fix needed for free MS SDK |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | added WC_NO_BEST_FIT_CHARS |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Added missing MSWGetStyle prototype |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | added GetHbrush() and GetHbrushOf() |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed operator=(), ==() and !=() for wxPen |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | added GetHpen() and GetHpenOf() |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | background colour of a combobox may now be set (bug... |
tree | commitdiff |
next |