support for GTK3
[wxWidgets.git] / src / gtk / textctrl.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-04-15  Vadim ZeitlinNo real changes, just fix misspellings in comments...
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2011-11-11  Paul Cornettuse correct function to free GtkTextAttributes
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-27  Vadim ZeitlinReplace some stray _T()s with wxT().
2010-09-15  Vadim ZeitlinFix wxTextEntry::SelectAll() in presence of hints in...
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2009-11-04  Paul Cornettwork around probable bug in GTK+ 2.18 when calling...
2009-10-08  Vadim ZeitlinAlso support fonts in wxTextCtrl::GetStyle() in wxGTK.
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-01-12  Paul Cornettuse text cursor only when control is enabled, #10347
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2009-01-08  Jouk JansenInsert missing include file
2008-12-11  Paul Cornettfix SetStyle tag removing, broken in r45186
2008-12-05  Robert RoeblingUse gtk_text_buffer_select_range for selecting programm...
2008-10-27  Robert RoeblingSet cursor to <from> in wxTextCtrk::SetSelection
2008-10-27  Robert RoeblingDisable focus out events during menu popup
2008-09-19  Vadim Zeitlinset selection point to end in wxTextEntryBase::SetValue...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-07-21  Vadim Zeitlinuse #if wxUSE_UNICODE instead of #ifdefs (which totally...
2008-05-24  Robert RoeblingDon't use font encoding in Unicode mode
2008-05-23  Robert RoeblingSimplify SetValue() with empty string
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlinalways call GTKSetActivatesDefault(), not only if wxTE_...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-04  Vadim Zeitlinuse gtk_entry_set_activates_default() instead of redoin...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-22  Robert Roebling Forgot this part of the event change patch from 2_8
2007-06-22  Robert Roebling Upported event filter patch for wxTextCtrl::SetValue()
2007-06-18  Mart RaudseppFix memory leak in wxTextCtrl au_check_word that was...
2007-06-17  Václav Slavíkdon't make read-only text controls editable when enabled
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-11  Mart RaudseppFix indentation from tabs to spaces in a few lines...
2007-05-11  Mart Raudsepp[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-03-31  Vadim Zeitlindon't remove the old tags of different kinds when setti...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-25  Vadim Zeitlinrespect the current default style in SetValue() (modifi...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2006-12-09  Paul CornettSetInsertionPointEnd should make the insert point visib...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-07  Paul Cornettuse computed justification
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-03  Paul Cornettfix memory leak and performance problem in Freeze
2006-11-02  Julian SmartUndid completely wrong patch 1438117: other platforms...
2006-11-02  Paul Cornettrevert memory leak fix, it causes crash
2006-10-26  Vadim Zeitlinfixed reversed return value of IsEmpty() (closes 1585004)
2006-10-24  Vadim Zeitlinreset the internal flags at the end of DoSetValue(...
2006-10-19  Paul Cornettfix memory leak in Freeze
2006-10-11  Mart RaudseppImplement left indentation and tab stops support in...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinsmall code simplification in DoSetValue() after the...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-08-31  Vadim Zeitlindo send text changed event from SetValue(), it wasn...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-24  Vadim Zeitlintry to deal more gracefully (than simply not showing...
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Vadim Zeitlinno real changes, just use IsSingle/MultiLine() insteado...
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-07-14  Mart RaudseppReturn false from PositionToXY if passed in position...
2006-07-14  Mart Raudseppgtk_text_iter_get_line and get_line_offset work fine...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-17  Vadim Zeitlinmake sure that IsModified() returns false when it's...
2006-05-16  Vadim Zeitlinremoved GTK-specific SetModified() as we already have...
2006-05-16  Vadim Zeitlinimplemented clipboard events support for wxGTK
2006-05-15  Mart RaudseppNo cast necessary for g_object_set first arg (it takes...
2006-05-12  Paul Cornettunused variables
2006-05-09  Paul Cornettunused member variables
next