summary refs log tree commit diff stats
path: root/src/fe-gtk/plugin-tray.c
AgeCommit message (Collapse)Author
2018-03-20Deiconify window on tray click. Closes #2136Manuel Schneider
2018-03-09Various fixes for mingwPatrick Griffis
2017-09-15Use localized "HexChat" in window titlesChase Patterson
Also allow rearranging of "HexChat" in window titles
2017-09-15Change windows from starting with "Hexchat: " to ending with " - Hexchat"Chase Patterson
2017-08-31Improve detection of system tray supportPatrick Griffis
Closes #2045
2017-07-01Support changing tray icon only with tray_normal imageBilal Elmoussaoui
Previously making a hexchat icon would override all hexchat icons not just the tray. Fixes #2017 Closes #2018
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-02-27Make Preferences option in plugin tray menu available on all platforms.Arnavion
2015-02-27Fixed undefined behavior causing hover highlights on the plugin tray menu ↵Arnavion
not working. Fixes #602
2015-02-04Implement windows 8.1+ notificationsTingPing
This splits notifications up into multiple backends currently only libnotify on unix and win8 toasts. The win8 backend was originally written by @leeter though heavily modified.
2014-11-02Warning cleanupCampbell Barton
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064
2014-05-20Show notifications for private actionsTingPing
Fixes #990
2014-02-05Revert e64aa93f8TingPing
2014-02-05Use persitance with libnotifyTingPing
This will keep notifications in gnomes tray similar to a tray icon.
2014-01-18Update most deprecated gtk functionsTingPing
2013-12-27Fixed whitespace.Arnavion
2013-12-27fe-gtk: Fixed notification balloons for PMs not getting displayed if ↵Arnavion
blinking tray icons for PMs is unchecked.
2013-09-20First round of using GTK accessor functionsTingPing
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-09-19Add fullscreen to to view menuTingPing
2013-06-28fe-gtk: Only escape notification bodies for notification servers that ↵Arnav Singh
support "body-markup".
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor
2013-04-22Clean up balloon formattingTingPing
2013-04-13Add option for omitting alerts while focusedTingPing
2013-04-12Fix tray not respecting away_omit_alertsTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
You can still build HexTray manually if you want to try fixing it
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-25Disable tray when using UnityTingPing
2013-02-18add notification hints for gnomeTingPing
2013-02-18fix path to icon for notificationsTingPing
2013-02-06fix tray menu placement issuesTingPing
notably top taskbar issues on windows
2013-01-04Merge pull request #337 from TingPing/trayRichardHitt
add even more tray icon changes
2013-01-04use notify::embeddedTingPing
2013-01-03use tabsTingPing
2012-12-21add glebihans disappearing tray patchTingPing
2012-12-20allow tray blinks to be static iconsTingPing
2012-12-20Add auto-away to plugin-trayTingPing
2012-12-20Update src/fe-gtk/plugin-tray.cTingPing
2012-12-16fix restoring previously maximized window from trayTingPing
2012-12-03make preferences in tray win onlyTingPing
to make up for lack of 'blink on' and for ex-hextray users
2012-11-23relocate custom tray menu itemsTingPing
2012-11-23show away/back in windows tray menuTingPing
2012-11-22add preferences to tray menuTingPing
2012-11-20ensure menu existsTingPing
2012-11-19add missing ifdefTingPing
2012-11-18auto close menu on windowsTingPing
2012-11-18allow only one menuTingPing
2012-11-12Re-enable plugin-tray context menu, submenus don't work yetBerke Viktor
2012-11-10Explode gui_tray_flagsBerke Viktor
2012-11-03Varname consolidation for the rest of pixmapsBerke Viktor