bloxstrap/Bloxstrap
Matt 9d356b0b71
Some checks are pending
CI (Debug) / build (push) Waiting to run
CI (Release) / build (push) Waiting to run
CI (Release) / release (push) Blocked by required conditions
CI (Release) / release-test (push) Blocked by required conditions
Custom bootstrapper themes (#4380)
* add custom bootstrappers

* add avalonedit to licenses page

* add gif support

* add stretch & stretchdirection to images

* dont create a bitmapimage for gifs

* remove maxheight and maxwidth sets

* remove comment

* add isenabled

* add more textblock properties

* add markdowntextblocks

* update how transform elements are stored

* overhaul textbox content

* dont set fontsize if not set

* fix warnings

* add foreground property to control

* add background property to textblock

* count descendants and increase element cap

* add auto complete

* dont display completion window if there is no data

* sort schema elements and types

* make ! close the completion window

* add end tag auto complete

* fix pos being wrong

* dont treat comments as elements

* add imagebrushes

* follow same conventions as brushes

* fix exception messages

* fix them again

* update schema

* fix crash

* now it works

* wrong attribute name

* add solidcolorbrush

* move converters into a separate file

* add lineargradientbrushes

* unify handlers

* update schema

* add fake BloxstrapCustomBootstrapper

* stop adding an extra end character

* add property element auto-complete

* add title attribute to custombloxstrapbootstrapper

* add shapes

* add string translation support

* use default wpf size instead of 100x100

* update min height of window

* fix verticalalignment not working

* uncap height and width

* add effects

* move transformation handler inside frameworkelement

* fix title bar effect & transformation removal

* add more frameworkelement properties

* add layout transform

* add font properties to control

* improve window border stuff

* make sure file contents are in CRLF

* add cornerradius to progress bar

* add progressring

* Update wpfui

* update schema

* update function names

* add children check to content

* make sure only one content is defined

* add fontfamily

* update schema

* only allow file uris for images

* disable backdrop

* move text setter to textblock handler from base

* split up creator into multiple files

* turn version into a constant

* add grids

* cleanup converters

* add IgnoreTitleBarInset

* add Version to schema

* reveal custom bootstrapper stuff on selection

* increase listbox height

* only set statustext binding in textblock

* update ui

* rename ZIndex to Panel.ZIndex

* add stackpanel

* add border

* fix being unable to apply transforms on grids

* rearrange and add new editor button

* use snackbars for saving

* add close confirmation message

* use viewmodel variable

* remove pointless onpropertychanged call

* add version string format

* start editor window in the centre

* update licenses page

also resized the about window so everything could fit nicely

* fix border not inheriting frameworkelement

* add WindowCornerPreference

* add the import dialog

* add an export theme button

* update version number

* localise CustomDialog exceptions

* localise custom theme editor

* localise custom theme add dialog

* localise frontend

* localise appearance menu page

* change customtheme error strings namespace

* change icons on appearance page

* update button margin on appearance page
2025-03-11 19:18:54 +00:00
..
AppData bring back the old roblox version directory (#3908) 2024-12-06 13:59:26 +00:00
Enums Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Exceptions Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Extensions Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Integrations Fix log file access through activity watcher icon 2024-10-27 16:52:54 +00:00
Models Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Properties Add option to use classic Bloxstrap logo 2024-10-25 21:19:40 +01:00
Resources Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
RobloxInterfaces remove behind production check for channels (#4730) 2025-03-01 15:44:06 +00:00
UI Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Utility Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
app.manifest refactor: configure app manifest 2024-04-13 07:22:19 +01:00
App.xaml Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
App.xaml.cs Add Windows 7 & 8.1 deprecation message (#4365) 2025-03-01 13:59:42 +00:00
AssemblyInfo.cs Fix directory structure 2023-01-27 15:26:41 +00:00
Bloxstrap.csproj Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Bloxstrap.ico Publish new logo 2024-10-06 19:38:58 +01:00
Bootstrapper.cs Improve version cleanup (#4810) 2025-03-11 11:00:23 +00:00
FastFlagManager.cs check if preset exists in getpreset 2024-11-29 15:30:40 +00:00
GlobalCache.cs Update HttpClient user agent format 2024-09-30 10:40:25 +01:00
GlobalUsings.cs Reorganize models 2024-09-15 20:58:28 +01:00
HttpClientLoggingHandler.cs Miscellaneous HTTP/task improvements 2023-07-29 20:35:36 +01:00
Installer.cs toggle for opening release notes 2024-12-28 16:02:25 +00:00
JsonManager.cs Create .bak file when loading fails (#3984) 2024-12-14 14:27:51 +00:00
LaunchHandler.cs make startup more verbose 2024-12-27 17:13:21 +00:00
LaunchSettings.cs prevent value from being parsed as an argument 2024-12-31 09:23:31 +00:00
Locale.cs Update translations (#4090) 2024-12-26 16:47:36 +00:00
Logger.cs Add analytic logging of exceptions 2024-10-27 20:05:23 +00:00
NativeMethods.txt Add easy access to player compatibility settings 2024-09-12 10:53:43 +01:00
Paths.cs Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Resource.cs Custom bootstrapper themes (#4380) 2025-03-11 19:18:54 +00:00
Utilities.cs fix CompareVersions crash 2024-12-08 11:49:43 +00:00
Watcher.cs bring back the old roblox version directory (#3908) 2024-12-06 13:59:26 +00:00