{"id":15411650,"url":"https://github.com/dirkster99/historycontrollib","last_synced_at":"2025-04-19T11:33:07.453Z","repository":{"id":54780902,"uuid":"123426943","full_name":"Dirkster99/HistoryControlLib","owner":"Dirkster99","description":"Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer","archived":false,"fork":false,"pushed_at":"2021-01-29T19:58:13.000Z","size":252,"stargazers_count":11,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T05:38:10.078Z","etag":null,"topics":["control","csharp","dark-theme","dotnet","explorer","forward","history-management","light-theme","mvvm","navigation-bar","recent","recent-folders","theme","wpf"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dirkster99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-01T11:37:10.000Z","updated_at":"2024-07-05T11:13:26.000Z","dependencies_parsed_at":"2022-08-14T02:50:29.420Z","dependency_job_id":null,"html_url":"https://github.com/Dirkster99/HistoryControlLib","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FHistoryControlLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FHistoryControlLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FHistoryControlLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dirkster99%2FHistoryControlLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dirkster99","download_url":"https://codeload.github.com/Dirkster99/HistoryControlLib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249685183,"owners_count":21310562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["control","csharp","dark-theme","dotnet","explorer","forward","history-management","light-theme","mvvm","navigation-bar","recent","recent-folders","theme","wpf"],"created_at":"2024-10-01T16:49:48.369Z","updated_at":"2025-04-19T11:33:07.411Z","avatar_url":"https://github.com/Dirkster99.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/b5aljj6ec5cn10c0/branch/master?svg=true)](https://ci.appveyor.com/project/Dirkster99/historycontrollib/branch/master)\n[![Release](https://img.shields.io/github/release/Dirkster99/MRULib.svg)](https://github.com/Dirkster99/MRULib/releases/latest)\n[![NuGet](https://img.shields.io/nuget/dt/Dirkster.HistoryControlLib.svg)](http://nuget.org/packages/Dirkster.HistoryControlLib)\n\n![Net4](https://badgen.net/badge/Framework/.Net\u0026nbsp;4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore\u0026nbsp;3/blue)\n\n\u003ctable border=\"0\" width=\"100%\"\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Branch_32x.png?raw=true\" width=\"24\"/\u003e\u003c/td\u003e \u003ctd\u003e\u003ch1\u003eHistoryControlLib\u003c/h1\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\nImplements a themable recent locations (forward, backward, up. pop-up list) control a la \u003ca href=\"https://github.com/Dirkster99/fsc/wiki/FSC-Windows-Explorer-(Cloned)\"\u003eWindows (7-10) Explorer\u003c/a\u003e.\nThese controls and viewmodels are re-used in the \u003ca href=\"https://github.com/Dirkster99/fsc\"\u003eFile System Controls\u003c/a\u003e project which in turn is integrated in \u003ca href=\"https://github.com/Dirkster99/Edi\"\u003eEdi\u003c/a\u003e.\n\nThe repository contains the sources for a Generic and a Dark and Light themed test client.\n\nThe \u003ca href=\"https://github.com/Dirkster99/HistoryControlLib/blob/master/source/HistoryControlLib/Controls/LocationsDropDown.xaml\"\u003eLocations Drop-Down button\u003c/a\u003e makes use of the **Segoe UI Symbol** font, which may not\nalways be available on Windows 7. The font can either be installed via update from Microsoft of the drop down\nbutton definition for the down chevron can be replaced with a path definition.\n\n## Navigate Back Direction\n\u003cimg src=\"https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Back.png?raw=true\" width=\"120\"\u003e\n\n## Navigate Forward Direction\n\u003cimg src=\"https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Forward.png?raw=true\" width=\"120\"\u003e\n\n## Navigate Up\n\u003cimg src=\"https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Up.png?raw=true\" width=\"120\"\u003e\n\n## Navigate within list of recently visited locations\n\u003cimg src=\"https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/RecentList.png?raw=true\" width=\"360\"\u003e\n\n## Theming\n\nLoad *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions.\n\n```XAML\n    \u003cResourceDictionary.MergedDictionaries\u003e\n        \u003cResourceDictionary Source=\"/HistoryControlLib;component/Themes/DarkTheme.xaml\" /\u003e\n    \u003c/ResourceDictionary.MergedDictionaries\u003e\n```\n\n```XAML\n    \u003cResourceDictionary.MergedDictionaries\u003e\n        \u003cResourceDictionary Source=\"/HistoryControlLib;component/Themes/LightTheme.xaml\" /\u003e\n    \u003c/ResourceDictionary.MergedDictionaries\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkster99%2Fhistorycontrollib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkster99%2Fhistorycontrollib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkster99%2Fhistorycontrollib/lists"}