| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MqTabChrome: Drop saving of tab image and label | Patrick McDermott | 2017-09-21 | 3 | -9/+3 |
|
|
* | Move tab image callback from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 2 | -19/+19 |
|
|
* | Move tab label callbacks from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 2 | -25/+18 |
|
|
* | MqTab: Save tab image and label in struct | Patrick McDermott | 2017-09-21 | 2 | -0/+4 |
|
|
* | MqTab: Save tab position in struct | Patrick McDermott | 2017-09-21 | 2 | -0/+2 |
|
|
* | MqTab: Save WebKitWebView instance in struct | Patrick McDermott | 2017-09-21 | 2 | -5/+6 |
|
|
* | MqTabChrome: Move a function definition | Patrick McDermott | 2017-09-21 | 1 | -15/+15 |
|
|
* | MqTabChrome: Delete commented-out function calls | Patrick McDermott | 2017-09-21 | 1 | -4/+0 |
|
|
* | MqTabChrome: Explain hardcoded GtkScrolledWindow sizes | Patrick McDermott | 2017-09-21 | 1 | -0/+35 |
|
|
* | MqTabChrome: Set minimum sizes of tab history scrolled windows | Patrick McDermott | 2017-09-21 | 1 | -0/+8 |
|
|
* | MqTabChrome: Drop gtk_scrolled_window_set_policy() calls | Patrick McDermott | 2017-09-21 | 1 | -6/+0 |
|
|
* | Revert "src/tab-chrome.c: Hack tab history scrollbar policies" | Patrick McDermott | 2017-09-21 | 1 | -18/+2 |
|
|
* | Revert "src/tab-chrome.c: Try to update scrollbar policies on toggle" | Patrick McDermott | 2017-09-21 | 1 | -14/+6 |
|
|
* | Drop MqScrolledWindow and stop use in MqTabChrome | Patrick McDermott | 2017-09-21 | 4 | -119/+3 |
|
|
* | src/scrolled-window.c: Implement stub size_allocate method | Patrick McDermott | 2017-09-21 | 1 | -0/+10 |
|
|
* | src/tab-chrome.c: Use MqScrolledWindow | Patrick McDermott | 2017-09-21 | 1 | -2/+3 |
|
|
* | src/scrolled-window.[ch]: New files | Patrick McDermott | 2017-09-20 | 3 | -1/+106 |
|
|
* | src/tab-chrome.c: Try to update scrollbar policies on toggle | Patrick McDermott | 2017-09-20 | 1 | -6/+14 |
|
|
* | src/tab-chrome.c: Hack tab history scrollbar policies | Patrick McDermott | 2017-09-20 | 1 | -2/+18 |
|
|
* | Revert "src/tab-chrome.c: Hackishly enlarge tab history text scrolled window" | Patrick McDermott | 2017-09-20 | 1 | -9/+1 |
|
|
* | Revert "src/tab-chrome.c: Add a scrollbar to tab history text stack" | Patrick McDermott | 2017-09-20 | 1 | -9/+2 |
|
|
* | src/tab-chrome.c: Add a scrollbar to tab history text stack | Patrick McDermott | 2017-09-20 | 1 | -2/+9 |
|
|
* | src/tab-chrome.c: Hackishly enlarge tab history text scrolled window | Patrick McDermott | 2017-09-20 | 1 | -1/+9 |
|
|
* | src/tab-chrome.c: Better organize tab history scrolled windows code | Patrick McDermott | 2017-09-20 | 1 | -13/+20 |
|
|
* | Revert "src/tab-chrome.c: Try to resize tab history scrolled windows" | Patrick McDermott | 2017-09-20 | 1 | -32/+0 |
|
|
* | src/tab-chrome.c: Try to resize tab history scrolled windows | Patrick McDermott | 2017-09-20 | 1 | -0/+32 |
|
|
* | src/tab-chrome.c: Make tab history list and text scrollable | Patrick McDermott | 2017-09-20 | 1 | -3/+16 |
|
|
* | src/tab-chrome.c: Bolden the current URI in tab history text view | Patrick McDermott | 2017-09-20 | 1 | -2/+5 |
|
|
* | src/tab-chrome.c: Fix order of forward list items | Patrick McDermott | 2017-09-20 | 1 | -18/+20 |
|
|
* | src/window.c: Remove old tab list back button click callback | Patrick McDermott | 2017-09-19 | 1 | -11/+0 |
|
|
* | src/window.c: Make tab list button functional (again) | Patrick McDermott | 2017-09-19 | 1 | -11/+8 |
|
|
* | src/window.c: Convert tab list button to toggle button | Patrick McDermott | 2017-09-19 | 1 | -1/+14 |
|
|
* | src/window.c: Put tab list under tab menu buttons | Patrick McDermott | 2017-09-19 | 1 | -26/+11 |
|
|
* | src/window.c: Arrange tab menu buttons in grid | Patrick McDermott | 2017-09-19 | 1 | -25/+24 |
|
|
* | src/tab-chrome.[ch]: Add (non-functional) menu | Patrick McDermott | 2017-09-19 | 2 | -0/+61 |
|
|
* | mq_tab_body_new(): Or maybe that didn't really work. | Patrick McDermott | 2017-09-19 | 1 | -0/+1 |
|
|
* | mq_tab_body_new(): Assign focus to Web view | Patrick McDermott | 2017-09-19 | 1 | -0/+1 |
|
|
* | src/tab-chrome.c: Fix gtk_widget_set_can_focus() assertion | Patrick McDermott | 2017-09-19 | 1 | -4/+5 |
|
|
* | src/window.c: Adjust case of button tooltips | Patrick McDermott | 2017-09-19 | 1 | -7/+7 |
|
|
* | src/tab-chrome.c: Disable focus on tab history list icons | Patrick McDermott | 2017-09-19 | 1 | -0/+2 |
|
|
* | mq_window_new(): Disable focus on notebook | Patrick McDermott | 2017-09-19 | 1 | -0/+1 |
|
|
* | src/window.c: Add tab list back button | Patrick McDermott | 2017-09-19 | 1 | -3/+30 |
|
|
* | src/window.c: Make tab list button functional | Patrick McDermott | 2017-09-19 | 1 | -0/+14 |
|
|
* | src/tab-chrome.c: Add "_cb" to a callback function name | Patrick McDermott | 2017-09-19 | 1 | -2/+2 |
|
|
* | src/window.c: Add (non-functional) tab close buttons | Patrick McDermott | 2017-09-19 | 1 | -0/+2 |
|
|
* | src/window.c: Disable focus on tab popover buttons | Patrick McDermott | 2017-09-19 | 1 | -1/+2 |
|
|
* | src/window.c: Add tab popover/context menu | Patrick McDermott | 2017-09-19 | 1 | -1/+75 |
|
|
* | src/window.c: Rearrange tab label code statements | Patrick McDermott | 2017-09-19 | 1 | -4/+6 |
|
|
* | src/tab-chrome.c: Wrap a long line | Patrick McDermott | 2017-09-19 | 1 | -1/+2 |
|
|
* | src/tab-chrome.c: Adjust history popover to size of visible child | Patrick McDermott | 2017-09-19 | 1 | -2/+8 |
|
|