summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MqTabBody: Add "Inspect Element" menu item to every contextPatrick McDermott2017-09-261-2/+7
* MqTabBody: Define macros to preserve/restore menu itemsPatrick McDermott2017-09-261-12/+17
* MqTabBody: Preserve document navigation menu itemsPatrick McDermott2017-09-261-6/+21
* MqTabBody: Add separator between link and image menu itemsPatrick McDermott2017-09-261-2/+5
* MqTabBody: Fix context menu separator itemsPatrick McDermott2017-09-261-2/+7
* MqTabBody: Indent macro code in do...whilePatrick McDermott2017-09-261-9/+9
* MqTabBody: Better localize diagnostic pragmasPatrick McDermott2017-09-261-19/+11
* MqTabBody: Fix _Pragma() in #definePatrick McDermott2017-09-261-1/+1
* MqTabBody: Define macro to shorten long WK macrosPatrick McDermott2017-09-261-16/+19
* MqTabBody: Populate menu items for some contextsPatrick McDermott2017-09-262-8/+167
* MqTabBody: Get context hints in context menu handlerPatrick McDermott2017-09-261-10/+83
* MqTabBody: Add stub context menu handlerPatrick McDermott2017-09-261-0/+29
* MqTabChrome: Save user edits to hovered link URIPatrick McDermott2017-09-262-5/+27
* mq_tab_body_new(): Accept and save MqTabPatrick McDermott2017-09-253-3/+8
* MqTab: Remove old functionsPatrick McDermott2017-09-252-18/+0
* MqWindow: Remove old functionPatrick McDermott2017-09-251-17/+0
* mq_window_insert_tab(): Show tabPatrick McDermott2017-09-251-0/+2
* mq_tab_new_root(): Initialize positionPatrick McDermott2017-09-251-0/+1
* mq_window_new(): Add tabs without adding to notebookPatrick McDermott2017-09-251-2/+2
* mq_tab_new(), mq_tab_new_relative(): Call mq_window_insert_tab()Patrick McDermott2017-09-251-0/+4
* mq_window_insert_tab(): New functionPatrick McDermott2017-09-252-0/+16
* MqTab: Fix positions of appended childrenPatrick McDermott2017-09-251-1/+2
* MqWindow: Don't overwrite tab positions on createPatrick McDermott2017-09-251-2/+0
* 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-243-10/+13
* mq_window_get_application(): New functionPatrick McDermott2017-09-242-0/+9
* MqWindow: Save MqApplication in structPatrick McDermott2017-09-242-3/+5
* 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
* 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
* src/tab.h: Add missing semicolonPatrick McDermott2017-09-241-1/+1
* mq_tab_new(): Accept source argumentPatrick McDermott2017-09-242-4/+4
* src/window.h: Include tab.hPatrick McDermott2017-09-241-0/+1
* MqWindow: s/mq_tab_new/mq_tab_new_relative/Patrick McDermott2017-09-241-1/+1
* MqWindow: Create and save root tab nodePatrick McDermott2017-09-242-0/+3
* src/tab.h: Declare mq_tab_new_root()Patrick McDermott2017-09-241-0/+3
* mq_tab_seek(): New functionPatrick McDermott2017-09-242-0/+25
* mq_tab_new_relative(): New functionPatrick McDermott2017-09-242-2/+25
* MqTab: Add tree manipulation functionsPatrick McDermott2017-09-241-0/+61
* MqTab: Rename "tab_position" member to "position"Patrick McDermott2017-09-242-3/+3
* src/tab-chrome.h: Drop mq_tab_chrome_update_tab_position()Patrick McDermott2017-09-241-3/+0
* mq_tab_new_root(): New functionPatrick McDermott2017-09-241-0/+15
* MqTab: Add tree structure membersPatrick McDermott2017-09-242-0/+11
* src/tab*.h: Forward declare typesPatrick McDermott2017-09-223-6/+12
* MqTab: Add close button tooltipPatrick McDermott2017-09-221-2/+7