MCPcopy Create free account

hub / github.com/chjj/compton / functions

Functions433 in github.com/chjj/compton

↓ 1 callersFunctionmax_l
* Select the larger long integer of two. */
src/common.h:1617
↓ 1 callersFunctionmdump
Dump a matrix in natural format.
bin/compton-convgen.py:31
↓ 1 callersFunctionmdumpcompton
Dump a matrix in compton's format.
bin/compton-convgen.py:40
↓ 1 callersFunctionmmirror4
Do a 4-way mirroring on a matrix from top-left corner.
bin/compton-convgen.py:66
↓ 1 callersFunctionmnormalize
Scale a matrix according to the value in the center.
bin/compton-convgen.py:53
↓ 1 callersFunctionnormalize_conv_kern
* Normalize a convolution kernel. */
src/compton.h:747
↓ 1 callersFunctionopen_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 callersFunctionopts_init_track_focus
* Enable focus tracking. */
src/compton.c:3848
↓ 1 callersFunctionopts_set_no_fading_openclose
* Set no_fading_openclose option. */
src/compton.c:3871
↓ 1 callersFunctionostream_reopen
* Reopen streams for logging. */
src/compton.c:4914
↓ 1 callersFunctionpaint_root
* Paint root window content. */
src/compton.c:875
↓ 1 callersFunctionparse_cfg_condlst_opct
* Parse an opacity rule list in configuration file. */
src/compton.c:5410
↓ 1 callersFunctionparse_config
* Parse a configuration file from default location. */
src/compton.c:5432
↓ 1 callersFunctionparse_conv_kern
* Parse a convolution kernel. */
src/compton.c:5137
↓ 1 callersFunctionparse_matrix
* Parse a matrix. */
src/compton.c:5038
↓ 1 callersFunctionpresum_gaussian
src/compton.c:275
↓ 1 callersFunctionprint_backtrace
* Print current backtrace. * * Stolen from glibc manual. */
src/common.h:1282
↓ 1 callersFunctionrect_crop
* Crop a rectangle by another rectangle. * * psrc and pdst cannot be the same. */
src/common.h:2020
↓ 1 callersFunctionrect_to_reg
* Convert a XRectangle to a XServerRegion. */
src/compton.h:137
↓ 1 callersFunctionregister_cm
* Register a window as symbol, and initialize GLX context if wanted. */
src/compton.c:4849
↓ 1 callersFunctionrepair_win
src/compton.c:2084
↓ 1 callersFunctionresize_region
* Resize a region. */
src/compton.h:1055
↓ 1 callersFunctionroot_damaged
src/compton.c:3274
↓ 1 callersFunctionrun_fade
* Run fading on a window. * * @param steps steps of fading */
src/compton.c:118
↓ 1 callersFunctionsession_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 callersFunctionsession_run
* Do the actual work. * * @param ps current session */
src/compton.c:7661
↓ 1 callersFunctionset_ignore
src/compton.c:577
↓ 1 callersFunctionshould_ignore
src/compton.c:591
↓ 1 callersFunctionswopti_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 callersFunctionswopti_init
* Initialize refresh-rated based software optimization. * * @return true for success, false otherwise */
src/compton.c:6195
↓ 1 callersFunctiontimeout_clear
* Clear all timeouts. */
src/compton.c:6730
↓ 1 callersFunctiontimeout_drop
* Drop a timeout. * * @return true if we have found the timeout and removed it, false * otherwise */
src/compton.c:6710
↓ 1 callersFunctiontimeout_get_poll_time
* Get the poll time. */
src/compton.c:6648
↓ 1 callersFunctiontimeout_invoke
* Invoke a timeout. */
src/compton.c:6771
↓ 1 callersFunctiontimeout_reset
* Reset a timeout to initial state. */
src/compton.c:6784
↓ 1 callersFunctiontimeout_run
* Run timeouts. * * @return true if we have ran a timeout, false otherwise */
src/compton.c:6746
↓ 1 callersFunctiontimespec_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 callersFunctiontimeval_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 callersFunctiontimeval_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 callersFunctionvsync_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 callersFunctionwid_bounding_shaped
* Check if a window is bounding-shaped. */
src/compton.h:474
↓ 1 callersFunctionwid_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 callersFunctionwid_get_prop_wintype
src/compton.c:2121
↓ 1 callersFunctionwid_rm_opacity_prop
src/compton.h:531
↓ 1 callersFunctionwid_set_opacity_prop
src/compton.h:524
↓ 1 callersFunctionwid_set_text_prop
* Set a single-string text property on a window. */
src/compton.h:369
↓ 1 callersFunctionwin_blur_background
* Blur the background of a window. */
src/compton.c:1430
↓ 1 callersFunctionwin_build_shadow
* Generate shadow <code>Picture</code> for a window. */
src/compton.c:450
↓ 1 callersFunctionwin_get_leader_raw
* Internal function of win_get_leader(). */
src/compton.c:3603
↓ 1 callersFunctionwin_on_focus_change
* Handle window focus change. */
src/compton.c:3501
↓ 1 callersFunctionwin_on_wtype_change
* Function to be called on window type changes. */
src/compton.c:2631
↓ 1 callersFunctionwin_paint_shadow
* Paint the shadow of a window. */
src/compton.c:1308
↓ 1 callersFunctionwin_paint_win
* Paint a window itself and dim it if asked. */
src/compton.c:1550
↓ 1 callersFunctionwin_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 callersFunctionwin_rounded_corners
* Check if a window has rounded corners. */
src/compton.c:648
↓ 1 callersFunctionwin_set_fade_force
* Set w->fade_force of a window. */
src/compton.c:3812
↓ 1 callersFunctionwin_set_focused_force
* Set w->focused_force of a window. */
src/compton.c:3824
↓ 1 callersFunctionwin_set_invert_color_force
* Set w->invert_color_force of a window. */
src/compton.c:3836
↓ 1 callersFunctionwin_set_leader
* Set leader of a window. */
src/compton.c:3569
↓ 1 callersFunctionwin_set_shadow_force
* Set w->shadow_force of a window. */
src/compton.c:3800
↓ 1 callersFunctionwin_update_opacity_prop
* Reread opacity property of a window. */
src/compton.h:790
↓ 1 callersFunctionwin_update_prop_shadow
* Reread _COMPTON_SHADOW property from a window and update related * things. */
src/compton.c:2497
↓ 1 callersFunctionwin_validate_pixmap
* Validate pixmap of a window, and destroy pixmap and picture if invalid. */
src/compton.h:576
↓ 1 callersFunctionwrite_pid
* Write PID to a file. */
src/compton.c:4977
↓ 1 callersFunctionxr_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 callersFunctionxr_glx_sync
src/opengl.c:14
↓ 1 callersFunctionxrc_delete_xid_
* @brief Delete a record of given XID in the allocation table. */
src/xrescheck.c:32
↓ 1 callersFunctionxrc_report_xid
* @brief Report about issues found in the XID allocation table. */
src/xrescheck.c:48
↓ 1 callersFunctionxrfilter_reset
* Reset filter on a <code>Picture</code>. */
src/compton.h:57
FunctionXCompositeNameWindowPixmap_
src/xrescheck.h:51
FunctionXCreatePixmap_
src/xrescheck.h:38
FunctionXFixesCreateRegion_
* Wrapper of <code>XFixesCreateRegion</code>, for debugging. */
src/common.h:1302
FunctionXFixesDestroyRegion_
* Wrapper of <code>XFixesDestroyRegion</code>, for debugging. */
src/common.h:1316
FunctionXFreePixmap_
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
Functionallocchk_
* @brief Quit if the passed-in pointer is empty. */
src/common.h:1336
Functionarray_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
Functioncdbus_apdarg_bool
* Callback to append a bool argument to a message. */
src/dbus.c:234
Functioncdbus_apdarg_double
* Callback to append a double argument to a message. */
src/dbus.c:280
Functioncdbus_apdarg_enum
* Callback to append an cdbus_enum_t argument to a message. */
src/dbus.c:311
Functioncdbus_apdarg_int32
* Callback to append an int32 argument to a message. */
src/dbus.c:252
Functioncdbus_apdarg_string
* Callback to append a string argument to a message. */
src/dbus.c:326
Functioncdbus_apdarg_uint32
* Callback to append an uint32 argument to a message. */
src/dbus.c:266
Functioncdbus_apdarg_wid
* Callback to append a Window argument to a message. */
src/dbus.c:294
Functioncdbus_apdarg_wids
* Callback to append all window IDs to a message. */
src/dbus.c:344
Functioncdbus_callback_add_timeout
* Callback for adding D-Bus timeout. */
src/dbus.c:123
Functioncdbus_callback_handle_timeout
* Callback for handling a D-Bus timeout. */
src/dbus.c:167
Functioncdbus_callback_remove_timeout
* Callback for removing D-Bus timeout. */
src/dbus.c:138
Functioncdbus_callback_timeout_toggled
* Callback for toggling a D-Bus timeout. */
src/dbus.c:151
Functioncdbus_callback_watch_toggled
* Callback for toggling D-Bus watch status. */
src/dbus.c:215
Functioncdbus_reply_double
* Send a reply with a double argument. */
src/dbus.h:182
Functioncdbus_reply_enum
* Send a reply with a enum argument. */
src/dbus.h:206
Functioncdbus_reply_errm
* Send a D-Bus error reply. * * @param ps current session * @param msg the new error DBusMessage */
src/dbus.c:477
Functioncdbus_reply_noarg
* Send a reply with no argument. */
src/dbus.h:150
Functioncdbus_signal_noarg
* Send a signal with no argument. */
src/dbus.h:117
Functiondestroy_callback
src/compton.c:3241
Functiondump_drawable
* Dump an drawable's info. */
src/compton.h:539
Functiondump_region
* Dump a region. */
src/compton.h:1101
Functionfinish_map_win
src/compton.c:2244
← previousnext →301–400 of 433, ranked by callers