2004-08-26 |
Włodzimierz Skiba | Source cleaning: whitespaces & tabs, ::, TRUE/true... |
tree | commitdiff |
2004-08-26 |
Robin Dunn | Some of these are not in BASE, cahnge back to WXDLLEXPORT |
tree | commitdiff |
2004-08-25 |
Włodzimierz Skiba | Fix for wrong replacement of the FALSE. |
tree | commitdiff |
2004-08-25 |
Włodzimierz Skiba | Fix for missed comment markup. |
tree | commitdiff |
2004-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
tree | commitdiff |
2004-08-25 |
Václav Slavík | WXDLLEXPORT fixes |
tree | commitdiff |
2004-08-24 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
tree | commitdiff |
2004-08-23 |
Włodzimierz Skiba | WinCE warning fixes. |
tree | commitdiff |
2004-08-23 |
Włodzimierz Skiba | Native SmartPhone wxChoice implementation. |
tree | commitdiff |
2004-08-20 |
Włodzimierz Skiba | Removed obsolete (Open) Watcom conditions. |
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 | wxApp::GetComCtl32Version seems possible and works... |
tree | commitdiff |
2004-08-18 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2004-08-18 |
Włodzimierz Skiba | Fix for the undocumented holes in spiner sizes. |
tree | commitdiff |
2004-08-16 |
Włodzimierz Skiba | TRUE/true, FALSE/false, whitespace cleaning. |
tree | commitdiff |
2004-08-11 |
Włodzimierz Skiba | Warning fixes, source cleaning. |
tree | commitdiff |
2004-08-11 |
Václav Slavík | reverted my last change, pch problem is deeper and... |
tree | commitdiff |
2004-08-10 |
Václav Slavík | don't use precompiled headers for gsocket code |
tree | commitdiff |
2004-08-09 |
Włodzimierz Skiba | Fixed bug with truncation of Unicode data in wxConnecti... |
tree | commitdiff |
2004-08-08 |
David Elliott | Use bool instead of int. Replace TRUE/FALSE with true... |
tree | commitdiff |
2004-08-08 |
David Elliott | Removed incorrect struct qualifier from GSocketGUIFunct... |
tree | commitdiff |
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 |
next |