summary refs log tree commit diff stats
path: root/share
AgeCommit message (Collapse)Author
2013-05-13Add note about preferred tab sizeBerke Viktor
2013-05-12Reduce GLib requirementBerke Viktor
2013-05-12g_slist_copy_deep() requires GLib 2.34Berke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor
2013-05-03Add Italian GenericNameTingPing
2013-05-03Fix desktop translationsTingPing
closes #567
2013-04-28Install a pkgconfig .pc file. This allows external plugins to findChristoph J. Thompson
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-20fix install errorTingPing
2013-04-18Add english generic nameTingPing
2013-04-18Fix a typo.Christoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Add GTK and IRCClient to Categories. This is Based on:Christoph J. Thompson
http://standards.freedesktop.org/menu-spec/latest modified: share/misc/hexchat.desktop
2013-04-18Translate Comment in french, german, italian and norwegian bokmålChristoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Change "no" to "nb" for Norsk Bokmål. In norway there is not onlyChristoph J. Thompson
one official language but two. modified: share/misc/hexchat.desktop
2013-04-18Change most Comment lines to be GenericName. GenericName should beChristoph J. Thompson
used when only one IRC client in installed. modified: share/misc/hexchat.desktop
2013-04-17beep sound is gtk onlyTingPing
2013-04-17Install sound file on unixTingPing
for #542
2013-04-16Move beep to proper placeBerke Viktor
2013-04-14G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+Berke Viktor
2013-04-09cosmeticsBerke Viktor
2013-04-09readme cleanupBerke Viktor
2013-04-03gtk_show_uri() requires GTK+ 2.14Berke Viktor
2013-04-01Merge pull request #484 from Phr33d0m/masterTingPing
A few fixes on the *nix build system
2013-03-31GLib 2.14 is requiredBerke Viktor
2013-03-31MAKE: don't include icons and desktop file for non-gtk buildshasufell
2013-03-28Update links to docsTingPing
2013-03-23It's just HexChatTingPing
2013-03-23Remove spec fileTingPing
2013-03-23Cleanup, docs are online now, these are either irrelevant or outdatedBerke Viktor
2013-02-25update readme link to building docsTingPing
closes #424
2013-02-18add gnome's UsesNotifications to the desktop fileTingPing
2013-01-01Don't error on icon cache update failureTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-12-16Put hexchat png in icons/hicolor/48x48/appsRichardHitt
2012-12-16Install hicolor svg; move the files Makefile.am to their subdirectoriesRichardHitt
2012-12-03Update share/doc/faq.mdTingPing
2012-11-24Update share/doc/faq.mdTingPing
2012-11-20Update faqTingPing
2012-11-11Fix dateBerke Viktor
2012-11-11Update changelogBerke Viktor
2012-11-10Update changelogBerke Viktor
2012-11-09Add notes about testing translationsBerke Viktor
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-11-04Merge pull request #226 from TingPing/masterbviktor
Update Python docs
2012-11-04Updated get_list docsTingPing
2012-11-04Updated python get_info docsTingPing
2012-11-04ReadMe cosmeticsBerke Viktor
2012-11-03Update FAQ according to recent icon file name changesBerke Viktor
2012-11-03Relocate hexchat.png and hexchat.ico and some more varname cleanupBerke Viktor