2004-08-07 |
Robin Dunn | Hide the page before adjusting its size, otherwise... |
tree | commitdiff |
2004-08-06 |
David Elliott | Use delete foo; instead of GSocket_destroy(foo); |
tree | commitdiff |
2004-08-05 |
David Elliott | Removed unneeded GSocket files |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Peparation for native Smartphone controls based on... |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Unused parameters markup. |
tree | commitdiff |
2004-08-04 |
Włodzimierz Skiba | Blind fix to precompiled headers verified by author... |
tree | commitdiff |
2004-08-03 |
Włodzimierz Skiba | WinCE warning fixes. |
tree | commitdiff |
2004-08-03 |
David Elliott | * Made GSocket::GetError() exp/imp from net library... |
tree | commitdiff |
2004-08-03 |
David Elliott | Real C++(ish) code |
tree | commitdiff |
2004-08-02 |
Julian Smart | Fix for toolbar workaround (mustn't set flag unless... |
tree | commitdiff |
2004-08-01 |
Julian Smart | Fix by George Wismer to get flat toolbars under Windows... |
tree | commitdiff |
2004-07-31 |
Julian Smart | Fixed wxTextCtrl::SetMaxLength for rich edit controls |
tree | commitdiff |
2004-07-31 |
Vadim Zeitlin | fixed passing wxCharBuffer to a vararg function (part... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | switched to wxEventLoopBase/wxEventLoop implementation... |
tree | commitdiff |
2004-07-30 |
Włodzimierz Skiba | Conditional compilation fix. |
tree | commitdiff |
2004-07-29 |
Vadim Zeitlin | fix for assert when copying bitmap in CloneRefData() |
tree | commitdiff |
2004-07-29 |
Julian Smart | Checkbox needs an extra pixel in height on WinCE |
tree | commitdiff |
2004-07-29 |
David Elliott | C/C++ differences |
tree | commitdiff |
2004-07-29 |
David Elliott | Copied from src/msw/gsocket.c revision 1.61 |
tree | commitdiff |
2004-07-29 |
David Elliott | Applied gsockmsw.c 1.20 to 1.25 changes |
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-28 |
Vadim Zeitlin | removed GSocket_[Un]Streamed |
tree | commitdiff |
2004-07-27 |
Julian Smart | Under WinCE, we need to send the groupbox z position... |
tree | commitdiff |
2004-07-27 |
Włodzimierz Skiba | Missing DMC OFN_* values. |
tree | commitdiff |
2004-07-26 |
Julian Smart | OFN_ENABLESIZING not appropriate for WinCE |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | implemented moving the dialog (patch 996448) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added status bar fields styles support (patch 988292) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | support for alpha channel in toolbars (patch 949843) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | check better before overwriting files (patch 951868) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't set SO_REUSEADDR by default; added GSocket_SetReu... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | fixed Freeze/Thaw() for wxCombobox (patch 925808) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | use BS_RIGHT for right-aligned controls (patch 945460) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | basic UDP support (patch 835128) |
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 | Correct definition of sorting function. |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Also don't send set focus events when the window is... |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | reimplemented wxBitmap::ConvertToImage() using wxDIB |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create... |
tree | commitdiff |
2004-07-22 |
Robin Dunn | 39 items is awfully big |
tree | commitdiff |
2004-07-21 |
Robin Dunn | Call CreateControl instead of CreateBase |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | create the disabled button brush if we're not using... |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | put the write end of the pipe in non blocking mode... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this... |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | WinCE fixes. |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixed typo. |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
tree | commitdiff |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
tree | commitdiff |
2004-07-16 |
Roger Gammans | * add documentation for wxMemoryBuffer |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Pass pos and size to MSWCreateControl so the initial... |
tree | commitdiff |
2004-07-15 |
Robin Dunn | fixed typo in a comment |
tree | commitdiff |
2004-07-15 |
Włodzimierz Skiba | Limited setup.h warning fix. |
tree | commitdiff |
2004-07-13 |
Włodzimierz Skiba | WinCE fixes. |
tree | commitdiff |
2004-07-12 |
Włodzimierz Skiba | Warning fix for assignment of unused value. |
tree | commitdiff |
2004-07-09 |
Vadim Zeitlin | include wx/dynlib.h, not wx/dynload.h, we don't need... |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
tree | commitdiff |
2004-07-03 |
Robin Dunn | Invalidate notebook best size when pages are added... |
tree | commitdiff |
2004-07-02 |
Václav Slavík | wxTaskBarIconBase event handlers were never called... |
tree | commitdiff |
2004-07-02 |
Václav Slavík | BCC compilation fix |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | call InheritAttributes() during creation |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251) |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | made GetTextExtent() work correctly with NULL theFont... |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | don't use &this->GetFont(), this is _not_ valid C+... |
tree | commitdiff |
2004-06-29 |
Robin Dunn | removed some commented out code that should have been... |
tree | commitdiff |
2004-06-29 |
Robin Dunn | minsize and attribute tweaks |
tree | commitdiff |
2004-06-29 |
Robin Dunn | A little better failure message |
tree | commitdiff |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
tree | commitdiff |
2004-06-24 |
Václav Slavík | reverted previous commit: the _real_ bug was already... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | work around a bug in TabCtrl_AdjustRect which will... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | removed a SetFont(parent->GetFont()) |
tree | commitdiff |
2004-06-23 |
Dimitri Schoolwerth | fixed bug #976725: "RETURN closes dialog instead of... |
tree | commitdiff |
2004-06-23 |
Vadim Zeitlin | use ES_AUTOHSCROLL for multiline controls as well ... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | default colours are not stored in m_fore/backgroundColo... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | GetFont doesn't return reference anymore |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions. |
tree | commitdiff |
2004-06-23 |
Julian Smart | Font correction |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed assertion failure if Ok or Cancel button is click... |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | Conditional compilation fix. |
tree | commitdiff |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
tree | commitdiff |
2004-06-21 |
Vadim Zeitlin | removed asserts to suppress gcc 3.4 warnings about... |
tree | commitdiff |
2004-06-21 |
Václav Slavík | wxClipboard changes compilation fixes |
tree | commitdiff |
2004-06-21 |
Włodzimierz Skiba | Different default buttons for native menubars on Smartp... |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Flatening menu for Smartphones when menubar has only... |
tree | commitdiff |
2004-06-17 |
Robin Dunn | oops, forgot to remove a bit of test code |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Use GetBackgroundColour in the default OnEraseBackgroun... |
tree | commitdiff |
2004-06-16 |
Václav Slavík | fixed missing NO_GCC_PRAGMA |
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-15 |
Julian Smart | Navigate corrections |
tree | commitdiff |
2004-06-15 |
Julian Smart | With wxTE_PROCESS_TAB, tabs are now inserted in the... |
tree | commitdiff |
2004-06-15 |
Robin Dunn | Add DoGetBestSize to wxCheckListBox that adds room... |
tree | commitdiff |
2004-06-13 |
Julian Smart | Small WinCE symbol fixes |
tree | commitdiff |
next |