2010-07-23 |
Vadim Zeitlin | Fix waiting for IO on UDP sockets. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Just call wxDocManager::CloseDocument() instead of... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Add support for CP-866 encoding to wxEncodingConverter. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Allow passing multi-line strings to wxDC::DrawText... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Fix Cygwin 1.7 build. |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Fix harmless unused parameter warnings in wxDEBUG_LEVEL... |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Add wxItemContainer::DetachClientObject() and use it... |
tree | commitdiff |
2010-07-18 |
Vadim Zeitlin | Ensure that validators work even in presence of pushed... |
tree | commitdiff |
2010-07-16 |
Robert Roebling | Don't pass NULL to wxDir, rather hop over when trying... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Revert the wxDataObjectComposite checks added by r58549. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Only compile wxStd{Input,Output}Stream if wxUSE_STREAMS==1. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Don't set negative size when using constraints for... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() for all ports. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Swap client data pointers in wxRearrangeList too. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Correct the size of bitmap returned by wxRegion::Conver... |
tree | commitdiff |
2010-07-08 |
Julian Smart | Respect wxUSE_MENUS in toolbar base classes |
tree | commitdiff |
2010-07-05 |
Václav Slavík | Add std::[w]string support to wxVariant. |
tree | commitdiff |
2010-07-04 |
Robert Roebling | Let wxChoice determine its size for wxDataViewChoiceRen... |
tree | commitdiff |
2010-06-25 |
Vadim Zeitlin | Fix posting of binary data using wxHTTP. |
tree | commitdiff |
2010-06-24 |
Václav Slavík | Check if there aren't too many variadic arguments. |
tree | commitdiff |
2010-06-24 |
Václav Slavík | Check wxPrintf etc. arguments types. |
tree | commitdiff |
2010-06-22 |
Vadim Zeitlin | Add an explicit t_str() to fix wxMSW compilation with... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding mimetype patch, closes #12072 |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Quote file names with spaces in wxFileType::ExpandComma... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Add a system option to exit immediately on assert failure. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Document and improve system options definition in the... |
tree | commitdiff |
2010-06-20 |
Stefan Csomor | no trailing slash for OSX_CARBON |
tree | commitdiff |
2010-06-20 |
Stefan Csomor | no trailing slash for OSX_CARBON |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Ensure that wxFileName::GetTempDir() doesn't return... |
tree | commitdiff |
2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-06-17 |
Vadim Zeitlin | Allow specifying non default port for wxFTP connections. |
tree | commitdiff |
2010-06-17 |
Václav Slavík | Compilation fix for GetAvailableTranslations(). |
tree | commitdiff |
2010-06-16 |
Václav Slavík | Add wxTranslations::GetAvailableTranslations(). |
tree | commitdiff |
2010-06-15 |
Jaakko Salli | Fix compilation when wxAny was disabled (fixes #12148) |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Added wxComboCtrl::SetTextCtrlStyle() |
tree | commitdiff |
2010-06-12 |
Vadim Zeitlin | Fix processing of events for MRU entries #10 and more... |
tree | commitdiff |
2010-06-10 |
Vadim Zeitlin | Fix typo in an error message in XTI code. |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Increase interoperability between wxPoint and wxRealPoi... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
tree | commitdiff |
2010-06-07 |
Vadim Zeitlin | Include locale.h in cmdline.cpp to ensure LC_ALL is... |
tree | commitdiff |
2010-06-06 |
Vadim Zeitlin | Don't post process events twice but return correct... |
tree | commitdiff |
2010-06-06 |
Jaakko Salli | In wxComboCtrlBase::DoShowPopup(), if the popup window... |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Refactor listbox event sending code to avoid duplication. |
tree | commitdiff |
2010-06-05 |
Vadim Zeitlin | Don't return true from DoTryChain() if the event wasn... |
tree | commitdiff |
2010-06-05 |
Robin Dunn | m_id was already set, don't set it to the passed in... |
tree | commitdiff |
2010-06-02 |
Vadim Zeitlin | Fix recently broken forwarding of events between event... |
tree | commitdiff |
2010-06-01 |
Jaakko Salli | In wxComboPopupEvtHandler::OnMouseEvent(), when need... |
tree | commitdiff |
2010-06-01 |
Jaakko Salli | For clarity: wxComboPopupExtraEventHandler -> wxComboPo... |
tree | commitdiff |
2010-06-01 |
Jaakko Salli | Refactored wxComboPopupExtraEventHandler::OnMouseEvent... |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Don't disable wxID_PRINT_SETUP even when there is no... |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Use C locale for numbers in wx(File)Config. |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Add wxString::FromDouble() and FromCDouble(). |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Make wxString::ToCXXX() methods always available. |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Activate the view of a newly created document. |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Store page setup data in wxDocManager. |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Add "filter changed" event to wxFileCtrl. |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Add wxConfig::Read(float *) overload. |
tree | commitdiff |
2010-05-27 |
Jaakko Salli | In wxComboPopupExtraEventHandler::OnMouseEvent(): Also... |
tree | commitdiff |
2010-05-27 |
Jaakko Salli | Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7... |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Modify wxBoxSizer minimal size calculations to respect... |
tree | commitdiff |
2010-05-21 |
Robert Roebling | Second try to get wxDataViewChoiceByIndex and its name... |
tree | commitdiff |
2010-05-20 |
Robert Roebling | Make GetIndexOf() and get_path() work for virtual list... |
tree | commitdiff |
2010-05-19 |
Vadim Zeitlin | No changes, just add a comment. |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Don't call super class explicitly so overriding is... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Document wxDocument::DeleteContents(). |
tree | commitdiff |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC... |
tree | commitdiff |
2010-05-12 |
Vadim Zeitlin | Refactor wxDocParentFrame and wxDocMDIParentFrame to... |
tree | commitdiff |
2010-05-11 |
Jouk Jansen | Update OpenVMS comiles support |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Replace public wxEvtHandler::ProcessEventHere() with... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Use ProcessEventLocally() instead of ProcessEventHere... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Refactor the event processing code to add ProcessEventL... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Call wxEvtHandler::TryBefore() only once from ProcessEv... |
tree | commitdiff |
2010-05-09 |
Václav Slavík | Whitelist wxID_NONE as valid menu item ID. |
tree | commitdiff |
2010-05-08 |
Václav Slavík | Fixed a test in wxTranslations::GetString() to use... |
tree | commitdiff |
2010-05-07 |
Vadim Zeitlin | Fix crash in wxCommandProcessor of capacity N when... |
tree | commitdiff |
2010-05-07 |
Vadim Zeitlin | Fix assert during separator items creation introduced... |
tree | commitdiff |
2010-05-07 |
Václav Slavík | Integrate with GNOME's Recent Documents menu. |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Check that menu ids are limited to MSW-supported range. |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Added wxLANGUAGE_BOSNIAN. |
tree | commitdiff |
2010-05-06 |
Václav Slavík | Refactor wxTranslationsLoader API. |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Fix incorrect assumptions about locales codes. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | No changes, just make wxDataViewEditorCtrlEvtHandler... |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Pop event handler from wxDVC edit control before destro... |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Don't use size_t for plural forms parameter. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
tree | commitdiff |
2010-05-04 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxCalendarCtrl. |
tree | commitdiff |
2010-05-04 |
Václav Slavík | Move wxFileHistory out of docview framework, add wxUSE_... |
tree | commitdiff |
2010-05-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-04-30 |
Jaakko Salli | Use scoped ptrs to managed wxAnyValueType instances... |
tree | commitdiff |
2010-04-29 |
Václav Slavík | Always use active wxTranslations instance via wxLocale. |
tree | commitdiff |
2010-04-27 |
Jaakko Salli | Safeguard against redundant registration of the same... |
tree | commitdiff |
2010-04-27 |
Václav Slavík | Use '+' in accelerators, not '-'. |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Add support for storing translations in win32 resources. |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Shorten lang names in wxTranslations, not wxFileTransla... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Add wxLoadUserResource() overload not copying the resou... |
tree | commitdiff |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
tree | commitdiff |
2010-04-25 |
Václav Slavík | Don't include wx/msw/private.h from dynlib.h. |
tree | commitdiff |
2010-04-24 |
Vadim Zeitlin | Recurse upwards the menu hierarchy in wxMenu::GetWindow(). |
tree | commitdiff |
next |