Skip to content

Commit

Permalink
Update OtterGui
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Jun 3, 2024
1 parent ab7b862 commit 93fbb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/OtterGui
Submodule OtterGui updated 99 files
+3 −0 ArrayExtensions.cs
+1 −0 Classes/MessageService.cs
+1 −0 OtterGui.csproj
+2 −0 OtterGui.csproj.DotSettings
+1 −1 Raii/Color.cs
+50 −0 Raii/ColorStyle.cs
+8 −22 Raii/EndObjects.cs
+2 −2 Raii/Style.cs
+3 −0 Services/IService.cs
+49 −0 Text/EndObjects/Child.cs
+58 −0 Text/EndObjects/CollapsingHeader.cs
+50 −0 Text/EndObjects/Combo.cs
+63 −0 Text/EndObjects/DragDropSource.cs
+73 −0 Text/EndObjects/DragDropTarget.cs
+25 −0 Text/EndObjects/Group.cs
+64 −0 Text/EndObjects/Id.cs
+49 −0 Text/EndObjects/ListBox.cs
+49 −0 Text/EndObjects/Menu.cs
+53 −0 Text/EndObjects/Modal.cs
+49 −0 Text/EndObjects/Popup.cs
+49 −0 Text/EndObjects/PopupContextItem.cs
+49 −0 Text/EndObjects/TabBar.cs
+53 −0 Text/EndObjects/TabItem.cs
+49 −0 Text/EndObjects/Table.cs
+25 −0 Text/EndObjects/Tooltip.cs
+49 −0 Text/EndObjects/TreeNode.cs
+132 −0 Text/Extended/ImUtf8.ButtonEx.cs
+18 −0 Text/Extended/ImUtf8.GetBytes.cs
+74 −0 Text/Extended/ImUtf8.HoverTooltip.cs
+105 −0 Text/Extended/ImUtf8.Icon.cs
+151 −0 Text/Extended/ImUtf8.IconButton.cs
+10 −0 Text/Extended/ImUtf8.IconDummy.cs
+140 −0 Text/Extended/ImUtf8.InputMultiLineDeactivated.cs
+116 −0 Text/Extended/ImUtf8.InputScalarDeactivated.cs
+284 −0 Text/Extended/ImUtf8.InputTextDeactivated.cs
+32 −0 Text/Extended/ImUtf8.TextCentered.cs
+31 −0 Text/Extended/ImUtf8.TextFrameAligned.cs
+52 −0 Text/Extended/ImUtf8.TextFramed.cs
+34 −0 Text/Extended/ImUtf8.TextRightAligned.cs
+39 −0 Text/Extended/ImUtf8.TextWrapped.cs
+31 −0 Text/Extended/TerminatedByteString.cs
+36 −0 Text/HelperObjects/DataCache.cs
+29 −0 Text/HelperObjects/HintStringHandlerBuffer.cs
+120 −0 Text/HelperObjects/HoverUtf8StringHandler.cs
+25 −0 Text/HelperObjects/IStringHandlerBuffer.cs
+148 −0 Text/HelperObjects/ImTextExtensions.cs
+12 −0 Text/HelperObjects/ImUtf8Exception.cs
+77 −0 Text/HelperObjects/InputStringHandlerBuffer.cs
+29 −0 Text/HelperObjects/LabelStringHandlerBuffer.cs
+29 −0 Text/HelperObjects/TextStringHandlerBuffer.cs
+102 −0 Text/HelperObjects/Utf8StringHandler.cs
+28 −0 Text/ImUtf8.BulletText.cs
+35 −0 Text/ImUtf8.Button.cs
+59 −0 Text/ImUtf8.CalcTextSize.cs
+100 −0 Text/ImUtf8.Checkbox.cs
+34 −0 Text/ImUtf8.Child.cs
+48 −0 Text/ImUtf8.Clipboard.cs
+90 −0 Text/ImUtf8.CollapsingHeader.cs
+59 −0 Text/ImUtf8.ColorButton.cs
+82 −0 Text/ImUtf8.ColorEdit.cs
+126 −0 Text/ImUtf8.ColorPicker.cs
+77 −0 Text/ImUtf8.Combo.cs
+25 −0 Text/ImUtf8.DragDrop.cs
+108 −0 Text/ImUtf8.DragScalar.cs
+62 −0 Text/ImUtf8.DrawList.cs
+51 −0 Text/ImUtf8.GetId.cs
+11 −0 Text/ImUtf8.Group.cs
+126 −0 Text/ImUtf8.InputMultiLine.cs
+148 −0 Text/ImUtf8.InputScalar.cs
+262 −0 Text/ImUtf8.InputText.cs
+32 −0 Text/ImUtf8.InvisibleButton.cs
+31 −0 Text/ImUtf8.IsPopupOpen.cs
+66 −0 Text/ImUtf8.LabelText.cs
+30 −0 Text/ImUtf8.ListBox.cs
+30 −0 Text/ImUtf8.Menu.cs
+53 −0 Text/ImUtf8.Modal.cs
+30 −0 Text/ImUtf8.OpenPopup.cs
+32 −0 Text/ImUtf8.Popup.cs
+36 −0 Text/ImUtf8.PopupContextItem.cs
+61 −0 Text/ImUtf8.ProgressBar.cs
+41 −0 Text/ImUtf8.PushId.cs
+59 −0 Text/ImUtf8.RadioButton.cs
+36 −0 Text/ImUtf8.Selectable.cs
+192 −0 Text/ImUtf8.Slider.cs
+104 −0 Text/ImUtf8.SliderAngle.cs
+110 −0 Text/ImUtf8.SliderVertical.cs
+26 −0 Text/ImUtf8.SmallButton.cs
+81 −0 Text/ImUtf8.Style.cs
+31 −0 Text/ImUtf8.TabBar.cs
+49 −0 Text/ImUtf8.TabItem.cs
+30 −0 Text/ImUtf8.TabItemButton.cs
+44 −0 Text/ImUtf8.Table.cs
+26 −0 Text/ImUtf8.TableHeader.cs
+57 −0 Text/ImUtf8.Text.cs
+11 −0 Text/ImUtf8.Tooltip.cs
+31 −0 Text/ImUtf8.Tree.cs
+239 −0 Text/ImUtf8Test.cs
+6 −1 Util.cs
+5 −2 Widgets/ImGuiFramedGroup.cs

0 comments on commit 93fbb37

Please sign in to comment.