aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-03-16Precompute max button sizeFederico 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-16Fix some leaks and refactorFederico 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 some memory leaks and add valgrind supportFederico Angelilli
2024-03-16Fix center and right layout offset calculationFederico Angelilli
2024-03-16Tweak shine animationFederico Angelilli
2024-03-16Rewrite layout calculationFederico Angelilli
2024-03-15Update animation handler to check group childrenFederico 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-15Implement pulse animationFederico 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-14Implement shine animationFederico Angelilli
2024-03-14Change animation code and refactor stateFederico Angelilli
2024-03-14Refactor code and start adding shine animationFederico Angelilli
2024-03-14Add animation scaffoldingFederico Angelilli
2024-03-13Start refactoring state and drawFederico Angelilli
2024-03-08Refactor dwm ipc send and add get_tagsFederico Angelilli
2024-03-07Make dwm ipc optionalFederico Angelilli
2024-03-06Fix button ordering bugFederico Angelilli
2024-03-06Remove scale from drawFederico Angelilli
2024-02-11Keep track of the dwm program titleFederico Angelilli
2024-02-11Use updated text in drawFederico Angelilli
There is a caveat: The text should always have the same size and layout as the original one for which the pango layout was calculated
2024-02-10Update dwm codeFederico Angelilli
2024-02-08Change dwm ipc socket and fix latencyFederico Angelilli
2024-02-08Implement tag switching actionFederico Angelilli
2024-02-08Add dwm tagsFederico Angelilli
2024-02-08Update dwm ipc and fix spacingFederico Angelilli
2024-02-08Add partial dwm supportFederico Angelilli
2024-02-08Experimental change to state_redrawFederico Angelilli
2023-12-11Fix drawingFederico Angelilli
2023-12-11Simplify draw_compute_layoutFederico Angelilli
2023-12-07Tweak some buttonsFederico Angelilli
2023-11-26Change behaviour of button_simple_set_textFederico Angelilli
2023-11-26Add menu button that dynamically changes group itemsFederico Angelilli
TODO: Make the creation of such menus less cumbersome and do some more testing
2023-11-26Refactor button actionsFederico Angelilli
2023-11-26Add padding for buttons and fix drawingFederico Angelilli