summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2014-02-15Hide tray balloon option on OSXTingPing
2014-02-15Fix warning..TingPing
2014-02-15Use GRegex for channel list searchTingPing
This adds support for Windows
2014-02-14Tweak column sizing in channel listTingPing
2014-02-14Build with GTK_DISABLE_DEPRECATEDTingPing
2014-02-14Redesign keyboard shortcuts windowTingPing
- Convert GtkCLists to GtkTreeViews - Save keybindings in GtkAccelerator format - Store keybindings in a GSList
2014-02-14Cleanup the preferences windowTingPing
Simplifies some code and removes many widgets
2014-02-12Fix some leaksTingPing
2014-02-12Remove unused functionTingPing
2014-02-12Fix warningTingPing
2014-02-09Show help as tooltips in editlistsTingPing
2014-02-07Fix hiding unsupported channel modes in topicbarTingPing
2014-02-07Fix some warnings in editlistTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2014-02-06Use a standard GtkScrolledWindow with xtextTingPing
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext
2014-02-05Revert e64aa93f8TingPing
2014-02-05Use persitance with libnotifyTingPing
This will keep notifications in gnomes tray similar to a tray icon.
2014-02-04Fix 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-04Add /getbool commandTingPing
2014-02-04osx: Set Menlo as default fontTingPing
This moves the find_font function to the front ends since it depends on pango and cairo
2014-02-04Print help messages for user commandsTingPing
2014-02-04Merge pull request #890 from orium/lagmeter-fixesTingPing
Lagmeter fixes
2014-02-02Fix warningTingPing
2014-02-02servlist: Add CanternetShutterQuick
2014-02-01Prevent users from having the same alternate nicksTingPing
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-30Make all parent directories when creating configdirTingPing
2014-01-30Add synIRC to network listTingPing
Closes #888
2014-01-30Now make_ping_time() in common/util.c returns the time in milliseconds insteadDiogo Sousa
of microseconds. In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well. Fixes #758.
2014-01-30More autotools cleanupTingPing
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins
2014-01-29Respect verbosity setting when building htmTingPing
2014-01-29Fixes #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-29osx: Silence openssl deprecated warningsTingPing
2014-01-27Allow overriding libdirTingPing
2014-01-27Fixed lag meter getting stuck.Diogo Sousa
Also lag_sent in struct server should have always been an unsigned long. Fixes #749.
2014-01-26Show error when you lack write permissions to configdirTingPing
2014-01-26Fix loading default keybindings w/o write permissionsTingPing
Closes #615
2014-01-20Enable --command on win32TingPing
and make existing depend on
2014-01-20Actually call commands sent with --commandTingPing
Closes #884
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-20Fix warningTingPing
Leftovers from 38cbabea
2014-01-18Revert GtkObject removal until Gtk3TingPing
2014-01-18Update most deprecated gtk functionsTingPing
2014-01-18Update most deprecated gdk functionsTingPing
2014-01-16Show a popup when opening plugin window when built without supportTingPing
2014-01-16Fix warning when built without pluginsTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-14Don't use SCROLL_HACK on osxTingPing
2014-01-14Clean up formatting during buildTingPing
2014-01-12Tweak 908 syntaxTingPing
2014-01-12... Add inbound_sasl_supportedmechs to inbound.hTingPing