]> git.saurik.com Git - wxWidgets.git/history - src/gtk/textctrl.cpp
make IsEnabled() return false even if the window parent, and not the window itself...
[wxWidgets.git] / src / gtk / textctrl.cpp
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...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-12-05  Kevin HockFreeze/Thaw patch missed a place where m_buffer should...
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-12-01  Kevin HockCreate wxGtkTextApplyTagsFromAttr for common processing...
2004-11-24  Robert Roebling Applied patch to remoce surplus text update evevt.
2004-11-22  Kevin HockAt least under GTK2, we do not need m_widget->window...
2004-11-21  Vadim Zeitlinfix for a crash with wxUSE_STL == 1: test for failed...
2004-07-29  Julian SmartCan't use directives within a macro
2004-07-23  Vadim Zeitlinshow the cursor on screen after moving it
2004-07-23  Vadim Zeitlindon't crash if WriteText() argument can't be converted...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-14  Václav Slavíkre-enabled and fixed wxTextCtrl::Cut,Copy,Paste with...
2004-06-27  Václav Slavíkremoved wrong bg colour handling code
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-25  Václav Slavíkcorrected previous commit's wrongly applied patch
next