Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-03 | Update to gtkspell3's iso code lookup | TingPing | |
This no longer requires libxml so now there is no reason for this to be optional | |||
2013-10-03 | Remove gtkspell support | TingPing | |
2013-10-03 | Fix loading enchant on Unix | TingPing | |
2013-10-03 | libsexy: load colors more efficiently | TingPing | |
2013-10-03 | libsexy: fix spell-check on contractions | TingPing | |
2013-10-03 | Parse attributes in the input box | TingPing | |
2013-10-03 | Merge pull request #781 from Farow/pull2 | TingPing | |
Added shortuct to config folder to installer | |||
2013-10-03 | Added shortuct to config folder to installer | Farow | |
Fixes #612 | |||
2013-10-03 | Topic bar improvements | TingPing | |
- Don't show on server tab - Don't show unavailable modes - Remove less used modes and add more common ones - Use proper case for buttons | |||
2013-09-30 | Strip trailing space from pluginpref_list entries | TingPing | |
2013-09-30 | Fix crash in hexchat_pluginpref_list() | TingPing | |
Set max output size to 4096 | |||
2013-09-29 | Update readme.md | TingPing | |
2013-09-29 | Merge pull request #775 from benburkhart1/master | TingPing | |
Channel joiner dialog does not allow you to join a valid channel | |||
2013-09-29 | RFC 1459 does not require channel name be above 0 characters, only that ↵ | Benjamin Burkhart | |
there's a prefix involved, this behavior is present elsewhere in xchat's join channel dialog, making this match. | |||
2013-09-29 | Remove unused gtk-prefs project | TingPing | |
2013-09-29 | Merge branch 'gresource' | TingPing | |
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
2013-09-29 | Accept %I in text events | TingPing | |
2013-09-29 | Add default keybindings for italics and underline | TingPing | |
2013-09-28 | Use Pango Attributes for bold and italics | TingPing | |
2013-09-27 | Revert fast scrolling with background image | TingPing | |
2013-09-27 | Merge branch 'xtext2' | TingPing | |
2013-09-27 | Remove overdraw | TingPing | |
2013-09-27 | Replace xtext's transparency with full window transparency | TingPing | |
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows. | |||
2013-09-27 | Update link to site in perl plugin | Eustachy Kapusta | |
2013-09-27 | Tweak svg file | TingPing | |
2013-09-26 | Remove useless defines | TingPing | |
- HEXCHAT - USE_DB - SCROLL_HACK - MOTION_MONITOR - ITALIC - COLOR_HILIGHT | |||
2013-09-26 | Remove XFT, SHM, and MMX | TingPing | |
2013-09-26 | Remove remnants of native file dialogs | TingPing | |
2013-09-26 | typo | TingPing | |
2013-09-26 | Update appdata description | TingPing | |
2013-09-26 | Remove whats left of gconf | TingPing | |
2013-09-25 | Make Python version consistent on both platforms | TingPing | |
and don't hardcode 2.7/3.3 | |||
2013-09-25 | Only show users country if its not unknown | TingPing | |
2013-09-25 | Don't open most windows at mouse position | TingPing | |
2013-09-25 | Make join dialog modal | TingPing | |
2013-09-25 | Update installer links to 2013 redist | TingPing | |
2013-09-24 | Remove hextray | TingPing | |
2013-09-24 | Split long messages at spaces | TingPing | |
2013-09-24 | Fix tab completion with utf8 completion char | TingPing | |
Closes #738 | |||
2013-09-23 | typo.. | TingPing | |
2013-09-23 | Update help messages for userlist buttons and user popups | TingPing | |
2013-09-23 | Revert menu.c @ ae04663aa9 | TingPing | |
This caused a few bugs such as improperly setting away/back and redrawing the channel tree when the menu is opened. | |||
2013-09-23 | Fix /cycle command | TingPing | |
- Uses the correct channelkey when called from another tab - Allows it to be used from any tab in the same server - Verifies it's a channel you are in | |||
2013-09-23 | Only underline the channel part if nick prefix | TingPing | |
2013-09-23 | Fix url detection of channel with nick prefix | TingPing | |
Closes #769 | |||
2013-09-23 | Strip trailing space from CAP REQ | TingPing | |
Mentioned in #770 | |||
2013-09-20 | Add screenshot to appdata file | TingPing | |
2013-09-20 | Fix warning | TingPing | |
2013-09-20 | First round of using GTK accessor functions | TingPing | |
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it. |