2010-07-18 |
Vadim Zeitlin | Don't reuse the same event object for multiple events... |
tree | commitdiff |
2010-07-18 |
Stefan Csomor | organizing code, adding offset correction for update... |
tree | commitdiff |
2010-07-17 |
Vadim Zeitlin | Really set svn:eol-style property. |
tree | commitdiff |
2010-07-17 |
Stefan Csomor | removing early init, fixes #12231 |
tree | commitdiff |
2010-07-16 |
Robert Roebling | Don't pass NULL to wxDir, rather hop over when trying... |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Don't use wxRendererNative::DrawFocusRect() under Mac. |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Use correct format specifiers in wxOSX/Carbon font... |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Suppress warnings about double to int truncation in... |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Generate key events in generic wxDataViewCtrl implement... |
tree | commitdiff |
2010-07-13 |
Jaakko Salli | wxArrayStringProperty::m_delimiter default value was... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Compilation fix for wxUSE_FONTENUM==0 case. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Remove hard TABs from 3rd party files in src directory. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix wxMotif compilation with g++ 4.4. |
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-12 |
Vadim Zeitlin | Don't use dangling pointers in wxWindowMSW::HandleMenuC... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Remove scroll units duplication in wxGrid to fix settin... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Make Home and End keys work as expected in wxGrid. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Fix text updated event generation in wxGTK wxComboBox. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Fix wxToggleButtonXmlHandler compilation with wxUniv. |
tree | commitdiff |
2010-07-11 |
Jaakko Salli | Fix non-PCH builds (closes #12217) |
tree | commitdiff |
2010-07-11 |
Jaakko Salli | Added 'Delimiter' attribute for wxArrayStringProperty... |
tree | commitdiff |
2010-07-11 |
Jaakko Salli | Have the new incarnation of wxPGArrayEditorDialog suppo... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Set the string to search for in wxSearchCtrl events. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Don't use uninitialized variables in wxGrid::AutoSize(). |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Account for largest item in wxGenericListCtrl::GetBestS... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Ensure that wxGenericListCtrl always has wx[HV]SCROLL... |
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 | Fix item selection/focus drawing in generic wxListCtrl. |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Don't use tree style to draw focus in DrawItemSelection... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Allow user code to override key events in generic wxLis... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Fix setting wxStaticText alignment under wxGTK. |
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-10 |
Jaakko Salli | Do not run focus detection when handling events from... |
tree | commitdiff |
2010-07-10 |
Jaakko Salli | wxArrayEditorDialog now uses wxEditableListBox. It... |
tree | commitdiff |
2010-07-09 |
Julian Smart | Fix undefined symbols |
tree | commitdiff |
2010-07-09 |
Jaakko Salli | Include scopeguard.h for wxON_BLOCK_EXIT_SET() |
tree | commitdiff |
2010-07-08 |
Julian Smart | iPhone SDK 2.2 compilation |
tree | commitdiff |
2010-07-08 |
Julian Smart | Respect wxUSE_MENUS in toolbar base classes |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | only hide tool windows on deactivate, fixes #11924 |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | supporting disabled tools, fixes #11457 |
tree | commitdiff |
2010-07-05 |
Václav Slavík | Add std::[w]string support to wxVariant. |
tree | commitdiff |
2010-07-05 |
Stefan Csomor | using backwards compatible implementation |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Make m_inDoPropertyChanged and m_inCommitChangesFromEdi... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | m_inDoSelectProperty: make it bool and use wxON_BLOCK_E... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Redundant wxPropertyGrid validation failure message... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Translate text 'Property Error' |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Added new wxPropertyGrid property validation failure... |
tree | commitdiff |
2010-07-04 |
Robert Roebling | Let wxChoice determine its size for wxDataViewChoiceRen... |
tree | commitdiff |
2010-07-03 |
Václav Slavík | Fixed XML parser error text formatting. |
tree | commitdiff |
2010-07-03 |
Jaakko Salli | Eliminated lingering validation failure message on... |
tree | commitdiff |
2010-07-03 |
Jaakko Salli | wxPropertyGrid validation failure was not (always)... |
tree | commitdiff |
2010-07-02 |
Jaakko Salli | Fixed and improved wxIntProperty's min/max validation... |
tree | commitdiff |
2010-06-28 |
Jouk Jansen | Update Makefile for OpenVMS |
tree | commitdiff |
2010-06-26 |
Francesco Montorsi | fix error (more arguments for wxString::Format than... |
tree | commitdiff |
2010-06-25 |
Julian Smart | Added PaintAboveContent function for drawing on top... |
tree | commitdiff |
2010-06-25 |
Vadim Zeitlin | Fix posting of binary data using wxHTTP. |
tree | commitdiff |
2010-06-25 |
Paul Cornett | invalidate border area when showing or hiding a pizza... |
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-24 |
Václav Slavík | Fix thread ID formatting in log messages. |
tree | commitdiff |
2010-06-22 |
Vadim Zeitlin | Add an explicit t_str() to fix wxMSW compilation with... |
tree | commitdiff |
2010-06-22 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding mimetype patch, closes #12072 |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding HitTest to osx_cocoa implementation of listbox... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | fixing year display, see #11444 |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding bestsize for osx_cocoa combobox |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding fix for non-precomp header build |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | storing current event for dnd support, adding default... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | text updated events were not always sent out correctly... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Gracefully disconnect clients in wxDDEServer dtor. |
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 | Fix activation handling in generic wxDataViewCtrl rende... |
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 |
Vadim Zeitlin | Use wxFont::Bold() in wxGenericTreeCtrl instead of... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use PBM_SETMARQUEE to implement indeterminate mode... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Don't enable scrollbar if it can't do anything in wxMSW. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxTE_RICH2 for in-place wxGrid text editor control. |
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 |
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 scrolling to the bottom in wxTextCtrl::AppendText(). |
tree | commitdiff |
2010-06-12 |
Vadim Zeitlin | Fix processing of events for MRU entries #10 and more... |
tree | commitdiff |
2010-06-12 |
Vadim Zeitlin | Avoid sending spurious socket read notifications in... |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | For wxTextCtrl editor, set the bold font before margins... |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Keyboard handling was blocked by label editor. Also... |
tree | commitdiff |
next |