Commit Graph

392 Commits

Author SHA1 Message Date
bluepilledgreat
14ee7015e6 improve window border stuff 2024-10-24 17:25:35 +01:00
bluepilledgreat
97ff46d3f3 add font properties to control 2024-10-22 19:44:26 +01:00
bluepilledgreat
eec3f3251a add layout transform 2024-10-22 19:37:50 +01:00
bluepilledgreat
6a07c9c8bd add more frameworkelement properties 2024-10-22 19:34:17 +01:00
bluepilledgreat
f1997a34d3 fix title bar effect & transformation removal 2024-10-22 19:13:59 +01:00
bluepilledgreat
f98f81a2a3 move transformation handler inside frameworkelement 2024-10-22 19:13:41 +01:00
bluepilledgreat
49e7724f02 add effects 2024-10-22 19:11:17 +01:00
bluepilledgreat
3eb8938abe uncap height and width 2024-10-22 18:17:56 +01:00
bluepilledgreat
254fd46d94 fix verticalalignment not working 2024-10-22 18:15:08 +01:00
bluepilledgreat
5475fe59de update min height of window 2024-10-22 17:08:32 +01:00
bluepilledgreat
72fc1e0e15 use default wpf size instead of 100x100 2024-10-22 11:29:04 +01:00
bluepilledgreat
79258a8bc7 add string translation support 2024-10-22 11:27:12 +01:00
bluepilledgreat
8e2b75c810 add shapes 2024-10-21 21:59:24 +01:00
bluepilledgreat
5f7ca580e4 add title attribute to custombloxstrapbootstrapper 2024-10-21 20:46:21 +01:00
bluepilledgreat
d924349a79 add property element auto-complete 2024-10-21 20:29:31 +01:00
bluepilledgreat
ed4700869d stop adding an extra end character 2024-10-20 22:24:23 +01:00
bluepilledgreat
56fa51df8b add fake BloxstrapCustomBootstrapper 2024-10-20 22:02:53 +01:00
bluepilledgreat
cb70e8ec0c unify handlers 2024-10-20 21:36:30 +01:00
bluepilledgreat
81e2095c87 add lineargradientbrushes 2024-10-20 21:16:25 +01:00
bluepilledgreat
8abb33b222 move converters into a separate file 2024-10-20 21:16:17 +01:00
bluepilledgreat
3ecea91985 add solidcolorbrush 2024-10-20 20:47:52 +01:00
bluepilledgreat
5fd389b9d0 now it works 2024-10-20 19:16:42 +01:00
bluepilledgreat
6e043ed12b fix crash 2024-10-20 19:16:08 +01:00
bluepilledgreat
91a3a58d21 fix them again 2024-10-20 19:04:12 +01:00
bluepilledgreat
f7da913fe8 fix exception messages 2024-10-20 19:03:35 +01:00
bluepilledgreat
644b6335dd follow same conventions as brushes 2024-10-20 19:00:12 +01:00
bluepilledgreat
a46df0e790 add imagebrushes 2024-10-20 18:59:23 +01:00
bluepilledgreat
e8d1fbac94 dont treat comments as elements 2024-10-20 16:51:43 +01:00
bluepilledgreat
7c8c8c645b fix pos being wrong 2024-10-20 16:46:09 +01:00
bluepilledgreat
d678d8c9e4 add end tag auto complete 2024-10-20 16:42:56 +01:00
bluepilledgreat
467dd5c85a make ! close the completion window 2024-10-20 16:23:19 +01:00
bluepilledgreat
2d37db126f sort schema elements and types 2024-10-20 15:54:07 +01:00
bluepilledgreat
70b7a65080 dont display completion window if there is no data 2024-10-20 15:51:55 +01:00
bluepilledgreat
3a923e2614 add auto complete 2024-10-20 15:51:21 +01:00
bluepilledgreat
23e1b2d737 count descendants and increase element cap 2024-10-20 02:10:58 +01:00
bluepilledgreat
61f8235a74 add background property to textblock 2024-10-20 02:07:41 +01:00
bluepilledgreat
9cd4d46e37 add foreground property to control 2024-10-20 02:07:34 +01:00
bluepilledgreat
da5144801f fix warnings 2024-10-20 02:05:15 +01:00
bluepilledgreat
e136927f18 dont set fontsize if not set 2024-10-20 01:47:17 +01:00
bluepilledgreat
1b44d6454b overhaul textbox content 2024-10-20 01:47:09 +01:00
bluepilledgreat
03b3f67197 update how transform elements are stored 2024-10-20 01:18:59 +01:00
bluepilledgreat
e1aa35eec2 add markdowntextblocks 2024-10-20 01:04:03 +01:00
bluepilledgreat
4c48278c8e add more textblock properties 2024-10-20 00:56:49 +01:00
bluepilledgreat
a4938674c8 add isenabled 2024-10-20 00:56:38 +01:00
bluepilledgreat
4460db2c2d remove comment 2024-10-20 00:40:44 +01:00
bluepilledgreat
ac37e9f99b remove maxheight and maxwidth sets 2024-10-20 00:36:07 +01:00
bluepilledgreat
605db3cc0f dont create a bitmapimage for gifs 2024-10-19 21:36:48 +01:00
bluepilledgreat
23d8bb1aaa add stretch & stretchdirection to images 2024-10-19 21:34:51 +01:00
bluepilledgreat
f74ca0552f add gif support 2024-10-19 21:26:30 +01:00
bluepilledgreat
94b42c1cb8 add avalonedit to licenses page 2024-10-19 21:10:47 +01:00
bluepilledgreat
8ee6beb3de add custom bootstrappers 2024-10-19 21:05:37 +01:00
Matt
6a2799ec8a
update minimum window size (#3264) 2024-10-17 17:43:16 +01:00
Matt
8c5a004732
Enhance the error experience (#3259)
* set taskbar state to error upon failing

* add version text to the exception dialog

* vertically align version text
2024-10-17 15:34:03 +01:00
bluepilledgreat
14c5ca53ea forgot to add launch menu studio visibility 2024-10-16 21:34:02 +01:00
bluepilledgreat
dd7d870b90 add studio shortcut option 2024-10-16 21:30:10 +01:00
bluepilledgreat
72e2810a2d add roblox studio option to launch dialog 2024-10-16 21:20:14 +01:00
pizzaboxer
8a21085f59
Update translation contribution credits 2024-10-15 22:28:46 +01:00
pizzaboxer
2f2163a888
Patch installer nav button width for Bulgarian 2024-10-15 15:17:22 +01:00
pizzaboxer
e704a6c270
Fix PlaceFilter validation 2024-10-14 23:49:26 +01:00
pizzaboxer
9fd48762ae
Update help information for shortcut icons
i also forgot to uncomment that line
2024-10-14 23:35:37 +01:00
pizzaboxer
d10b4fdfd0
Important feature 2024-10-10 23:41:20 +01:00
pizzaboxer
43921a6ddf
Patch text size for Turkish strings 2024-10-10 21:53:21 +01:00
pizzaboxer
35cb3b6024
Narrow installer sidebar and centred launch links 2024-10-10 20:42:09 +01:00
pizzaboxer
67492c8322
Fix uncovered text wrapping 2024-10-10 20:06:44 +01:00
pizzaboxer
7d2e7a0be6
QA builds: user agent, list all languages 2024-10-10 13:38:17 +01:00
pizzaboxer
8966babc40
Add missing launch menu strings 2024-10-09 16:24:00 +01:00
pizzaboxer
af19a353ff
Add QA build identification 2024-10-09 16:20:17 +01:00
pizzaboxer
c4918322fd
Fix installer nav buttons not being translated 2024-10-08 10:02:36 +01:00
pizzaboxer
c03bd70dac
Update all GitHub links 2024-10-06 21:52:54 +01:00
pizzaboxer
c22cb3a587
Publish new logo 2024-10-06 19:38:58 +01:00
pizzaboxer
8748b3c1cb
Rename "Fast Flags" tab to "Engine settings"
also remove debug flags
2024-10-06 18:12:16 +01:00
pizzaboxer
2a19b4ab62
Finalize translations 2024-10-04 00:49:08 +01:00
Matt
4f1b4f2737
Add taskbar progress bar (#2757)
* add taskbar progress bar

does not support winform bootstrappers

* add winforms taskbar progress bar

* fix build
2024-10-03 10:24:01 +01:00
pizzaboxer
75f8be2f0f
Finalize installer/analytics handling 2024-10-03 00:15:49 +01:00
pizzaboxer
6cb1ca6170
Finishing touches 2024-10-02 23:50:54 +01:00
pizzaboxer
89b2ec96d1
Add missing idea credits 2024-10-02 22:43:09 +01:00
pizzaboxer
0cd87366a7
Add test mode (#3012) 2024-10-02 18:00:45 +01:00
pizzaboxer
d4d4636e8d
Add report button to exception dialog 2024-10-02 01:25:31 +01:00
pizzaboxer
9a21c47ef0
Restyle game history window 2024-10-02 00:16:20 +01:00
pizzaboxer
5b9c035b16
Add option for resetting flag config to defaults 2024-10-01 23:56:32 +01:00
pizzaboxer
82869a14e4
Allow opting out of analytics 2024-10-01 14:46:06 +01:00
pizzaboxer
40b03a97b9
Split Behaviour page 2024-10-01 11:46:02 +01:00
pizzaboxer
43ab5626ee
Finish up on Axell's work
caching, better presentation, etc
2024-09-29 20:11:04 +01:00
axel
55f5ef48e8
Show account on discord rich presence (#2255)
* add functionality for grabbing userid

* Create UserInfoResponse.cs

* add user pfp small image thingy

* add missing semicolons

* get rid of semicolons

* debugging (remove later)

* make properties nullable

* forgot to put dollar sign before interpolated string

* make properties that cant be nullable not nullable

* more debugging

* remove thing

* remove other thing

* remove thing (again) (again)

* remove thing (again) (again) (again)

* add space between username and displayname to make it more visually pleasing

* matt review changes (better code readability)

* add strings for show account on profile

* add AccountShownOnProfile setting

* add DiscordActivityJoinEnabled to integrations viewmodel

* fix accidentally swapping 2 variables

* refrence correct variables

* refrence correct variables (again)

* add showaccountonprofile strings

* add option to integrations page

* add missing < that somehow got lost

* make that its own option

* dont invert that value

* dont invert that (again)

* Update IntegrationsViewModel.cs

* fix grammatical issue in string

* move else to new line

* fix merge conflicts

* move gameJoinLoadTime check

* matt review changes

* handle if parsing userid fails

---------

Co-authored-by: pizzaboxer <pizzaboxer@pizzaboxer.xyz>
2024-09-28 21:52:12 +01:00
pizzaboxer
0acf1ee24b
Show one-off supporters on supporters info page 2024-09-28 00:26:13 +01:00
pizzaboxer
fe04b468b0
Add soft termination for settings window 2024-09-27 23:33:57 +01:00
pizzaboxer
81c6512055
Allow extraction of icons for shortcuts (#1143) 2024-09-27 23:08:57 +01:00
pizzaboxer
5a0149fca8
Implement WPF software rendering 2024-09-27 22:29:11 +01:00
pizzaboxer
f844a654f6
Add missing credit for lolmanurfunny 2024-09-21 20:20:28 +01:00
pizzaboxer
f8d3c9618e
Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap 2024-09-21 19:30:36 +01:00
pizzaboxer
c6a6ab2dd6
Merge branch 'main' into bugfix/you-forgot-to-use-strings-resx 2024-09-21 19:26:17 +01:00
bluepilledgreat
ab8034c13b add string to translations 2024-09-21 19:16:38 +01:00
pizzaboxer
0b20720fdb
Reorganize models 2024-09-15 20:58:28 +01:00
Flikter
1809359025
Update integration name while typing 2024-09-15 01:25:42 +02:00
pizzaboxer
83e3c487a9
Persistence of settings window size/position (#2319)
should be good enough imo
2024-09-13 00:28:57 +01:00
pizzaboxer
1b60e30a0b
Add easy access to player compatibility settings 2024-09-12 10:53:43 +01:00
pizzaboxer
c5fa2c0bc0
Hide game history if desktop app is disabled 2024-09-12 10:00:19 +01:00
pizzaboxer
ff387cfc59
Fix a few remaining things 2024-09-09 12:45:51 +01:00
pizzaboxer
7a0f50bd81
Remove flag preset for graphics quality slider
RIP
2024-09-09 12:45:40 +01:00
pizzaboxer
dd568faf9c
Implement new bootstrapper error handling 2024-09-08 23:59:38 +01:00