MCPcopy Create free account

hub / github.com/chjj/compton / functions

Functions433 in github.com/chjj/compton

↓ 33 callersFunctioncxfree
* Wrapper of XFree() for convenience. * * Because a NULL pointer cannot be passed to XFree(), its man page says. */
src/common.h:1854
↓ 30 callersFunctionlcfg_lookup_bool
* Wrapper of libconfig's <code>config_lookup_int</code>. * * To convert <code>int</code> value <code>config_lookup_bool</code> * returns to <code>b
src/compton.h:1177
↓ 29 callersFunctionget_atom
* Wrapper of XInternAtom() for convenience. */
src/common.h:1863
↓ 26 callersFunctionfree_region
* Destroy a <code>XserverRegion</code>. */
src/common.h:1984
↓ 19 callersFunctionmax_i
* Select the larger integer of two. */
src/common.h:1601
↓ 19 callersFunctionnormalize_d
* Normalize a double value to 0.\ 0 - 1.\ 0. * * @param d double value to normalize * @return normalized value */
src/common.h:1651
↓ 18 callersFunctionfind_win
* Find a window from window id in window linked list of the session. */
src/common.h:1879
↓ 17 callersFunctioncdbus_msg_get_arg
* Get n-th argument of a D-Bus message. * * @param count the position of the argument to get, starting from 0 * @param type libdbus type number of
src/dbus.c:506
↓ 17 callersFunctionmstrcpy
* Allocate the space and copy a string. */
src/common.h:1522
↓ 15 callersFunctionfind_toplevel
* Find out the WM frame of a client window using existing data. * * @param id window ID * @return struct _win object of the found window, NULL if n
src/common.h:1900
↓ 13 callersFunctionwin_is_focused_real
* Check if a window is really focused. */
src/common.h:1947
↓ 10 callersFunctioncdbus_reply
* Send a D-Bus reply. * * @param ps current session * @param srcmsg original message * @param func a function that modifies the built message, to,
src/dbus.c:438
↓ 10 callersFunctionfree_picture
* Destroy a <code>Picture</code>. */
src/compton.h:152
↓ 10 callersFunctionfree_winprop
* Free a <code>winprop_t</code>. * * @param pprop pointer to the <code>winprop_t</code> to free. */
src/common.h:2124
↓ 10 callersFunctionglx_has_context
* Check if there's a GLX context. */
src/common.h:1935
↓ 10 callersFunctionset_ignore_next
* Ignore X errors caused by next X request. */
src/compton.h:46
↓ 10 callersFunctionwin_update_focused
* Update focused state of a window. */
src/compton.c:3441
↓ 9 callersFunctionadd_damage
src/compton.c:2069
↓ 9 callersFunctioncondlst_add
* Add a pattern to a condition linked list. */
src/compton.c:690
↓ 9 callersFunctionfree_paint
* Free paint_t. */
src/compton.h:271
↓ 9 callersFunctionprint_timestamp
* Print time passed since program starts execution. * * Used for debugging. */
src/common.h:1509
↓ 9 callersFunctionwin_determine_fade
* Determine if a window should fade on opacity change. */
src/compton.c:2418
↓ 9 callersFunctionwin_on_factor_change
* Function to be called on window data changes. */
src/compton.c:2645
↓ 8 callersFunctioncopy_region
* Copies a region. */
src/common.h:1969
↓ 8 callersFunctionfree_wincondlst
* Destroy a condition list. */
src/compton.h:187
↓ 8 callersFunctionget_tgt_window
* Return the painting target window. */
src/common.h:1871
↓ 8 callersFunctionget_time_ms
* Get current system clock in milliseconds. */
src/compton.h:321
↓ 8 callersFunctionmin_i
* Select the smaller integer of two. */
src/common.h:1609
↓ 7 callersFunctionadd_damage_win
* Add a window to damaged area. * * @param ps current session * @param w struct _win element representing the window */
src/compton.h:1152
↓ 7 callersFunctiondetermine_evmask
* Determine the event mask for a window. */
src/compton.c:708
↓ 7 callersFunctionforce_repaint
* Force a full-screen repaint. */
src/compton.c:3782
↓ 7 callersFunctionlcfg_lookup_int
* Wrapper of libconfig's <code>config_lookup_int</code>. * * To deal with the different value types <code>config_lookup_int</code> * returns in lib
src/compton.h:1192
↓ 7 callersFunctionwin_get_leader
* Get the leader of a window. * * This function updates w->cache_leader if necessary. */
src/compton.h:635
↓ 7 callersFunctionwin_match
* Wrapper of c2_match(). */
src/compton.h:586
↓ 6 callersFunctioncdbus_reply_bool
* Send a reply with a bool argument. */
src/dbus.h:158
↓ 6 callersFunctioncdbus_reply_string
* Send a reply with a string argument. */
src/dbus.h:198
↓ 6 callersFunctioncdbus_signal_wid
* Send a signal with a Window ID as argument. */
src/dbus.h:125
↓ 6 callersFunctionparse_cfg_condlst
* Parse a condition list in configuration file. */
src/compton.c:5389
↓ 6 callersFunctionsum_gaussian
src/compton.c:222
↓ 6 callersFunctionwid_get_prop
* Wrapper of wid_get_prop_adv(). */
src/common.h:2088
↓ 6 callersFunctionwin_determine_shadow
* Determine if a window should have shadow, and update things depending * on shadow state. */
src/compton.c:2533
↓ 5 callersFunctionbkend_use_glx
* Check if current backend uses GLX. */
src/common.h:1926
↓ 5 callersFunctioncdbus_reply_uint32
* Send a reply with an uint32 argument. */
src/dbus.h:174
↓ 5 callersFunctionfree_fence
* Free a XSync fence. */
src/common.h:2005
↓ 5 callersFunctionget_opacity_percent
src/compton.c:2326
↓ 5 callersFunctiongroup_update_focused
* Run win_update_focused() on all windows with the same leader window. * * @param leader leader window ID */
src/compton.h:830
↓ 5 callersFunctionmstrjoin
* Allocate the space and join two strings. */
src/common.h:1547
↓ 5 callersFunctionrecheck_focus
* Recheck currently focused window and set its <code>w->focused</code> * to true. * * @param ps current session * @return struct _win of currently
src/compton.c:774
↓ 5 callersFunctionwin_is_solid
* Check if a window will be painted solid. */
src/common.h:2052
↓ 5 callersFunctionwintype_arr_enable
* Set a <code>bool</code> array of all wintypes to true. */
src/compton.h:75
↓ 4 callersFunctionborder_size
* Retrieve the bounding shape of a window. */
src/compton.c:966
↓ 4 callersFunctionensure_glx_context
* Ensure we have a GLX context. */
src/compton.h:1237
↓ 4 callersFunctionisdamagenotify
* Whether an event is DamageNotify. */
src/compton.h:344
↓ 4 callersFunctionnormalize_d_range
* Normalize a double value to a specific range. * * @param d double value to normalize * @param min minimal value * @param max maximum value * @r
src/common.h:1638
↓ 4 callersFunctionset_fade_callback
* Set fade callback of a window, and possibly execute the previous * callback. * * @param exec_callback whether the previous callback is to be exec
src/compton.c:151
↓ 4 callersFunctionset_tgt_clip
src/compton.h:724
↓ 4 callersFunctionsolid_picture
* Generate a 1x1 <code>Picture</code> of a particular color. */
src/compton.c:524
↓ 4 callersFunctionupdate_reg_ignore_expire
* Determine if a window change affects <code>reg_ignore</code> and set * <code>reg_ignore_expire</code> accordingly. */
src/compton.h:494
↓ 4 callersFunctionwid_get_opacity_prop
src/compton.c:2311
↓ 4 callersFunctionwid_get_text_prop
* Get the value of a text property of a window. */
src/compton.c:3630
↓ 4 callersFunctionwid_has_prop
* Determine if a window has a specific property. * * @param ps current session * @param w window to check * @param atom atom of property to check
src/common.h:2065
↓ 4 callersFunctionwin_determine_invert_color
* Determine if a window should have color inverted. */
src/compton.c:2561
↓ 4 callersFunctionwin_extents
* Get a rectangular region a window (and possibly its shadow) occupies. * * Note w->shadow and shadow geometry must be correct before calling this
src/compton.c:924
↓ 4 callersFunctionwin_mark_client
* Mark a window as the client window of another. * * @param ps current session * @param w struct _win of the parent window * @param client window
src/compton.c:2744
↓ 3 callersFunctionadd_win
src/compton.c:2839
↓ 3 callersFunctionbkend_use_xrender
* Check if current backend uses XRender for rendering. */
src/common.h:1917
↓ 3 callersFunctionc2_dump
* Wrapper of c2_dump_raw(). */
src/c2.h:342
↓ 3 callersFunctionc2_freep
* Wrapper of c2_free(). */
src/c2.h:322
↓ 3 callersFunctionc2_ptr_reset
* Reset a c2_ptr_t. */
src/c2.h:246
↓ 3 callersFunctionc2h_comb_tree
* Combine two condition trees. */
src/c2.h:255
↓ 3 callersFunctionfds_insert_select
* Add a file descriptor to a select() fd_set. */
src/common.h:1763
↓ 3 callersFunctionfind_toplevel2
* Find out the WM frame of a client window by querying X. * * @param ps current session * @param wid window ID * @return struct _win object of the
src/compton.c:739
↓ 3 callersFunctionfree_paint_glx
* Free GLX part of paint_t. */
src/common.h:2322
↓ 3 callersFunctionfree_pixmap
* Destroy a <code>Pixmap</code>. */
src/compton.h:163
↓ 3 callersFunctionfree_texture_r
* Free a GLX texture. */
src/common.h:2250
↓ 3 callersFunctionfree_wpaint
* Free w->paint. */
src/compton.h:281
↓ 3 callersFunctionglx_create_shader
src/opengl.c:1784
↓ 3 callersFunctionglx_destroy
* Destroy GLX related resources. */
src/opengl.c:300
↓ 3 callersFunctionglx_init
* Initialize OpenGL. */
src/opengl.c:60
↓ 3 callersFunctionglx_set_clip
* Set clipping region on the target window. */
src/opengl.c:1020
↓ 3 callersFunctionis_region_empty
* Check if a region is empty. * * Keith Packard said this is slow: * http://lists.freedesktop.org/archives/xorg/2007-November/030467.html * * @pa
src/compton.h:1130
↓ 3 callersFunctionms_to_tv
* Convert time from milliseconds to struct timeval. */
src/compton.h:333
↓ 3 callersFunctionpaint_isvalid
* Check whether a paint_t contains enough data. */
src/compton.h:215
↓ 3 callersFunctionparse_matrix_readnum
* Parse a floating-point number in matrix. */
src/compton.c:5018
↓ 3 callersFunctionparse_rule_opacity
* Parse a list of opacity rules. */
src/compton.c:5269
↓ 3 callersFunctionparse_vsync
* Parse a VSync option argument. */
src/common.h:1659
↓ 3 callersFunctionredir_stop
* Unredirect all windows. */
src/compton.c:6792
↓ 3 callersFunctionrestack_win
src/compton.c:2997
↓ 3 callersFunctionsession_destroy
* Destroy a session. * * Does not close the X connection or free the <code>session_t</code> * structure, though. * * @param ps session to destroy
src/compton.c:7474
↓ 3 callersFunctionusage
* Print usage text and exit. */
src/compton.c:4464
↓ 3 callersFunctionvsync_init
* Initialize current VSync method. */
src/compton.c:6462
↓ 3 callersFunctionwid_get_prop_adv
* Get a specific attribute of a window. * * Returns a blank structure if the returned type and format does not * match the requested type and forma
src/compton.c:614
↓ 3 callersFunctionwid_get_prop_window
* Get the value of a type-<code>Window</code> property of a window. * * @return the value if successful, 0 otherwise */
src/compton.c:3422
↓ 3 callersFunctionwin_render
src/compton.h:710
↓ 3 callersFunctionwin_set_focused
* Set real focused state of a window. */
src/compton.c:3477
↓ 3 callersFunctionwin_unmark_client
* Unmark current client window of a window. * * @param ps current session * @param w struct _win of the parent window */
src/compton.c:2789
↓ 2 callersFunctionc2_free
* Free a condition tree. */
src/c2.c:825
↓ 2 callersFunctionc2_get_atom_type
* Get the type atom of a condition. */
src/c2.c:995
↓ 2 callersFunctionc2_l_postprocess
* Do postprocessing on a condition leaf. */
src/c2.c:727
↓ 2 callersFunctionc2_match_once
* Match a window against a single window condition. * * @return true if matched, false otherwise. */
src/c2.c:1218
next →1–100 of 433, ranked by callers