Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | MqTabBody: Implement "Open ... in New Window" actions | Patrick McDermott | 2017-09-27 | 1 | -4/+20 |
| | |||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 6 | -10/+10 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabBody: Implement "Open ... in New Tab" action callbacks | Patrick McDermott | 2017-09-27 | 1 | -4/+12 |
| | |||||
* | mq_tab_new*(): Drop MqWindow parameter | Patrick McDermott | 2017-09-27 | 3 | -14/+20 |
| | | | | Instead get it through the tree. | ||||
* | mq_tab_new_root(): Accept and save MqWindow argument | Patrick McDermott | 2017-09-27 | 3 | -3/+4 |
| | |||||
* | MqTabBody: Add more comments | Patrick McDermott | 2017-09-27 | 1 | -0/+5 |
| | |||||
* | MqTabBody: Populate menu items for selection contexts | Patrick McDermott | 2017-09-27 | 1 | -3/+1 |
| | | | | And finally get rid of debugging output. | ||||
* | MqTabBody: Populate menu items for editable contexts | Patrick McDermott | 2017-09-27 | 1 | -8/+23 |
| | |||||
* | MqTabBody: Add menu item mnemonics | Patrick McDermott | 2017-09-27 | 1 | -20/+20 |
| | |||||
* | MqTabBody: Better organize context menu items | Patrick McDermott | 2017-09-26 | 1 | -4/+8 |
| | |||||
* | MqTabBody: Populate menu items for media contexts | Patrick McDermott | 2017-09-26 | 1 | -34/+95 |
| | |||||
* | MqTabBody: Add "Inspect Element" menu item to every context | Patrick McDermott | 2017-09-26 | 1 | -2/+7 |
| | |||||
* | MqTabBody: Define macros to preserve/restore menu items | Patrick McDermott | 2017-09-26 | 1 | -12/+17 |
| | |||||
* | MqTabBody: Preserve document navigation menu items | Patrick McDermott | 2017-09-26 | 1 | -6/+21 |
| | |||||
* | MqTabBody: Add separator between link and image menu items | Patrick McDermott | 2017-09-26 | 1 | -2/+5 |
| | |||||
* | MqTabBody: Fix context menu separator items | Patrick McDermott | 2017-09-26 | 1 | -2/+7 |
| | |||||
* | MqTabBody: Indent macro code in do...while | Patrick McDermott | 2017-09-26 | 1 | -9/+9 |
| | |||||
* | MqTabBody: Better localize diagnostic pragmas | Patrick McDermott | 2017-09-26 | 1 | -19/+11 |
| | |||||
* | MqTabBody: Fix _Pragma() in #define | Patrick McDermott | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | MqTabBody: Define macro to shorten long WK macros | Patrick McDermott | 2017-09-26 | 1 | -16/+19 |
| | |||||
* | MqTabBody: Populate menu items for some contexts | Patrick McDermott | 2017-09-26 | 2 | -8/+167 |
| | |||||
* | MqTabBody: Get context hints in context menu handler | Patrick McDermott | 2017-09-26 | 1 | -10/+83 |
| | |||||
* | MqTabBody: Add stub context menu handler | Patrick McDermott | 2017-09-26 | 1 | -0/+29 |
| | |||||
* | MqTabChrome: Save user edits to hovered link URI | Patrick McDermott | 2017-09-26 | 2 | -5/+27 |
| | | | | Don't overwrite such edited URI bar text on mouse target change. | ||||
* | mq_tab_body_new(): Accept and save MqTab | Patrick McDermott | 2017-09-25 | 3 | -3/+8 |
| | |||||
* | MqTab: Remove old functions | Patrick McDermott | 2017-09-25 | 2 | -18/+0 |
| | |||||
* | MqWindow: Remove old function | Patrick McDermott | 2017-09-25 | 1 | -17/+0 |
| | |||||
* | mq_window_insert_tab(): Show tab | Patrick McDermott | 2017-09-25 | 1 | -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 position | Patrick McDermott | 2017-09-25 | 1 | -0/+1 |
| | |||||
* | mq_window_new(): Add tabs without adding to notebook | Patrick McDermott | 2017-09-25 | 1 | -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 McDermott | 2017-09-25 | 1 | -0/+4 |
| | |||||
* | mq_window_insert_tab(): New function | Patrick McDermott | 2017-09-25 | 2 | -0/+16 |
| | |||||
* | MqTab: Fix positions of appended children | Patrick McDermott | 2017-09-25 | 1 | -1/+2 |
| | |||||
* | MqWindow: Don't overwrite tab positions on create | Patrick McDermott | 2017-09-25 | 1 | -2/+0 |
| | |||||
* | MqTab: Count tabs internally from 1 | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Change argument type to (MqWindow *) | Patrick McDermott | 2017-09-24 | 3 | -10/+13 |
| | | | | And save the window in the MqTab struct. | ||||
* | mq_window_get_application(): New function | Patrick McDermott | 2017-09-24 | 2 | -0/+9 |
| | |||||
* | MqWindow: Save MqApplication in struct | Patrick McDermott | 2017-09-24 | 2 | -3/+5 |
| | |||||
* | MqTab: Add callback for "New tab" button | Patrick McDermott | 2017-09-24 | 1 | -0/+8 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Add tabs to tree | Patrick McDermott | 2017-09-24 | 1 | -0/+4 |
| | |||||
* | MqTab: Move definitions of update_tab_*() | Patrick McDermott | 2017-09-24 | 1 | -17/+17 |
| | |||||
* | mq_tab_seek(): Fix node iteration statement | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | MqTab: Fix append_sibling() | Patrick McDermott | 2017-09-24 | 1 | -5/+3 |
| | | | | Wow. | ||||
* | MqTab: Fix update_positions() recursion calls | Patrick McDermott | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | src/tab.c: Add missing "*" | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | src/tab.c: Add missing function parameter type | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | src/tab.h: Add missing semicolon | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Accept source argument | Patrick McDermott | 2017-09-24 | 2 | -4/+4 |
| | | | | Also rename mq_tab_new_relative()'s last argument | ||||
* | src/window.h: Include tab.h | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | MqWindow: s/mq_tab_new/mq_tab_new_relative/ | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| |