summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* MqTabBody: Handle middle mouse clicks on Web viewPatrick McDermott2017-09-272-0/+55
| | | | | Open a targeted link in a new tab or load a URI from the primary clipboard.
* MqTabBody: Implement "Open ... in New Window" actionsPatrick McDermott2017-09-271-4/+20
|
* mq_tab_new*(): Make uri parameter constPatrick McDermott2017-09-276-10/+10
| | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody.
* MqTabBody: Implement "Open ... in New Tab" action callbacksPatrick McDermott2017-09-271-4/+12
|
* mq_tab_new*(): Drop MqWindow parameterPatrick McDermott2017-09-273-14/+20
| | | | Instead get it through the tree.
* mq_tab_new_root(): Accept and save MqWindow argumentPatrick McDermott2017-09-273-3/+4
|
* MqTabBody: Add more commentsPatrick McDermott2017-09-271-0/+5
|
* MqTabBody: Populate menu items for selection contextsPatrick McDermott2017-09-271-3/+1
| | | | And finally get rid of debugging output.
* MqTabBody: Populate menu items for editable contextsPatrick McDermott2017-09-271-8/+23
|
* MqTabBody: Add menu item mnemonicsPatrick McDermott2017-09-271-20/+20
|
* MqTabBody: Better organize context menu itemsPatrick McDermott2017-09-261-4/+8
|
* MqTabBody: Populate menu items for media contextsPatrick McDermott2017-09-261-34/+95
|
* 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
| | | | Don't overwrite such edited URI bar text on mouse target change.
* 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
| | | | | Only the first gtk_widget_show_all() call is needed, but let's make sure everything is shown.
* 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_window_insert_tab(), which adds a tab to the notebook, is now called by mq_tab_new() and mq_tab_new_relative().
* 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
| | | | And save the window in the MqTab struct.
* 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
| | | | 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
|
* src/tab.h: Add missing semicolonPatrick McDermott2017-09-241-1/+1
|
* mq_tab_new(): Accept source argumentPatrick McDermott2017-09-242-4/+4
| | | | Also rename mq_tab_new_relative()'s last argument
* src/window.h: Include tab.hPatrick McDermott2017-09-241-0/+1
|