summary refs log tree commit diff stats
path: root/src/fe-gtk/xtext.c
AgeCommit message (Expand)Author
2020-09-07Use pango_font_metrics_get_height() to calculate font height (#2500)John Levon
2018-03-13Revert "xtext: Always use Pango to get correct glyph width on Unix"Patrick Griffis
2018-02-11xtext: Fix accidental truncationPatrick Griffis
2018-02-06xtext: Always use Pango to get correct glyph width on UnixPeng Wu
2018-02-06xtext: Fix invalid utf-8 from truncationPatrick Griffis
2018-02-06xtext: Remove unused codePatrick Griffis
2018-01-18This patch hopefully solves a bug that causes that when a tab (channel or pri...Rodri
2018-01-18Prevent undefined behaviour on memcpyFrancisco Couzo
2016-01-10Emit word_click even as long as user is not selecting any text when releasing...Pavel Djundik
2015-10-30xtext: Fix overflow on long linesPatrick Griffis
2015-08-20Fix select regression.RichardHitt
2015-05-18xtext: Fix poor performance with nick indent enabledRichardHitt
2015-02-20Revert "xtext: Unselect old selection on button press" - breaks clicking URLs...Arnavion
2015-02-15xtext: Unselect old selection on button pressRichardHitt
2015-02-11Better project files.Arnavion
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-17More consistently include config.hTingPing
2014-11-30Fix copying timestamp with server-time and indent nicks offTingPing
2014-11-30Fix duplicate timestamps on selectionTingPing
2014-11-02Warning cleanupCampbell Barton
2014-10-10Fix textbox not scrolling to to bottom on resizeRichardHitt
2014-09-01xtext: Add word and line selection modesFarow
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-05-31Rework gtk_xtext_selection_draw(), simplify calls to _selection_render()RichardHitt
2014-05-22Fixes #959. In xtext.c:find_x() return offset to hidden text if appropriate.RichardHitt
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
2014-03-19Correctly scroll down autojoined channelsRichardHitt
2014-03-19Fix three miscellaneous bugs in gtk_xtext_get_word()RichardHitt
2014-02-06Use a single marshal file for entire projectTingPing
2014-02-06Use a standard GtkScrolledWindow with xtextTingPing
2014-02-04Fix many many problems in xtext.c related to character width.RichardHitt
2014-01-29Fixes #881 Fix two bugs --RichardHitt
2014-01-20Fix warningTingPing
2014-01-18Revert GtkObject removal until Gtk3TingPing
2014-01-18Update most deprecated gtk functionsTingPing
2014-01-18Update most deprecated gdk functionsTingPing
2014-01-14Don't use SCROLL_HACK on osxTingPing
2013-11-14Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll().RichardHitt
2013-11-12Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout().RichardHitt
2013-11-11Fixes #836. In gtk_xtext_scroll() always force line integral line boundary.RichardHitt
2013-10-26xtext: Get proper text width with attributesTingPing
2013-10-22fix some warningsTingPing
2013-10-10xtext: store palette as GdkColorsTingPing
2013-10-09Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6TingPing
2013-10-08Round 3 of Gtk accessor functions: xtextTingPing
2013-09-28Use Pango Attributes for bold and italicsTingPing
2013-09-27Revert fast scrolling with background imageTingPing
2013-09-27Remove overdrawTingPing
2013-09-27Replace xtext's transparency with full window transparencyTingPing