Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Revert e64aa93f8 | TingPing | |
2014-02-05 | Use persitance with libnotify | TingPing | |
This will keep notifications in gnomes tray similar to a tray icon. | |||
2014-02-04 | Fix many many problems in xtext.c related to character width. | RichardHitt | |
* Rework multiline logic to use a GSList, not an array * Remove all multibyte booleans; everything is potentially multibyte - Except for gtk_xtext_get_word(), which needs special attention * Enhance pango work for bold and italics (attr_list -> attr_lists[4]) * Enhance gtk_xtext_strip_color () to save bold, italics info * Involve emphasis information in all pixel-width calculations * Rework find_x () to account for emphasis info in widths Closes #891 Fixes #872 | |||
2014-02-04 | Add /getbool command | TingPing | |
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-02-04 | Merge pull request #890 from orium/lagmeter-fixes | TingPing | |
Lagmeter fixes | |||
2014-02-02 | Fix warning | TingPing | |
2014-02-01 | Prevent users from having the same alternate nicks | TingPing | |
For some reason users do this and then complain when they cannot connect when nick is in use. There are other ways for them to break it but at least it shouldn't be on accident. | |||
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-30 | More autotools cleanup | TingPing | |
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins | |||
2014-01-29 | Fixes #881 Fix two bugs -- | RichardHitt | |
gtk_xtext_find_char() adjust negative y for int typecast gtk_xtext_find_x() return out_of_bounds TRUE if line outside windodw gtk_xtext_selection_draw() recognize TRUE out_of_bounds | |||
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. |