Added dummy-wxTextEntry implementation section for wxUniversal
[wxWidgets.git] / src /
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-12-19  Vadim ZeitlinStore menus titles in menus themselves in wxOSX.
2010-12-19  Vadim ZeitlinNo real changes, just get rid of _wxMenuAt() in wxOSX...
2010-12-19  Vadim ZeitlinFix initial gradient point calculation in wxOSX.
2010-12-19  Vadim ZeitlinPreserve wxSlider value when changing its range in...
2010-12-17  Jaakko SalliMake wxOwnerDrawnComboBox sorting identical to the...
2010-12-17  Jaakko SalliAdd wxComboBox-compatible Popup() and Dismiss() functio...
2010-12-17  Jaakko SalliMostly change the wxOwnerDrawnComboBox text value using...
2010-12-17  Jaakko SalliMake the wxComboCtrl's wxTextEntry interface more compl...
2010-12-17  Robin DunnUse a " " (space) for the menu item if an empty string...
2010-12-16  Jaakko SalliRemoved a return statement from void function
2010-12-16  Jaakko SalliResolve ambiguity with wxOwnerDrawnComboBox::Clear...
2010-12-16  Jaakko SalliIn wxBitmapComboBox dtor, call DoClear() instead of...
2010-12-16  Jaakko SalliOverride wxTextEntry::GetSelection(long *from, long...
2010-12-16  Jaakko SalliInstead of having wxComboCtrl mimic wxTextEntry interfa...
2010-12-15  Vadim ZeitlinInitialize wxLogWindow::m_pLogFrame in ctor to avoid...
2010-12-15  Vadim ZeitlinCompilation fixes for wx{X11,GTK1,Motif} after making...
2010-12-15  Vadim ZeitlinCompilation fix for wxMotif PCH build.
2010-12-15  Vadim ZeitlinDon't pass strings not containing accelerators to Parse...
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part2)
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-12-14  Vadim ZeitlinReturn false, not NULL, from a function returning bool.
2010-12-14  Vadim ZeitlinNo real changes, just add a cast to fix a warning.
2010-12-14  Vadim ZeitlinMake wxRefCounter non copyable.
2010-12-14  Vadim ZeitlinFail in CloneGDIRefData() instead of implementing it...
2010-12-14  Vadim ZeitlinDon't use implicit wxBitmapRefData copy ctor in wxGTK...
2010-12-14  Vadim ZeitlinFail instead of crashing in wxGTK wxCursor::CloneGDIRef...
2010-12-13  Vadim ZeitlinPreserve value when changing range of inverted wxSlider...
2010-12-13  Jaakko SalliHave wxPropertyGrid::DoubleToString() to also take...
2010-12-11  Jaakko SalliAdded code to remove sign from zero in wxPropertyGrid...
2010-12-11  Stefan Csomorchanging compositing mode for Clear, see #12756
2010-12-07  Stefan Csomoradding support for layout coordinates via insets from...
2010-12-07  Stefan Csomorfixing redraw debugging
2010-12-07  Stefan Csomorupdated comment was not saved in former commit
2010-12-07  Stefan Csomorreverting content area calculation for iphone as transl...
2010-12-04  Stefan Csomorfixing osx iphone build
2010-12-04  Stefan Csomorguarding compile
2010-12-04  Stefan Csomoradapting inheritance to other osx ports
2010-12-03  Vadim ZeitlinRename wxGenericDirCtrl::ExpandDir() to PopulateNode().
2010-12-03  Vadim ZeitlinSet the window in focus event sent by wxComboCtrl corre...
2010-12-03  Vadim ZeitlinUpdate AUI bitmaps when its colours change.
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinUpdate the directory icon in wxGenericDirCtrl::ExpandDir().
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-12-03  Vadim ZeitlinOptimize pixels rotation in wxImage::Rotate90().
2010-12-03  Vadim ZeitlinDon't require leading TAB in wxAcceleratorEntry::FromSt...
2010-12-03  Vadim ZeitlinDon't try to extract accelerators from menu items which...
2010-11-30  Paul Cornettmerge libpng 1.4.4 to trunk
2010-11-30  Jouk JansenAdd mnemonics to wxGTK1
2010-11-30  Stefan Csomoradding standard menu items for cocoa, adding translatio...
2010-11-29  Stefan Csomoradding defines to support building against 10.4u.SDK
2010-11-28  Vadim ZeitlinDon't compare invalid iterators in wxCommandProcessor...
2010-11-27  Vadim ZeitlinFix the return value of wxSimpleHtmlListBox::Insert().
2010-11-26  Jaakko SalliFix 100% CPU usage on wxGTK caused by a recent change...
2010-11-26  Vadim ZeitlinUpdate configure helper scripts to latest versions...
2010-11-26  Vadim ZeitlinSmall bug fixes for GetLibraryVersionInfo() changes.
2010-11-26  Vadim ZeitlinNo real changes, just remove unnecessary const workaround.
2010-11-26  Vadim ZeitlinAllow wxAutomationObject::GetInstance() create new...
2010-11-26  Vadim ZeitlinNo real changes, just use ProgID term instead of incorr...
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-11-24  Vadim ZeitlinOptimize wxImage::Rotate90() by rotating alpha separately.
2010-11-24  Vadim ZeitlinAdd support for negatable command line switches.
2010-11-24  Vadim ZeitlinRewind the input stream after failing to load image...
2010-11-24  Vadim ZeitlinImprove error messages from wxImage::LoadFile().
2010-11-24  Vadim ZeitlinSkip mouse events outside of item area in wxDataViewCtrl.
2010-11-23  Vadim ZeitlinVC6 compilation fix: don't return void values.
2010-11-23  Vadim ZeitlinSimplify timezone-related code and fix some minor bugs...
2010-11-23  Vadim ZeitlinCenter task dialog-based wxProgressDialog on the parent...
2010-11-23  Vadim ZeitlinDeselect all items in wxMSW wxListBox when selection...
2010-11-22  Stefan Csomorfixing 64 bit ranger error
2010-11-22  Vadim ZeitlinInitialize time zone information before using it in...
2010-11-22  Jaakko SalliHave wxPropertyGridEditorEventForwarder::ProcessEvent...
2010-11-22  Vadim ZeitlinDon't try to center task dialogs under Windows.
2010-11-22  Vadim ZeitlinSet the width of the last status bar pane correctly...
2010-11-22  Vadim ZeitlinAdd status bar styles mapping to MSW styles broken...
2010-11-22  Vadim ZeitlinDeprecate not working wxSplitterWindow::SetSashSize().
2010-11-22  Vadim ZeitlinDon't set explicit background colour for wxStatusBar...
2010-11-22  Vadim ZeitlinDon't forbid creating wxSplitterWindow with border...
2010-11-22  Vadim ZeitlinDelete pending objects in wxApp::ProcessPendingEvents...
2010-11-22  Vadim ZeitlinSilently ignore timer events from timers which were...
2010-11-22  Vadim ZeitlinRefactor wxStatusBar creation in wxMSW to do it in...
2010-11-22  Vadim ZeitlinUse status full, not client, size to determine frame...
2010-11-22  Vadim ZeitlinSend page changed event after changing the page in...
2010-11-20  Vadim ZeitlinDon't keep entries for XRC resources that failed to...
2010-11-20  Vadim ZeitlinDon't consider extra ".." an error in wxFileName::Norma...
2010-11-20  Jaakko SalliReworked wxSystemColourProperty::StringToValue() to...
2010-11-18  Vadim ZeitlinCheck wxDateTime components validity more rigorously.
2010-11-18  Vadim ZeitlinExplicitly include "wx/dynlib.h" from src/msw/combobox...
2010-11-17  Paul Cornettremove const from by-value return type, it's useless
2010-11-17  Vadim ZeitlinSimplify wxMSW wxMenuBar title management.
2010-11-17  Vadim ZeitlinNo real changes, just minor cleanup of wxImage code.
2010-11-17  Vadim ZeitlinDon't pass a bool to wxImage::MakeEmptyClone() which...
2010-11-16  Vadim ZeitlinCorrect form of mnemonics returned by wxGTK wxMenu...
2010-11-16  Vadim ZeitlinAdd more checks for wxUSE_DYNLIB_CLASS to wxMSW.
2010-11-16  Vadim ZeitlinCorrect checks for wxUSE_PRINTING_ARCHITECTURE and...
2010-11-16  Vadim ZeitlinCorrect wxMSW wxToolTip behaviour for wxRadioBox items...
2010-11-16  Vadim ZeitlinNo changes, just refactor common code in wxImage clonin...
2010-11-16  Vadim ZeitlinFix crashes in wxDateTime::ParseDate() for some invalid...
next