{"id":44637163,"url":"https://github.com/fredvs/uidesigner_ext","last_synced_at":"2026-02-14T18:03:08.793Z","repository":{"id":12537578,"uuid":"15207607","full_name":"fredvs/uidesigner_ext","owner":"fredvs","description":"This is a extended version of fpGUI uidesigner.","archived":false,"fork":false,"pushed_at":"2026-02-13T01:36:09.000Z","size":73650,"stargazers_count":17,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-13T07:36:35.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fredvs.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"COPYING.modifiedLGPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-12-15T17:29:24.000Z","updated_at":"2026-02-13T01:36:12.000Z","dependencies_parsed_at":"2022-08-31T06:42:01.726Z","dependency_job_id":null,"html_url":"https://github.com/fredvs/uidesigner_ext","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fredvs/uidesigner_ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredvs%2Fuidesigner_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredvs%2Fuidesigner_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredvs%2Fuidesigner_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredvs%2Fuidesigner_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fredvs","download_url":"https://codeload.github.com/fredvs/uidesigner_ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredvs%2Fuidesigner_ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-14T18:02:55.917Z","updated_at":"2026-02-14T18:03:08.778Z","avatar_url":"https://github.com/fredvs.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"designer_ext is the extended version of fpGUI uiDesigner.\n\nWith : \nvoice assisted,\nauto-add units in uses section,\nrun-only-once option, window list,\nundo's feature,\nintegration into IDE,\neditor launcher,\nfor Unix OS : dynamically load of XOrg and TThreads dependencies,\nlot of new themes-styles,\nand much more...\n\nThere are also patches for integration with fpc, Lazarus, Typhon, Geany,...\n\nAdded /sakit (speecher assistive kit) =\u003e to make designer_ext \"assistivized\".\n\nHere compiled release with sakit included:\n=\u003e https://github.com/fredvs/uidesigner_ext/releases/tag/1.9\n\nDesigner_ext needs fpGUI =\u003e\nhttps://github.com/graemeg/fpgui/\n\nIf you use the develop branch of fpGUI, please uncomment, in define.inc\n{$DEFINE fpgui-develop} // uncomment for building with fpgui-develop\n-\u003e\n\nFred van Stappen =\u003e fiens@hotmail.com  \n\n\n   fpGUI's Visual User Interface Designer\n   ======================================\n\nIntroduction\n============\n\nfpGUI Designer is a port of a product called VFD written by Nagy Viktor in 2003.\nI ported VFD to fpGUI because I thought it would add a lot to the framework as \na whole.  I could see it has lots of potential and could easily be extended to \nbecome a great tool. What I immediately liked about VFD is that it used the \nsame source unit and writes actual code describing the UI like I would have \ndone manually. This departs from the GUI designers used in Lazarus or Delphi \nwhere they save the UI code to external files (*.lfm or *.dfm respectively).\n\n\nFeatures\n========\n\n* It uses the same source unit where your normal code lives. No external GUI \n  files.\n\n* It can handle \"unknown\" or \"custom\" components and properties. Whenever the \n  designer finds a component it doesn't natively know it paints a green \n  rectangle in it's place. Whenever it finds properties it doesn't know it \n  adds them \"as is\" to the Unknown section memo in the Properties window. Any \n  code in the Unknown memo will be written back to the source unit \"as is\".\n\n* The designer can handle more that one form in a unit.\n\n* When creating a new form, that form can be merged into an existing unit or\n  the designer will create a new unit for it.\n\n* The designer uses comment markers in the code to define what parts it will\n  maintain. Existing code (Forms) can be easily amended (manually by the \n  programmer) so that the designer can start managing it. No need to redesign\n  Forms from scratch.\n\n\n\nGraeme Geldenhuys - September 2007\n\n                ============================================\n\n\n\n  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredvs%2Fuidesigner_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredvs%2Fuidesigner_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredvs%2Fuidesigner_ext/lists"}