Commits


Changed pack `side` macros indexes


Removed aui_priv.h


fixed NULL segmentation fault when passing null window title


Added window title and fixed weight initial value


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


Added configuration prototypes for remaining widgets


Changed fg to foreground to match with Tk


Changed in_ops for ops


Added text color and small fix in xcb.c for connection


Text bug fix in button and command added


Added default layout in case NULL is passed


Label and naming changes * Added aui_label * Changed naming of config to be more correct * Man Page update


Added window configuration support


Changed naming of configs to be more consistent


Updated canvas to render rectangles


Small fix


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


Indentation changed to tabs


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


Fixed font glyphs alignement