Use Connect() to bind embedded wxTextCtrl events instead of event table. This seems...
[wxWidgets.git] / src /
2011-04-18  Jaakko SalliUse Connect() to bind embedded wxTextCtrl events instea...
2011-04-18  Jaakko SalliIn wxComboCtrlBase::OnTextCtrlEvent(), make sure to...
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-17  Vadim ZeitlinRefactor: extract wxTextCompleterFixed from wxMSW to...
2011-04-17  Dimitri SchoolwerthRemoved wxOSX conditional code from generic calendar...
2011-04-17  Dimitri SchoolwerthImproved year control of generic calendar being too...
2011-04-17  Dimitri SchoolwerthRemoved invalid use of sizeFlags parameter for SetSize...
2011-04-17  Vadim ZeitlinAdd wxAffineMatrix2D and related classes.
2011-04-17  Vadim ZeitlinFix wxXmlDocument::SetRoot() broken by recent changes.
2011-04-16  Vadim ZeitlinDefine wxTextEntry::DoAutoCompleteStrings() stub in...
2011-04-16  Vadim ZeitlinSplit wxTextCompleter into a base class and wxTextCompl...
2011-04-16  Vadim ZeitlinDon't block the main UI thread while generating complet...
2011-04-16  Vadim ZeitlinUse ACO_AUTOAPPEND option for text completion in wxMSW.
2011-04-16  Vadim ZeitlinAdded private wxEVT_AFTER_CHAR event for wxMSW implemen...
2011-04-16  Vadim ZeitlinAdd support for dynamic auto-completion in wxTextEntry.
2011-04-16  Vadim ZeitlinNo changes, just simplify preprocessor checks in wxMSW...
2011-04-16  Vadim ZeitlinRefactor wxTextEntry::AutoComplete() to simply call...
2011-04-16  Stefan Csomoradding missing part when using the native paint CGConte...
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for msw, see #11853
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for osx, see #11853
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for cairo, see...
2011-04-16  Stefan Csomorsupport generic flag for pixel offsetting, see #11853
2011-04-15  Paul Cornettworkaround for broken window managers which claim to...
2011-04-15  Jaakko SalliRemoved wxPG_DOUBLE_BUFFER constant. Now all wxPG rende...
2011-04-14  Jaakko SalliRebuild textctrl events using copy ctor
2011-04-13  Jaakko SalliwxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl...
2011-04-13  Jaakko SalliCompletely re-construct the wxComboCtrl textctrl-events...
2011-04-13  Stefan Csomorpreparing for completions support
2011-04-11  Jouk JansenUpdate Makefile for OpenVMS
2011-04-11  Jouk Jansenrevoke OpenVMS dependend part of r67326
2011-04-10  Vadim ZeitlinAllow customizing AUI tab colours in wxAuiTabArt.
2011-04-10  Vadim ZeitlinFix off by one pixel error when drawing active tab...
2011-04-10  Vadim ZeitlinCorrect Javanese language code.
2011-04-09  Julian SmartCorrection to position in character insertion event...
2011-04-09  Stefan Csomorfixing configure builds for iphone
2011-04-08  Stefan Csomorsee #9715
2011-04-08  Stefan Csomorworkaround OSX bug, fixes #4555
2011-04-08  Stefan Csomorsupport 3.X deployment
2011-04-07  Stefan Csomoradding 10.5 APIs to avoid CGErrors, fixes #13121
2011-04-06  Paul Cornettbuild fix for wxUSE_LOG==0
2011-04-06  Paul Cornettavoid GCC warning "suggest braces around empty body...
2011-04-06  Paul Cornettfix typo from r67326
2011-04-06  Vadim ZeitlinAvoid dereferencing invalid iterator in wxMessageDialog...
2011-04-06  Vadim ZeitlinCorrectly restore the old locale in wxXLocale functions.
2011-04-06  Vadim ZeitlinFix incorrect use of setlocale() in wxLocale::IsAvailab...
2011-04-06  Jouk JansenFix for broken wxGTK1 compilation
2011-04-05  Paul Cornettbuild fix for gtk1
2011-04-04  Dimitri SchoolwerthCompilation fixes for wxUSE_LOCALE and wxUSE_XLOCALE...
2011-04-04  Julian SmartCorrected XML conversion in style names and face names
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-04-02  Paul Cornettmake sure value label updates even if handle position...
2011-04-02  Paul Cornettneed to override DoGetBestClientSize() to get correct...
2011-04-02  Paul Cornettfix overwrite of upper left part of parent window with...
2011-04-02  Vadim ZeitlinNo real changes, just some more minor cleanup in wxSVGF...
2011-04-02  Vadim ZeitlinRemove wxSVG_DEBUG from wxSVGFileDC.
2011-04-02  Vadim ZeitlinClean up of string operations in wxSVGFileDC code.
2011-04-02  Vadim ZeitlinAdd support for alpha channel in colours in wxSVGFileDC.
2011-04-02  Vadim ZeitlinNo changes, just merge some strings in wxSVGFileDC.
2011-04-02  Vadim ZeitlinUse wxPENSTYLE_XXX and wxBRUSHSTYLE_XXX instead of...
2011-03-31  Jaakko SalliAdded wxComboPopup::DestroyPopup(), which responsibilit...
2011-03-31  Julian SmartBuffer size calculation correction
2011-03-31  Vadim ZeitlinCompilation fix for wxUSE_STL==1 build after r67356.
2011-03-31  Vadim ZeitlinImplement wxGraphicsContext::GetSize() for Cairo.
2011-03-31  Vadim ZeitlinTentative compilation fix for wxMSW with MinGW after...
2011-03-31  Vadim ZeitlinFix alpha handling in CSS syntax in wxColour in non...
2011-03-31  Vadim ZeitlinFix HMENU to wxMenu translation in wxMSW code.
2011-03-30  Vadim ZeitlinAdd support for elements preceding the document node...
2011-03-30  Vadim ZeitlinAlways update internally stored AUI floating frame...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-30  Vadim ZeitlinFix XTI compilation in STL build.
2011-03-30  Paul Cornettbuild fix for older GTK2
2011-03-30  Paul Cornettconvert assertdlg_gtk to C++
2011-03-30  Paul Cornettprepare to convert file to C++
2011-03-29  Stefan Csomorfix clang warning (? having two different operand types)
2011-03-29  Paul Cornettmust use deprecated function for gtk2
2011-03-29  Paul Cornettdon't crash on error
2011-03-29  Paul Cornettbuild fix
2011-03-29  Paul CornettGTK_WIDGET_SENSITIVE should have been converted to...
2011-03-28  Václav SlavíkwxDataViewChoiceRenderer's editor control should have...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-27  Paul Cornettyet more avoiding direct struct access
2011-03-27  Jaakko SalliInstead of just deleting m_popupInterface, call Destroy...
2011-03-27  Paul Cornettmore avoiding direct struct access
2011-03-27  Paul Cornettremove unused mouse event and redundant checks
2011-03-27  Paul Cornetta few changes for gtk3, avoiding direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-25  Julian SmartFix for image saving speedup
2011-03-25  Václav SlavíkDon't use deprecated gtk_widget_ref().
2011-03-24  Paul Cornettfix tool item enter/leave notify, fixes #13083
2011-03-24  Vadim ZeitlinSet m_inheritBgCol flag in wxPanel with a background...
2011-03-24  Julian SmartSpeeded up image saving to XML (WriteHex).
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-23  Dimitri SchoolwerthFixed buffer overflow when saving certain images in...
2011-03-23  Václav SlavíkOnly react to clicks on the checkbox in wxDataViewToggl...
2011-03-23  Vadim ZeitlinPrevent event generation in wxGtkCalendarCtrl::SetDate().
2011-03-22  Václav SlavíkFix <object_ref> processing to respect overridden attri...
2011-03-22  Stefan Csomorwiring notifications
2011-03-22  Vadim ZeitlinAdd wxUSE_THREADS checks around wxMSW functions dealing...
2011-03-22  Vadim ZeitlinDon't consider fully opaque bitmaps as having alpha...
2011-03-22  Vadim ZeitlinPost size events to the event handler and not window...
next