Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_tree_foreach*(): Accept only one user data argument | Patrick McDermott | 2017-10-23 | 1 | -7/+7 |
| | | | | | | | | | And update MqNotebook. The va_copy()s didn't seem to work. va_arg() in MqNotebook's find_node_compare() returned garbage, preventing the node from being found and causing the assertion in find_node() (as called by mq_notebook_insert_sibling() and mq_notebook_insert_child()) to fail. | ||||
* | MqNotebook: Add (non-functional) tab list button | Patrick McDermott | 2017-10-23 | 1 | -0/+9 |
| | |||||
* | MqNotebook: Add new tab button | Patrick McDermott | 2017-10-23 | 1 | -0/+18 |
| | |||||
* | mq_notebook_get_n_pages(): Fix parentheses | Patrick McDermott | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | mq_notebook_get_n_pages(): New function | Patrick McDermott | 2017-10-23 | 1 | -0/+6 |
| | |||||
* | 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 |