Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-14 | Fix command splitting when the channel list is too long | Berke Viktor | |
2013-05-14 | Fix warnings | Berke Viktor | |
2013-05-14 | Fix initial autojoins and some erroneous copies/frees | Berke Viktor | |
2013-05-13 | Allow the special colors 32..41 in %Cfg,bg | H.Merijn Brand | |
Text events allow %Cfg,bg as decribed in "Theming" on https://hexchat.readthedocs.org/en/latest/appearance.html?#theming That section describes mIRC colors 0-15 and local colors 16-31, but when selecting background colors, the 9 special internal colors are extremely useful, like %C20,33 will do bright red on the selected text background color. As the documentation is on-line, this patch has no doc-change. Ideally, the color-codes should show in the colored squares in the preferences color-dialog just as with colors 0-31 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | |||
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-13 | Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this ↵ | Diogo Sousa | |
allows for better error handling (in fact the error message of check_prefs_dir () whould make hexchat abort). | |||
2013-05-12 | Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning message | Richard Hitt | |
2013-05-12 | Forget to put an empty line after a function definition | Diogo Sousa | |
2013-05-12 | Removed unnecessary call to check_prefs_dir() in load_config(). | Diogo Sousa | |
This function is called in save_config(), where it is actually needed. | |||
2013-05-12 | Factored locale related code in main() to a new function. | Diogo Sousa | |
2013-05-12 | Now hexchat doesn't abnormally terminal when started as root. | Diogo Sousa | |
This fixes #589/#504. | |||
2013-05-12 | Remember selected tab | Berke Viktor | |
2013-05-12 | Fix warning | Berke Viktor | |
2013-05-12 | Add code for migrating existing configs | Berke Viktor | |
2013-05-12 | Cosmetics | Berke Viktor | |
2013-05-12 | Make the order consistent for load and save | Berke Viktor | |
2013-05-12 | Add auto-reconnect to preferences | TingPing | |
2013-05-12 | Fixed misleading comments identifying the colours | Heiki Ojasild | |
Replaced incorrect numbers (16 to 31) for mIRC colours with the correct ones (0 to 15). | |||
2013-05-12 | Remove unused variable | Berke Viktor | |
2013-05-12 | Reduce GLib requirement | Berke Viktor | |
2013-05-12 | Remove dead GLib code | Berke Viktor | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | Fix crash when quickly attaching/detaching tabs | TingPing | |
2013-05-11 | Add explanation as well | Berke Viktor | |
2013-05-11 | Make login type more intuitive and disable unused /NS | Berke Viktor | |
2013-05-11 | Remove dead code | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | Fix layout when resized | Berke Viktor | |
2013-05-11 | Allocate all extra vertical space to the treeviews | Berke Viktor | |
2013-05-11 | Set up window sizes correctly | Berke Viktor | |
2013-05-11 | Reorganize the network editor | Berke Viktor | |
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-05-11 | Reorganize a bit and fix spacing | Berke Viktor | |
2013-05-11 | Re-enable resize | Berke Viktor | |
2013-05-11 | fix error | TingPing | |
2013-05-11 | serverlistgui cleanup | TingPing | |
2013-05-11 | Merge pull request #582 from Repentinus/patch-1 | TingPing | |
Support for away tracking regardless of channel size | |||
2013-05-11 | Cosmetics | Berke Viktor | |
2013-05-11 | Make logmask consistent with scrollback mask | Berke Viktor | |
2013-05-11 | Remove some redundancy | Berke Viktor | |
2013-05-11 | Also disable labels, not just entries | Berke Viktor | |
2013-05-11 | Nuke nickserv password field and some cosmetics | Berke Viktor | |
2013-05-11 | Get rid of this unnecessary buffer | Berke Viktor | |
2013-05-11 | Skeleton for tabbed ui | Berke Viktor | |
2013-05-11 | Reorganize the network list | Berke Viktor | |
2013-05-10 | Replace various network options with universal login method option | Berke Viktor | |
2013-05-09 | Added support for marking nicks that are away in different colour when ↵ | Repentinus | |
away_size_max = 0, but tracking enabled. | |||
2013-05-09 | Add option to support away tracking regardless of channel size | Heiki Ojasild | |
As there is option to disable away tracking, it would make sense to treat channel size limit of 0 as infinity for away tracking purposes. These changes attempt to implement this. | |||
2013-05-09 | Now process_numeric() passes the right session context to text_emit() when an | Diogo Sousa | |
numeric event occurs regarding a nick with a open dialog. Since this session context is potentially passed to plugins this can change the behavior of plugins, but I think this is the intended semantics (http://docs.hexchat.org/en/latest/script_python.html#context-theory). Another consequence is that event messages will be displayed in the query dialog of the nick in question (if a query dialog is open, of course), which I think is sensible. (The initial intention of this patch was actually to report the "No such nick" message in the query dialog when sending a message to a user that has quit.) | |||
2013-05-08 | stop using gconf | TingPing | |