Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / gtk / textctrl.cpp
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
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-23  Vadim Zeitlinemit only 1, not 2, events when changing text of a...
2006-04-20  Robin DunnAdd code to remove the selection (if any) in wxTextCtrl...
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-10  Vadim Zeitlinuse wxGTK_CONV instead of directly using wxConvLocal...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-04  Mart RaudseppGTK2: gtk_entry_* -> gtk_editable_* where necessary
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Mart Raudsepp[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x...
2005-08-04  Mart Raudsepp[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI...
2005-08-03  Mart Raudsepp[wxGTK2] multiline wxTextCtrl: Implement XYToPosition...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-14  Mart RaudseppOptimize wxGTK2 wxTextCtrl::GetLineText
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Julian SmartApplied patch [ 1207162 ] wxTextCtrl::SetStyle fix...
2005-04-15  Julian SmartAnother buffer check
2005-04-15  Julian SmartDon't crash if buffer null
2005-03-28  Michael WetherellMinor compilo fix
2005-03-28  Vadim Zeitlindo runtime check for GTK+ 2.4 and not only compile...
2005-03-28  Vadim Zeitlinuse GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available
2005-03-23  Vadim Zeitlinuse GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
2005-02-19  Kevin HockENTER and LEAVE mouse events for multi-line text contro...
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
next