Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bakkeby/dwm-flexipatch
/ functions
Functions
589 in github.com/bakkeby/dwm-flexipatch
⨍
Functions
589
◇
Types & classes
50
↓ 1 callers
Function
dump_monitor_focus_change_event
patch/ipc/yajl_dumps.c:272
↓ 1 callers
Function
dump_monitors
patch/ipc/yajl_dumps.c:168
↓ 1 callers
Function
dump_tag
patch/ipc/yajl_dumps.c:5
↓ 1 callers
Function
dump_tag_event
patch/ipc/yajl_dumps.c:218
↓ 1 callers
Function
dump_tags
patch/ipc/yajl_dumps.c:20
↓ 1 callers
Function
enqueue
patch/rotatestack.c:1
↓ 1 callers
Function
enqueuestack
patch/rotatestack.c:12
↓ 1 callers
Function
fake_signal
patch/dwmc.c:51
↓ 1 callers
Function
get_dwm_client
patch/ipc/dwm-msg.c:380
↓ 1 callers
Function
get_dwm_path
* Magically finds the current's executable path * * I'm doing the do{}while(); trick because Linux (what I'm running) is not * POSIX compilant and
patch/selfrestart.c:15
↓ 1 callers
Function
get_layouts
patch/ipc/dwm-msg.c:371
↓ 1 callers
Function
get_luminance
patch/bar_vtcolors.c:48
↓ 1 callers
Function
get_monitors
patch/ipc/dwm-msg.c:354
↓ 1 callers
Function
get_tags
patch/ipc/dwm-msg.c:362
↓ 1 callers
Function
get_vt_colors
patch/bar_vtcolors.c:1
↓ 1 callers
Function
getclientfields
patch/seamless_restart.c:345
↓ 1 callers
Function
getclienttags
patch/seamless_restart.c:393
↓ 1 callers
Function
geticonprop
patch/bar_winicon.c:8
↓ 1 callers
Function
getmonitorfields
patch/seamless_restart.c:145
↓ 1 callers
Function
getmonitortags
patch/seamless_restart.c:269
↓ 1 callers
Function
getparentprocess
patch/swallow.c:178
↓ 1 callers
Function
getpointerclient
patch/focusfollowmouse.c:1
↓ 1 callers
Function
getselschemefor
patch/bar_flexwintitle.c:156
↓ 1 callers
Function
handlexevent
patch/ipc.c:5
↓ 1 callers
Function
help
patch/cmdcustomize.c:1
↓ 1 callers
Function
ipc_accept_client
patch/ipc/ipc.c:830
↓ 1 callers
Function
ipc_cleanup
patch/ipc/ipc.c:784
↓ 1 callers
Function
ipc_client_focus_change_event
patch/ipc/ipc.c:1034
↓ 1 callers
Function
ipc_client_new
patch/ipc/IPCClient.c:8
↓ 1 callers
Function
ipc_create_socket
* Create IPC socket at specified path and return file descriptor to socket. * This initializes the static variable sockaddr. */
patch/ipc/ipc.c:34
↓ 1 callers
Function
ipc_event_stoi
* Convert event name to their IPCEvent equivalent enum value * * Returns 0 if a valid event name was given * Returns -1 otherwise */
patch/ipc/ipc.c:461
↓ 1 callers
Function
ipc_focused_state_change_event
patch/ipc/ipc.c:1075
↓ 1 callers
Function
ipc_focused_title_change_event
patch/ipc/ipc.c:1065
↓ 1 callers
Function
ipc_get_dwm_client
* Called when an IPC_TYPE_GET_DWM_CLIENT message is received from a client. It * prepares a JSON reply with the properties of the client with the spe
patch/ipc/ipc.c:696
↓ 1 callers
Function
ipc_get_ipc_command
* Find the IPCCommand with the specified name * * Returns 0 if a command with the specified name was found * Returns -1 if a command with the speci
patch/ipc/ipc.c:287
↓ 1 callers
Function
ipc_get_layouts
* Called when an IPC_TYPE_GET_LAYOUTS message is received from a client. It * prepares a reply with a JSON array of available layouts */
patch/ipc/ipc.c:676
↓ 1 callers
Function
ipc_get_monitors
* Called when an IPC_TYPE_GET_MONITORS message is received from a client. It * prepares a reply with the properties of all of the monitors in JSON.
patch/ipc/ipc.c:647
↓ 1 callers
Function
ipc_get_sock_fd
patch/ipc/ipc.c:812
↓ 1 callers
Function
ipc_get_tags
* Called when an IPC_TYPE_GET_TAGS message is received from a client. It * prepares a reply with info about all the tags in JSON. */
patch/ipc/ipc.c:661
↓ 1 callers
Function
ipc_handle_client_epoll_event
patch/ipc/ipc.c:1142
↓ 1 callers
Function
ipc_handle_socket_epoll_event
patch/ipc/ipc.c:1191
↓ 1 callers
Function
ipc_init
patch/ipc/ipc.c:758
↓ 1 callers
Function
ipc_is_client_registered
patch/ipc/ipc.c:824
↓ 1 callers
Function
ipc_layout_change_event
patch/ipc/ipc.c:1044
↓ 1 callers
Function
ipc_list_add_client
patch/ipc/IPCClient.c:29
↓ 1 callers
Function
ipc_list_get_client
patch/ipc/IPCClient.c:58
↓ 1 callers
Function
ipc_list_remove_client
patch/ipc/IPCClient.c:47
↓ 1 callers
Function
ipc_monitor_focus_change_event
patch/ipc/ipc.c:1056
↓ 1 callers
Function
ipc_parse_get_dwm_client
* Parse an IPC_TYPE_GET_DWM_CLIENT message from a client. This function * extracts the window id from the message. * * Returns 0 if message was suc
patch/ipc/ipc.c:550
↓ 1 callers
Function
ipc_parse_run_command
* Parse a IPC_TYPE_RUN_COMMAND message from a client. This function extracts * the arguments, argument count, argument types, and command name and re
patch/ipc/ipc.c:310
↓ 1 callers
Function
ipc_parse_subscribe
* Parse a IPC_TYPE_SUBSCRIBE message from a client. This function extracts the * event name and the subscription action from the message. * * Retur
patch/ipc/ipc.c:488
↓ 1 callers
Function
ipc_read_client
patch/ipc/ipc.c:894
↓ 1 callers
Function
ipc_recv_message
* Internal function used to receive IPC messages from a given file descriptor. * * Returns -1 on error reading (could be EAGAIN or EINTR) * Returns
patch/ipc/ipc.c:93
↓ 1 callers
Function
ipc_run_command
* Called when an IPC_TYPE_RUN_COMMAND message is received from a client. This * function parses, executes the given command, and prepares a reply mes
patch/ipc/ipc.c:595
↓ 1 callers
Function
ipc_subscribe
* Called when an IPC_TYPE_SUBSCRIBE message is received from a client. It * subscribes/unsubscribes the client from the specified event and replies w
patch/ipc/ipc.c:731
↓ 1 callers
Function
ipc_tag_change_event
patch/ipc/ipc.c:1025
↓ 1 callers
Function
ipc_validate_run_command
* Check if the given arguments are the correct length and type. Also do any * casting to correct the types. * * Returns 0 if the arguments were the
patch/ipc/ipc.c:431
↓ 1 callers
Function
ipc_write_client
patch/ipc/ipc.c:932
↓ 1 callers
Function
ipc_write_message
* Internal function used to write a buffer to a file descriptor * * Returns number of bytes written if successful write * Returns 0 if no bytes wer
patch/ipc/ipc.c:189
↓ 1 callers
Function
is_float
patch/ipc/dwm-msg.c:223
↓ 1 callers
Function
is_signed_int
patch/ipc/dwm-msg.c:264
↓ 1 callers
Function
is_unsigned_int
patch/ipc/dwm-msg.c:248
↓ 1 callers
Function
isprotodel
patch/keymodes.c:25
↓ 1 callers
Function
isuniquegeom
dwm.c:2496
↓ 1 callers
Function
keypress
patch/keymodes.c:41
↓ 1 callers
Function
layout_floating_master_fixed
patch/layout_flextile-deluxe.c:324
↓ 1 callers
Function
layout_split_centered_horizontal_fixed
patch/layout_flextile-deluxe.c:286
↓ 1 callers
Function
layout_split_centered_vertical_fixed
patch/layout_flextile-deluxe.c:246
↓ 1 callers
Function
layout_split_horizontal_dual_stack_fixed
patch/layout_flextile-deluxe.c:207
↓ 1 callers
Function
layout_split_horizontal_fixed
patch/layout_flextile-deluxe.c:176
↓ 1 callers
Function
layout_split_vertical_dual_stack_fixed
patch/layout_flextile-deluxe.c:139
↓ 1 callers
Function
layout_split_vertical_fixed
patch/layout_flextile-deluxe.c:108
↓ 1 callers
Function
load_xresources
patch/xresources.c:36
↓ 1 callers
Function
minimize
patch/games.c:1
↓ 1 callers
Function
mkdirp
patch/ipc/util.c:67
↓ 1 callers
Function
monoclesymbols
patch/layout_flextile-deluxe.c:813
↓ 1 callers
Function
movemouse
dwm.c:2895
↓ 1 callers
Function
nextc
patch/push.c:1
↓ 1 callers
Function
nullterminate
patch/ipc/util.c:124
↓ 1 callers
Function
parentdir
patch/ipc/util.c:39
↓ 1 callers
Function
persistmonitorstate
patch/seamless_restart.c:1
↓ 1 callers
Function
pertagview
patch/pertag.c:28
↓ 1 callers
Function
placemouse
patch/placemouse.c:9
↓ 1 callers
Function
prealpha
patch/bar_winicon.c:1
↓ 1 callers
Function
prevc
patch/push.c:11
↓ 1 callers
Function
prevt
patch/push_no_master.c:1
↓ 1 callers
Function
prevtiled
patch/bar_wintitleactions.c:64
↓ 1 callers
Function
print_usage
patch/ipc/dwm-msg.c:458
↓ 1 callers
Function
recv_message
patch/ipc/dwm-msg.c:68
↓ 1 callers
Function
removeswapfocusclient
patch/swapfocus.c:30
↓ 1 callers
Function
resource_load
patch/xresources.c:1
↓ 1 callers
Function
restoreclientstate
patch/seamless_restart.c:39
↓ 1 callers
Function
restoremonitorstate
patch/seamless_restart.c:23
↓ 1 callers
Function
run
dwm.c:3412
↓ 1 callers
Function
run_command
patch/ipc/dwm-msg.c:308
↓ 1 callers
Function
runautostart
patch/autostart.c:1
↓ 1 callers
Function
scan
dwm.c:3497
↓ 1 callers
Function
scratchpad_last_showed_is_killed
patch/scratchpad_alt_1.c:14
↓ 1 callers
Function
setcfact
patch/cfacts.c:1
↓ 1 callers
Function
setclientfields
patch/seamless_restart.c:295
← previous
next →
201–300 of 589, ranked by callers