summary refs log tree commit diff stats
path: root/src/fe-gtk/userlistgui.c
AgeCommit message (Collapse)Author
2014-12-31Remove last remnants of GtkClistsTingPing
These were removed a while ago
2014-12-31Remove unnecessary use of void*TingPing
2014-12-31Move userlist sorting to frontendTingPing
This Fixes possible crashes when the two usertrees get out of sync and a double free occurs. Also now requires restart to change sort orders. Fixes #1252 Fixes #818 (probably)
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
- 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-05-26Fix crash with invalid dnd to userlistTingPing
2014-05-23Enable drag and drop on WindowsTingPing
The issues around it no longer seem to exist in current GTK
2013-09-20First round of using GTK accessor functionsTingPing
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-09-15use GDK_KEYTingPing
2013-05-09Added support for marking nicks that are away in different colour when ↵Repentinus
away_size_max = 0, but tracking enabled.
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-03-25Fix warningTingPing
2013-03-13fix typoTingPing
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-11More rebrandingBerke Viktor
2012-11-03Rainbow user list colors and more senseful variable namesBerke Viktor
2012-11-02added support for op+3 iconsTingPing
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor
2012-10-22Variable cleanup for away_*Berke Viktor
2012-10-22Get rid of gui_tweaks 16 & 1Berke Viktor
2012-10-22Get rid of gui_tweaks 32Berke Viktor
2012-10-22Get rid of gui_tweaks 64Berke Viktor
2012-10-21Make modifier buttons truly abstractBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com