Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danfragoso/thdwb
/ functions
Functions
486 in github.com/danfragoso/thdwb
⨍
Functions
486
◇
Types & classes
63
↓ 1 callers
Function
ParseHTMLDocument
(document string)
ketchup/parser.go:10
↓ 1 callers
Function
ParsePlainText
(document string)
ketchup/html.go:87
↓ 1 callers
Method
PointIntersects
(x, y float64)
mustard/contextMenu.go:161
↓ 1 callers
Method
PopNext
()
hotdog/structs.go:72
↓ 1 callers
Method
PreviousSibling
()
mustard/types.go:300
↓ 1 callers
Method
Print
(d int)
hotdog/node.go:27
↓ 1 callers
Method
ProcessButtonClick
()
mustard/events.go:151
↓ 1 callers
Method
ProcessButtons
()
mustard/events.go:96
↓ 1 callers
Method
ProcessContextMenu
()
mustard/events.go:189
↓ 1 callers
Method
ProcessContextMenuClick
()
mustard/events.go:214
↓ 1 callers
Method
ProcessInputActivation
()
mustard/events.go:134
↓ 1 callers
Method
ProcessInputs
()
mustard/events.go:115
↓ 1 callers
Method
ProcessPointerClick
(button glfw.MouseButton)
mustard/events.go:34
↓ 1 callers
Method
ProcessPointerPosition
()
mustard/events.go:7
↓ 1 callers
Method
ProcessReturnKey
()
mustard/events.go:53
↓ 1 callers
Method
ProcessScroll
(x, y float64)
mustard/events.go:49
↓ 1 callers
Method
ProcessTreeClick
()
mustard/events.go:161
↓ 1 callers
Method
ProcessTrees
()
mustard/events.go:77
↓ 1 callers
Function
QuadraticBezier
(x0, y0, x1, y1, x2, y2 float64)
gg/bezier.go:15
↓ 1 callers
Method
RegisterInput
(input *InputWidget)
mustard/window.go:336
↓ 1 callers
Method
RegisterTree
(tree *TreeWidget)
mustard/window.go:327
↓ 1 callers
Method
RemoveNodes
()
mustard/types.go:241
↓ 1 callers
Method
RemoveOverlay
(overlay *Overlay)
mustard/window.go:372
↓ 1 callers
Function
RenderAboutPage
(buildInfo *hotdog.BuildInfo)
pages/about.go:7
↓ 1 callers
Function
RenderFileBrowser
(path string)
pages/files.go:18
↓ 1 callers
Function
Rotate
(angle float64)
gg/matrix.go:33
↓ 1 callers
Method
Rotate
(angle float64)
gg/matrix.go:82
↓ 1 callers
Method
Rotate
Rotate updates the current matrix with a anticlockwise rotation. Rotation occurs about the origin. Angle is specified in radians.
gg/context.go:894
↓ 1 callers
Method
RotateAbout
RotateAbout updates the current matrix with a anticlockwise rotation. Rotation occurs about the specified point. Angle is specified in radians.
gg/context.go:900
↓ 1 callers
Function
SaveJPG
(path string, im image.Image, quality int)
gg/util.go:72
↓ 1 callers
Function
Scale
(x, y float64)
gg/matrix.go:25
↓ 1 callers
Method
SelectEntry
(entry *menuEntry)
mustard/contextMenu.go:147
↓ 1 callers
Method
SelectNode
(node *TreeWidgetNode)
mustard/tree.go:61
↓ 1 callers
Method
SelectNodeByValue
(value string)
mustard/tree.go:70
↓ 1 callers
Method
SetBuffer
(*image.RGBA)
mustard/types.go:127
↓ 1 callers
Method
SetContext
(ctx *gg.Context)
mustard/canvas.go:67
↓ 1 callers
Method
SetContextMenuOverlay
(overlay *Overlay)
mustard/contextMenu.go:102
↓ 1 callers
Method
SetDash
SetDash sets the current dash pattern to use. Call with zero arguments to disable dashes. The values specify the lengths of each dash, with alternatin
gg/context.go:171
↓ 1 callers
Method
SetLineJoinRound
()
gg/context.go:205
↓ 1 callers
Method
SetNeedsRepaint
(bool)
mustard/types.go:128
↓ 1 callers
Method
SetPixel
SetPixel sets the color of the specified pixel using the current color.
gg/context.go:570
↓ 1 callers
Method
SetReturnCallback
(returnCallback func())
mustard/input.go:56
↓ 1 callers
Method
SetSelectCallback
(selectCallback func(*TreeWidgetNode))
mustard/tree.go:50
↓ 1 callers
Method
SetThumbColor
(thumbColor string)
mustard/scrollbar.go:65
↓ 1 callers
Method
SetTitle
(title string)
mustard/window.go:129
↓ 1 callers
Method
SetTrackColor
SetBackgroundColor - Sets the scrollBar background color
mustard/scrollbar.go:48
↓ 1 callers
Function
Shear
(x, y float64)
gg/matrix.go:43
↓ 1 callers
Method
Shear
Shear updates the current matrix with a shearing angle. Shearing occurs about the origin.
gg/context.go:908
↓ 1 callers
Method
StrokePreserve
StrokePreserve strokes the current path with the current color, line width, line cap, line join and dash settings. The path is preserved after this op
gg/context.go:449
↓ 1 callers
Method
Toggle
()
mustard/types.go:269
↓ 1 callers
Function
Translate
(x, y float64)
gg/matrix.go:17
↓ 1 callers
Method
addEvents
()
mustard/window.go:137
↓ 1 callers
Function
buildHistoryPage
(history *hotdog.History)
sauce/sauce.go:148
↓ 1 callers
Function
buildKetchupNode
(node *html.Node, document *hotdog.Document)
ketchup/helpers.go:10
↓ 1 callers
Function
calculateBlockLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/block.go:19
↓ 1 callers
Function
calculateChildrenWidgetsLayout
(children []*baseWidget, top, left, width, height float64, orientation FrameOrientation)
mustard/widget.go:37
↓ 1 callers
Function
calculateFlexibleHeight
(avaiableHeight float64, elements []*baseWidget)
mustard/widget.go:128
↓ 1 callers
Function
calculateFlexibleWidth
(avaiableWidth float64, elements []*baseWidget)
mustard/widget.go:116
↓ 1 callers
Function
calculateInlineLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/inline.go:58
↓ 1 callers
Function
calculateListItemLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/listItem.go:20
↓ 1 callers
Function
calculateNode
(ctx *gg.Context, node *hotdog.NodeDOM, postion int)
bun/bun.go:87
↓ 1 callers
Method
capper
Path Drawing
gg/context.go:394
↓ 1 callers
Function
colorLerp
(c0, c1 color.Color, t float64)
gg/gradient.go:188
↓ 1 callers
Function
compositeAll
(buffer *image.RGBA, widget Widget)
mustard/window.go:274
↓ 1 callers
Function
compositeWidget
(buffer *image.RGBA, widget Widget)
mustard/window.go:262
↓ 1 callers
Function
createFileFunction
(folderName string, fileName string, fileContent []byte)
assets/bundler.go:38
↓ 1 callers
Function
createGLBackend
()
mustard/gl.go:55
↓ 1 callers
Function
createMainBar
(window *mustard.Window, browser *hotdog.WebBrowser)
browser/ui.go:9
↓ 1 callers
Function
createNewGLProgram
(vertexShaderSource, fragmentShaderSource string)
mustard/gl.go:20
↓ 1 callers
Function
createRenderTree
(root *hotdog.NodeDOM)
bun/layout.go:8
↓ 1 callers
Function
cubic
(x0, y0, x1, y1, x2, y2, x3, y3, t float64)
gg/bezier.go:32
↓ 1 callers
Function
dashPath
(paths [][]Point, dashes []float64, offset float64)
gg/path.go:62
↓ 1 callers
Function
dashed
(path raster.Path, dashes []float64, offset float64)
gg/path.go:161
↓ 1 callers
Function
desselectNodes
(nodes []*TreeWidgetNode)
mustard/tree.go:54
↓ 1 callers
Method
destroy
()
mustard/window.go:58
↓ 1 callers
Function
drawNode
(context *gg.Context, node *TreeWidgetNode, tree *TreeWidget, level int)
mustard/tree.go:216
↓ 1 callers
Function
drawRootFrame
(window *Window)
mustard/frame.go:47
↓ 1 callers
Function
extractAttributes
(tag string)
ketchup/html.go:18
↓ 1 callers
Function
extractOverlay
(buffer *image.RGBA, postion image.Point)
mustard/contextMenu.go:131
↓ 1 callers
Function
fetchExternalPage
(URL *url.URL)
sauce/sauce.go:62
↓ 1 callers
Function
fetchInternalPage
(URL *url.URL, browser *hotdog.WebBrowser)
sauce/sauce.go:36
↓ 1 callers
Function
fileBrowserTemplate
()
pages/fileBrowserTemplate.go:3
↓ 1 callers
Function
fireNodeEvents
(tree *TreeWidget, node *TreeWidgetNode, x, y, nodeHeight float64)
mustard/tree.go:100
↓ 1 callers
Method
firePointerPositionEvents
()
mustard/events.go:171
↓ 1 callers
Method
fireScrollEvents
(x, y float64)
mustard/events.go:177
↓ 1 callers
Function
flowNode
(context *gg.Context, node *TreeWidgetNode, tree *TreeWidget, level int)
mustard/tree.go:187
↓ 1 callers
Method
getCoords
()
mustard/contextMenu.go:173
↓ 1 callers
Function
getCoreWidgets
(widgets []Widget)
mustard/widget.go:28
↓ 1 callers
Function
getDefaultElementDisplay
(element string)
mayo/mayo.go:11
↓ 1 callers
Function
getDefaultElementFontWeight
(element string)
mayo/mayo.go:29
↓ 1 callers
Function
getFixedHeightElements
(elements []*baseWidget)
mustard/widget.go:102
↓ 1 callers
Function
getFixedWidthElements
(elements []*baseWidget)
mustard/widget.go:88
↓ 1 callers
Function
getIntersectedNode
(nodes []*TreeWidgetNode, x, y float64)
mustard/tree.go:112
↓ 1 callers
Function
getNodeContent
(NodeDOM *hotdog.NodeDOM)
bun/bun.go:41
↓ 1 callers
Function
getSelfIdx
(node *NodeDOM)
hotdog/xpath.go:30
↓ 1 callers
Function
getXPath
(node *NodeDOM)
hotdog/xpath.go:5
↓ 1 callers
Function
hasInlineStyle
(attributes []*hotdog.Attribute)
mayo/mayo.go:94
↓ 1 callers
Function
hash
(dc *Context)
gg/context_test.go:19
↓ 1 callers
Function
imageToRGBA
(src image.Image)
gg/util.go:85
↓ 1 callers
Function
isVoidElement
(tagName string)
ketchup/html.go:35
← previous
next →
201–300 of 486, ranked by callers