Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nicer fix | Jason Smith | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Make build work right | Jason Smith | 2009-12-14 | 2 | -1/+2 |
| | |||||
* | Try to add SetMenu() | Cody Russell | 2009-12-12 | 1 | -0/+1 |
| | |||||
* | Initial stab at setting up test/example fu | Cody Russell | 2009-12-12 | 6 | -1/+149 |
| | |||||
* | Fix distcheck | Cody Russell | 2009-12-11 | 1 | -1/+1 |
| | |||||
* | Move appindicator-sharp.pc to appindicator-sharp-0.1.pc | Cody Russell | 2009-12-11 | 3 | -6/+6 |
| | |||||
* | trunk merge, resolve conflicts | Cody Russell | 2009-12-11 | 15 | -24/+583 |
|\ | |||||
| * | 0.0.40.0.4 | Ted Gould | 2009-12-11 | 1 | -2/+2 |
| | | |||||
| * | Adding extra files to the distribution tarball and making the documentation ↵ | Ken VanDine | 2009-12-11 | 4 | -2/+9 |
| |\ | | | | | | | | | | include the version number. | ||||
| | * | include autogen.sh, COPYING.LGPL.2.1 and COPYING.LGPL.3 in EXTRA_DIST | Ken VanDine | 2009-12-11 | 1 | -1/+4 |
| | | | |||||
| | * | Merged changes from trunk | Ken VanDine | 2009-12-11 | 0 | -0/+0 |
| | |\ | | |/ | |/| | |||||
| * | | Documentation cleanups | Ken VanDine | 2009-12-10 | 1 | -6/+1 |
| |\ \ | |||||
| | * | | set a title and remove releaseinfo, we haven't set it yet. | Ken VanDine | 2009-12-10 | 1 | -6/+1 |
| |/ / | |||||
| | * | * Bump version to 0.0.4 | Ken VanDine | 2009-12-11 | 3 | -7/+6 |
| |/ | | | | | | | | | * Include version in the generated docs | ||||
| * | 0.0.30.0.3 | Ted Gould | 2009-12-10 | 1 | -2/+2 |
| | | |||||
| * | Increasing libindicator requirement to 0.3.0 | Ken Vandine | 2009-12-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump required version for libindicator to 0.3.0 | Ken VanDine | 2009-12-10 | 1 | -1/+1 |
| |/ | |||||
| * | Adding support for separators. | Cody Russell | 2009-12-09 | 1 | -16/+26 |
| |\ | |||||
| | * | Add support for separator menuitems | Cody Russell | 2009-12-09 | 1 | -16/+26 |
| | | | |||||
| * | | Switching back to the calling style with all the parameters. Otherwise the ↵ | Ted Gould | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | --enable-gtk-doc gets lost. | ||||
| * | | Fixing up documentation and making it error if symbols are missing. | Ted Gould | 2009-12-09 | 4 | -9/+110 |
| |\ \ | |||||
| | * | | Putting gtk-doc-check into a wrapper to it runs in srcdir | Ted Gould | 2009-12-08 | 1 | -1/+8 |
| | | | | |||||
| | * | | Adding in some section documentation. | Ted Gould | 2009-12-08 | 1 | -0/+17 |
| | | | | |||||
| | * | | Documenting the AppIndicatorClass as well. | Ted Gould | 2009-12-08 | 1 | -0/+1 |
| | | | | |||||
| | * | | Fixing function documentation. | Ted Gould | 2009-12-08 | 1 | -8/+29 |
| | | | | |||||
| | * | | Adding documentation for the signal string defines. | Ted Gould | 2009-12-08 | 1 | -0/+20 |
| | | | | |||||
| | * | | Adding in documentation for the Object/Class macros | Ted Gould | 2009-12-08 | 1 | -0/+35 |
| | | | | |||||
| | * | | Adding a check rule for documentation. | Ted Gould | 2009-12-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adding a directory name on the distribution of the .pc.in file | Ted Gould | 2009-12-09 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Add pkgconfig support, fixes bug #494583 | Cody Russell | 2009-12-09 | 3 | -1/+19 |
| |\ \ | |||||
| | * | | pkgconfig Libs and Requires fixes | Cody Russell | 2009-12-09 | 1 | -2/+2 |
| | | | | |||||
| | * | | merge from trunk | Cody Russell | 2009-12-09 | 1 | -1/+1 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Fix to autogen.sh to support configure options. | Ted Gould | 2009-12-09 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix autogen.sh | Cody Russell | 2009-12-09 | 1 | -1/+1 |
| |/ / / | |||||
| | * / | pkgconfig file | Cody Russell | 2009-12-09 | 3 | -1/+19 |
| |/ / | |||||
| * | | Improved menu item parsing from Cody. | Ted Gould | 2009-12-08 | 1 | -4/+61 |
| |\ \ | | |/ | |/| | |||||
| | * | Beefed up and stuff. | Cody Russell | 2009-12-08 | 1 | -4/+61 |
| | | | |||||
| * | | Adding support for building gtk-doc documentation. | Ted Gould | 2009-12-08 | 11 | -6/+377 |
| |\ \ | |||||
| | * | | Making it so that we have a local gtk-doc.make file that will pass a dist ↵ | Ted Gould | 2009-12-08 | 2 | -1/+195 |
| | | | | | | | | | | | | | | | | without the lib being built. | ||||
| | * | | Ken's gtk-doc integration branch | Ted Gould | 2009-12-08 | 10 | -6/+183 |
| |/| | | |||||
| | * | | Removed a commented variable | Ken VanDine | 2009-12-08 | 1 | -1/+0 |
| | | | | |||||
| | * | | Clean up some cruft I left around | Ken VanDine | 2009-12-08 | 2 | -3/+2 |
| | | | | |||||
| | * | | Fixes for make distcheck and default configure args | Ken VanDine | 2009-12-08 | 3 | -10/+18 |
| | | | | |||||
| | * | | Added some missing gtk-doc related files | Ken VanDine | 2009-12-08 | 4 | -0/+63 |
| | | | | |||||
| | * | | don't run gtkdocize with autogen.sh | Ken VanDine | 2009-12-08 | 1 | -2/+0 |
| | | | | |||||
| | * | | remove --enable-gtk-doc from autogen.sh | Ken VanDine | 2009-12-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | generate gtk-doc | Ken VanDine | 2009-12-05 | 6 | -6/+116 |
| | | | | |||||
* | | | | Add missing Makefile.am | Cody Russell | 2009-12-11 | 1 | -0/+2 |
| | | | | |||||
* | | | | Move to bindings/mono | Cody Russell | 2009-12-11 | 7 | -9/+11 |
| | | | | |||||
* | | | | Build for Mono bindings | Cody Russell | 2009-12-11 | 6 | -12/+112 |
| | | | |