1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-29 15:49:06 +02:00

Commit graph

  • 85d20b6433 Added a RectangleF.FromCorners overload that accepts points main Ell 2024-04-13 21:14:34 +0200
  • 7bf418f8b2 Allow NumberExtensions.GetPoints to include bottom and right coordinates Ell 2024-04-13 21:12:49 +0200
  • dd9230abf0 defaults for string GetArea methods Ell 2024-04-10 23:52:35 +0200
  • fc2d705526 allow GetTokenUnderPos to work with rotation, origin and effects Ell 2024-04-10 23:42:16 +0200
  • fdb0571860 xml docs and cleanup Ell 2024-04-10 20:45:16 +0200
  • 76eb5d0679 use faster draw methods for formatting codes Ell 2024-04-10 20:33:53 +0200
  • 9a03a8c62d Added the ability for formatted (tokenized) strings to be drawn with custom rotation, origin and flipping Ell 2024-04-10 20:27:00 +0200
  • e00769a4ed moved out string transforms into CalculateStringTransform in preparation for #18 Ell 2024-04-10 18:37:14 +0200
  • e2635bf9b6 various tooltip features and improvements Ell 2024-04-10 17:58:01 +0200
  • 556be37523 updated changelog links Ell 2024-04-05 15:20:46 +0200
  • 49bc5b7f25 bump upcoming version Ell 2024-04-05 11:14:35 +0200
  • 3089220d38 6.3.1 6.3.1 Ell 2024-04-05 11:07:47 +0200
  • a51192948a fixed incorrect run argument in workflow Ell 2024-04-05 10:58:50 +0200
  • c8628b21bc updated docfx Ell 2024-04-05 10:54:39 +0200
  • 8e28ff6eb0 build ci on tag creation Ell 2024-04-05 10:51:12 +0200
  • 32ba3c4142 Merge branch 'release' Ell 2024-04-04 23:35:31 +0200
  • 8f2dc2e507 removed woodpecker Ell 2024-04-04 23:33:21 +0200
  • 604ac7d825 removed woodpecker Ell 2024-04-04 23:33:21 +0200
  • 2967d19dcd Merge branch 'release' Ell 2024-04-04 23:32:14 +0200
  • e8f6e09cc4 bump upcoming Ell 2024-04-04 22:34:40 +0200
  • 0fde5b7aa0 Merge branch 'main' into release Ell 2024-04-04 22:26:42 +0200
  • 11256b02f5 Release 6.3.0 6.3.0 Ell 2024-04-04 22:25:45 +0200
  • 3bb3ae20c0 further improved performance of panels when removing a large amount of children Ell 2024-04-02 13:36:24 +0200
  • 7f4cc773ec Fixed scrolling panels calculating their height incorrectly when their first child is hidden Ell 2024-03-30 12:24:57 +0100
  • 5d4f1293c7 fixed SetWidth/HeightBasedOnAspect behaving unexpectedly if an image has no texture Ell 2024-03-30 12:10:50 +0100
  • 60af21aff4 Improved UiParser.ParseImage with locks and a callback action Ell 2024-03-30 11:52:23 +0100
  • 23103613cd Allow formatting codes applied later to override settings of earlier ones Ell 2024-03-17 21:54:06 +0100
  • 0c5369e687 Fixed bold and italic formatting code closing tags working on each other Ell 2024-03-17 21:43:53 +0100
  • 62ef75441a Added ToHexStringRgba and ToHexStringRgb to ColorExtensions Ell 2024-03-15 20:03:52 +0100
  • 0f8072d83e update copyright year Ell 2024-02-24 22:16:38 +0100
  • fd438f6b1d fixed pre-push hook Ell 2024-02-04 14:50:26 +0100
  • 326462fb58 added changelog enforcer action Ell 2024-02-04 14:05:59 +0100
  • 08d7af2b80 added pre-commit hook to ensure changelog was updated Ell 2024-02-04 13:54:36 +0100
  • 3e76364c5d add changelog entry for ed5c4b4 Ell 2024-01-30 20:47:54 +0100
  • 2eaf0c0cee Expose character and line spacing in GenericStashFont closes #16 Ell 2024-01-30 20:47:05 +0100
  • ed5c4b44d4 fixed empty nine patch regions stalling when using tile mode closes #17 Ell 2024-01-30 20:34:36 +0100
  • 17b6a3297a added discord link to the readme Ell 2024-01-18 10:17:15 +0100
  • cd8b10bd4d actions: fixed env variable names Ell 2024-01-14 22:29:53 +0100
  • 6487ad3644 actions: potentially fixed passing ref name xvfb Ell 2024-01-14 22:21:43 +0100
  • dfc56611f2
    Switch to GitHub Actions (#15) Ell 2024-01-14 22:12:07 +0100
  • 571e074d58 clean up restore step Ell 2024-01-14 22:02:53 +0100
  • ae2e0ed9f1 use java 17 for android sdk Ell 2024-01-14 22:00:54 +0100
  • ad04daeb75 setup java in build and restore in docs Ell 2024-01-14 21:57:06 +0100
  • d52fc74899 fixed action names Ell 2024-01-14 21:53:23 +0100
  • 63bbd6eb0b switch to github actions for workflows Ell 2024-01-14 21:52:35 +0100
  • bd0a723d86 Added some useful additional constructors to various elements Ell 2023-12-28 17:16:31 +0100
  • 1436cdb987 Also use IsAotCompatible for FNA projects Ell 2023-12-20 20:54:23 +0100
  • 7e345e7437 Merge remote-tracking branch 'origin/main' Ell 2023-12-20 20:50:02 +0100
  • 236ecfa116 Use IsAotCompatible instead of IsTrimmable to enable more warnings Ell 2023-12-20 20:49:52 +0100
  • 7d314a589e improved Element ToString Ell 2023-12-16 21:37:49 +0100
  • b935bd0a61 Added the ability to set a custom SamplerState for images Ell 2023-12-13 22:57:23 +0100
  • 6a8e9639c1 updated dependencies Ell 2023-12-13 22:06:12 +0100
  • e191d4919b Fixed InputHandler touch states being initialized incorrectly when touch handling is disabled Closes #10 Ell 2023-12-04 10:20:29 +0100
  • 764b29e120 Text input improvements: Ell 2023-12-02 19:28:59 +0100
  • 294af052ae Added SetWidthBasedOnAspect and SetHeightBasedOnAspect to images Ell 2023-11-23 22:16:31 +0100
  • ae5d2b7a37 suppress android demo deprecation warning for SystemUiVisibility Ell 2023-11-23 22:14:48 +0100
  • 6c4d241d91 use higher verbosity for ci tests Ell 2023-11-23 10:26:58 +0100
  • aca1ece870 fixed cake build Ell 2023-11-22 21:56:27 +0100
  • a892d2424e fix new trimmable warnings Ell 2023-11-22 12:17:21 +0100
  • 3b22a8f228 don't restore dotnet tools in project files Ell 2023-11-22 12:12:36 +0100
  • b4fd0219cd avoid using local package directory Ell 2023-11-22 12:01:30 +0100
  • d7d768d0a9 dotnet install script requires a full version Ell 2023-11-22 10:50:03 +0100
  • b8f46ff5d2 updated to .net 8 and reorganized third party deps Ell 2023-11-22 10:39:13 +0100
  • 56a4833a49 further panel performance improvements Ell 2023-11-11 13:02:18 +0100
  • 5fcee515e2 this would never happen Ell 2023-11-11 12:43:17 +0100
  • 1fa563be46 Improved Panel performance when adding and removing a lot of children Ell 2023-11-11 12:40:11 +0100
  • a233477b1e cleaned up element ui addition order (0fab7fe) Ell 2023-11-11 12:15:21 +0100
  • 0fab7fe859 Don't unnecessarily set areas dirty when removing a root element from the ui Ell 2023-11-11 12:06:28 +0100
  • 0293ea435e Added UiControls.NavType, which stores the most recently used type of ui navigation Ell 2023-11-08 10:31:36 +0100
  • 476e1dd2a6 Improved text formatter tokenization performance Ell 2023-10-14 18:58:32 +0200
  • 5e2f48db9d further improved auto-hiding loop detection Ell 2023-10-14 17:53:23 +0200
  • 95b28c6039 improved 0571e8a implementation Ell 2023-10-14 17:34:43 +0200
  • 281a6f7588 Revert "fixed 0571e8a not updating older panels correctly" Ell 2023-10-14 17:22:05 +0200
  • 7bfe44de07 fixed 0571e8a not updating older panels correctly Ell 2023-10-14 17:05:41 +0200
  • 0571e8a4e1 Fixed a stack overflow exception when a panel's scroll bar auto-hiding causes elements to gain height Ell 2023-10-14 15:02:58 +0200
  • 6c07a7e900 Fixed panels updating their relevant children too much when the scroll bar is hidden Ell 2023-10-14 14:28:27 +0200
  • 41a1a8aef1 dependency update Ell 2023-10-04 15:54:05 +0200
  • de1fc28376 Color parsing improvements Ell 2023-09-30 22:50:18 +0200
  • 8eff529b9d Fixed various exception types not being wrapped by ContentLoadExceptions when loading raw or JSON content Ell 2023-09-27 18:58:09 +0200
  • 289e35fc91 use dotnet nuget in cake rather than nuget.exe Ell 2023-07-10 17:33:45 +0200
  • a4aeb61acd added woodpecker Ell 2023-07-10 14:35:47 +0200
  • 2de37bc159 updated docfx and improved docs navbar Ell 2023-09-15 15:10:03 +0200
  • ebeba463b4 updated docfx and improved docs navbar Ell 2023-09-15 15:10:03 +0200
  • 1a06bcc7fd ci: don't push on pull request Ell 2023-09-06 12:42:47 +0200
  • a14310c132 remove nullable ref types Monniasza 2023-09-06 08:47:20 +0200
  • f19a4178d2 added radio group buttons Monniasza 2023-09-05 20:27:59 +0200
  • b49ac1d053 Added the ability to draw single corners of AutoTiling's extended auto tiles Ell 2023-08-28 01:51:25 +0200
  • 7720ab0ea5 fixed newly added Panel children not scrolling correctly since f6bc206 Ell 2023-08-15 10:30:49 +0200
  • a119db553f fixed a potential stack overflow introduced by 237334b Ell 2023-08-14 18:32:27 +0200
  • 7bf22fa8f3 changelog cleanup Ell 2023-08-14 17:54:32 +0200
  • 4d7d628486 fixed FNA Ell 2023-08-14 17:52:16 +0200
  • 237334b1c9 Allow dropdowns to have scrolling panels closes #8 Ell 2023-08-14 17:50:07 +0200
  • f6bc206c1f Allow scrolling panels to contain other scrolling panels Ell 2023-08-14 17:37:26 +0200
  • 550bf28320 Allow scrolling panels to contain other scrolling panels Ell 2023-08-14 16:02:28 +0200
  • 7e64b8a990 Added GetRandomEntry and GetRandomWeightedEntry to SingleRandom Ell 2023-08-07 19:00:34 +0200
  • 2c7ffee427 Added Zero, One, Linear and Clamp to Easings Ell 2023-08-03 11:29:51 +0200
  • 62a7a89834 additional text input fixes for emoji Ell 2023-07-17 15:56:25 +0200
  • fda22de83d Fixed TextInput not working correctly when using surrogate pairs Ell 2023-07-17 15:20:36 +0200
  • 50da081be9 Added WithRenderTargets, a multi-target version of WithRenderTarget Ell 2023-07-11 12:11:12 +0200
  • 840c528f06 use dotnet nuget in cake rather than nuget.exe Ell 2023-07-10 17:33:45 +0200