summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
Fixes #662.
2014-03-30Merge pull request #929 from hexchat/928Richard Hitt
Fix scrollback_load to deal with e.g. the output of /HELP
2014-03-29Fix scrollback_load to deal with e.g. the output of /HELPRichardHitt
Fixes #928.
2014-03-24Improve handling scrollback when gui_tab_server==FALSERichardHitt
Fixes #925.
2014-03-19Correctly scroll down autojoined channelsRichardHitt
Fixes #58
2014-03-19Fix three miscellaneous bugs in gtk_xtext_get_word()RichardHitt
* Use utf8 functions for moving within string * Fix memory leak * Fix non-indent select problem
2014-03-18win32: Quote paths when invoking glib-compile-resources.exeArnavion
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it.
2014-03-18win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵Arnavion
it parses arguments with spaces as separate parameters.
2014-03-17win32: Bump python to 3.4.0TingPing
2014-03-15Disable compression on tree_channel.pngTingPing
This causes some artifacts in the icon, none of the others seem to have the problem
2014-03-15Disable hiding characters in the inputTingPing
2014-03-15Partial revert of 5f732128TingPing
Still some scrolling issues remain, much work is to be done to properly fix it.
2014-03-11Fix miscapitalizationEustachy Kapusta
2014-03-08Add ElectroCodeKen Spencer
Closes #910
2014-03-08Added Anthrochat and Furnet to server lista Code Lizard
Closes #900
2014-02-28win32: Updated Python dependencies to 2.7.6 and 3.3.4Arnavion
2014-02-18Minor redesign to text events windowTingPing
This makes it more consistent with the other settings windows - Use editable cell for entry - Use pane to resize both treeviews - Make preview fixed size and on bottom - Enable search for event name
2014-02-16Remove migration code for xchat 1 colorsTingPing
2014-02-16Properly handle shift tab in keyboard shortcutsTingPing
2014-02-16Use more user friendly label for keys in keyboard shortcutsTingPing
2014-02-16Add safemode action to desktop fileTingPing
2014-02-16Translate desktop filesTingPing
2014-02-15Tweak readme formattingTingPing
2014-02-15Add Jenkins badgetomek
2014-02-15Hide tray balloon option on OSXTingPing
2014-02-15Fix warning..TingPing
2014-02-15Use GRegex for channel list searchTingPing
This adds support for Windows
2014-02-14Tweak column sizing in channel listTingPing
2014-02-14Build with GTK_DISABLE_DEPRECATEDTingPing
2014-02-14Redesign keyboard shortcuts windowTingPing
- Convert GtkCLists to GtkTreeViews - Save keybindings in GtkAccelerator format - Store keybindings in a GSList
2014-02-14Cleanup the preferences windowTingPing
Simplifies some code and removes many widgets
2014-02-12Fix some leaksTingPing
2014-02-12Remove unused functionTingPing
2014-02-12Fix warningTingPing
2014-02-09Show help as tooltips in editlistsTingPing
2014-02-07Fix hiding unsupported channel modes in topicbarTingPing
2014-02-07Fix some warnings in editlistTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2014-02-06Use a standard GtkScrolledWindow with xtextTingPing
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext
2014-02-06win32: Update installer for new PerlTingPing
2014-02-05Revert e64aa93f8TingPing
2014-02-05Use persitance with libnotifyTingPing
This will keep notifications in gnomes tray similar to a tray icon.
2014-02-04Fix many many problems in xtext.c related to character width.RichardHitt
* Rework multiline logic to use a GSList, not an array * Remove all multibyte booleans; everything is potentially multibyte - Except for gtk_xtext_get_word(), which needs special attention * Enhance pango work for bold and italics (attr_list -> attr_lists[4]) * Enhance gtk_xtext_strip_color () to save bold, italics info * Involve emphasis information in all pixel-width calculations * Rework find_x () to account for emphasis info in widths Closes #891 Fixes #872
2014-02-04Add /getbool commandTingPing
2014-02-04osx: Set Menlo as default fontTingPing
This moves the find_font function to the front ends since it depends on pango and cairo
2014-02-04Print help messages for user commandsTingPing
2014-02-04Merge pull request #890 from orium/lagmeter-fixesTingPing
Lagmeter fixes
2014-02-02Fix warningTingPing
2014-02-02Merge pull request #892 from ShutterQuick/patch-1TingPing
servlist: Add Canternet
2014-02-02servlist: Add CanternetShutterQuick