summaryrefslogtreecommitdiffstats
path: root/src/tab.c
Commit message (Expand)AuthorAgeFilesLines
...
* MqTab: Fix append_sibling()Patrick McDermott2017-09-241-5/+3
* MqTab: Fix update_positions() recursion callsPatrick McDermott2017-09-241-2/+2
* src/tab.c: Add missing "*"Patrick McDermott2017-09-241-1/+1
* src/tab.c: Add missing function parameter typePatrick McDermott2017-09-241-1/+1
* mq_tab_new(): Accept source argumentPatrick McDermott2017-09-241-2/+2
* mq_tab_seek(): New functionPatrick McDermott2017-09-241-0/+22
* mq_tab_new_relative(): New functionPatrick McDermott2017-09-241-2/+22
* MqTab: Add tree manipulation functionsPatrick McDermott2017-09-241-0/+61
* MqTab: Rename "tab_position" member to "position"Patrick McDermott2017-09-241-2/+2
* mq_tab_new_root(): New functionPatrick McDermott2017-09-241-0/+15
* MqTab: Add tree structure membersPatrick McDermott2017-09-241-0/+5
* MqTab: Add close button tooltipPatrick McDermott2017-09-221-2/+7
* MqTab: Add some commentsPatrick McDermott2017-09-221-0/+5
* MqTab: Make "Reload tab" button functionalPatrick McDermott2017-09-221-0/+8
* MqTab: Drop semicolon in macro definitionPatrick McDermott2017-09-221-1/+1
* MqTab: Close popover on opening new windowPatrick McDermott2017-09-221-0/+1
* MqTab: Save popover in structPatrick McDermott2017-09-221-4/+3
* MqTab: Make "New window" button functionalPatrick McDermott2017-09-221-0/+11
* Save MqApplication in MqTabPatrick McDermott2017-09-221-1/+2
* MqTab: Add "New window" button to tab context menuPatrick McDermott2017-09-221-1/+2
* MqTab: Clarify "Open tab in new window" button tooltipPatrick McDermott2017-09-221-1/+1
* main(): Enable favicons databasePatrick McDermott2017-09-221-1/+0
* MqTab: Set tab tooltipsPatrick McDermott2017-09-221-2/+6
* MqTab: Save tab favicon and title in structPatrick McDermott2017-09-221-5/+6
* MqTab: Move tab context menu rows box population codePatrick McDermott2017-09-221-8/+9
* MqTab: Make tab list scrollablePatrick McDermott2017-09-221-3/+19
* Move tab context menu code from MqWindow to MqTabPatrick McDermott2017-09-221-5/+105
* MqTab: Convert tab page container from grid to boxPatrick McDermott2017-09-221-7/+5
* MqTab: Convert tab label container from grid to boxPatrick McDermott2017-09-221-7/+5
* Move tab population code from MqWindow to MqTabPatrick McDermott2017-09-221-3/+32
* MqTabChrome: Drop saving of tab image and labelPatrick McDermott2017-09-211-1/+1
* Move tab image callback from MqTabChrome to MqTabPatrick McDermott2017-09-211-2/+19
* Move tab label callbacks from MqTabChrome to MqTabPatrick McDermott2017-09-211-1/+18
* MqTab: Save tab image and label in structPatrick McDermott2017-09-211-0/+2
* MqTab: Save tab position in structPatrick McDermott2017-09-211-0/+1
* MqTab: Save WebKitWebView instance in structPatrick McDermott2017-09-211-2/+2
* mq_tab_update_position(): New functionPatrick McDermott2017-09-171-0/+6
* Revert add_tab() and pass label widgets insteadPatrick McDermott2017-09-171-4/+3
* mq_tab_chrome_new(): Accept notebook and tab page argumentsPatrick McDermott2017-09-171-2/+3
* mq_tab_new(): Accept notebook instead of labelPatrick McDermott2017-09-171-1/+1
* mq_tab_new(): Accept tab label argumentPatrick McDermott2017-09-171-1/+1
* mq_tab_new(): Call mq_tab_chrome_set_web_view()Patrick McDermott2017-09-171-0/+2
* src/tab-body.[ch]: New filesPatrick McDermott2017-09-161-1/+4
* src/tab-chrome.[ch]: New filesPatrick McDermott2017-09-161-1/+4
* src/tab.[ch]: New filesPatrick McDermott2017-09-161-0/+48