2010-11-18 |
Vadim Zeitlin | Improve documentation about handling C++ exceptions... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Mention the GUI test in the unit test tech note. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Update and reorganize XRC overview to make it more... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Allow to use space to toggle spinning of the cube in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton. |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Improve wxGTK print and page setup dialogs. |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Add wxHAS_3STATE_CHECKBOX symbol. |
tree | commitdiff |
2010-10-13 |
Vadim Zeitlin | Fix display of right aligned columns in wxGenericListCtrl. |
tree | commitdiff |
2010-10-01 |
Vadim Zeitlin | Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the... |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event. |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Remove display information caching from MSW wxDisplay... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Add a possibility to show a progress dialog on dialog... |
tree | commitdiff |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge the new GUI tests from SOC2010_GUI_TEST branch. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-19 |
Robert Roebling | Link to wxRichMessageDialog in some places |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Use task dialog for wxProgressDialog implementation... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Add wxRichMessageDialog class. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Add new wxCommandLinkButton class. |
tree | commitdiff |
2010-08-13 |
Vadim Zeitlin | Update wxWinCE compilation instructions. |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | WIP |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Fix wxBitmapButton initial best size determination... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Moved wxPGProperty::SetFlag() to protected API since... |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | fix double documentation for the same wxLogTrace()... |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | refactor wxLog documentation moving verbose parts to... |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | preserve doxygen 1.6.x look also with doxygen 1.7.x... |
tree | commitdiff |
2010-07-25 |
Francesco Montorsi | wxGraphics* classes are all ref-counted |
tree | commitdiff |
2010-07-25 |
Vadim Zeitlin | Update the version tech note to remind to rebake. |
tree | commitdiff |
2010-07-24 |
Vadim Zeitlin | Add EVT_RIBBONGALLERY_CLICKED event. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Update BUILD and DEBUG_{FLAG,INFO} documentation for... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Remove mentions of wxUSE_ODBC from documentation. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Propagate wxHtmlWindow layout direction to the wxDC... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Add support for CP-866 encoding to wxEncodingConverter. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Add support for auto-orientable toolbars to AUI. |
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 | Replace 2.9.1 version with 2.9.2. |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Don't mention non-existent setup.exe in wxMSW installat... |
tree | commitdiff |
2010-07-22 |
Vadim Zeitlin | Update the tech note about making new releases with... |
tree | commitdiff |
2010-07-18 |
Vadim Zeitlin | Update release notes file for 2.9.1 release. |
tree | commitdiff |
2010-07-17 |
Vadim Zeitlin | Really set svn:eol-style property. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Fix a few minor typos in comments. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally rename all occurrences of "XCode" to "Xcode". |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Replace remaining references to 2.9.0 with 2.9.1. |
tree | commitdiff |
2010-07-11 |
Jaakko Salli | Added 'Delimiter' attribute for wxArrayStringProperty... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | Swap client data pointers in wxRearrangeList too. |
tree | commitdiff |
2010-07-10 |
Jaakko Salli | wxArrayEditorDialog now uses wxEditableListBox. It... |
tree | commitdiff |
2010-07-07 |
Francesco Montorsi | mention wxPostEvent() and wxQueueEvent() and related... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Changed wxPropertyGrid default property validation... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Added new wxPropertyGrid property validation failure... |
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-20 |
Vadim Zeitlin | Remove unnecessary mondrian.{ico,xpm} files from sample... |
tree | commitdiff |
2010-06-16 |
Václav Slavík | Add wxTranslations::GetAvailableTranslations(). |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Added wxComboCtrl::SetTextCtrlStyle() |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Documented pythonic iterators |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
tree | commitdiff |
2010-06-03 |
Jaakko Salli | Greatly reduce rare animation garbage in wxOwnerDrawnCo... |
tree | commitdiff |
2010-06-01 |
Jaakko Salli | Interpret arrow keys correctly in wxMSW wxComboCtrl... |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Update AUI floating windows position and not just size... |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Use C locale for numbers in wx(File)Config. |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Add <span> tag and limited support for CSS styles to... |
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 | Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7... |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Added wxMessageQueue::Clear(). |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | update the main page of the manual to be more consisten... |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | minor fixes to reduce number of Doxygen warnings |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | img tags need a final slash as they are empty tags... |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | make H3 titles center-aligned (fixes the display of... |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText(). |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Spell contributor name correctly. |
tree | commitdiff |
2010-04-27 |
Julian Smart | wxRTC: fixed style selection reset after editing a... |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Add support for storing translations in win32 resources. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Split wxLocale into wxLocale and wxTranslations. |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenie... |
tree | commitdiff |
2010-04-16 |
Vadim Zeitlin | Add wxToolBar::GetToolByPos() method to access tools... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests... |
tree | commitdiff |
next |