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 |
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 |
next |