Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Fix loading default keybindings w/o write permissions | TingPing | |
Closes #615 | |||
2014-01-20 | Enable --command on win32 | TingPing | |
and make existing depend on | |||
2014-01-20 | Fix warning | TingPing | |
Leftovers from 38cbabea | |||
2014-01-18 | Revert GtkObject removal until Gtk3 | TingPing | |
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-18 | Update most deprecated gdk functions | TingPing | |
2014-01-16 | Show a popup when opening plugin window when built without support | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-14 | Don't use SCROLL_HACK on osx | 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. | |||
2014-01-11 | libsexy: Properly reflect reset attributes in input | TingPing | |
2014-01-08 | Don't select tab while closing with middle-click | TingPing | |
Also fix unused warning and ignore shift right click | |||
2014-01-02 | Bind middle-click to close tab | TingPing | |
Closes #832 | |||
2013-12-27 | Fixed whitespace. | Arnavion | |
2013-12-27 | fe-gtk: Fixed notification balloons for PMs not getting displayed if ↵ | Arnavion | |
blinking tray icons for PMs is unchecked. | |||
2013-12-27 | Replaced use of T4 templates with PS-based templates. | Arnavion | |
TextTransform.exe is not available with Express versions of Visual Studio. | |||
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-14 | Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll(). | RichardHitt | |
2013-11-12 | Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout(). | RichardHitt | |
2013-11-11 | Fixes #836. In gtk_xtext_scroll() always force line integral line boundary. | RichardHitt | |
2013-11-03 | fe-gtk: Quote path to glib-compile-resources.exe | Arnavion | |
2013-11-03 | Use correct path to TextTransform.exe depending on the platform. | Arnavion | |
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-10-29 | Round 4 of gtk accessor functions: setup.c | TingPing | |
2013-10-27 | Properly set away and fullscreen menu items | TingPing | |
2013-10-26 | xtext: Get proper text width with attributes | TingPing | |
2013-10-25 | Sensitize banlist buttons if half-op | TingPing | |
For #647 | |||
2013-10-22 | fix warning | TingPing | |
2013-10-22 | Open channel list window on /list | Farow | |
2013-10-22 | fix some warnings | TingPing | |
2013-10-22 | Port editlist to GtkTreeView | 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-15 | Fix moving channels when using tabs | TingPing | |
2013-10-14 | Don't overwrite existing ignores when flooded | TingPing | |
Closes #792 | |||
2013-10-13 | Don't open banlist in empty channel tab | TingPing | |
2013-10-12 | win32: Use version information from configure.ac to populate the ↵ | Arnavion | |
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin. | |||
2013-10-12 | Better understandable option for the input box's color rendering | Denis M. | |
2013-10-10 | xtext: store palette as GdkColors | TingPing | |
2013-10-09 | Remove left over ifdef for spellcheck | TingPing | |
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-09 | Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6 | TingPing | |
Scrolling has issues i couldn't easily fix, will get back to later but lets keep this usable | |||
2013-10-08 | Round 3 of Gtk accessor functions: xtext | TingPing | |
2013-10-08 | Work around for /away being called multiple times | TingPing | |
This will have to be solved eventually in menu.c so you can change their status without emitting the signals. | |||
2013-10-08 | Fix scroll buttons when using tabs | TingPing | |
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
2013-10-08 | Add chanview files to project | TingPing | |