Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_notebook_update_tab_title(): New function | Patrick McDermott | 2017-10-23 | 1 | -0/+12 |
| | |||||
* | Move page switch cb from MqWindow to MqNotebook | Patrick McDermott | 2017-10-23 | 1 | -0/+10 |
| | |||||
* | mq_tab_page_update_position(): Rename to mq_tab_page_set_position() | Patrick McDermott | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | MqNotebook: Set tab page and label positions | Patrick McDermott | 2017-10-23 | 1 | -0/+3 |
| | |||||
* | mq_notebook_insert_top(): New function | Patrick McDermott | 2017-10-23 | 1 | -0/+15 |
| | |||||
* | mq_notebook_insert_*(): Require non-NULL sibling/child arguments | Patrick McDermott | 2017-10-23 | 1 | -0/+4 |
| | |||||
* | Revert "mq_notebook_insert_(): Allow NULL sibling/parent arguments" | Patrick McDermott | 2017-10-23 | 1 | -25/+10 |
| | | | | This reverts commit eea1cf3441ef435bd632bcd271ed11d304033cf9. | ||||
* | mq_notebook_insert_*(): Return tab page | Patrick McDermott | 2017-10-23 | 1 | -2/+6 |
| | |||||
* | mq_notebook_insert_(): Allow NULL sibling/parent arguments | Patrick McDermott | 2017-10-23 | 1 | -10/+25 |
| | |||||
* | mq_notebook_insert_*(): New functions | Patrick McDermott | 2017-10-23 | 1 | -0/+75 |
| | |||||
* | src/notebook.c: Fix MQ_TAB_TREE() | Patrick McDermott | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | MqNotebook: Set up MqTree root | Patrick McDermott | 2017-10-23 | 1 | -0/+15 |
| | |||||
* | MqNotebook: New class | Patrick McDermott | 2017-10-22 | 1 | -0/+119 |