Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵ | Jo Shields | 2010-09-19 | 1 | -1/+1 |
| | | | | | | | "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this. | ||||
* | gapi2-parser cannot cope with multiple signals connected to the same method ↵ | Jo Shields | 2010-09-19 | 1 | -1/+1 |
| | | | | | | | - it will bail out, complaining it cannot find a method to match the second signal. This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding. | ||||
* | Only work with specific files instead of the whole directory. | Ted Gould | 2010-06-17 | 1 | -4/+4 |
| | |||||
* | Adding GIR/VAPI support and flattening directories | Ted Gould | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | link against the versioned library | Ken VanDine | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | Move to bindings/mono | Cody Russell | 2009-12-11 | 1 | -0/+12 |