Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Removed some unnecessary casts. | Arnavion | |
2014-12-08 | Minor tidying up | Arnavion | |
2014-09-13 | Use PlaySoundW to play sounds on Windows. | Arnavion | |
Fixes #1133 | |||
2014-09-13 | Correctly open URLs with non-ASCII characters on Windows. | Arnavion | |
Fixes #1023 | |||
2014-09-07 | Fix opening utf8 urls on OSX | TingPing | |
- Escape hostnames with punycode - Use proper encoding when launching open | |||
2014-05-27 | osx: Properly handle quitting | TingPing | |
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-02-04 | osx: Set Menlo as default font | TingPing | |
This moves the find_font function to the front ends since it depends on pango and cairo | |||
2014-01-30 | Now make_ping_time() in common/util.c returns the time in milliseconds instead | Diogo Sousa | |
of microseconds. In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well. Fixes #758. | |||
2014-01-20 | Enable --command on win32 | TingPing | |
and make existing depend on | |||
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2013-10-22 | fix warning | TingPing | |
2013-10-22 | Open channel list window on /list | Farow | |
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
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-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-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-27 | Tweak cli output and fix related warnings | TingPing | |
2013-07-08 | Fix warning | TingPing | |
2013-07-01 | Don't use popup dialogs for help | TingPing | |
2013-07-01 | Improve help message | TingPing | |
2013-07-01 | Handle extraneous cli args as urls | TingPing | |
2013-06-18 | fix merge conflict | TingPing | |
2013-06-19 | Handle IPv6 addresses correcly in fe_open_url_locale(). | Diogo Sousa | |
2013-06-16 | Fix Open Data Folder on unix | TingPing | |
Mentioned in #646 | |||
2013-06-12 | Don't open libcanberra connection for every event | TingPing | |
Closes #645 | |||
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-04-27 | Use regular canberra not gtk | TingPing | |
2013-04-27 | More cleanup | TingPing | |
2013-04-27 | Remove extra omitalerts check | TingPing | |
2013-04-27 | use libcanberra for beeps | TingPing | |
2013-04-27 | Use "Instant Message Notification" system sound on Windows, use gdk_beep() ↵ | Berke Viktor | |
on Unix Note: gdk_beep() is expected to be replaced with libcanberra stuff. | |||
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-27 | typo | TingPing | |
2013-04-27 | fix url opening on osx | TingPing | |
oops | |||
2013-04-27 | Clean up old url handling on unix | TingPing | |
2013-04-27 | Reverts commit d964af81428a6d768aeb96906eb0538a30d919ca | TingPing | |
2013-04-23 | fix omitting custom sounds | TingPing | |
2013-04-16 | Move beep to proper place | Berke Viktor | |
2013-04-15 | no error on beeps | TingPing | |
2013-04-14 | Fix tabulation | Berke Viktor | |
2013-04-14 | Use bundled beep file for beep alerts | Berke Viktor | |
2013-04-13 | Add option for omitting alerts while focused | TingPing | |
2013-04-09 | Don't send ping's to the server if we are still waiting for a pong. | Diogo Sousa | |
If the server don't respond in 30s just report the lag as +30s. This fixes the bug where hexchat reset the lag meter every time a ping was sent and no pong was received. | |||
2013-04-05 | Fix root user warning running before g_type_init | TingPing | |
closes #504 | |||
2013-04-02 | Merge pull request #496 from bviktor/toplevel-includes | TingPing | |
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486 | |||
2013-04-03 | update --url help string | TingPing | |
2013-04-02 | Only include top level includes from GTK+, GLib and GDK-PixBuf | Berke Viktor | |