2004-08-23 |
Włodzimierz Skiba | Native SmartPhone wxChoice implementation. |
tree | commitdiff |
2004-08-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE... |
tree | commitdiff |
2004-08-19 |
Włodzimierz Skiba | Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true... |
tree | commitdiff |
2004-08-18 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2004-08-16 |
Włodzimierz Skiba | TRUE/true, FALSE/false, whitespace cleaning. |
tree | commitdiff |
2004-08-15 |
Václav Slavík | added stock buttons support |
tree | commitdiff |
2004-08-13 |
Vadim Zeitlin | use wxDD_DEFAULT_STYLE instead of 0 by default for... |
tree | commitdiff |
2004-08-09 |
Włodzimierz Skiba | wxUSE_GENERIC_DIALOGS_IN_MSW removed |
tree | commitdiff |
2004-08-08 |
David Elliott | Use bool instead of int. Replace TRUE/FALSE with true... |
tree | commitdiff |
2004-08-06 |
David Elliott | Get rid of inline C compatibility methods |
tree | commitdiff |
2004-08-06 |
David Elliott | Get rid of wxUSE_GSOCKET_CPLUSPLUS |
tree | commitdiff |
2004-08-06 |
Dimitri Schoolwerth | made code slightly more readable |
tree | commitdiff |
2004-08-06 |
Dimitri Schoolwerth | fixed MSVC6 compiler warning |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Peparation for native Smartphone controls based on... |
tree | commitdiff |
2004-08-03 |
Włodzimierz Skiba | Smartphone fix due to separated implementation of wxFil... |
tree | commitdiff |
2004-08-03 |
David Elliott | * Made GSocket::GetError() exp/imp from net library... |
tree | commitdiff |
2004-08-03 |
David Elliott | Prepare headers for C->C++ migration |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | switched to wxEventLoopBase/wxEventLoop implementation... |
tree | commitdiff |
2004-07-28 |
David Elliott | wxWindowMSW::OnInitDialog is only implemented for WinCE |
tree | commitdiff |
2004-07-28 |
Julian Smart | Worked around static box opaqueness problem on WinCE... |
tree | commitdiff |
2004-07-27 |
Włodzimierz Skiba | Missing DMC OFN_* values. |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed _GSocket::m_oriented |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | implemented moving the dialog (patch 996448) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't define _CRTDBG_MAP_ALLOC as it is apparently... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | dc.h shouldn't include itself (patch 992933) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | fixed header include guard position (patch 992443) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added status bar fields styles support (patch 988292) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added IsFrozen() (part of patch 925808) |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | unhide the other HitTest() overload |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | don't modify all wxBitmaps sharing the same wxBitmapRef... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y... |
tree | commitdiff |
2004-07-23 |
Włodzimierz Skiba | wxUSE_BUTTONBAR removed. |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this... |
tree | commitdiff |
2004-07-16 |
Roger Gammans | * add documentation for wxMemoryBuffer |
tree | commitdiff |
2004-07-15 |
Václav Slavík | DLL export fixes (patch 991760) |
tree | commitdiff |
2004-07-05 |
Dimitri Schoolwerth | use slashes in #include, not backslashes |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC |
tree | commitdiff |
2004-06-25 |
Dimitri Schoolwerth | fixed include dependency |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed assertion failure if Ok or Cancel button is click... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | moved wxEntry(HINSTANCE, ...) declaration to wx/msw... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed wxEntry() signature |
tree | commitdiff |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
tree | commitdiff |
2004-06-21 |
Václav Slavík | reverted previous revision, old clipboard API is still... |
tree | commitdiff |
2004-06-21 |
Václav Slavík | don't export deprecated interface to clipboard from DLL |
tree | commitdiff |
2004-06-21 |
Václav Slavík | wxClipboard changes compilation fixes |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
tree | commitdiff |
2004-06-16 |
Václav Slavík | WXDLLEXPORT correction |
tree | commitdiff |
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 |
next |