2012-06-30 |
Paul Cornett | support for GTK3 |
blob | commitdiff | raw |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
blob | commitdiff | raw | diff to current |
2012-04-15 |
Vadim Zeitlin | No real changes, just fix misspellings in comments... |
blob | commitdiff | raw | diff to current |
2012-02-23 |
Vadim Zeitlin | Use wxStrnicmp() instead of strncasecmp() in wxGTK... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Paul Cornett | use correct function to free GtkTextAttributes |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Vadim Zeitlin | Replace some stray _T()s with wxT(). |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Vadim Zeitlin | Fix wxTextEntry::SelectAll() in presence of hints in... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Robert Roebling | Applied patch, fixes #12090: wxGTK cursor handling... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Paul Cornett | work around probable bug in GTK+ 2.18 when calling... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Vadim Zeitlin | Also support fonts in wxTextCtrl::GetStyle() in wxGTK. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Jouk Jansen | my previous commit patched the wrong file |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Jouk Jansen | Insert missing include file |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Paul Cornett | fix SetStyle tag removing, broken in r45186 |
blob | commitdiff | raw | diff to current |
2008-12-05 |
Robert Roebling | Use gtk_text_buffer_select_range for selecting programm... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Vadim Zeitlin | use #if wxUSE_UNICODE instead of #ifdefs (which totally... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Robert Roebling | Don't use font encoding in Unicode mode |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Robert Roebling | Simplify SetValue() with empty string |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Vadim Zeitlin | always call GTKSetActivatesDefault(), not only if wxTE_... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Vadim Zeitlin | use gtk_entry_set_activates_default() instead of redoin... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Vadim Zeitlin | fix generation of events from SetValue() broken in... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | added missing wxUSE_XXX checks |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Paul Cornett | block signal handlers, instead of disconnecting, to... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Robert Roebling | Forgot this part of the event change patch from 2_8 |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Robert Roebling | Upported event filter patch for wxTextCtrl::SetValue() |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Mart Raudsepp | Fix memory leak in wxTextCtrl au_check_word that was... |
blob | commitdiff | raw | diff to current |
2007-06-17 |
Václav Slavík | don't make read-only text controls editable when enabled |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Mart Raudsepp | Fix indentation from tabs to spaces in a few lines... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Mart Raudsepp | [wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Vadim Zeitlin | don't return the next line text from GetLineText()... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Vadim Zeitlin | don't remove the old tags of different kinds when setti... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | respect the current default style in SetValue() (modifi... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | added support for wxTE_NO_VSCROLL (patch 1588605) and... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Paul Cornett | SetInsertionPointEnd should make the insert point visib... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Paul Cornett | fix for SetPosition/SetInsertionPoint when called durin... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | use computed justification |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | allow dynamically changing most of text control styles... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | removed empty and unused CalculateScrollbar() method |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Paul Cornett | fix memory leak and performance problem in Freeze |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Julian Smart | Undid completely wrong patch 1438117: other platforms... |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Paul Cornett | revert memory leak fix, it causes crash |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Vadim Zeitlin | fixed reversed return value of IsEmpty() (closes 1585004) |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Vadim Zeitlin | reset the internal flags at the end of DoSetValue(... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Paul Cornett | fix memory leak in Freeze |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Mart Raudsepp | Implement left indentation and tab stops support in... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | small code simplification in DoSetValue() after the... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Paul Cornett | Don't free a string that is managed by wxGtkString... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | always let GtkTextView have mouse release events to... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Vadim Zeitlin | do send text changed event from SetValue(), it wasn... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Vadim Zeitlin | try to deal more gracefully (than simply not showing... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Vadim Zeitlin | respect the encoding of the text style and not only... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Vadim Zeitlin | no real changes, just use IsSingle/MultiLine() insteado... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Robert Roebling | Add the new showOnIdle code to various other |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mart Raudsepp | Return false from PositionToXY if passed in position... |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mart Raudsepp | gtk_text_iter_get_line and get_line_offset work fine... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Paul Cornett | 1. more accurate conversion from 8-bit wx color to... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Vadim Zeitlin | make sure that IsModified() returns false when it's... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | removed GTK-specific SetModified() as we already have... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | implemented clipboard events support for wxGTK |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Mart Raudsepp | No cast necessary for g_object_set first arg (it takes... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Paul Cornett | unused variables |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Paul Cornett | unused member variables |
blob | commitdiff | raw | diff to current |
next |