2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8. |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS (correction) |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Restore the old logger in wxLogChain dtor instead of... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConc... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcent... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Fixes for calling Enable() on children of a disabled... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use single BeforeLast() call in wxConfigPathChanger... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Correct the fix that broke wxRegion::ConvertToBitmap(). |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Correct recently broken checked state handling in wxRea... |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Return valid buffer from wxMBConv::c{MB,WC}2{WC,MB... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Use wxDCPenChanger instead of setting/resetting pen... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Fix button order in wxGTK wxMessageDialog and wxStdDial... |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Fix print format specifiers used for enum values. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Don't return "false" when a pointer is needed. |
tree | commitdiff |
2010-10-07 |
Vadim Zeitlin | Don't use default "Error" title for wxMessageOutputBest... |
tree | commitdiff |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Correct wxConvAuto::ToWChar() behaviour with wxNO_LEN... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Suppress harmless g++ 4.4 warnings about missing braces. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Correctly convert wxPrintf() to a buffer even when... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Remove out of date code in DoStringPrintfV(). |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Replace some stray _T()s with wxT(). |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Close a modal dialog even when it doesn't have any... |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Make wxDateTime::Tm::yday public and document it. |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Initialize wxDateTime::Tm::yday in the ctor. |
tree | commitdiff |
2010-09-23 |
Robin Dunn | SetUserScale(1.0, 1.0) in Unmask() so the image will... |
tree | commitdiff |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase(). |
tree | commitdiff |
2010-09-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Update the text hint display correctly when ChangeValue... |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Fix several bugs in generic text entry hints implementa... |
tree | commitdiff |
2010-09-14 |
Václav Slavík | Click on wxOwnerDrawnComboBox's animating popup should... |
tree | commitdiff |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
tree | commitdiff |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionS... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Remove assert checking for wxMOD_CONTROL from wxUIActio... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Fix infinite loop in wxDateTime::Format() when fields... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Initialize all fields of struct tm used by wxDateTime... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Remove debugging wxLogMessage from wxMediaCtrl::Create(). |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Extract CreateSeparatedSizer() from wxDialog::CreateSep... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Fix button order in wxStdDialogButtonSizer in all cases... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Rewrite GTK section of wxStdDialogButtonSizer using... |
tree | commitdiff |
2010-08-28 |
Václav Slavík | Scale sizes more accurately in generic SetWindowVariant(). |
tree | commitdiff |
2010-08-25 |
Václav Slavík | Fix wxListBox selection handling broken by r64500. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-21 |
Vadim Zeitlin | Don't report spurious errors from wxSocket in "no wait... |
tree | commitdiff |
2010-08-21 |
Robert Roebling | Fix potential crash, fixes #12375: PATCH to fix help... |
tree | commitdiff |
2010-08-20 |
Jouk Jansen | include correct private.h for wxgtk1 |
tree | commitdiff |
2010-08-19 |
Vadim Zeitlin | Make the main message of wxGenericMessageDialog stand... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Fix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut... |
tree | commitdiff |
2010-08-18 |
Julian Smart | Use common inline version of wxHexToDec |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
tree | commitdiff |
2010-08-13 |
Jaakko Salli | Allow wxVariant::Convert(wxUniChar* value) to convert... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Use window position in screen coordinates in wxDisplay... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-08 |
Vadim Zeitlin | Correct a print format specifier mismatch in wxFileConf... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Correct the check for MRU menu items range. |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Return after activating already opened document in... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Fix harmless float to int conversion warnings in wxOSX... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Correct format specifiers used to show wxIPV4address. |
tree | commitdiff |
2010-07-27 |
Václav Slavík | Created the model in wxDataViewListCtrl::Create(). |
tree | commitdiff |
2010-07-27 |
Václav Slavík | Allow empty message in wxRearrangeDialog. |
tree | commitdiff |
2010-07-25 |
Julian Smart | Fix VC++ compile error |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | do not add files in wxDebugReport::AddFile if copy... |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Don't show empty sizers. |
tree | commitdiff |
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 |
next |