Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/indicator-ng.c: Make sure old menu item name is not NULL before comparison | Robert Tari | 2021-11-10 | 1 | -1/+3 |
| | | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/60 | ||||
* | Scale icons when loading from filename | Dani Llewellyn | 2021-10-21 | 1 | -7/+9 |
| | | | | | | | | When loading an icon from a filename, not a stock icon name, we need to scale the pixbuf manually because gtk_image_set_pixel_size only works on named icons from the theme that have multiple sizes available. Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com> | ||||
* | src/CMakeLists.txt: Use different include paths for GTK-2 and GTK-3 builds ↵ | Mike Gabriel | 2021-10-19 | 1 | -15/+15 |
| | | | | (even if header files are indentical). | ||||
* | Use CMAKE_INSTALL_FULL_*DIR locations | Robert Tari | 2021-06-08 | 1 | -10/+10 |
| | |||||
* | {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled. | Mike Gabriel | 2021-05-17 | 1 | -2/+2 |
| | | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37 | ||||
* | Bring back GTK+-2.0 and GTK+-3.0 build flavours. | Mike Gabriel | 2021-05-12 | 1 | -15/+35 |
| | |||||
* | Remove Automake-related files | Robert Tari | 2021-05-12 | 3 | -182/+0 |
| | |||||
* | Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵ | Robert Tari | 2021-05-12 | 1 | -0/+127 |
| | | | | | | include paths tests/test-loader.c: fix library paths | ||||
* | Move source files to src | Robert Tari | 2021-05-11 | 21 | -0/+5137 |
| | |||||
* | Deleting everything only leaving libindicator | Ted Gould | 2009-08-18 | 2 | -368/+0 |
| | |||||
* | Blocking out SUS from standard applet. | Ted Gould | 2009-08-07 | 1 | -1/+5 |
| | |||||
* | A bunch of distcheck fixes to clean things up | Ted Gould | 2009-08-04 | 1 | -0/+1 |
| | |||||
* | Patch from Mark Trompell to make suffix checking better. | Ted Gould | 2009-06-08 | 1 | -9/+3 |
| | |||||
* | Patch from Niel Patel to close the directory after opening it. | Ted Gould | 2009-04-29 | 1 | -0/+1 |
|\ | |||||
| * | Patch from Niel Patel to close the directory after opening it. | Ted Gould | 2009-04-29 | 1 | -0/+1 |
| | | |||||
* | | Get the submenu set right. | Ted Gould | 2009-04-22 | 1 | -2/+2 |
| | | |||||
* | | Slipping in the hbox | Ted Gould | 2009-04-22 | 1 | -0/+3 |
| | | |||||
* | | Oops, cut and paste error, pulling up the wrong symbols | Ted Gould | 2009-04-22 | 1 | -6/+7 |
| | | |||||
* | | Turning versions into a function and adding a name symbol. Not yet used though. | Ted Gould | 2009-04-22 | 1 | -3/+6 |
| | | |||||
* | | Changing to an icon and a lable and building our own item | Ted Gould | 2009-04-21 | 1 | -2/+21 |
| | | |||||
* | | Putting in and checking version information to ensure we all agree about the ↵ | Ted Gould | 2009-04-21 | 1 | -0/+4 |
| | | | | | | | | header version | ||||
* | | Fixing and using the new indicator header. This will help to connect things ↵ | Ted Gould | 2009-04-21 | 1 | -5/+14 |
| | | | | | | | | together and make them actually work in a reasonably type safe way. | ||||
* | | Moving the indicators directory to match libindicator | Ted Gould | 2009-04-21 | 1 | -1/+1 |
|/ | |||||
* | Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5 | Ted Gould | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Trying to have more style information included so that we can get rid of the ↵ | Ted Gould | 2009-04-03 | 1 | -1/+18 |
| | | | | focus line. | ||||
* | Patch from Gabor Kelemen to make the license and 'No Indicators' message ↵0.1.4 | Ted Gould | 2009-03-27 | 1 | -2/+2 |
| | | | | translatable. | ||||
* | Comment for label | Ted Gould | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | Switching the case for 'No Indicators' to make it a label to still support ↵ | Ted Gould | 2009-03-26 | 1 | -7/+6 |
| | | | | right click through. | ||||
* | Changing license in about box to make sense. | Ted Gould | 2009-03-26 | 1 | -10/+9 |
| | |||||
* | ATK name for Eitan | Ted Gould | 2009-03-26 | 1 | -0/+2 |
| | |||||
* | Add gnome_program_init with LIBGNOMEUI_MODULE. | Eitan Isaacson | 2009-03-26 | 1 | -1/+23 |
| | |||||
* | Stealing the 'fast-user-switch-applet' name to get better theming | Ted Gould | 2009-03-12 | 1 | -2/+3 |
| | |||||
* | Fixing the popup to have the about | Ted Gould | 2009-03-12 | 1 | -7/+7 |
| | |||||
* | Right click menu is working, but without an about | Ted Gould | 2009-03-12 | 1 | -2/+76 |
| | |||||
* | This function seems to set up the widget correctly with the background. ↵ | Ted Gould | 2009-02-15 | 1 | -0/+1 |
| | | | | It's undocumented, but most other applets seem to do it. | ||||
* | Putting a little handle on the indicators. Works for GNOME Panel. | Ted Gould | 2009-02-15 | 1 | -1/+1 |
| | |||||
* | Adding the GPL to this file | Ted Gould | 2009-02-11 | 1 | -0/+21 |
| | |||||
* | typo | Ted Gould | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | releasing version 0.1~ppa26 | Ted Gould | 2009-02-04 | 1 | -0/+1 |
| | |||||
* | Set the widget name on the applet rather than the menubar, to make sure | Neil Jagdish Patel | 2009-02-04 | 1 | -2/+2 |
| | | | | it's picked up globally. | ||||
* | Making it so that there is no more boarder on the menu bar | Ted Gould | 2009-02-04 | 1 | -7/+25 |
| | |||||
* | Fix coding style | Neil Jagdish Patel | 2009-02-04 | 1 | -16/+16 |
| | |||||
* | Enable support for a "transparent" panel applet, which reacts to the gnome- | Neil Jagdish Patel | 2009-02-03 | 1 | -7/+72 |
| | | | | | panel theme changes | ||||
* | Moving the indicator directory cross-packages. | Ted Gould | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | Building in a module loader | Ted Gould | 2008-12-04 | 1 | -3/+32 |
| | |||||
* | Parse directories | Ted Gould | 2008-12-03 | 2 | -1/+16 |
| | |||||
* | Okay, we're all doing everything perfect | Ted Gould | 2008-12-03 | 1 | -0/+1 |
| | |||||
* | Making the applet a lot more sparce. Now we're going to load things ↵ | Ted Gould | 2008-12-03 | 4 | -36/+9 |
| | | | | dynamically. Let them have their own problems. | ||||
* | Removing everything except messaging. | Ted Gould | 2008-12-03 | 14 | -478/+1 |
| | |||||
* | Adding in all of the icons into the mockups. | Ted Gould | 2008-12-02 | 4 | -5/+11 |
| |