Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Create configuration option to control middle click tab close. | md_5 | |
Some might argue that this shouldn't be able to be configured as it is "common" behaviour in other programs such as web browsers, but for me it is an annoyance because for 15 years this has not been the behaviour of X-Chat. Quite simply, this creates a configuration option for 537fb856, as unobtrusively as possible, under the channel switcher preferences tab. Closes #1232 | |||
2014-06-04 | Fix dcc dir warning showing when not auto-accept | TingPing | |
2014-05-12 | Add global option to suppress nick change events | Berke Viktor | |
Might as well add a per-channel option, too but for me that seems a bit unnecessary. Closes #971 | |||
2014-05-11 | Add option to bounce dock icon on OSX | TingPing | |
2014-02-15 | Hide tray balloon option on OSX | TingPing | |
2014-02-14 | Cleanup the preferences window | TingPing | |
Simplifies some code and removes many widgets | |||
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-11 | Add Turkish language to preferences | TingPing | |
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this. | |||
2013-12-25 | Merge pull request #842 from ManiacTwister/setup-fix | TingPing | |
Fixed setup window title offsets | |||
2013-11-18 | Fixed setup window title offsets | ManiacTwister | |
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-10-29 | Round 4 of gtk accessor functions: setup.c | TingPing | |
2013-10-12 | Better understandable option for the input box's color rendering | Denis M. | |
2013-10-09 | Remove left over ifdef for spellcheck | TingPing | |
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
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 | Remove gtkspell support | 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-25 | Don't open most windows at mouse position | 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-09-14 | Update tooltip for sound alerts without libcanberra | TingPing | |
2013-08-31 | Of course mimetype doesn't work on Windows.. | TingPing | |
2013-08-31 | Use mimetypes for audio and images | TingPing | |
2013-08-31 | Improve file dialogs | TingPing | |
- Fixes #314 - Adds file extensions to sound and image browsing - Some options no longer default to our config dir - Always add a shortcut to our config dir - Remove broken 'last_dir' functionality, gtk already knows recent | |||
2013-07-10 | Don't grey out log fliename in preferences | TingPing | |
It can still be useful when global logging is disabled | |||
2013-07-07 | Increase upper limit for max DCC speed in preferences | TingPing | |
For #672 | |||
2013-06-28 | Added preferences options to enable the server-time extension when available. | Diogo Sousa | |
(Internationalization messages missing.) | |||
2013-06-09 | Add irc_ban_type to preferences | TingPing | |
2013-06-09 | Specify what for completion amount | TingPing | |
2013-06-09 | Add completion_amount to prefs | TingPing | |
... and remove completion_auto which is confusing to say the least. | |||
2013-05-24 | Fixed mistake in last commit. | Diogo Sousa | |
2013-05-24 | Spell check dictionaries were not being updated when changed. | Diogo Sousa | |
2013-05-19 | Reorganize Preferences | Berke Viktor | |
2013-05-12 | Add auto-reconnect to preferences | TingPing | |
2013-05-07 | Have gui_input_icon depend on gui_input_nick in prefs | TingPing | |
2013-04-28 | Remove away announce | TingPing | |
2013-04-28 | Cosmetics | Berke Viktor | |
2013-04-28 | Add hints about the beep file | Berke Viktor | |
2013-04-28 | Rename Sound to Sounds and reorder Chatting pages | Berke Viktor | |
2013-04-28 | Store just the filename if the sound file comes from the default sound dir | Berke Viktor | |
And get rid of some hardcoding while we're at it | |||
2013-04-28 | Remove dead code for sound_command | Berke Viktor | |
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-27 | Don't use external players on Windows | Berke Viktor | |
2013-04-25 | Do not allow blank realname in preferences | TingPing | |
2013-04-15 | only 1 | TingPing | |
2013-04-15 | finish removing sound_dir | TingPing | |
2013-04-14 | Use bundled beep file for beep alerts | Berke Viktor | |
2013-04-14 | Browse into the sounds folder by default | Berke Viktor | |