Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-30 | Fix warning | Patrick Griffis | |
Fixes #1533 | |||
2016-02-18 | Fix strict prototype warnings | Patrick Griffis | |
2015-04-25 | Fixed pango attributes not being applied in some cases. | Arnavion | |
gtk_entry_get_text_length returns the number of utf-8 characters in the GtkEntry, not the number of bytes in its text. | |||
2015-04-24 | Disable pango attributes on sexy entry while it contains preedit text. | Arnavion | |
Fixes #1360 | |||
2015-02-11 | Better project files. | Arnavion | |
- Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory | |||
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-12-08 | Removed some unnecessary null-checks for calls to g_free and g_strfreev | Arnavion | |
2014-07-21 | Fix apostrophe related spell check issues | RichardHitt | |
2014-07-19 | Fix possible crash in spell check | RichardHitt | |
Closes #1048 | |||
2014-06-04 | Stop hardcoding plugin extensions everywhere | TingPing | |
2014-05-11 | Fix spell check on OSX | TingPing | |
2014-03-15 | Disable hiding characters in the input | TingPing | |
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-11 | libsexy: Properly reflect reset attributes in input | TingPing | |
2013-10-17 | libsexy: last color parsing improvement | TingPing | |
2013-10-17 | libsexy: More color parsing improvements | TingPing | |
2013-10-15 | Reset entry attributes on newlines | TingPing | |
2013-10-04 | libsexy: Improve color parsing | Farow | |
- Background colour is only parsed when there's a comma - Offset for background color is incorrectly calculated (there's no control character, just a comma) | |||
2013-10-04 | libsexy: never include spaces when spell-checking | TingPing | |
2013-10-04 | libsexy: Add "HexChat" to session dictionary | TingPing | |
2013-10-03 | More improvements to libsexy | TingPing | |
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings | |||
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 | 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-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. | |||
2013-05-12 | Remove dead GLib code | Berke Viktor | |
2013-04-28 | Eliminate compiler warning | Berke Viktor | |
free() requires stdlib.h | |||
2013-01-19 | Correct almost all compiler warning issues | RichardHitt | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-11-10 | Eliminate some unused stuff | Berke Viktor | |
2012-10-30 | Nah, even more rebranding | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-22 | Variable cleanup for the rest | Berke Viktor | |
2012-10-21 | Relocate typedef.h | Berke Viktor | |
2012-07-21 | Get rid of yet another implicit declaration | Berke Viktor | |
2012-07-21 | Some aid for compiler warnings | Berke Viktor | |
2012-06-16 | Fix string handling for Turkish locale | Berke Viktor | |
2011-12-11 | initial patches for linux compatibility | Berke Viktor | |
2011-08-07 | recognize all installed dictionaries and select the required ones via ↵ | berkeviktor@aol.com | |
spell_langs | |||
2011-08-07 | spell checker support for multiple languages | berkeviktor@aol.com | |
2011-06-05 | add option for changing spell checker color | berkeviktor@aol.com | |
2011-02-28 | add wdk changes to named branch | berkeviktor@aol.com | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |