Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Tidy code.
Commit Description:
Tidy code.
namespace ImGuiNET
{
public enum ImGuiCol
{
Text = 0 ,
TextDisabled = 1 ,
WindowBg = 2 ,
ChildBg = 3 ,
PopupBg = 4 ,
Border = 5 ,
BorderShadow = 6 ,
FrameBg = 7 ,
FrameBgHovered = 8 ,
FrameBgActive = 9 ,
TitleBg = 10 ,
TitleBgActive = 11 ,
TitleBgCollapsed = 12 ,
MenuBarBg = 13 ,
ScrollbarBg = 14 ,
ScrollbarGrab = 15 ,
ScrollbarGrabHovered = 16 ,
ScrollbarGrabActive = 17 ,
CheckMark = 18 ,
SliderGrab = 19 ,
SliderGrabActive = 20 ,
Button = 21 ,
ButtonHovered = 22 ,
ButtonActive = 23 ,
Header = 24 ,
HeaderHovered = 25 ,
HeaderActive = 26 ,
Separator = 27 ,
SeparatorHovered = 28 ,
SeparatorActive = 29 ,
ResizeGrip = 30 ,
ResizeGripHovered = 31 ,
ResizeGripActive = 32 ,
Tab = 33 ,
TabHovered = 34 ,
TabActive = 35 ,
TabUnfocused = 36 ,
TabUnfocusedActive = 37 ,
DockingPreview = 38 ,
DockingEmptyBg = 39 ,
PlotLines = 40 ,
PlotLinesHovered = 41 ,
PlotHistogram = 42 ,
PlotHistogramHovered = 43 ,
TextSelectedBg = 44 ,
DragDropTarget = 45 ,
NavHighlight = 46 ,
NavWindowingHighlight = 47 ,
NavWindowingDimBg = 48 ,
ModalWindowDimBg = 49 ,
COUNT = 50 ,
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings