index
:
comet.git
custom-block
effect-conf
legacy
noglib
refactor
rewrite
trunk
comet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comet.c
Age
Commit message (
Expand
)
Author
2024-03-16
Reduce the number of redraw calls
Federico Angelilli
2024-03-16
Refactor register_buttons and related buttons
Federico Angelilli
2024-03-16
Precompute max button size
Federico Angelilli
2024-03-16
Rework draw functions
Federico Angelilli
2024-03-16
Store alignment correctly in compute_group_layout
Federico Angelilli
2024-03-16
Fix some leaks and refactor
Federico Angelilli
2024-03-16
Refactor and fix a couple leaks
Federico Angelilli
2024-03-16
Fix some memory leaks and add valgrind support
Federico Angelilli
2024-03-16
Rewrite layout calculation
Federico Angelilli
2024-03-15
Fix button border drawing
Federico Angelilli
2024-03-15
Start reworking draw_paint and add per-button line width
Federico Angelilli
2024-03-15
Add x and y padding to layout
Federico Angelilli
2024-03-14
Add layout animations and refactor
Federico Angelilli
2024-03-14
Change animation code and refactor state
Federico Angelilli
2024-03-13
Start refactoring state and draw
Federico Angelilli
2024-03-07
Make dwm ipc optional
Federico Angelilli
2024-03-06
Fix button ordering bug
Federico Angelilli
2024-02-08
Add dwm tags
Federico Angelilli
2024-02-08
Update dwm ipc and fix spacing
Federico Angelilli
2024-02-08
Add partial dwm support
Federico Angelilli
2023-12-11
Fix drawing
Federico Angelilli
2023-12-11
Simplify draw_compute_layout
Federico Angelilli
2023-12-07
Tweak some buttons
Federico Angelilli
2023-11-26
Change behaviour of button_simple_set_text
Federico Angelilli
2023-11-26
Add menu button that dynamically changes group items
Federico Angelilli
2023-11-26
Refactor button actions
Federico Angelilli
2023-11-26
Add padding for buttons and fix drawing
Federico Angelilli
2023-11-26
Implement button groups
Federico Angelilli
2023-11-26
Refactor button creation out of main (mostly)
Federico Angelilli
2023-11-26
Generalize button struct
Federico Angelilli
2023-11-26
Add cpu temperature button
Federico Angelilli
2023-11-25
Recalculate layouts only when needed
Federico Angelilli
2023-11-25
Add cpu percentage button
Federico Angelilli
2023-11-25
Change disk percentage calculation
Federico Angelilli
2023-11-25
Add ram button
Federico Angelilli
2023-11-25
Add disk button and refactor date_update
Federico Angelilli
2023-11-25
Change redraw scheduling and use posix timer in date_update
Federico Angelilli
2023-11-24
Add action data for buttons and make quit button
Federico Angelilli
2023-11-19
Add date buttons with periodic updates
Federico Angelilli
2023-11-19
Add custom bar color
Federico Angelilli
2023-11-19
Add per-button colors
Federico Angelilli
2023-11-19
Add button alignment and layouting
Federico Angelilli
2023-11-19
Simplify button shape handling
Federico Angelilli
2023-11-19
Check button clicks and trigger actions
Federico Angelilli
2023-11-19
Compute the layout for the buttons
Federico Angelilli
2023-11-18
Move log handler to `comet.c`
Federico Angelilli
2023-11-17
Add buttons and update draw
Federico Angelilli
2023-11-17
Reorganize project structure
Federico Angelilli