Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-18 | Fix warnings like usual | TingPing | |
2014-04-18 | Improve displaying errors in servlist | TingPing | |
2014-04-18 | Fix issues removing autojoin channels | TingPing | |
- Makes remove case insensitive - Fixes crashing when channel not found | |||
2014-04-17 | Fix #928. Fix memory leak, mea culpa. | RichardHitt | |
2014-04-17 | Fixes #928 again. In scrollback replay, skip every line that starts 0x0d. | RichardHitt | |
2014-04-15 | Use glib to format filesize in dccgui | TingPing | |
2014-04-10 | Fix whitespace... | TingPing | |
2014-04-10 | Add Xertion to network list | TingPing | |
Closes #939 | |||
2014-04-06 | Add account to Join event | TingPing | |
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-03-29 | Fix scrollback_load to deal with e.g. the output of /HELP | RichardHitt | |
Fixes #928. | |||
2014-03-24 | Improve handling scrollback when gui_tab_server==FALSE | RichardHitt | |
Fixes #925. | |||
2014-03-19 | Correctly scroll down autojoined channels | RichardHitt | |
Fixes #58 | |||
2014-03-19 | Fix 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-18 | win32: Quote paths when invoking glib-compile-resources.exe | Arnavion | |
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it. | |||
2014-03-18 | win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵ | Arnavion | |
it parses arguments with spaces as separate parameters. | |||
2014-03-15 | Disable hiding characters in the input | TingPing | |
2014-03-15 | Partial revert of 5f732128 | TingPing | |
Still some scrolling issues remain, much work is to be done to properly fix it. | |||
2014-03-08 | Add ElectroCode | Ken Spencer | |
Closes #910 | |||
2014-03-08 | Added Anthrochat and Furnet to server list | a Code Lizard | |
Closes #900 | |||
2014-02-18 | Minor redesign to text events window | TingPing | |
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-16 | Remove migration code for xchat 1 colors | TingPing | |
2014-02-16 | Properly handle shift tab in keyboard shortcuts | TingPing | |
2014-02-16 | Use more user friendly label for keys in keyboard shortcuts | TingPing | |
2014-02-15 | Hide tray balloon option on OSX | TingPing | |
2014-02-15 | Fix warning.. | TingPing | |
2014-02-15 | Use GRegex for channel list search | TingPing | |
This adds support for Windows | |||
2014-02-14 | Tweak column sizing in channel list | TingPing | |
2014-02-14 | Build with GTK_DISABLE_DEPRECATED | TingPing | |
2014-02-14 | Redesign keyboard shortcuts window | TingPing | |
- Convert GtkCLists to GtkTreeViews - Save keybindings in GtkAccelerator format - Store keybindings in a GSList | |||
2014-02-14 | Cleanup the preferences window | TingPing | |
Simplifies some code and removes many widgets | |||
2014-02-12 | Fix some leaks | TingPing | |
2014-02-12 | Remove unused function | TingPing | |
2014-02-12 | Fix warning | TingPing | |
2014-02-09 | Show help as tooltips in editlists | TingPing | |
2014-02-07 | Fix hiding unsupported channel modes in topicbar | TingPing | |
2014-02-07 | Fix some warnings in editlist | TingPing | |
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2014-02-06 | Use a standard GtkScrolledWindow with xtext | TingPing | |
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext | |||
2014-02-05 | Revert e64aa93f8 | TingPing | |
2014-02-05 | Use persitance with libnotify | TingPing | |
This will keep notifications in gnomes tray similar to a tray icon. | |||
2014-02-04 | Fix 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-04 | Add /getbool command | TingPing | |
2014-02-04 | osx: Set Menlo as default font | TingPing | |
This moves the find_font function to the front ends since it depends on pango and cairo | |||
2014-02-04 | Print help messages for user commands | TingPing | |
2014-02-04 | Merge pull request #890 from orium/lagmeter-fixes | TingPing | |
Lagmeter fixes | |||
2014-02-02 | Fix warning | TingPing | |
2014-02-02 | servlist: Add Canternet | ShutterQuick | |
2014-02-01 | Prevent users from having the same alternate nicks | TingPing | |
For some reason users do this and then complain when they cannot connect when nick is in use. There are other ways for them to break it but at least it shouldn't be on accident. | |||
2014-01-30 | Make all parent directories when creating configdir | TingPing | |