├── .gitattributes ├── .gitignore ├── GitHubTrendingPlugin.dpk ├── GitHubTrendingPlugin.dproj ├── GitHubTrendingPlugin.dsv ├── GitHubTrendingPlugin.res ├── LICENSE ├── README.md ├── Resources ├── CloneDemo.gif ├── FAV.bmp ├── Fork.bmp ├── GititIcon.png ├── Issue.bmp ├── Splash.bmp ├── Star.bmp └── Star.png ├── WP.GitHub.Constants.pas ├── WP.GitHub.Creator.pas ├── WP.GitHub.CustomMessage.dfm ├── WP.GitHub.CustomMessage.pas ├── WP.GitHub.Helper.pas ├── WP.GitHub.LinkLabelEx.pas ├── WP.GitHub.Setting.dfm ├── WP.GitHub.Setting.pas ├── WP.GitHub.View.dfm ├── WP.GitHub.View.pas └── WP.SplashIcon.Registration.pas /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/.gitignore -------------------------------------------------------------------------------- /GitHubTrendingPlugin.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/GitHubTrendingPlugin.dpk -------------------------------------------------------------------------------- /GitHubTrendingPlugin.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/GitHubTrendingPlugin.dproj -------------------------------------------------------------------------------- /GitHubTrendingPlugin.dsv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GitHubTrendingPlugin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/GitHubTrendingPlugin.res -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/README.md -------------------------------------------------------------------------------- /Resources/CloneDemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/CloneDemo.gif -------------------------------------------------------------------------------- /Resources/FAV.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/FAV.bmp -------------------------------------------------------------------------------- /Resources/Fork.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/Fork.bmp -------------------------------------------------------------------------------- /Resources/GititIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/GititIcon.png -------------------------------------------------------------------------------- /Resources/Issue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/Issue.bmp -------------------------------------------------------------------------------- /Resources/Splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/Splash.bmp -------------------------------------------------------------------------------- /Resources/Star.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/Star.bmp -------------------------------------------------------------------------------- /Resources/Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/Resources/Star.png -------------------------------------------------------------------------------- /WP.GitHub.Constants.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.Constants.pas -------------------------------------------------------------------------------- /WP.GitHub.Creator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.Creator.pas -------------------------------------------------------------------------------- /WP.GitHub.CustomMessage.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.CustomMessage.dfm -------------------------------------------------------------------------------- /WP.GitHub.CustomMessage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.CustomMessage.pas -------------------------------------------------------------------------------- /WP.GitHub.Helper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.Helper.pas -------------------------------------------------------------------------------- /WP.GitHub.LinkLabelEx.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.LinkLabelEx.pas -------------------------------------------------------------------------------- /WP.GitHub.Setting.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.Setting.dfm -------------------------------------------------------------------------------- /WP.GitHub.Setting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.Setting.pas -------------------------------------------------------------------------------- /WP.GitHub.View.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.View.dfm -------------------------------------------------------------------------------- /WP.GitHub.View.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.GitHub.View.pas -------------------------------------------------------------------------------- /WP.SplashIcon.Registration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/GithubTrendings/HEAD/WP.SplashIcon.Registration.pas --------------------------------------------------------------------------------