| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for tooltips | Guido Berhoerster | 28 hours | 1 | -0/+22 |
| | | | | | | An icon, title and text body may be set independently or at once resulting in a single signal. Markup in the text body is not supported for simplicity. | ||||
| * | Add macros for compile-time version checking | Guido Berhoerster | 28 hours | 1 | -0/+4 |
| | | |||||
| * | Revert "Explicitly mark deprecated functions and use substitutes" | Mike Gabriel | 28 hours | 1 | -2/+2 |
| | | | | | This reverts commit aec1741226036036b2498f7b664221e649b4ff81. | ||||
| * | Implement the Activate D-Bus method for primary click handling | Mikhail Novosyolov | 2026-04-28 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Handle the org.kde.StatusNotifierItem Activate() method that KDE Plasma calls on left-click. When a signal handler is connected, emit the "activate" GObject signal and return success. When no handler is connected, return an error so the panel falls back to showing the context menu for backward compatibility. This fixes the dual menu+toggle issue for applications like Onboard that need left-click to perform a custom action instead of showing the context menu. Co-authored-by: Z.AI GLM | ||||
| * | Deprecate libayatana-appindicator | Robert Tari | 2025-03-07 | 1 | -2/+2 |
| | | |||||
| * | Explicitly mark deprecated functions and use substitutes | Robert Tari | 2023-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fix all remaining build warnings | Robert Tari | 2023-02-02 | 1 | -4/+4 |
| | | |||||
| * | Whitespace fix | Robert Tari | 2023-02-02 | 1 | -54/+54 |
| | | |||||
| * | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-08-29 | 1 | -4/+0 |
| | | |||||
| * | API documentation: Suppress some warnings being thrown. | Mike Gabriel | 2017-10-24 | 1 | -5/+4 |
| | | |||||
| * | Adding get/set title functions | Ted Gould | 2012-01-28 | 1 | -0/+3 |
| | | |||||
| * | Fixed comments to correctly work with g-ir-scanner | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -128/+128 |
| | | | | | | No more missing transfer warning (and relative missing bindings for some getting functions). | ||||
| * | app-indicator: Move from "secondary-activate" signal to secondary_activate ↵ | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -15/+11 |
| | | | | | | | | | | | | | | | | | target To avoid appindicators writers to use the "secondary-activate" event to perform actions that can't be done via a menu item we added a new API: - app_indicator_set_secondary_activate_target - app_indicator_get_secondary_activate_target With it, an appindicator writer can simply define a new GtkWidget that will be activated when a secondary activation will occur. The GtkWidget must be a sensitive and visible inner child of the appindicator MenuItem. | ||||
| * | Add signal "secondary-activate" and emit it when needed | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -8/+15 |
| | | | | | | | | | When a libappindicator app get the "SecondaryActivate" dbus method call, the library redirects it to the app emitting the "secondary-activate" signal. This should be conform to the StatusNotifierItem specifications. | ||||
| * | Matching prototypes to C file | Ted Gould | 2011-02-23 | 1 | -2/+2 |
| | | |||||
| * | Switch around API so it makes sense for what we want to do. | Ted Gould | 2011-02-23 | 1 | -13/+18 |
| | | |||||
| * | Dropping the new accessible description signal | Ted Gould | 2011-02-23 | 1 | -10/+0 |
| | | |||||
| * | Merge from trunk | Luke Yelavich | 2011-02-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixing scroll documentation | Ted Gould | 2011-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from trunk | Luke Yelavich | 2011-02-11 | 1 | -1/+1 |
| |\| | |||||
| | * | Being more specific about the types of the signal | Ted Gould | 2011-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | accessible_name -> accessible_desc | Luke Yelavich | 2011-02-08 | 1 | -9/+9 |
| | | | |||||
| * | | Merge from trunk | Luke Yelavich | 2011-02-04 | 1 | -2/+13 |
| |\| | |||||
| | * | app-indicator: don't use two AppIndicator slots, reset one. | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -0/+1 |
| | | | |||||
| | * | app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signal | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | libappindicator now when it gets a dbus call from indicator-application (via the method XAyatanaScrollAction) about the incoming scroll event, sends a "scroll-event" signal to the appindicator application using this library. This works both in indicator and fallback (systray mode). This commit includes a fix for bug #707591 | ||||
| * | | Add accessible_name support | Luke Yelavich | 2011-02-04 | 1 | -0/+13 |
| |/ | |||||
| * | Adding the profile in there | Ted Gould | 2010-11-08 | 1 | -1/+2 |
| | | |||||
| * | Adding an API function to build the menu from a desktop file | Ted Gould | 2010-11-08 | 1 | -0/+4 |
| | | |||||
| * | I like 'index' better than 'id' -- now everything is consistent. | Ted Gould | 2010-08-10 | 1 | -3/+3 |
| | | |||||
| * | Providing accessors for the ordering_id property | Ted Gould | 2010-08-10 | 1 | -0/+3 |
| | | |||||
| * | Changing the size of the class structure, the reason for the break. | Ted Gould | 2010-08-05 | 1 | -10/+24 |
| | | |||||
| * | Updating to trunk and resolve conflicts | Ted Gould | 2010-08-05 | 1 | -7/+19 |
| |\ | |||||
| | * | Support dynamically changing the icon theme path. | Ted Gould | 2010-08-05 | 1 | -7/+20 |
| | |\ | |||||
| | | * | Passing the updated icon theme path along with the DBus signal, saving a ↵ | Sense Egbert Hofstede | 2010-08-05 | 1 | -5/+6 |
| | | | | | | | | | | | | | DBus call. | ||||
| | | * | Clean-up and renaming variables and functions everywhere to use ↵ | Sense Hofstede | 2010-07-22 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though. | ||||
| | | * | forgot some files | C10uD | 2010-07-22 | 1 | -0/+11 |
| | |/ | |||||
| * | | Adding in a signal to tell when the label is updated. | Ted Gould | 2010-08-03 | 1 | -2/+13 |
| | | | |||||
| * | | Adding in the convience wrappers | Ted Gould | 2010-08-03 | 1 | -0/+5 |
| |/ | |||||
| * | Documentation and introspection fixes and such | Sense Hofstede | 2010-05-23 | 1 | -8/+8 |
| | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings | ||||
| * | Removing the libappindicator directory to make things simpler | Ted Gould | 2010-04-29 | 1 | -0/+257 |
