aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-11-26Treat a singleton group as a single buttonFederico Angelilli
2023-11-26Implement button groupsFederico Angelilli
2023-11-26Refactor button creation out of main (mostly)Federico Angelilli
2023-11-26Generalize button structFederico Angelilli
2023-11-26Start working on button hoveringFederico Angelilli
2023-11-26Add cpu temperature buttonFederico Angelilli
2023-11-25Recalculate layouts only when neededFederico Angelilli
2023-11-25Add cpu percentage buttonFederico Angelilli
2023-11-25Change disk percentage calculationFederico Angelilli
2023-11-25Add ram buttonFederico Angelilli
2023-11-25Add disk button and refactor date_updateFederico Angelilli
2023-11-25Change redraw scheduling and use posix timer in date_updateFederico Angelilli
2023-11-24Add action data for buttons and make quit buttonFederico Angelilli
2023-11-24Update xshape mask only when resizing windowFederico Angelilli