userCrayzcancel
reposboxcancel

295 Commits over 882 Days - 0.01cph!

4 Months Ago
Fix shrunken bodygroup editor Component selector fuzzy search
5 Months Ago
Fix incorrect velocity adjustment when clipping 2 planes
5 Months Ago
TreeView's shift select can handle items that aren't in view
5 Months Ago
Fix visual studio not opening to the file & line on first launch
5 Months Ago
Add basic editing to TreeView entries * BaseItemWidget added OnBeginEdit virtual method * Implement editing to TreeNode & TreeView
5 Months Ago
Only begin editing if there's a selection
5 Months Ago
Shift things around a bit
5 Months Ago
BeginEdit respects CanEdit
5 Months Ago
Basic name editing for TreeNode
6 Months Ago
Fix flex shorthand not catching length for basis
6 Months Ago
Add support for `white-space: pre-line` Collapses whitespace but preserves linebreaks
6 Months Ago
Revert "Clamp panel scroll so you can't hyperscroll into oblivion" This reverts commit ae00da50dc4754cfcae051e09e621346f06c8343. This broke inversed axis scrolling, incorrect fix
6 Months Ago
Whitespace collapses by default & switch white-space to enum
8 Months Ago
Clamp panel scroll so you can't hyperscroll into oblivion
8 Months Ago
Don't let mousewheel up/down execute double clicks
8 Months Ago
Add support for word-spacing css property
9 Months Ago
Add hotload support for svgs
9 Months Ago
Support bodygroups for citizen skins
10 Months Ago
Fix text sometimes being truncated when it shouldn't Often occurred in the main menu when a Text was updated from a razor state change Improve consistency when deciding if to relayout truncated text
10 Months Ago
Handle thumbnail video hover slightly better
10 Months Ago
Only play video when hovering package
10 Months Ago
Rewrite RTK linebreaking algorithm
10 Months Ago
Fix strikethrough and underlines not drawing at small resolutions Also a bit of cleanup around the area moving stuff to functions
10 Months Ago
Recalculate width of labels who've been truncated (#1116) Run truncated labels through yoga again with the new measurements. https://files.facepunch.com/crayz/1b2111b1/Photoshop_ongkU1whrx.png
10 Months Ago
Small fixes
10 Months Ago
Cleanup overflow & nowrap usage, add IsTruncated to TextBlock Recalculate label's yoga node to the size of truncated text
11 Months Ago
Fix label's size, use self now that it's not a child
11 Months Ago
Fit edit/delete button icons in input actions page
11 Months Ago
Fix dropdown's popup size
11 Months Ago
Cleanup & add control to move through a clothing's colors Set default skins as children of skin1 Fix duplicates
11 Months Ago
Fix nre List of subcategory buttons rather than a dropdown Fix initial zoom distance Dress and equip items
11 Months Ago
Fix skin material not being applied to SceneModel clothes
11 Months Ago
Scroll past the mask Category buttons Add sub-category filter Reset scroll on item list rebuild
11 Months Ago
Start on new avatar page
11 Months Ago
Clean up text overflow & nowrap
11 Months Ago
SVG support in ui (#1030) * Adds basic support for drawing pixel perfect SVG 1.2 images in UI * Sample usage: <svg src="path/to/file.svg" /> (also see SvgTests.razor)
11 Months Ago
Alias w/h
11 Months Ago
Get rid of svg cache Cleanup Use svg's default size if none is specified
11 Months Ago
Update SkiaSharp & HarfBuffSharp to latest This includes a patch to work around SKBitmap.Decode failing on images from web, this problem didn't exist in our previous SkiaSharp version Get SVG drawing worked out Load svg from filesystem SVG image loader Revert previous iteration Add a testing page Update Sandbox.Engine.csproj Svg panel & updated test page
11 Months Ago
Svg panel & updated test page
11 Months Ago
Update Sandbox.Engine.csproj
11 Months Ago
Add a testing page
11 Months Ago
Update SkiaSharp & HarfBuffSharp to latest This includes a patch to work around SKBitmap.Decode failing on images from web, this problem didn't exist in our previous SkiaSharp version Get SVG drawing worked out Load svg from filesystem SVG image loader Revert previous iteration
11 Months Ago
SVG image loader Revert previous iteration
11 Months Ago
Clean up text overflow & nowrap
11 Months Ago
Load svg from filesystem
12 Months Ago
Update SkiaSharp & HarfBuffSharp to latest This includes a patch to work around SKBitmap.Decode failing on images from web, this problem didn't exist in our previous SkiaSharp version Get SVG drawing worked out
12 Months Ago
Fix an obsolete warning
12 Months Ago
Allow multiple commands from in-game console i.e. command1;command2;
12 Months Ago
Fix Game.Server not being filled in on server