2010-04-18 |
Jaakko Salli | Fix STL build |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const... |
tree | commitdiff |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
tree | commitdiff |
2010-04-17 |
Vadim Zeitlin | Don't return invalid size from wxDir::GetTotalSize... |
tree | commitdiff |
2010-04-17 |
Vadim Zeitlin | No real changes, just some minor cleanup of wxDirTraver... |
tree | commitdiff |
2010-04-17 |
Robert Roebling | Added virtual destructor |
tree | commitdiff |
2010-04-17 |
Jaakko Salli | Suppressed some harmless VC6 warnings |
tree | commitdiff |
2010-04-17 |
Jaakko Salli | Fixed VC6 compilation - wxAny(const wxVariant&) ctor... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | Try a blind fix for VC6 compilation issues (wxAny ctor... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-04-14 |
Stefan Csomor | make sure log output on the iphone goes to the console... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix compilation of wxIconBundle in some particular... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Use string sort order with CompareString() in wxString... |
tree | commitdiff |
2010-04-09 |
Vadim Zeitlin | Discard fully transparent alpha channel when loading... |
tree | commitdiff |
2010-04-09 |
Vadim Zeitlin | Add wxImage::ClearAlpha(). |
tree | commitdiff |
2010-04-07 |
Robin Dunn | Test m_dc before using it |
tree | commitdiff |
2010-04-07 |
Václav Slavík | Fixed wxFileSystem::FileNameToURL() regression with... |
tree | commitdiff |
2010-04-07 |
Vadim Zeitlin | Work around "possibly uninitialized variable" warning... |
tree | commitdiff |
2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Move SendTextUpdatedEvent() down to wxTextEntryBase... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Correct checks for gradient stop position. |
tree | commitdiff |
2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwne... |
tree | commitdiff |
2010-04-05 |
Václav Slavík | Pass events around with ProcessEvent(), not AddPendingE... |
tree | commitdiff |
2010-04-05 |
Václav Slavík | Implement native mousewheel behaviour in wxOwnerDrawnCo... |
tree | commitdiff |
2010-04-05 |
Václav Slavík | In wxPopupFocusHandler, watch for EVT_CHAR, not EVT_KEY... |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-03-30 |
Francesco Montorsi | Committing modified version of jwiesemann's patch ... |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2010-03-29 |
Vadim Zeitlin | Only allow opening existing files in docview framework. |
tree | commitdiff |
2010-03-28 |
Václav Slavík | Reverted wxFileSystem support in wxLocale. |
tree | commitdiff |
2010-03-28 |
Václav Slavík | Fix wxFileSystem::FileNameToURL() for Unicode file... |
tree | commitdiff |
2010-03-25 |
Vadim Zeitlin | Allow overriding print preview frame creation in docview. |
tree | commitdiff |
2010-03-25 |
Jouk Jansen | Updates to make wxWidgets compaile on OpenVMS again |
tree | commitdiff |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
tree | commitdiff |
2010-03-23 |
Vadim Zeitlin | Always call wxView::Close() when closing it. |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Clarify wxDateTime::ParseDateTime() semantics: it needs... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Don't enter an infinite loop if a spacer with min size... |
tree | commitdiff |
2010-03-21 |
Francesco Montorsi | reorder GetLabel(), GetLabelText(), SetLabel() and... |
tree | commitdiff |
2010-03-21 |
Vadim Zeitlin | Correct wxFILTER_DIGITS handling broken by r63582. |
tree | commitdiff |
2010-03-21 |
Vadim Zeitlin | Don't leak m_protocol in wxURL. |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Always include sys/time.h and sys/select.h from selectd... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Fix box sizer layout algorithm to respect both proporti... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the minor direction of box sizer... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the major direction of box sizer... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-10 |
Francesco Montorsi | Fix function wxControlBase::DoEllipsizeSingleLine to... |
tree | commitdiff |
2010-03-10 |
Francesco Montorsi | no real changes, just rename the variables to make... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Fix memory leak in wxDataViewListStore::DeleteItem(). |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
tree | commitdiff |
2010-03-03 |
Vadim Zeitlin | Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Use user locale with Latin-1 as fallback for command... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Use the correct event class for the window modal notifi... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Compilation fixes for wide char functions under IRIX... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Fix for wxStringCheck compilation under IRIX using... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Include <locale.h> to get LC_XXX constants declaration. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unnecessary comparison of unsigned variable... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unused static constant. |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Initialize wxhInstance in console MSW applications... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2010-01-28 |
Michael Wetherell | Fix for file length fixup. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Never block in wxSocket::Peek(). |
tree | commitdiff |
2010-01-25 |
Jouk Jansen | Update compile support for OpenVMS |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Fixed dialog units <-> pixels conversion. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Correct UTF-32BE BOM detection in wxConvAuto. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Correct bug with returning 0 for non-empty input from... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Check the result of ToWChar() call in wxTextInputStream... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix wxHTTPStream::Eof() to return true for empty HTTP... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for generic implementation. |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for non-Mac builds. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert(). |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Don't crash when input is empty in wxFileConfig(wxInput... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Make ConvertPixelsToDialog() and ConvertDialogToPixels... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Don't query metrics that won't be used. |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Correct test for parent being on screen in wxTLW::DoCen... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii... |
tree | commitdiff |
2010-01-15 |
Jaakko Salli | When checking whether the parent has wxTAB_TRAVERSAL... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Add assert checking that window has no event handlers... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Fix wxConvAuto behaviour when it is used by wxTextInput... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Make calling wxLog::IsAllowedTraceMask() safe during... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Correctly parse times without seconds in wxDateTime... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Don't dereference invalid iterator in wxDateTime::Parse... |
tree | commitdiff |
2010-01-03 |
Kevin Ollivier | Create a text measuring context until a real context... |
tree | commitdiff |
2009-12-31 |
Vadim Zeitlin | Change the year in copyright messages to 2010. |
tree | commitdiff |
2009-12-30 |
Vadim Zeitlin | Don't create an invalid iterator in wxDateTime::ParseTi... |
tree | commitdiff |
2009-12-28 |
Vadim Zeitlin | Ensure that frame is re-laid out when its toolbar is... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Don't call SetMinSize() when creating the window if... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | No changes, just fix a typo in and rephrase a comment. |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint() |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour() |
tree | commitdiff |
next |