aboutsummaryrefslogtreecommitdiff
path: root/src/draw.c
AgeCommit message (Expand)Author
2024-03-17Add group shrink animationFederico Angelilli
2024-03-16Update layout animation for singleton groupsFederico Angelilli
2024-03-16Add min and max button widthFederico Angelilli
2024-03-16Add draw_compute_text_sizeFederico Angelilli
2024-03-16Rework draw functionsFederico Angelilli
2024-03-16Store alignment correctly in compute_group_layoutFederico Angelilli
2024-03-16Create a single pango context in draw_compute_layoutFederico Angelilli
2024-03-16Split animation paint_funcFederico Angelilli
2024-03-16Refactor and fix a couple leaksFederico Angelilli
2024-03-16Fix center and right layout offset calculationFederico Angelilli
2024-03-16Rewrite layout calculationFederico Angelilli
2024-03-15Make button click detection work with the new layoutsFederico Angelilli
2024-03-15Add support for layouts with childrenFederico Angelilli
2024-03-15Fix improper width calculationFederico Angelilli
2024-03-15Fix button border drawingFederico Angelilli
2024-03-15Start reworking draw_paint and add per-button line widthFederico Angelilli
2024-03-15Add x and y padding to layoutFederico Angelilli
2024-03-15Move animation removal to handlerFederico Angelilli
2024-03-15Fix layout animation and animation handlerFederico Angelilli
2024-03-14Add layout animations and refactorFederico Angelilli
2024-03-14Use a gradient pattern for the shineFederico Angelilli
2024-03-14Change animation code and refactor stateFederico Angelilli
2024-03-13Start refactoring state and drawFederico Angelilli
2024-03-06Remove scale from drawFederico Angelilli
2024-02-11Use updated text in drawFederico Angelilli
2024-02-08Add dwm tagsFederico Angelilli
2024-02-08Experimental change to state_redrawFederico Angelilli
2023-12-11Fix drawingFederico Angelilli
2023-12-11Simplify draw_compute_layoutFederico Angelilli
2023-11-26Add padding for buttons and fix drawingFederico Angelilli
2023-11-26Treat a singleton group as a single buttonFederico Angelilli
2023-11-26Implement button groupsFederico Angelilli
2023-11-26Generalize button structFederico Angelilli
2023-11-25Change redraw scheduling and use posix timer in date_updateFederico Angelilli
2023-11-19Add date buttons with periodic updatesFederico Angelilli
2023-11-19Add custom bar colorFederico Angelilli
2023-11-19Add per-button colorsFederico Angelilli
2023-11-19Fix offset calculation for right aligned buttonsFederico Angelilli
2023-11-19Add button alignment and layoutingFederico Angelilli
2023-11-19Simplify button shape handlingFederico Angelilli
2023-11-19Check button clicks and trigger actionsFederico Angelilli
2023-11-19Compute the layout for the buttonsFederico Angelilli
2023-11-18Use a single state in ConnectionFederico Angelilli
2023-11-17Add buttons and update drawFederico Angelilli
2023-11-17Reorganize project structureFederico Angelilli