Commit Briefs
Changed pack `side` macros indexes (HEAD, main)
Grid geometry manager update
* Added support for rowspan/columnspan * Rowconfigure/Columnconfigure added but not implemented yet * Fixed typo in aui_run.3
Organization change to layout.c
* Separate pack, grid and place in 3 functions * Updated some configurations * Updated man page
Label and naming changes
* Added aui_label * Changed naming of config to be more correct * Man Page update
Man page changed to have clearer example
* Canvas skeleton added * Some primitive templates * Mild layout fix
Expand added to pack geometry manager
- Rewrote pack to add expand and proper anchoring - Fixed order issue when using pack
Pack geometry manager update
* implemented fill
Pack geometry manager update
* Implemented anchoring
Proper pack implementation.
* Added get_min_size to window * Added early pack algorithm * Mild cleanups
Update to the grid layout
* Added min_size to widgets * Replaced old grid algorithm with better one * Simplified aui_gridpar for now
