summaryrefslogtreecommitdiffstats
path: root/src/tab.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_tab_get_position(): New functionPatrick McDermott2017-09-281-0/+6
|
* mq_tab_get_title(): New functionPatrick McDermott2017-09-281-0/+6
|
* MqTab: Move macro (un)definitionsPatrick McDermott2017-09-281-33/+33
|
* MqTab: Implement tab listPatrick McDermott2017-09-281-3/+54
|
* MqTab: Propagate root pointer through treePatrick McDermott2017-09-281-0/+3
|
* MqTab: Split event type and button conditionsPatrick McDermott2017-09-271-3/+6
|
* MqTab: Refactor popover creation into more functionsPatrick McDermott2017-09-271-8/+20
|
* MqTab: Fall back to stock icon on favicon errorPatrick McDermott2017-09-271-4/+9
|
* MqTab: Scale favicon in tab labelPatrick McDermott2017-09-271-6/+20
|
* MqTab: Don't save favicon surfacePatrick McDermott2017-09-271-4/+6
|
* mq_tab_new*(): Make uri parameter constPatrick McDermott2017-09-271-3/+3
| | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody.
* mq_tab_new*(): Drop MqWindow parameterPatrick McDermott2017-09-271-10/+16
| | | | Instead get it through the tree.
* mq_tab_new_root(): Accept and save MqWindow argumentPatrick McDermott2017-09-271-1/+2
|
* mq_tab_body_new(): Accept and save MqTabPatrick McDermott2017-09-251-1/+1
|
* MqTab: Remove old functionsPatrick McDermott2017-09-251-12/+0
|
* mq_tab_new_root(): Initialize positionPatrick McDermott2017-09-251-0/+1
|
* mq_tab_new(), mq_tab_new_relative(): Call mq_window_insert_tab()Patrick McDermott2017-09-251-0/+4
|
* MqTab: Fix positions of appended childrenPatrick McDermott2017-09-251-1/+2
|
* MqTab: Count tabs internally from 1Patrick McDermott2017-09-241-1/+1
|
* mq_tab_new(), mq_tab_new_relative(): Change argument type to (MqWindow *)Patrick McDermott2017-09-241-7/+8
| | | | And save the window in the MqTab struct.
* MqTab: Add callback for "New tab" buttonPatrick McDermott2017-09-241-0/+8
|
* mq_tab_new(), mq_tab_new_relative(): Add tabs to treePatrick McDermott2017-09-241-0/+4
|
* MqTab: Move definitions of update_tab_*()Patrick McDermott2017-09-241-17/+17
|
* mq_tab_seek(): Fix node iteration statementPatrick McDermott2017-09-241-1/+1
|
* MqTab: Fix append_sibling()Patrick McDermott2017-09-241-5/+3
| | | | Wow.
* 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
| | | | Also rename mq_tab_new_relative()'s last argument
* 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
| | | | That was easy to fix.
* MqTab: Set tab tooltipsPatrick McDermott2017-09-221-2/+6
| | | | Also plugs a memory leak.
* MqTab: Save tab favicon and title in structPatrick McDermott2017-09-221-5/+6
| | | | | This allows the "New tab" title to remain, rather than getting overwritten with NULL from webkit_web_view_get_title().
* MqTab: Move tab context menu rows box population codePatrick McDermott2017-09-221-8/+9
| | | | Also sneak in a comment about the g_signal_connect() call.
* MqTab: Make tab list scrollablePatrick McDermott2017-09-221-3/+19
|