SYMBOL INDEX (936 symbols across 51 files) FILE: src/alias.c function print_all_menu_items (line 6) | void print_all_menu_items(FILE* rsp) { function alias_get_permission (line 101) | void alias_get_permission(struct alias* alias) { function alias_init (line 118) | void alias_init(struct alias* alias) { function alias_find_window (line 130) | static void alias_find_window(struct alias* alias) { function alias_update_image (line 198) | static bool alias_update_image(struct alias* alias, bool forced) { function alias_setup (line 219) | void alias_setup(struct alias* alias, char* owner, char* name) { function alias_get_length (line 226) | uint32_t alias_get_length(struct alias* alias) { function alias_get_height (line 231) | uint32_t alias_get_height(struct alias* alias) { function alias_update (line 236) | bool alias_update(struct alias* alias, bool forced) { function alias_draw (line 249) | void alias_draw(struct alias* alias, CGContextRef context) { function alias_destroy (line 268) | void alias_destroy(struct alias* alias) { function alias_calculate_bounds (line 276) | void alias_calculate_bounds(struct alias* alias, uint32_t x, uint32_t y) { function alias_parse_sub_domain (line 280) | bool alias_parse_sub_domain(struct alias* alias, FILE* rsp, struct token... FILE: src/alias.h type alias (line 9) | struct alias { type alias (line 26) | struct alias type alias (line 27) | struct alias type alias (line 28) | struct alias type alias (line 29) | struct alias type alias (line 31) | struct alias type alias (line 32) | struct alias type alias (line 33) | struct alias type alias (line 34) | struct alias type alias (line 38) | struct alias type token (line 38) | struct token FILE: src/animation.c function CVReturn (line 4) | static CVReturn animation_frame_callback(CVDisplayLinkRef display_link, ... type animation (line 13) | struct animation type animation (line 14) | struct animation type animation (line 14) | struct animation type animation (line 15) | struct animation function animation_destroy (line 20) | static void animation_destroy(struct animation* animation) { function animation_lock (line 24) | static void animation_lock(struct animation* animation) { function animation_setup (line 28) | void animation_setup(struct animation* animation, void* target, animator... function animation_update (line 54) | static bool animation_update(struct animation* animation, uint64_t time,... function animator_init (line 125) | void animator_init(struct animator* animator) { function animator_renew_display_link (line 135) | void animator_renew_display_link(struct animator* animator) { function animator_destroy_display_link (line 147) | void animator_destroy_display_link(struct animator* animator) { function animator_lock (line 155) | void animator_lock(struct animator* animator) { function animator_calculate_offset_for_animation (line 161) | static void animator_calculate_offset_for_animation(struct animator* ani... function animator_add (line 182) | void animator_add(struct animator* animator, struct animation* animation) { function animator_remove (line 192) | static void animator_remove(struct animator* animator, struct animation*... function animator_cancel_locked (line 220) | void animator_cancel_locked(struct animator* animator, void* target, ani... function animator_cancel (line 239) | bool animator_cancel(struct animator* animator, void* target, animator_f... function animator_update (line 262) | bool animator_update(struct animator* animator, uint64_t time) { function animator_destroy (line 286) | void animator_destroy(struct animator* animator) { FILE: src/animation.h type bar_manager (line 5) | struct bar_manager type ANIMATOR_FUNCTION (line 69) | typedef ANIMATOR_FUNCTION(animator_function); type ANIMATION_FUNCTION (line 72) | typedef ANIMATION_FUNCTION(animation_function); type animation (line 84) | struct animation { type animation (line 105) | struct animation type animation (line 106) | struct animation type animator (line 108) | struct animator { type animator (line 118) | struct animator type animator (line 119) | struct animator type animation (line 119) | struct animation type animator (line 121) | struct animator type animator (line 122) | struct animator type animator (line 124) | struct animator type animator (line 125) | struct animator type animator (line 126) | struct animator type animator (line 128) | struct animator type animator (line 129) | struct animator FILE: src/app_windows.c type app_windows (line 7) | struct app_windows type app_windows (line 8) | struct app_windows function iterator_window_suitable (line 11) | static bool iterator_window_suitable(CFTypeRef iterator) { function app_window_clear (line 26) | void app_window_clear(struct app_window* window) { function app_windows_add (line 30) | void app_windows_add(struct app_windows* windows, struct app_window* win... function app_windows_clear_space (line 45) | void app_windows_clear_space(struct app_windows* windows, uint64_t sid) { function app_windows_register_notifications (line 51) | void app_windows_register_notifications() { function app_windows_find (line 66) | bool app_windows_find(struct app_windows* windows, struct app_window* wi... type app_window (line 76) | struct app_window type app_windows (line 76) | struct app_windows function app_window_suitable (line 83) | static bool app_window_suitable(struct app_window* window) { function app_windows_post_event_for_space (line 107) | static void app_windows_post_event_for_space(struct app_windows* windows... function app_windows_update_space (line 177) | static void app_windows_update_space(struct app_windows* windows, uint64... type window_spawn_data (line 225) | struct window_spawn_data { function window_spawn_handler (line 230) | static void window_spawn_handler(uint32_t event, struct window_spawn_dat... function window_hide_handler (line 248) | static void window_hide_handler(uint32_t event, uint32_t* window_id, siz... function update_all_spaces (line 269) | static void update_all_spaces(struct app_windows* windows, bool silent) { function space_handler (line 283) | static void space_handler(uint32_t event, void* data, size_t data_length... function forced_space_windows_event (line 287) | void forced_space_windows_event() { function begin_receiving_space_window_events (line 291) | void begin_receiving_space_window_events() { FILE: src/app_windows.h type app_window (line 4) | struct app_window { type app_windows (line 10) | struct app_windows { FILE: src/background.c function background_init (line 8) | void background_init(struct background* background) { function background_set_height (line 30) | bool background_set_height(struct background* background, uint32_t heigh... function background_reset_clip (line 37) | static void background_reset_clip(struct background* background) { function background_set_enabled (line 46) | bool background_set_enabled(struct background* background, bool enabled) { function background_set_color (line 59) | bool background_set_color(struct background* background, uint32_t color) { function background_set_clip (line 64) | static bool background_set_clip(struct background* background, float cli... function background_set_border_color (line 73) | static bool background_set_border_color(struct background* background, u... function background_set_border_width (line 77) | static bool background_set_border_width(struct background* background, u... function background_set_corner_radius (line 83) | static bool background_set_corner_radius(struct background* background, ... function background_set_xoffset (line 89) | static bool background_set_xoffset(struct background* background, int of... function background_set_yoffset (line 95) | static bool background_set_yoffset(struct background* background, int of... function background_set_padding_left (line 101) | bool background_set_padding_left(struct background* background, uint32_t... function background_set_padding_right (line 107) | bool background_set_padding_right(struct background* background, uint32_... function background_clip_needs_update (line 113) | bool background_clip_needs_update(struct background* background, struct ... function background_update_clip (line 123) | static void background_update_clip(struct background* background, struct... type background (line 128) | struct background type background (line 128) | struct background type background (line 131) | struct background type background (line 132) | struct background type background (line 135) | struct background type background (line 141) | struct background type background (line 141) | struct background function background_clips_bar (line 151) | bool background_clips_bar(struct background* background) { function background_clip_bar (line 155) | void background_clip_bar(struct background* background, int offset, stru... function background_calculate_bounds (line 171) | void background_calculate_bounds(struct background* background, uint32_t... function draw_rect (line 181) | static void draw_rect(CGContextRef context, CGRect region, struct color*... function background_draw (line 196) | void background_draw(struct background* background, CGContextRef context) { function background_clear_pointers (line 232) | void background_clear_pointers(struct background* background) { function background_destroy (line 238) | void background_destroy(struct background* background) { function background_serialize (line 248) | void background_serialize(struct background* background, char* indent, F... function background_parse_sub_domain (line 286) | bool background_parse_sub_domain(struct background* background, FILE* rs... FILE: src/background.h type background (line 4) | struct background { type bar (line 26) | struct bar type background (line 28) | struct background type background (line 29) | struct background type background (line 31) | struct background type background (line 32) | struct background type background (line 33) | struct background type background (line 34) | struct background type background (line 35) | struct background type background (line 37) | struct background type background (line 39) | struct background type background (line 39) | struct background type background (line 40) | struct background type bar (line 40) | struct bar type background (line 41) | struct background type bar (line 41) | struct bar type background (line 42) | struct background type background (line 44) | struct background type background (line 45) | struct background type background (line 47) | struct background type background (line 48) | struct background type token (line 48) | struct token FILE: src/bar.c function join_render_threads (line 12) | void join_render_threads() { function bar_draws_item (line 18) | bool bar_draws_item(struct bar* bar, struct bar_item* bar_item) { function bar_calculate_popup_anchor_for_bar_item (line 43) | static void bar_calculate_popup_anchor_for_bar_item(struct bar* bar, str... function bar_order_item_windows (line 92) | void bar_order_item_windows(struct bar* bar) { function bar_check_for_clip_updates (line 123) | static void bar_check_for_clip_updates(struct bar* bar) { function bar_draw (line 150) | void bar_draw(struct bar* bar, bool forced, bool threaded) { function bar_calculate_bounds_top_bottom (line 228) | static void bar_calculate_bounds_top_bottom(struct bar* bar) { function bar_calculate_bounds_left_right (line 348) | static void bar_calculate_bounds_left_right(struct bar* bar) { function bar_calculate_bounds (line 454) | void bar_calculate_bounds(struct bar* bar) { function CGRect (line 465) | static CGRect bar_get_frame(struct bar *bar) { function bar_resize (line 524) | void bar_resize(struct bar* bar) { function bar_set_hidden (line 536) | void bar_set_hidden(struct bar* bar, bool hidden) { function bar_create_window (line 544) | static void bar_create_window(struct bar* bar) { function bar_change_space (line 554) | void bar_change_space(struct bar* bar, uint64_t dsid) { type bar (line 565) | struct bar type bar (line 566) | struct bar type bar (line 566) | struct bar type bar (line 567) | struct bar function bar_destroy (line 579) | void bar_destroy(struct bar *bar) { FILE: src/bar.h type bar (line 6) | struct bar { type bar (line 19) | struct bar type bar (line 20) | struct bar type bar (line 21) | struct bar type bar (line 22) | struct bar type bar (line 23) | struct bar type bar (line 24) | struct bar type bar (line 25) | struct bar type bar (line 26) | struct bar type bar (line 28) | struct bar type bar_item (line 28) | struct bar_item type bar (line 30) | struct bar FILE: src/bar_item.c type bar_item (line 9) | struct bar_item type bar_item (line 10) | struct bar_item type bar_item (line 10) | struct bar_item type bar_item (line 11) | struct bar_item function bar_item_init (line 15) | void bar_item_init(struct bar_item* bar_item, struct bar_item* default_i... function bar_item_append_associated_space (line 66) | void bar_item_append_associated_space(struct bar_item* bar_item, uint32_... function bar_item_append_associated_display (line 79) | void bar_item_append_associated_display(struct bar_item* bar_item, uint3... function bar_item_is_shown (line 93) | bool bar_item_is_shown(struct bar_item* bar_item) { function bar_item_append_associated_bar (line 98) | void bar_item_append_associated_bar(struct bar_item* bar_item, uint32_t ... function bar_item_remove_associated_bar (line 102) | void bar_item_remove_associated_bar(struct bar_item* bar_item, uint32_t ... function bar_item_reset_associated_bar (line 106) | void bar_item_reset_associated_bar(struct bar_item* bar_item) { function bar_item_update (line 110) | bool bar_item_update(struct bar_item* bar_item, char* sender, bool force... function bar_item_needs_update (line 176) | void bar_item_needs_update(struct bar_item* bar_item) { function bar_item_cancel_drag (line 180) | void bar_item_cancel_drag(struct bar_item* bar_item) { function bar_item_on_drag (line 192) | void bar_item_on_drag(struct bar_item* bar_item, CGPoint point) { function bar_item_on_click (line 200) | void bar_item_on_click(struct bar_item* bar_item, uint32_t type, uint32_... function bar_item_on_scroll (line 259) | void bar_item_on_scroll(struct bar_item* bar_item, int scroll_delta, uin... function bar_item_mouse_entered (line 297) | void bar_item_mouse_entered(struct bar_item* bar_item) { function bar_item_mouse_exited (line 304) | void bar_item_mouse_exited(struct bar_item* bar_item) { function bar_item_set_drawing (line 311) | static bool bar_item_set_drawing(struct bar_item* bar_item, bool state) { function bar_item_set_script (line 317) | static void bar_item_set_script(struct bar_item* bar_item, char* script) { function bar_item_set_click_script (line 332) | static void bar_item_set_click_script(struct bar_item* bar_item, char* s... function bar_item_set_yoffset (line 347) | static bool bar_item_set_yoffset(struct bar_item* bar_item, int offset) { function bar_item_set_blur_radius (line 353) | static bool bar_item_set_blur_radius(struct bar_item* bar_item, uint32_t... function bar_item_set_width (line 363) | static bool bar_item_set_width(struct bar_item* bar_item, int width) { function bar_item_set_event_port (line 377) | static void bar_item_set_event_port(struct bar_item* bar_item, char* bs_... function bar_item_set_name (line 382) | bool bar_item_set_name(struct bar_item* bar_item, char* name) { function bar_item_set_type (line 400) | bool bar_item_set_type(struct bar_item* bar_item, char* type) { function bar_item_set_position (line 456) | bool bar_item_set_position(struct bar_item* bar_item, char* position) { function bar_item_set_media_cover (line 486) | bool bar_item_set_media_cover(struct bar_item* bar_item, struct image* i... function bar_item_get_content_length (line 494) | static uint32_t bar_item_get_content_length(struct bar_item* bar_item) { function bar_item_get_length (line 504) | uint32_t bar_item_get_length(struct bar_item* bar_item, bool ignore_over... function bar_item_get_height (line 521) | uint32_t bar_item_get_height(struct bar_item* bar_item) { type window (line 542) | struct window type bar_item (line 542) | struct bar_item type window (line 545) | struct window type window (line 546) | struct window type window (line 549) | struct window type window (line 555) | struct window function bar_item_remove_window (line 573) | void bar_item_remove_window(struct bar_item* bar_item, uint32_t adid) { function CGPoint (line 581) | CGPoint bar_item_calculate_shadow_offsets(struct bar_item* bar_item) { function bar_item_calculate_bounds (line 623) | uint32_t bar_item_calculate_bounds(struct bar_item* bar_item, uint32_t b... function bar_item_clip_needs_update_for_bar (line 697) | bool bar_item_clip_needs_update_for_bar(struct bar_item* bar_item, struc... function bar_item_clips_bar (line 707) | bool bar_item_clips_bar(struct bar_item* bar_item) { function bar_item_clip_bar (line 713) | void bar_item_clip_bar(struct bar_item* bar_item, int offset, struct bar... type window (line 720) | struct window type bar_item (line 720) | struct bar_item function bar_item_draw (line 729) | void bar_item_draw(struct bar_item* bar_item, CGContextRef context) { function bar_item_change_space (line 741) | void bar_item_change_space(struct bar_item* bar_item, uint64_t dsid, uin... function bar_item_clear_pointers (line 748) | static void bar_item_clear_pointers(struct bar_item* bar_item) { function bar_item_inherit_from_item (line 765) | void bar_item_inherit_from_item(struct bar_item* bar_item, struct bar_it... function bar_item_destroy (line 815) | void bar_item_destroy(struct bar_item* bar_item, bool free_memory) { function bar_item_serialize (line 844) | void bar_item_serialize(struct bar_item* bar_item, FILE* rsp) { function bar_item_parse_set_message (line 993) | void bar_item_parse_set_message(struct bar_item* bar_item, char* message... function bar_item_parse_subscribe_message (line 1248) | void bar_item_parse_subscribe_message(struct bar_item* bar_item, char* m... FILE: src/bar_item.h type bar_item (line 21) | struct bar_item { type bar_item (line 99) | struct bar_item type bar_item (line 100) | struct bar_item type bar_item (line 100) | struct bar_item type bar_item (line 101) | struct bar_item type bar_item (line 101) | struct bar_item type bar_item (line 102) | struct bar_item type bar_item (line 103) | struct bar_item type bar_item (line 105) | struct bar_item type bar_item (line 106) | struct bar_item type bar_item (line 107) | struct bar_item type env_vars (line 107) | struct env_vars type bar_item (line 109) | struct bar_item type bar_item (line 110) | struct bar_item type bar_item (line 111) | struct bar_item type bar_item (line 112) | struct bar_item type bar_item (line 113) | struct bar_item type bar_item (line 114) | struct bar_item type bar_item (line 116) | struct bar_item type bar_item (line 117) | struct bar_item type bar_item (line 118) | struct bar_item type bar_item (line 119) | struct bar_item type bar_item (line 120) | struct bar_item type bar_item (line 122) | struct bar_item type bar_item (line 123) | struct bar_item type bar_item (line 124) | struct bar_item type bar_item (line 125) | struct bar_item type image (line 125) | struct image type bar_item (line 127) | struct bar_item type bar_item (line 128) | struct bar_item type window (line 130) | struct window type bar_item (line 130) | struct bar_item type bar_item (line 131) | struct bar_item type bar_item (line 133) | struct bar_item type bar_item (line 134) | struct bar_item type bar_item (line 136) | struct bar_item type bar_item (line 137) | struct bar_item type bar (line 137) | struct bar type bar_item (line 138) | struct bar_item type bar (line 138) | struct bar type bar_item (line 139) | struct bar_item type bar_item (line 141) | struct bar_item type bar_item (line 143) | struct bar_item type bar_item (line 144) | struct bar_item FILE: src/bar_manager.c function CLOCK_CALLBACK (line 16) | static CLOCK_CALLBACK(clock_handler) { function bar_manager_init (line 21) | void bar_manager_init(struct bar_manager* bar_manager) { function bar_manager_sort (line 81) | void bar_manager_sort(struct bar_manager* bar_manager, struct bar_item**... function bar_manager_get_item_index_for_name (line 102) | int bar_manager_get_item_index_for_name(struct bar_manager* bar_manager,... function bar_manager_get_item_index_by_address (line 111) | int bar_manager_get_item_index_by_address(struct bar_manager* bar_manage... function bar_manager_move_item (line 120) | void bar_manager_move_item(struct bar_manager* bar_manager, struct bar_i... function bar_manager_remove_item (line 148) | void bar_manager_remove_item(struct bar_manager* bar_manager, struct bar... function bar_manager_set_margin (line 183) | bool bar_manager_set_margin(struct bar_manager* bar_manager, int margin) { function bar_manager_set_y_offset (line 190) | bool bar_manager_set_y_offset(struct bar_manager* bar_manager, int y_off... function bar_manager_set_bar_height (line 197) | bool bar_manager_set_bar_height(struct bar_manager* bar_manager, int hei... function bar_manager_set_background_blur (line 202) | bool bar_manager_set_background_blur(struct bar_manager* bar_manager, ui... function bar_manager_set_position (line 211) | bool bar_manager_set_position(struct bar_manager* bar_manager, char pos) { function bar_manager_set_displays (line 218) | bool bar_manager_set_displays(struct bar_manager* bar_manager, uint32_t ... function bar_manager_set_shadow (line 226) | bool bar_manager_set_shadow(struct bar_manager* bar_manager, bool shadow) { function bar_manager_set_notch_width (line 233) | bool bar_manager_set_notch_width(struct bar_manager* bar_manager, uint32... function bar_manager_set_notch_offset (line 240) | bool bar_manager_set_notch_offset(struct bar_manager* bar_manager, uint3... function bar_manager_set_notch_display_height (line 248) | bool bar_manager_set_notch_display_height(struct bar_manager* bar_manage... function bar_manager_set_font_smoothing (line 256) | bool bar_manager_set_font_smoothing(struct bar_manager* bar_manager, boo... function bar_manager_set_show_in_fullscreen (line 264) | bool bar_manager_set_show_in_fullscreen(struct bar_manager* bar_manager,... function bar_manager_set_hidden (line 270) | bool bar_manager_set_hidden(struct bar_manager *bar_manager, uint32_t ad... function bar_manager_set_topmost (line 293) | bool bar_manager_set_topmost(struct bar_manager *bar_manager, char level... function bar_manager_set_sticky (line 309) | bool bar_manager_set_sticky(struct bar_manager *bar_manager, bool sticky) { function bar_manager_freeze (line 317) | void bar_manager_freeze(struct bar_manager *bar_manager) { function bar_manager_unfreeze (line 321) | void bar_manager_unfreeze(struct bar_manager *bar_manager) { function bar_manager_length_for_bar_side (line 325) | uint32_t bar_manager_length_for_bar_side(struct bar_manager* bar_manager... function bar_manager_bar_needs_redraw (line 346) | bool bar_manager_bar_needs_redraw(struct bar_manager* bar_manager, struc... function bar_manager_clear_needs_update (line 413) | void bar_manager_clear_needs_update(struct bar_manager* bar_manager) { function bar_manager_reset_bar_association (line 421) | void bar_manager_reset_bar_association(struct bar_manager* bar_manager) { function bar_manager_refresh (line 426) | void bar_manager_refresh(struct bar_manager* bar_manager, bool forced, b... function bar_manager_resize (line 452) | void bar_manager_resize(struct bar_manager* bar_manager) { type bar_item (line 459) | struct bar_item type bar_manager (line 459) | struct bar_manager type bar_item (line 460) | struct bar_item type bar_item (line 462) | struct bar_item type bar_item (line 465) | struct bar_item function bar_manager_update_alias_components (line 472) | void bar_manager_update_alias_components(struct bar_manager* bar_manager... function bar_manager_update_space_components (line 483) | void bar_manager_update_space_components(struct bar_manager* bar_manager... function bar_manager_animator_refresh (line 529) | void bar_manager_animator_refresh(struct bar_manager* bar_manager, uint6... function bar_manager_update (line 540) | void bar_manager_update(struct bar_manager* bar_manager, bool forced) { function bar_manager_reset (line 570) | void bar_manager_reset(struct bar_manager* bar_manager) { function bar_manager_begin (line 586) | void bar_manager_begin(struct bar_manager* bar_manager) { type bar_item (line 635) | struct bar_item type bar_manager (line 635) | struct bar_manager type window (line 635) | struct window type bar_item (line 637) | struct bar_item type window (line 641) | struct window type bar_item (line 655) | struct bar_item type bar_manager (line 655) | struct bar_manager type window (line 655) | struct window type bar_item (line 657) | struct bar_item type window (line 661) | struct window type bar (line 673) | struct bar type bar_manager (line 673) | struct bar_manager function bar_manager_mouse_over_any_bar (line 682) | bool bar_manager_mouse_over_any_bar(struct bar_manager* bar_manager) { type popup (line 689) | struct popup type bar_manager (line 689) | struct bar_manager type bar_item (line 691) | struct bar_item type window (line 696) | struct window type popup (line 705) | struct popup type bar_manager (line 705) | struct bar_manager type bar_item (line 707) | struct bar_item type window (line 712) | struct window type bar (line 723) | struct bar type bar_manager (line 723) | struct bar_manager type window (line 725) | struct window function bar_manager_mouse_over_any_popup (line 735) | bool bar_manager_mouse_over_any_popup(struct bar_manager* bar_manager) { function bar_manager_custom_events_trigger (line 746) | void bar_manager_custom_events_trigger(struct bar_manager* bar_manager, ... function bar_manager_display_resized (line 757) | void bar_manager_display_resized(struct bar_manager* bar_manager, uint32... function bar_manager_display_moved (line 761) | void bar_manager_display_moved(struct bar_manager* bar_manager, uint32_t... function bar_manager_display_removed (line 765) | void bar_manager_display_removed(struct bar_manager* bar_manager, uint32... function bar_manager_display_added (line 769) | void bar_manager_display_added(struct bar_manager* bar_manager, uint32_t... function bar_manager_display_changed (line 773) | void bar_manager_display_changed(struct bar_manager* bar_manager) { function bar_manager_cancel_drag (line 786) | void bar_manager_cancel_drag(struct bar_manager* bar_manager) { function bar_manager_handle_mouse_entered_global (line 792) | void bar_manager_handle_mouse_entered_global(struct bar_manager* bar_man... function bar_manager_handle_mouse_exited_global (line 798) | void bar_manager_handle_mouse_exited_global(struct bar_manager* bar_mana... function bar_manager_handle_mouse_scrolled_global (line 806) | void bar_manager_handle_mouse_scrolled_global(struct bar_manager* bar_ma... function bar_manager_handle_mouse_entered (line 843) | void bar_manager_handle_mouse_entered(struct bar_manager* bar_manager, s... function bar_manager_handle_mouse_exited (line 848) | void bar_manager_handle_mouse_exited(struct bar_manager* bar_manager, st... function bar_manager_handle_volume_change (line 857) | void bar_manager_handle_volume_change(struct bar_manager* bar_manager, f... function bar_manager_handle_wifi_change (line 869) | void bar_manager_handle_wifi_change(struct bar_manager* bar_manager, cha... function bar_manager_handle_brightness_change (line 879) | void bar_manager_handle_brightness_change(struct bar_manager* bar_manage... function bar_manager_handle_power_source_change (line 891) | void bar_manager_handle_power_source_change(struct bar_manager* bar_mana... function bar_manager_handle_media_change (line 901) | void bar_manager_handle_media_change(struct bar_manager* bar_manager, ch... function bar_manager_handle_media_cover_change (line 911) | void bar_manager_handle_media_cover_change(struct bar_manager* bar_manag... function bar_manager_handle_front_app_switch (line 924) | void bar_manager_handle_front_app_switch(struct bar_manager* bar_manager... function bar_manager_handle_space_windows_change (line 934) | void bar_manager_handle_space_windows_change(struct bar_manager* bar_man... function bar_manager_handle_space_change (line 944) | void bar_manager_handle_space_change(struct bar_manager* bar_manager, bo... function bar_manager_poll_active_display (line 996) | void bar_manager_poll_active_display(struct bar_manager* bar_manager) { function bar_manager_handle_display_change (line 1003) | void bar_manager_handle_display_change(struct bar_manager* bar_manager) { function bar_manager_handle_system_will_sleep (line 1019) | void bar_manager_handle_system_will_sleep(struct bar_manager* bar_manage... function bar_manager_handle_system_woke (line 1027) | void bar_manager_handle_system_woke(struct bar_manager* bar_manager) { function bar_manager_handle_notification (line 1048) | void bar_manager_handle_notification(struct bar_manager* bar_manager, st... function bar_manager_destroy (line 1066) | void bar_manager_destroy(struct bar_manager* bar_manager) { function bar_manager_serialize (line 1099) | void bar_manager_serialize(struct bar_manager* bar_manager, FILE* rsp) { FILE: src/bar_manager.h type CLOCK_CALLBACK (line 7) | typedef CLOCK_CALLBACK(clock_callback); type bar_manager (line 15) | struct bar_manager { type bar_manager (line 57) | struct bar_manager type bar_manager (line 58) | struct bar_manager type bar_manager (line 59) | struct bar_manager type bar_item (line 61) | struct bar_item type bar_manager (line 61) | struct bar_manager type bar_manager (line 62) | struct bar_manager type bar_item (line 62) | struct bar_item type bar_manager (line 63) | struct bar_manager type bar_item (line 63) | struct bar_item type bar_item (line 63) | struct bar_item type bar_manager (line 64) | struct bar_manager type notification (line 64) | struct notification type bar_manager (line 66) | struct bar_manager type bar_manager (line 67) | struct bar_manager type bar_manager (line 68) | struct bar_manager type bar_manager (line 69) | struct bar_manager type bar_manager (line 70) | struct bar_manager type bar_manager (line 71) | struct bar_manager type bar_manager (line 72) | struct bar_manager type bar_manager (line 73) | struct bar_manager type bar_manager (line 74) | struct bar_manager type bar_manager (line 75) | struct bar_manager type bar_manager (line 76) | struct bar_manager type bar_manager (line 77) | struct bar_manager type bar_manager (line 78) | struct bar_manager type bar_manager (line 79) | struct bar_manager type bar_manager (line 80) | struct bar_manager type bar_manager (line 81) | struct bar_manager type bar_manager (line 82) | struct bar_manager type bar_manager (line 83) | struct bar_manager type bar_manager (line 84) | struct bar_manager type bar_manager (line 85) | struct bar_manager type bar_manager (line 86) | struct bar_manager type bar_item (line 86) | struct bar_item type bar_item (line 88) | struct bar_item type bar_manager (line 88) | struct bar_manager type window (line 88) | struct window type bar (line 89) | struct bar type bar_manager (line 89) | struct bar_manager type popup (line 90) | struct popup type bar_manager (line 90) | struct bar_manager type bar_item (line 91) | struct bar_item type bar_manager (line 91) | struct bar_manager type window (line 91) | struct window type popup (line 92) | struct popup type bar_manager (line 92) | struct bar_manager type bar (line 93) | struct bar type bar_manager (line 93) | struct bar_manager type bar_manager (line 94) | struct bar_manager type bar_manager (line 95) | struct bar_manager type bar (line 95) | struct bar type bar_manager (line 96) | struct bar_manager type bar_manager (line 97) | struct bar_manager type bar_manager (line 99) | struct bar_manager type bar_manager (line 100) | struct bar_manager type bar_manager (line 102) | struct bar_manager type bar_manager (line 103) | struct bar_manager type bar_manager (line 104) | struct bar_manager type bar_manager (line 105) | struct bar_manager type bar_manager (line 106) | struct bar_manager type bar_manager (line 107) | struct bar_manager type bar_manager (line 108) | struct bar_manager type bar_manager (line 110) | struct bar_manager type bar_manager (line 111) | struct bar_manager type bar_manager (line 112) | struct bar_manager type bar_manager (line 113) | struct bar_manager type bar_manager (line 114) | struct bar_manager type bar_item (line 114) | struct bar_item type bar_manager (line 115) | struct bar_manager type bar_item (line 115) | struct bar_item type bar_manager (line 116) | struct bar_manager type bar_manager (line 117) | struct bar_manager type bar_manager (line 118) | struct bar_manager type bar_manager (line 119) | struct bar_manager type bar_manager (line 120) | struct bar_manager type bar_manager (line 121) | struct bar_manager type bar_manager (line 122) | struct bar_manager type bar_manager (line 123) | struct bar_manager type bar_manager (line 124) | struct bar_manager type bar_manager (line 125) | struct bar_manager type bar_manager (line 126) | struct bar_manager type bar_manager (line 127) | struct bar_manager type bar_manager (line 128) | struct bar_manager type env_vars (line 128) | struct env_vars type bar_manager (line 130) | struct bar_manager type bar_manager (line 132) | struct bar_manager FILE: src/color.c function color_update_hex (line 5) | static bool color_update_hex(struct color* color) { function color_init (line 15) | void color_init(struct color* color, uint32_t hex) { function color_set_hex (line 19) | bool color_set_hex(struct color* color, uint32_t hex) { function color_set_alpha (line 27) | bool color_set_alpha(struct color* color, float alpha) { function color_set_r (line 32) | bool color_set_r(struct color* color, float red) { function color_set_g (line 37) | bool color_set_g(struct color* color, float green) { function color_set_b (line 42) | bool color_set_b(struct color* color, float blue) { function color_parse_sub_domain (line 47) | bool color_parse_sub_domain(struct color* color, FILE* rsp, struct token... FILE: src/color.h type color (line 6) | struct color { type color (line 14) | struct color type color (line 16) | struct color type color (line 17) | struct color type color (line 18) | struct color type color (line 19) | struct color type color (line 20) | struct color type color (line 21) | struct color type color (line 23) | struct color type token (line 23) | struct token FILE: src/custom_events.c type custom_event (line 3) | struct custom_event type custom_event (line 4) | struct custom_event function custom_event_init (line 7) | void custom_event_init(struct custom_event* custom_event, char* name, ch... function custom_event_destroy (line 12) | void custom_event_destroy(struct custom_event* custom_event) { function custom_events_init (line 18) | void custom_events_init(struct custom_events* custom_events) { function custom_events_append (line 43) | void custom_events_append(struct custom_events* custom_events, char* nam... function custom_events_get_flag_for_name (line 61) | uint64_t custom_events_get_flag_for_name(struct custom_events* custom_ev... type custom_events (line 70) | struct custom_events function custom_events_destroy (line 80) | void custom_events_destroy(struct custom_events* custom_events) { function custom_events_serialize (line 87) | void custom_events_serialize(struct custom_events* custom_events, FILE* ... FILE: src/custom_events.h type custom_event (line 26) | struct custom_event { type custom_event (line 31) | struct custom_event type custom_events (line 33) | struct custom_events { type custom_events (line 38) | struct custom_events type custom_events (line 39) | struct custom_events type custom_events (line 40) | struct custom_events type custom_events (line 41) | struct custom_events type custom_events (line 42) | struct custom_events type custom_events (line 44) | struct custom_events FILE: src/display.c function brightness_handler (line 11) | static void brightness_handler(void* notification_center, uint32_t did, ... function DISPLAY_EVENT_HANDLER (line 23) | static DISPLAY_EVENT_HANDLER(display_handler) { function CFStringRef (line 45) | CFStringRef display_uuid(uint32_t did) { function CGRect (line 55) | CGRect display_bounds(uint32_t did) { function display_space_id (line 59) | uint64_t display_space_id(uint32_t did) { function display_arrangement (line 103) | int display_arrangement(uint32_t did) { function display_main_display_id (line 135) | uint32_t display_main_display_id(void) { function CFStringRef (line 139) | static CFStringRef display_active_display_uuid(void) { function display_active_display_id (line 160) | uint32_t display_active_display_id(void) { function CFStringRef (line 181) | CFStringRef display_arrangement_display_uuid(int arrangement) { function display_arrangement_display_id (line 196) | uint32_t display_arrangement_display_id(int arrangement) { function display_active_display_adid (line 214) | uint32_t display_active_display_adid(void) { function display_menu_bar_visible (line 239) | bool display_menu_bar_visible(void) { function CGRect (line 245) | CGRect display_menu_bar_rect(uint32_t did) { function display_active_display_count (line 264) | uint32_t display_active_display_count(void) { function display_begin (line 277) | bool display_begin() { function display_end (line 282) | bool display_end() { function forced_brightness_event (line 287) | void forced_brightness_event() { function begin_receiving_brightness_events (line 292) | void begin_receiving_brightness_events() { function display_serialize (line 305) | void display_serialize(FILE* rsp) { FILE: src/display.h type DISPLAY_EVENT_HANDLER (line 6) | typedef DISPLAY_EVENT_HANDLER(display_callback); FILE: src/event.c type bar_manager (line 6) | struct bar_manager function event_distributed_notification (line 10) | static void event_distributed_notification(void* context) { function event_application_front_switched (line 14) | static void event_application_front_switched(void* context) { function event_space_changed (line 18) | static void event_space_changed(void* context) { function event_display_changed (line 22) | static void event_display_changed(void* context) { function event_display_added (line 26) | static void event_display_added(void* context) { function event_display_removed (line 31) | static void event_display_removed(void* context) { function event_display_moved (line 36) | static void event_display_moved(void* context) { function event_display_resized (line 41) | static void event_display_resized(void* context) { function event_menu_bar_hidden_changed (line 46) | static void event_menu_bar_hidden_changed(void* context) { function event_system_woke (line 52) | static void event_system_woke(void* context) { function event_system_will_sleep (line 56) | static void event_system_will_sleep(void* context) { function event_shell_refresh (line 60) | static void event_shell_refresh(void* context) { function event_animator_refresh (line 64) | static void event_animator_refresh(void* context) { function event_mach_message (line 68) | static void event_mach_message(void* context) { function event_mouse_up (line 72) | static void event_mouse_up(void* context) { function event_mouse_dragged (line 108) | static void event_mouse_dragged(void* context) { function event_mouse_entered (line 131) | static void event_mouse_entered(void* context) { function event_mouse_exited (line 163) | static void event_mouse_exited(void* context) { function event_mouse_scrolled (line 239) | static void event_mouse_scrolled(void* context) { function event_volume_changed (line 311) | static void event_volume_changed(void* context) { function event_wifi_changed (line 315) | static void event_wifi_changed(void* context) { function event_brightness_changed (line 319) | static void event_brightness_changed(void* context) { function event_power_source_changed (line 323) | static void event_power_source_changed(void* context) { function event_media_changed (line 327) | static void event_media_changed(void* context) { function event_cover_changed (line 331) | static void event_cover_changed(void* context) { function event_space_windows_changed (line 335) | static void event_space_windows_changed(void* context) { function event_hotload (line 339) | static void event_hotload(void* context) { function event_post (line 377) | void event_post(struct event *event) { FILE: src/event.h type event_type (line 5) | enum event_type { type event (line 39) | struct event { type event (line 44) | struct event FILE: src/font.c type feature_mapping (line 5) | struct feature_mapping { type feature_mapping (line 12) | struct feature_mapping function get_truetype_feature (line 49) | void get_truetype_feature(const char* opentype_tag, int* truetype_featur... function font_register (line 59) | void font_register(char* font_path) { function font_create_ctfont (line 78) | void font_create_ctfont(struct font* font) { function font_init (line 155) | void font_init(struct font* font) { function font_set_style (line 162) | bool font_set_style(struct font* font, char* style, bool forced) { function font_set_family (line 175) | bool font_set_family(struct font* font, char* family, bool forced) { function font_set_size (line 188) | bool font_set_size(struct font* font, float size) { function font_set_features (line 197) | bool font_set_features(struct font* font, char* features) { function font_set (line 210) | bool font_set(struct font* font, char* font_string, bool forced) { function font_clear_pointers (line 230) | void font_clear_pointers(struct font* font) { function font_destroy (line 237) | void font_destroy(struct font* font) { function font_parse_sub_domain (line 245) | bool font_parse_sub_domain(struct font* font, FILE* rsp, struct token pr... FILE: src/font.h type font (line 5) | struct font { type font (line 17) | struct font type font (line 18) | struct font type font (line 19) | struct font type font (line 20) | struct font type font (line 21) | struct font type font (line 22) | struct font type font (line 23) | struct font type font (line 24) | struct font type font (line 26) | struct font type token (line 26) | struct token FILE: src/graph.c function graph_init (line 3) | void graph_init(struct graph* graph) { function graph_setup (line 16) | void graph_setup(struct graph* graph, uint32_t width) { function graph_get_y (line 22) | float graph_get_y(struct graph* graph, uint32_t i) { function graph_push_back (line 27) | void graph_push_back(struct graph* graph, float y) { function graph_get_length (line 35) | uint32_t graph_get_length(struct graph* graph) { function graph_calculate_bounds (line 40) | void graph_calculate_bounds(struct graph* graph, uint32_t x, uint32_t y,... function graph_draw (line 47) | void graph_draw(struct graph* graph, CGContextRef context) { function graph_serialize (line 111) | void graph_serialize(struct graph* graph, char* indent, FILE* rsp) { function graph_destroy (line 127) | void graph_destroy(struct graph* graph) { function graph_parse_sub_domain (line 133) | bool graph_parse_sub_domain(struct graph* graph, FILE* rsp, struct token... FILE: src/graph.h type graph (line 5) | struct graph { type graph (line 21) | struct graph type graph (line 22) | struct graph type graph (line 23) | struct graph type graph (line 24) | struct graph type graph (line 25) | struct graph type graph (line 27) | struct graph type graph (line 28) | struct graph type graph (line 29) | struct graph type graph (line 31) | struct graph type graph (line 32) | struct graph type token (line 32) | struct token FILE: src/group.c type bar_item (line 4) | struct bar_item type group (line 4) | struct group type bar (line 4) | struct bar type bar_item (line 8) | struct bar_item type bar_item (line 11) | struct bar_item type window (line 13) | struct window type bar_item (line 24) | struct bar_item type group (line 24) | struct group type bar (line 24) | struct bar type bar_item (line 28) | struct bar_item type bar_item (line 31) | struct bar_item type window (line 33) | struct window type group (line 44) | struct group type group (line 45) | struct group type group (line 45) | struct group type group (line 46) | struct group function group_init (line 50) | void group_init(struct group* group) { function group_is_item_member (line 55) | bool group_is_item_member(struct group* group, struct bar_item* item) { function group_add_member (line 62) | void group_add_member(struct group* group, struct bar_item* item) { function group_get_length (line 77) | uint32_t group_get_length(struct group* group, struct bar* bar) { function group_remove_member (line 87) | void group_remove_member(struct group* group, struct bar_item* bar_item) { function group_destroy (line 101) | void group_destroy(struct group* group) { function group_calculate_bounds (line 109) | void group_calculate_bounds(struct group* group, struct bar* bar, uint32... function group_serialize (line 140) | void group_serialize(struct group* group, char* indent, FILE* rsp) { FILE: src/group.h type bar (line 4) | struct bar type group (line 6) | struct group { type group (line 19) | struct group type group (line 20) | struct group type group (line 21) | struct group type group (line 22) | struct group type bar_item (line 22) | struct bar_item type group (line 23) | struct group type bar_item (line 23) | struct bar_item type group (line 24) | struct group type bar (line 24) | struct bar type group (line 26) | struct group type bar (line 26) | struct bar type group (line 27) | struct group type group (line 29) | struct group FILE: src/hotload.c function hotload_set_state (line 11) | void hotload_set_state(int state) { function hotload_get_state (line 15) | int hotload_get_state() { function set_config_file_path (line 19) | bool set_config_file_path(char* file) { function get_config_file (line 29) | static bool get_config_file(char *restrict filename, char *restrict buff... function exec_config_file (line 46) | void exec_config_file() { function handler (line 72) | static void handler(ConstFSEventStreamRef stream, void* context, size_t ... function begin_receiving_config_change_events (line 84) | int begin_receiving_config_change_events() { FILE: src/image.c function image_init (line 7) | void image_init(struct image* image) { function image_set_enabled (line 26) | bool image_set_enabled(struct image* image, bool enabled) { function image_set_link (line 32) | bool image_set_link(struct image* image, struct image* link) { function image_load (line 39) | bool image_load(struct image* image, char* path, FILE* rsp) { function image_data_equals (line 128) | static bool image_data_equals(struct image* image, CFDataRef new_data_re... function image_copy (line 143) | void image_copy(struct image* image, CGImageRef source) { function image_set_image (line 147) | bool image_set_image(struct image* image, CGImageRef new_image_ref, CGRe... function image_set_scale (line 179) | bool image_set_scale(struct image* image, float scale) { function image_set_corner_radius (line 188) | bool image_set_corner_radius(struct image* image, uint32_t corner_radius) { function image_set_border_width (line 195) | bool image_set_border_width(struct image* image, float border_width) { function image_set_border_color (line 202) | bool image_set_border_color(struct image* image, uint32_t color) { function image_set_padding_left (line 206) | bool image_set_padding_left(struct image* image, int padding_left) { function image_set_padding_right (line 213) | bool image_set_padding_right(struct image* image, int padding_right) { function image_set_yoffset (line 220) | bool image_set_yoffset(struct image* image, int yoffset) { function CGSize (line 227) | CGSize image_get_size(struct image* image) { function image_calculate_bounds (line 237) | void image_calculate_bounds(struct image* image, uint32_t x, uint32_t y) { function image_draw (line 254) | void image_draw(struct image* image, CGContextRef context) { function image_clear_pointers (line 318) | void image_clear_pointers(struct image* image) { function image_destroy (line 324) | void image_destroy(struct image* image) { function image_serialize (line 331) | void image_serialize(struct image* image, char* indent, FILE* rsp) { function image_parse_sub_domain (line 340) | bool image_parse_sub_domain(struct image* image, FILE* rsp, struct token... FILE: src/image.h type image (line 7) | struct image { type image (line 32) | struct image type image (line 33) | struct image type image (line 34) | struct image type image (line 35) | struct image type image (line 36) | struct image type image (line 37) | struct image type image (line 39) | struct image type image (line 40) | struct image type image (line 41) | struct image type image (line 42) | struct image type image (line 43) | struct image type image (line 45) | struct image type image (line 46) | struct image type token (line 46) | struct token FILE: src/mach.c function mach_port_t (line 7) | mach_port_t mach_get_bs_port(char* bs_name) { function mach_receive_message (line 27) | void mach_receive_message(mach_port_t port, struct mach_buffer* buffer, ... type mach_message (line 70) | struct mach_message type mach_message (line 87) | struct mach_message type mach_message (line 98) | struct mach_message type mach_buffer (line 105) | struct mach_buffer function mach_message_callback (line 127) | void mach_message_callback(CFMachPortRef port, void* message, CFIndex si... function mach_server_begin (line 138) | bool mach_server_begin(struct mach_server* mach_server, mach_handler han... FILE: src/mach.h type mach_message (line 11) | struct mach_message { type mach_buffer (line 17) | struct mach_buffer { type MACH_HANDLER (line 23) | typedef MACH_HANDLER(mach_handler); type mach_server (line 25) | struct mach_server { type mach_server (line 34) | struct mach_server FILE: src/message.c type bar_manager (line 12) | struct bar_manager type bar_item (line 14) | struct bar_item type token (line 14) | struct token type bar_item (line 15) | struct bar_item type bar_item (line 30) | struct bar_item type bar_item (line 35) | struct bar_item function handle_domain_subscribe (line 52) | static void handle_domain_subscribe(FILE* rsp, struct token domain, char... function handle_domain_trigger (line 66) | static void handle_domain_trigger(FILE* rsp, struct token domain, char* ... function handle_domain_push (line 103) | static void handle_domain_push(FILE* rsp, struct token domain, char* mes... function handle_domain_rename (line 126) | static void handle_domain_rename(FILE* rsp, struct token domain, char* m... function handle_domain_clone (line 142) | static void handle_domain_clone(FILE* rsp, struct token domain, char* me... function handle_domain_add (line 172) | static void handle_domain_add(FILE* rsp, struct token domain, char* mess... function handle_domain_default (line 322) | static void handle_domain_default(FILE* rsp, struct token domain, char* ... function handle_domain_bar (line 326) | static bool handle_domain_bar(FILE *rsp, struct token domain, char *mess... type token (line 456) | struct token type key_value_pair (line 457) | struct key_value_pair function handle_domain_query (line 490) | static void handle_domain_query(FILE* rsp, struct token domain, char* me... function handle_domain_remove (line 524) | static void handle_domain_remove(FILE* rsp, struct token domain, char* m... function handle_domain_move (line 553) | static void handle_domain_move(FILE* rsp, struct token domain, char* mes... function handle_domain_order (line 573) | static void handle_domain_order(FILE* rsp, struct token domain, char* me... function handle_message_mach (line 596) | void handle_message_mach(struct mach_buffer* buffer) { function MACH_HANDLER (line 778) | MACH_HANDLER(mach_message_handler) { FILE: src/message.h type mach_buffer (line 18) | struct mach_buffer FILE: src/misc/env_vars.h type key_value_pair (line 6) | struct key_value_pair { type env_vars (line 11) | struct env_vars { function env_vars_init (line 16) | static inline void env_vars_init(struct env_vars* env_vars) { function env_vars_unset (line 21) | static inline void env_vars_unset(struct env_vars* env_vars, char* key) { function env_vars_set (line 55) | static inline void env_vars_set(struct env_vars* env_vars, char* key, ch... type env_vars (line 67) | struct env_vars type env_vars (line 75) | struct env_vars function env_vars_destroy (line 118) | static inline void env_vars_destroy(struct env_vars* env_vars) { FILE: src/misc/helpers.h type signal_args (line 22) | struct signal_args { type token (line 32) | struct token { type notification (line 37) | struct notification { type notification (line 42) | struct notification type notification (line 43) | struct notification type notification (line 43) | struct notification type notification (line 44) | struct notification function notification_destroy (line 48) | static inline void notification_destroy(struct notification* notificatio... function function_linear (line 54) | static inline double function_linear(double x) { function function_square (line 58) | static inline double function_square(double x) { function function_tanh (line 62) | static inline double function_tanh(double x) { function function_sin (line 67) | static inline double function_sin(double x) { function function_exp (line 71) | static inline double function_exp(double x) { function function_circ (line 75) | static inline double function_circ(double x) { function respond (line 105) | static inline void respond(FILE* rsp, char* response, ...) { function get_key_value_pair (line 126) | static inline struct key_value_pair get_key_value_pair(char *token, char... function pack_key_value_pair (line 149) | static inline void pack_key_value_pair(char* cursor, struct key_value_pa... function is_root (line 161) | static inline bool is_root(void) { function string_equals (line 165) | static inline bool string_equals(const char *a, const char *b) { type token (line 203) | struct token function token_equals (line 220) | static inline bool token_equals(struct token token, char *match) { type token (line 230) | struct token function token_to_uint32t (line 239) | static inline uint32_t token_to_uint32t(struct token token) { function token_to_int (line 246) | static inline int token_to_int(struct token token) { function token_to_float (line 253) | static inline float token_to_float(struct token token) { function get_token (line 260) | static inline struct token get_token(char **message) { function evaluate_boolean_state (line 278) | static inline bool evaluate_boolean_state(struct token state, bool previ... function get_set_bit_position (line 293) | static inline uint32_t get_set_bit_position(uint32_t mask) { function clip_rect (line 303) | static inline void clip_rect(CGContextRef context, CGRect region, float ... function CGRect (line 316) | static inline CGRect cgrect_mirror_y(CGRect rect, float y) { function cgrect_contains_point (line 322) | static inline bool cgrect_contains_point(CGRect* r, CGPoint* p) { function CFArrayRef (line 352) | static inline CFArrayRef cfarray_of_cfnumbers(void *values, size_t size,... function file_exists (line 413) | static inline bool file_exists(char *filename) { function ensure_executable_permission (line 427) | static inline bool ensure_executable_permission(char *filename) { function sync_exec (line 441) | static inline bool sync_exec(char *command, struct env_vars *env_vars) { function fork_exec (line 454) | static inline bool fork_exec(char *command, struct env_vars* env_vars) { function mission_control_index (line 464) | static inline int mission_control_index(uint64_t sid) { function dsid_from_sid (line 492) | static inline uint64_t dsid_from_sid(uint32_t sid) { function CGImageRef (line 520) | static inline CGImageRef space_capture(uint32_t sid) { function display_id_for_space (line 534) | static inline uint32_t display_id_for_space(uint32_t sid) { function error (line 549) | static inline void error(const char *format, ...) { function get_wid_from_cg_event (line 557) | static inline int get_wid_from_cg_event(CGEventRef event) { FILE: src/mouse.c function pascal (line 22) | static pascal OSStatus mouse_handler(EventHandlerCallRef next, EventRef ... function mouse_begin (line 33) | void mouse_begin(void) { FILE: src/popup.c function popup_init (line 7) | void popup_init(struct popup* popup, struct bar_item* host) { function CGRect (line 30) | static CGRect popup_get_frame(struct popup* popup) { function popup_set_blur_radius (line 36) | static bool popup_set_blur_radius(struct popup* popup, uint32_t radius) { function popup_order_windows (line 43) | static void popup_order_windows(struct popup* popup) { function popup_calculate_popup_anchor_for_bar_item (line 74) | static void popup_calculate_popup_anchor_for_bar_item(struct popup* popu... function popup_calculate_bounds (line 111) | void popup_calculate_bounds(struct popup* popup, struct bar* bar) { function popup_create_window (line 233) | static void popup_create_window(struct popup* popup) { function popup_close_window (line 255) | static void popup_close_window(struct popup* popup) { function popup_contains_item (line 260) | static bool popup_contains_item(struct popup* popup, struct bar_item* ba... function popup_add_item (line 267) | void popup_add_item(struct popup* popup, struct bar_item* bar_item) { function popup_remove_item (line 283) | void popup_remove_item(struct popup* popup, struct bar_item* bar_item) { function popup_set_anchor (line 306) | void popup_set_anchor(struct popup* popup, CGPoint anchor, uint32_t adid) { function popup_clear_pointers (line 320) | void popup_clear_pointers(struct popup* popup) { function popup_set_drawing (line 327) | bool popup_set_drawing(struct popup* popup, bool drawing) { function popup_draw (line 335) | void popup_draw(struct popup* popup) { function popup_change_space (line 362) | void popup_change_space(struct popup* popup, uint64_t dsid, uint32_t adi... function popup_destroy (line 373) | void popup_destroy(struct popup* popup) { function popup_serialize (line 382) | void popup_serialize(struct popup* popup, char* indent, FILE* rsp) { function popup_set_yoffset (line 431) | static bool popup_set_yoffset(struct popup* popup, int y_offset) { function popup_set_cell_size (line 437) | static bool popup_set_cell_size(struct popup* popup, int size) { function popup_set_topmost (line 444) | static bool popup_set_topmost(struct popup* popup, bool topmost) { function popup_parse_sub_domain (line 451) | bool popup_parse_sub_domain(struct popup* popup, FILE* rsp, struct token... FILE: src/popup.h type bar_item (line 6) | struct bar_item type bar (line 7) | struct bar type popup (line 9) | struct popup { type popup (line 34) | struct popup type bar_item (line 34) | struct bar_item type popup (line 35) | struct popup type popup (line 36) | struct popup type bar_item (line 36) | struct bar_item type popup (line 37) | struct popup type popup (line 38) | struct popup type bar_item (line 38) | struct bar_item type popup (line 40) | struct popup type popup (line 42) | struct popup type popup (line 43) | struct popup type bar (line 43) | struct bar type popup (line 44) | struct popup type popup (line 45) | struct popup type popup (line 47) | struct popup type popup (line 48) | struct popup type popup (line 49) | struct popup type token (line 49) | struct token FILE: src/power.c function power_handler (line 6) | void power_handler(void* context) { function forced_power_event (line 31) | void forced_power_event() { function begin_receiving_power_events (line 36) | void begin_receiving_power_events() { FILE: src/shadow.c function shadow_init (line 4) | void shadow_init(struct shadow* shadow) { function shadow_set_enabled (line 16) | static bool shadow_set_enabled(struct shadow* shadow, bool enabled) { function shadow_set_angle (line 22) | static bool shadow_set_angle(struct shadow* shadow, uint32_t angle) { function shadow_set_distance (line 30) | static bool shadow_set_distance(struct shadow* shadow, uint32_t distance) { function shadow_set_color (line 40) | static bool shadow_set_color(struct shadow* shadow, uint32_t color) { function CGRect (line 45) | CGRect shadow_get_bounds(struct shadow* shadow, CGRect reference_bounds) { function shadow_serialize (line 51) | void shadow_serialize(struct shadow* shadow, char* indent, FILE* rsp) { function shadow_parse_sub_domain (line 62) | bool shadow_parse_sub_domain(struct shadow* shadow, FILE* rsp, struct to... FILE: src/shadow.h type shadow (line 5) | struct shadow { type shadow (line 15) | struct shadow type shadow (line 16) | struct shadow type shadow (line 18) | struct shadow type shadow (line 19) | struct shadow type token (line 19) | struct token FILE: src/sketchybar.c type bar_manager (line 45) | struct bar_manager type mach_server (line 46) | struct mach_server function client_send_message (line 57) | static int client_send_message(int argc, char **argv) { function acquire_lockfile (line 107) | static void acquire_lockfile(void) { function init_misc_settings (line 128) | static inline void init_misc_settings(void) { function parse_arguments (line 149) | static void parse_arguments(int argc, char **argv) { function space_events (line 175) | static void space_events(uint32_t event, void* data, size_t data_length,... function system_events (line 180) | static void system_events(uint32_t event, void* data, size_t data_length... function main (line 190) | int main(int argc, char **argv) { FILE: src/slider.c function slider_set_width (line 5) | static bool slider_set_width(struct slider* slider, uint32_t width) { function slider_set_foreground_color (line 11) | static bool slider_set_foreground_color(struct slider* slider, uint32_t ... function slider_set_percentage (line 17) | static bool slider_set_percentage(struct slider* slider, uint32_t percen... function slider_get_percentage_for_point (line 23) | uint32_t slider_get_percentage_for_point(struct slider* slider, CGPoint ... function slider_cancel_drag (line 32) | void slider_cancel_drag(struct slider* slider) { function slider_handle_drag (line 36) | bool slider_handle_drag(struct slider* slider, CGPoint point) { function slider_init (line 42) | void slider_init(struct slider* slider) { function slider_clear_pointers (line 55) | void slider_clear_pointers(struct slider* slider) { function slider_setup (line 61) | void slider_setup(struct slider* slider, uint32_t width) { function slider_get_length (line 67) | uint32_t slider_get_length(struct slider* slider) { function slider_calculate_bounds (line 71) | void slider_calculate_bounds(struct slider* slider, uint32_t x, uint32_t... function slider_draw (line 96) | void slider_draw(struct slider* slider, CGContextRef context) { function slider_destroy (line 102) | void slider_destroy(struct slider* slider) { function slider_serialize (line 109) | void slider_serialize(struct slider* slider, char* indent, FILE* rsp) { function slider_parse_sub_domain (line 129) | bool slider_parse_sub_domain(struct slider* slider, FILE* rsp, struct to... FILE: src/slider.h type slider (line 6) | struct slider { type slider (line 16) | struct slider type slider (line 17) | struct slider type slider (line 18) | struct slider type slider (line 19) | struct slider type slider (line 20) | struct slider type slider (line 21) | struct slider type slider (line 23) | struct slider type slider (line 24) | struct slider type slider (line 26) | struct slider type slider (line 27) | struct slider type slider (line 28) | struct slider type slider (line 29) | struct slider type token (line 29) | struct token FILE: src/text.c function text_calculate_truncated_width (line 4) | static void text_calculate_truncated_width(struct text* text, CFDictiona... function text_prepare_line (line 42) | static void text_prepare_line(struct text* text) { function text_destroy_line (line 94) | static void text_destroy_line(struct text* text) { function text_set_max_chars (line 99) | bool text_set_max_chars(struct text* text, uint32_t max_chars) { function text_set_string (line 108) | bool text_set_string(struct text* text, char* string, bool forced) { function text_copy (line 121) | void text_copy(struct text* text, struct text* source) { function text_set_font (line 128) | bool text_set_font(struct text* text, char* font_string, bool forced) { function text_init (line 133) | void text_init(struct text* text) { function text_set_color (line 156) | static bool text_set_color(struct text* text, uint32_t color) { function text_set_highlight_color (line 160) | static bool text_set_highlight_color(struct text* text, uint32_t color) { function text_set_padding_left (line 164) | static bool text_set_padding_left(struct text* text, int padding) { function text_set_padding_right (line 170) | static bool text_set_padding_right(struct text* text, int padding) { function text_set_yoffset (line 176) | static bool text_set_yoffset(struct text* text, int offset) { function text_set_scroll_duration (line 182) | static bool text_set_scroll_duration(struct text* text, int duration) { function text_set_width (line 188) | static bool text_set_width(struct text* text, int width) { function text_clear_pointers (line 201) | void text_clear_pointers(struct text* text) { function text_get_length (line 208) | uint32_t text_get_length(struct text* text, bool override) { function text_get_height (line 229) | uint32_t text_get_height(struct text* text) { function text_destroy (line 233) | void text_destroy(struct text* text) { function text_calculate_bounds (line 242) | void text_calculate_bounds(struct text* text, uint32_t x, uint32_t y) { function text_set_scroll (line 268) | bool text_set_scroll(struct text* text, float scroll) { function text_animate_scroll (line 274) | bool text_animate_scroll(struct text* text) { function text_draw (line 313) | void text_draw(struct text* text, CGContextRef context) { function text_serialize (line 359) | void text_serialize(struct text* text, char* indent, FILE* rsp) { function text_parse_sub_domain (line 417) | bool text_parse_sub_domain(struct text* text, FILE* rsp, struct token pr... FILE: src/text.h type text_line (line 6) | struct text_line { type text (line 12) | struct text { type text (line 40) | struct text type text (line 41) | struct text type text (line 42) | struct text type text (line 43) | struct text type text (line 44) | struct text type text (line 45) | struct text type text (line 46) | struct text type text (line 46) | struct text type text (line 48) | struct text type text (line 49) | struct text type text (line 50) | struct text type text (line 51) | struct text type text (line 53) | struct text type text (line 54) | struct text type token (line 54) | struct token FILE: src/volume.c function OSStatus (line 36) | static OSStatus handler(AudioObjectID id, uint32_t address_count, const ... function OSStatus (line 93) | OSStatus device_changed(AudioObjectID id, uint32_t address_count, const ... function forced_volume_event (line 150) | void forced_volume_event() { function begin_receiving_volume_events (line 155) | void begin_receiving_volume_events() { FILE: src/window.c type bar_manager (line 5) | struct bar_manager function window_init (line 9) | void window_init(struct window* window) { function CFTypeRef (line 21) | static CFTypeRef window_create_region(struct window* window, CGRect fram... function window_create (line 27) | void window_create(struct window* window, CGRect frame) { function window_clear (line 94) | void window_clear(struct window* window) { function window_flush (line 104) | void window_flush(struct window* window) { function windows_freeze (line 108) | void windows_freeze() { function windows_unfreeze (line 115) | void windows_unfreeze() { function window_set_frame (line 124) | void window_set_frame(struct window* window, CGRect frame) { function window_move (line 138) | void window_move(struct window* window, CGPoint point) { function window_apply_frame (line 160) | bool window_apply_frame(struct window* window, bool forced) { function window_send_to_space (line 207) | void window_send_to_space(struct window* window, uint64_t dsid) { function window_close (line 220) | void window_close(struct window* window) { function window_set_level (line 231) | void window_set_level(struct window* window, uint32_t level) { function window_order (line 243) | void window_order(struct window* window, struct window* parent, int mode) { function window_assign_mouse_tracking_area (line 260) | void window_assign_mouse_tracking_area(struct window* window, CGRect rec... function window_set_blur_radius (line 265) | void window_set_blur_radius(struct window* window, uint32_t blur_radius) { function context_set_font_smoothing (line 269) | void context_set_font_smoothing(CGContextRef context, bool smoothing) { function window_disable_shadow (line 273) | void window_disable_shadow(struct window* window) { function CGImageRef (line 293) | CGImageRef window_capture(struct window* window, bool* disabled) { FILE: src/window.h type window (line 13) | struct window { type window (line 27) | struct window type window (line 28) | struct window type window (line 29) | struct window type window (line 30) | struct window type window (line 31) | struct window type window (line 33) | struct window type window (line 34) | struct window type window (line 35) | struct window type window (line 36) | struct window type window (line 38) | struct window type window (line 39) | struct window type window (line 40) | struct window type window (line 41) | struct window type window (line 41) | struct window type window (line 42) | struct window type window (line 44) | struct window