Added dummy-wxTextEntry implementation section for wxUniversal
[wxWidgets.git] / docs /
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-11-26  Vadim ZeitlinAllow wxAutomationObject::GetInstance() create new...
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-11-24  Vadim ZeitlinAdd support for negatable command line switches.
2010-11-23  Vadim ZeitlinCenter task dialog-based wxProgressDialog on the parent...
2010-11-22  Vadim ZeitlinSend page changed event after changing the page in...
2010-11-18  Vadim ZeitlinImprove documentation about handling C++ exceptions...
2010-11-14  Vadim ZeitlinFix spurious errors when writing to the child process...
2010-11-14  Vadim ZeitlinAdd wxFile::{Get,Clear}LastError() functions.
2010-11-14  Vadim ZeitlinAdd wxImage::Rotate180() function.
2010-11-13  Vadim ZeitlinFix resizing of wxGrid columns when they were reordered.
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-07  Vadim ZeitlinMention the GUI test in the unit test tech note.
2010-11-07  Vadim ZeitlinUpdate and reorganize XRC overview to make it more...
2010-11-02  Vadim ZeitlinChanged wxImage::ConvertAlphaToMask() return type to...
2010-10-24  Vadim ZeitlinAdd wxDocManager::FindTemplate() method.
2010-10-24  Vadim ZeitlinAllow to use space to toggle spinning of the cube in...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-10-23  Vadim ZeitlinAdd XRC handler for wxToolbook.
2010-10-23  Vadim ZeitlinDon't assume any particular default size for XRC image...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-10-22  Vadim ZeitlinAdded "rest" argument to wxString::Before{First,Last}().
2010-10-20  Vadim ZeitlinAdd XRC handler for wxCommandLinkButton.
2010-10-16  Vadim ZeitlinImprove wxGTK print and page setup dialogs.
2010-10-16  Vadim ZeitlinRestore text drag-and-drop in wxSTC broken by Scintilla...
2010-10-16  Vadim ZeitlinAdd wxHAS_3STATE_CHECKBOX symbol.
2010-10-13  Vadim ZeitlinFix display of right aligned columns in wxGenericListCtrl.
2010-10-01  Vadim ZeitlinAdd wxHAS_BITMAPTOGGLEBUTTON and test for it in the...
2010-09-29  Vadim ZeitlinAdd EVT_RIBBONBAR_TAB_LEFT_DCLICK event.
2010-09-15  Vadim ZeitlinRemove display information caching from MSW wxDisplay...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-09-10  Vadim ZeitlinAdd a possibility to show a progress dialog on dialog...
2010-08-26  Jaakko SalliChanged wxArrayStringProperty default delimiter to...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-08-19  Robert RoeblingLink to wxRichMessageDialog in some places
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-08-17  Vadim ZeitlinProvide native wxHyperlinkCtrl implementation for wxMSW.
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
2010-08-13  Vadim ZeitlinUpdate wxWinCE compilation instructions.
2010-08-10  Vadim ZeitlinWIP
2010-08-10  Vadim ZeitlinFix wxBitmapButton initial best size determination...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-07-25  Francesco Montorsifix double documentation for the same wxLogTrace()...
2010-07-25  Francesco Montorsirefactor wxLog documentation moving verbose parts to...
2010-07-25  Francesco Montorsipreserve doxygen 1.6.x look also with doxygen 1.7.x...
2010-07-25  Francesco MontorsiwxGraphics* classes are all ref-counted
2010-07-25  Vadim ZeitlinUpdate the version tech note to remind to rebake.
2010-07-24  Vadim ZeitlinAdd EVT_RIBBONGALLERY_CLICKED event.
2010-07-23  Vadim ZeitlinUpdate BUILD and DEBUG_{FLAG,INFO} documentation for...
2010-07-23  Vadim ZeitlinRemove mentions of wxUSE_ODBC from documentation.
2010-07-23  Vadim ZeitlinPropagate wxHtmlWindow layout direction to the wxDC...
2010-07-23  Vadim ZeitlinAdd support for CP-866 encoding to wxEncodingConverter.
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2010-07-23  Vadim ZeitlinAllow passing multi-line strings to wxDC::DrawText...
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-07-22  Vadim ZeitlinReplace 2.9.1 version with 2.9.2.
2010-07-22  Vadim ZeitlinDon't mention non-existent setup.exe in wxMSW installat...
2010-07-22  Vadim ZeitlinUpdate the tech note about making new releases with...
2010-07-18  Vadim ZeitlinUpdate release notes file for 2.9.1 release.
2010-07-17  Vadim ZeitlinReally set svn:eol-style property.
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2010-07-13  Vadim ZeitlinFix a few minor typos in comments.
2010-07-13  Vadim ZeitlinGlobally rename all occurrences of "XCode" to "Xcode".
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-13  Vadim ZeitlinSend right and double click events in wxGrid when using...
2010-07-12  Vadim ZeitlinReplace remaining references to 2.9.0 with 2.9.1.
2010-07-11  Jaakko SalliAdded 'Delimiter' attribute for wxArrayStringProperty...
2010-07-11  Vadim ZeitlinSwap client data pointers in wxRearrangeList too.
2010-07-10  Jaakko SalliwxArrayEditorDialog now uses wxEditableListBox. It...
2010-07-07  Francesco Montorsimention wxPostEvent() and wxQueueEvent() and related...
2010-07-04  Jaakko SalliMention why wxPG_EX_UNFOCUS_ON_ENTER was removed
2010-07-04  Jaakko SalliChanged wxPropertyGrid default property validation...
2010-07-04  Jaakko SalliAdded new wxPropertyGrid property validation failure...
2010-06-25  Julian SmartAdded PaintAboveContent function for drawing on top...
2010-06-25  Vadim ZeitlinFix posting of binary data using wxHTTP.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-06-16  Václav SlavíkAdd wxTranslations::GetAvailableTranslations().
2010-06-13  Jaakko SalliAdded wxComboCtrl::SetTextCtrlStyle()
2010-06-13  Jaakko SalliDocumented pythonic iterators
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-06-03  Jaakko SalliGreatly reduce rare animation garbage in wxOwnerDrawnCo...
2010-06-01  Jaakko SalliInterpret arrow keys correctly in wxMSW wxComboCtrl...
2010-05-31  Vadim ZeitlinUpdate AUI floating windows position and not just size...
2010-05-31  Vadim ZeitlinUse C locale for numbers in wx(File)Config.
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-30  Vadim ZeitlinStore page setup data in wxDocManager.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-05-22  Vadim ZeitlinAdded wxMessageQueue::Clear().
2010-05-11  Francesco Montorsiupdate the main page of the manual to be more consisten...
2010-05-11  Francesco Montorsiminor fixes to reduce number of Doxygen warnings
2010-05-11  Francesco Montorsiimg tags need a final slash as they are empty tags...
2010-05-11  Francesco Montorsimake H3 titles center-aligned (fixes the display of...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-05-02  Vadim ZeitlinSpell contributor name correctly.
next