Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chjj/compton
/ functions
Functions
433 in github.com/chjj/compton
⨍
Functions
433
◇
Types & classes
39
↓ 1 callers
Function
max_l
* Select the larger long integer of two. */
src/common.h:1617
↓ 1 callers
Function
mdump
Dump a matrix in natural format.
bin/compton-convgen.py:31
↓ 1 callers
Function
mdumpcompton
Dump a matrix in compton's format.
bin/compton-convgen.py:40
↓ 1 callers
Function
mmirror4
Do a 4-way mirroring on a matrix from top-left corner.
bin/compton-convgen.py:66
↓ 1 callers
Function
mnormalize
Scale a matrix according to the value in the center.
bin/compton-convgen.py:53
↓ 1 callers
Function
normalize_conv_kern
* Normalize a convolution kernel. */
src/compton.h:747
↓ 1 callers
Function
open_config_file
* Get a file stream of the configuration file to read. * * Follows the XDG specification to search for the configuration file. */
src/compton.c:5308
↓ 1 callers
Function
opts_init_track_focus
* Enable focus tracking. */
src/compton.c:3848
↓ 1 callers
Function
opts_set_no_fading_openclose
* Set no_fading_openclose option. */
src/compton.c:3871
↓ 1 callers
Function
ostream_reopen
* Reopen streams for logging. */
src/compton.c:4914
↓ 1 callers
Function
paint_root
* Paint root window content. */
src/compton.c:875
↓ 1 callers
Function
parse_cfg_condlst_opct
* Parse an opacity rule list in configuration file. */
src/compton.c:5410
↓ 1 callers
Function
parse_config
* Parse a configuration file from default location. */
src/compton.c:5432
↓ 1 callers
Function
parse_conv_kern
* Parse a convolution kernel. */
src/compton.c:5137
↓ 1 callers
Function
parse_matrix
* Parse a matrix. */
src/compton.c:5038
↓ 1 callers
Function
presum_gaussian
src/compton.c:275
↓ 1 callers
Function
print_backtrace
* Print current backtrace. * * Stolen from glibc manual. */
src/common.h:1282
↓ 1 callers
Function
rect_crop
* Crop a rectangle by another rectangle. * * psrc and pdst cannot be the same. */
src/common.h:2020
↓ 1 callers
Function
rect_to_reg
* Convert a XRectangle to a XServerRegion. */
src/compton.h:137
↓ 1 callers
Function
register_cm
* Register a window as symbol, and initialize GLX context if wanted. */
src/compton.c:4849
↓ 1 callers
Function
repair_win
src/compton.c:2084
↓ 1 callers
Function
resize_region
* Resize a region. */
src/compton.h:1055
↓ 1 callers
Function
root_damaged
src/compton.c:3274
↓ 1 callers
Function
run_fade
* Run fading on a window. * * @param steps steps of fading */
src/compton.c:118
↓ 1 callers
Function
session_init
* Initialize a session. * * @param ps_old old session, from which the function will take the X * connection, then free it * @param argc number
src/compton.c:6949
↓ 1 callers
Function
session_run
* Do the actual work. * * @param ps current session */
src/compton.c:7661
↓ 1 callers
Function
set_ignore
src/compton.c:577
↓ 1 callers
Function
should_ignore
src/compton.c:591
↓ 1 callers
Function
swopti_handle_timeout
* Modify a struct timeval timeout value to render at a fixed pace. * * @param ps current session * @param[in,out] ptv pointer to the timeout */
src/compton.c:6221
↓ 1 callers
Function
swopti_init
* Initialize refresh-rated based software optimization. * * @return true for success, false otherwise */
src/compton.c:6195
↓ 1 callers
Function
timeout_clear
* Clear all timeouts. */
src/compton.c:6730
↓ 1 callers
Function
timeout_drop
* Drop a timeout. * * @return true if we have found the timeout and removed it, false * otherwise */
src/compton.c:6710
↓ 1 callers
Function
timeout_get_poll_time
* Get the poll time. */
src/compton.c:6648
↓ 1 callers
Function
timeout_invoke
* Invoke a timeout. */
src/compton.c:6771
↓ 1 callers
Function
timeout_reset
* Reset a timeout to initial state. */
src/compton.c:6784
↓ 1 callers
Function
timeout_run
* Run timeouts. * * @return true if we have ran a timeout, false otherwise */
src/compton.c:6746
↓ 1 callers
Function
timespec_subtract
* Subtracting two struct timespec values. * * Taken from glibc manual. * * Subtract the `struct timespec' values X and Y, * storing the result in
src/common.h:1449
↓ 1 callers
Function
timeval_ms_cmp
* Compare a struct timeval with a time in milliseconds. * * @return > 0 if ptv > ms, 0 if ptv == 0, -1 if ptv < ms */
src/common.h:1380
↓ 1 callers
Function
timeval_subtract
* Subtracting two struct timeval values. * * Taken from glibc manual. * * Subtract the `struct timeval' values X and Y, * storing the result in R
src/common.h:1414
↓ 1 callers
Function
vsync_drm_wait
* Wait for next VSync, DRM method. * * Stolen from: https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/vsync.cpp */
src/compton.c:6278
↓ 1 callers
Function
wid_bounding_shaped
* Check if a window is bounding-shaped. */
src/compton.h:474
↓ 1 callers
Function
wid_get_children
* Get the children of a window. * * @param ps current session * @param w window to check * @param children [out] an array of child window IDs * @
src/compton.h:458
↓ 1 callers
Function
wid_get_prop_wintype
src/compton.c:2121
↓ 1 callers
Function
wid_rm_opacity_prop
src/compton.h:531
↓ 1 callers
Function
wid_set_opacity_prop
src/compton.h:524
↓ 1 callers
Function
wid_set_text_prop
* Set a single-string text property on a window. */
src/compton.h:369
↓ 1 callers
Function
win_blur_background
* Blur the background of a window. */
src/compton.c:1430
↓ 1 callers
Function
win_build_shadow
* Generate shadow <code>Picture</code> for a window. */
src/compton.c:450
↓ 1 callers
Function
win_get_leader_raw
* Internal function of win_get_leader(). */
src/compton.c:3603
↓ 1 callers
Function
win_on_focus_change
* Handle window focus change. */
src/compton.c:3501
↓ 1 callers
Function
win_on_wtype_change
* Function to be called on window type changes. */
src/compton.c:2631
↓ 1 callers
Function
win_paint_shadow
* Paint the shadow of a window. */
src/compton.c:1308
↓ 1 callers
Function
win_paint_win
* Paint a window itself and dim it if asked. */
src/compton.c:1550
↓ 1 callers
Function
win_recheck_client
* Recheck client window of a window. * * @param ps current session * @param w struct _win of the parent window */
src/compton.c:2806
↓ 1 callers
Function
win_rounded_corners
* Check if a window has rounded corners. */
src/compton.c:648
↓ 1 callers
Function
win_set_fade_force
* Set w->fade_force of a window. */
src/compton.c:3812
↓ 1 callers
Function
win_set_focused_force
* Set w->focused_force of a window. */
src/compton.c:3824
↓ 1 callers
Function
win_set_invert_color_force
* Set w->invert_color_force of a window. */
src/compton.c:3836
↓ 1 callers
Function
win_set_leader
* Set leader of a window. */
src/compton.c:3569
↓ 1 callers
Function
win_set_shadow_force
* Set w->shadow_force of a window. */
src/compton.c:3800
↓ 1 callers
Function
win_update_opacity_prop
* Reread opacity property of a window. */
src/compton.h:790
↓ 1 callers
Function
win_update_prop_shadow
* Reread _COMPTON_SHADOW property from a window and update related * things. */
src/compton.c:2497
↓ 1 callers
Function
win_validate_pixmap
* Validate pixmap of a window, and destroy pixmap and picture if invalid. */
src/compton.h:576
↓ 1 callers
Function
write_pid
* Write PID to a file. */
src/compton.c:4977
↓ 1 callers
Function
xr_blur_dst
* @brief Blur an area on a buffer. * * @param ps current session * @param tgt_buffer a buffer as both source and destination * @param x x pos * @
src/compton.c:1361
↓ 1 callers
Function
xr_glx_sync
src/opengl.c:14
↓ 1 callers
Function
xrc_delete_xid_
* @brief Delete a record of given XID in the allocation table. */
src/xrescheck.c:32
↓ 1 callers
Function
xrc_report_xid
* @brief Report about issues found in the XID allocation table. */
src/xrescheck.c:48
↓ 1 callers
Function
xrfilter_reset
* Reset filter on a <code>Picture</code>. */
src/compton.h:57
Function
XCompositeNameWindowPixmap_
src/xrescheck.h:51
Function
XCreatePixmap_
src/xrescheck.h:38
Function
XFixesCreateRegion_
* Wrapper of <code>XFixesCreateRegion</code>, for debugging. */
src/common.h:1302
Function
XFixesDestroyRegion_
* Wrapper of <code>XFixesDestroyRegion</code>, for debugging. */
src/common.h:1316
Function
XFreePixmap_
src/xrescheck.h:62
Method
__init__
(self, desc)
bin/compton-convgen.py:11
Function
_gen_invalid
Handle a convolution kernel generation request of an unrecognized type.
bin/compton-convgen.py:110
Function
allocchk_
* @brief Quit if the passed-in pointer is empty. */
src/common.h:1336
Function
array_wid_exists
* Check if a window ID exists in an array of window IDs. * * @param arr the array of window IDs * @param count amount of elements in the array * @
src/compton.h:103
Function
cdbus_apdarg_bool
* Callback to append a bool argument to a message. */
src/dbus.c:234
Function
cdbus_apdarg_double
* Callback to append a double argument to a message. */
src/dbus.c:280
Function
cdbus_apdarg_enum
* Callback to append an cdbus_enum_t argument to a message. */
src/dbus.c:311
Function
cdbus_apdarg_int32
* Callback to append an int32 argument to a message. */
src/dbus.c:252
Function
cdbus_apdarg_string
* Callback to append a string argument to a message. */
src/dbus.c:326
Function
cdbus_apdarg_uint32
* Callback to append an uint32 argument to a message. */
src/dbus.c:266
Function
cdbus_apdarg_wid
* Callback to append a Window argument to a message. */
src/dbus.c:294
Function
cdbus_apdarg_wids
* Callback to append all window IDs to a message. */
src/dbus.c:344
Function
cdbus_callback_add_timeout
* Callback for adding D-Bus timeout. */
src/dbus.c:123
Function
cdbus_callback_handle_timeout
* Callback for handling a D-Bus timeout. */
src/dbus.c:167
Function
cdbus_callback_remove_timeout
* Callback for removing D-Bus timeout. */
src/dbus.c:138
Function
cdbus_callback_timeout_toggled
* Callback for toggling a D-Bus timeout. */
src/dbus.c:151
Function
cdbus_callback_watch_toggled
* Callback for toggling D-Bus watch status. */
src/dbus.c:215
Function
cdbus_reply_double
* Send a reply with a double argument. */
src/dbus.h:182
Function
cdbus_reply_enum
* Send a reply with a enum argument. */
src/dbus.h:206
Function
cdbus_reply_errm
* Send a D-Bus error reply. * * @param ps current session * @param msg the new error DBusMessage */
src/dbus.c:477
Function
cdbus_reply_noarg
* Send a reply with no argument. */
src/dbus.h:150
Function
cdbus_signal_noarg
* Send a signal with no argument. */
src/dbus.h:117
Function
destroy_callback
src/compton.c:3241
Function
dump_drawable
* Dump an drawable's info. */
src/compton.h:539
Function
dump_region
* Dump a region. */
src/compton.h:1101
Function
finish_map_win
src/compton.c:2244
← previous
next →
301–400 of 433, ranked by callers