userCrayzcancel
reposboxcancel

295 Commits over 882 Days - 0.01cph!

8 Months Ago
Fix shrunken bodygroup editor Component selector fuzzy search
8 Months Ago
Fix incorrect velocity adjustment when clipping 2 planes
8 Months Ago
TreeView's shift select can handle items that aren't in view
8 Months Ago
Fix visual studio not opening to the file & line on first launch
8 Months Ago
Add basic editing to TreeView entries * BaseItemWidget added OnBeginEdit virtual method * Implement editing to TreeNode & TreeView
8 Months Ago
Only begin editing if there's a selection
8 Months Ago
Shift things around a bit
8 Months Ago
BeginEdit respects CanEdit
8 Months Ago
Basic name editing for TreeNode
9 Months Ago
Fix flex shorthand not catching length for basis
9 Months Ago
Add support for `white-space: pre-line` Collapses whitespace but preserves linebreaks
9 Months Ago
Revert "Clamp panel scroll so you can't hyperscroll into oblivion" This reverts commit ae00da50dc4754cfcae051e09e621346f06c8343. This broke inversed axis scrolling, incorrect fix
9 Months Ago
Whitespace collapses by default & switch white-space to enum
11 Months Ago
Clamp panel scroll so you can't hyperscroll into oblivion
11 Months Ago
Don't let mousewheel up/down execute double clicks
12 Months Ago
Add support for word-spacing css property
1 Year Ago
Add hotload support for svgs
1 Year Ago
Support bodygroups for citizen skins
1 Year 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
1 Year Ago
Handle thumbnail video hover slightly better
1 Year Ago
Only play video when hovering package
1 Year Ago
Rewrite RTK linebreaking algorithm
1 Year Ago
Fix strikethrough and underlines not drawing at small resolutions Also a bit of cleanup around the area moving stuff to functions
1 Year 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
1 Year Ago
Small fixes
1 Year Ago
Cleanup overflow & nowrap usage, add IsTruncated to TextBlock Recalculate label's yoga node to the size of truncated text
1 Year Ago
Fix label's size, use self now that it's not a child
1 Year Ago
Fit edit/delete button icons in input actions page
1 Year Ago
Fix dropdown's popup size
1 Year Ago
Cleanup & add control to move through a clothing's colors Set default skins as children of skin1 Fix duplicates
1 Year Ago
Fix nre List of subcategory buttons rather than a dropdown Fix initial zoom distance Dress and equip items
1 Year Ago
Fix skin material not being applied to SceneModel clothes
1 Year Ago
Scroll past the mask Category buttons Add sub-category filter Reset scroll on item list rebuild
1 Year Ago
Start on new avatar page
1 Year Ago
Clean up text overflow & nowrap
1 Year 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)
1 Year Ago
Alias w/h
1 Year Ago
Get rid of svg cache Cleanup Use svg's default size if none is specified
1 Year 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
1 Year Ago
Svg panel & updated test page
1 Year Ago
Update Sandbox.Engine.csproj
1 Year Ago
Add a testing page
1 Year 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
1 Year Ago
SVG image loader Revert previous iteration
1 Year Ago
Clean up text overflow & nowrap
1 Year Ago
Load svg from filesystem
1 Year 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
1 Year Ago
Fix an obsolete warning
1 Year Ago
Allow multiple commands from in-game console i.e. command1;command2;
1 Year Ago
Fix Game.Server not being filled in on server