summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move tab population code from MqWindow to MqTabPatrick McDermott2017-09-223-27/+40
* MqTabChrome: Drop saving of tab image and labelPatrick McDermott2017-09-213-9/+3
* Move tab image callback from MqTabChrome to MqTabPatrick McDermott2017-09-212-19/+19
* Move tab label callbacks from MqTabChrome to MqTabPatrick McDermott2017-09-212-25/+18
* MqTab: Save tab image and label in structPatrick McDermott2017-09-212-0/+4
* MqTab: Save tab position in structPatrick McDermott2017-09-212-0/+2
* MqTab: Save WebKitWebView instance in structPatrick McDermott2017-09-212-5/+6
* MqTabChrome: Move a function definitionPatrick McDermott2017-09-211-15/+15
* MqTabChrome: Delete commented-out function callsPatrick McDermott2017-09-211-4/+0
* MqTabChrome: Explain hardcoded GtkScrolledWindow sizesPatrick McDermott2017-09-211-0/+35
* MqTabChrome: Set minimum sizes of tab history scrolled windowsPatrick McDermott2017-09-211-0/+8
* MqTabChrome: Drop gtk_scrolled_window_set_policy() callsPatrick McDermott2017-09-211-6/+0
* Revert "src/tab-chrome.c: Hack tab history scrollbar policies"Patrick McDermott2017-09-211-18/+2
* Revert "src/tab-chrome.c: Try to update scrollbar policies on toggle"Patrick McDermott2017-09-211-14/+6
* Drop MqScrolledWindow and stop use in MqTabChromePatrick McDermott2017-09-214-119/+3
* src/scrolled-window.c: Implement stub size_allocate methodPatrick McDermott2017-09-211-0/+10
* src/tab-chrome.c: Use MqScrolledWindowPatrick McDermott2017-09-211-2/+3
* src/scrolled-window.[ch]: New filesPatrick McDermott2017-09-203-1/+106
* src/tab-chrome.c: Try to update scrollbar policies on togglePatrick McDermott2017-09-201-6/+14
* src/tab-chrome.c: Hack tab history scrollbar policiesPatrick McDermott2017-09-201-2/+18
* Revert "src/tab-chrome.c: Hackishly enlarge tab history text scrolled window"Patrick McDermott2017-09-201-9/+1
* Revert "src/tab-chrome.c: Add a scrollbar to tab history text stack"Patrick McDermott2017-09-201-9/+2
* src/tab-chrome.c: Add a scrollbar to tab history text stackPatrick McDermott2017-09-201-2/+9
* src/tab-chrome.c: Hackishly enlarge tab history text scrolled windowPatrick McDermott2017-09-201-1/+9
* src/tab-chrome.c: Better organize tab history scrolled windows codePatrick McDermott2017-09-201-13/+20
* Revert "src/tab-chrome.c: Try to resize tab history scrolled windows"Patrick McDermott2017-09-201-32/+0
* src/tab-chrome.c: Try to resize tab history scrolled windowsPatrick McDermott2017-09-201-0/+32
* src/tab-chrome.c: Make tab history list and text scrollablePatrick McDermott2017-09-201-3/+16
* src/tab-chrome.c: Bolden the current URI in tab history text viewPatrick McDermott2017-09-201-2/+5
* src/tab-chrome.c: Fix order of forward list itemsPatrick McDermott2017-09-201-18/+20
* src/window.c: Remove old tab list back button click callbackPatrick McDermott2017-09-191-11/+0
* src/window.c: Make tab list button functional (again)Patrick McDermott2017-09-191-11/+8
* src/window.c: Convert tab list button to toggle buttonPatrick McDermott2017-09-191-1/+14
* src/window.c: Put tab list under tab menu buttonsPatrick McDermott2017-09-191-26/+11
* src/window.c: Arrange tab menu buttons in gridPatrick McDermott2017-09-191-25/+24
* src/tab-chrome.[ch]: Add (non-functional) menuPatrick McDermott2017-09-192-0/+61
* mq_tab_body_new(): Or maybe that didn't really work.Patrick McDermott2017-09-191-0/+1
* mq_tab_body_new(): Assign focus to Web viewPatrick McDermott2017-09-191-0/+1
* src/tab-chrome.c: Fix gtk_widget_set_can_focus() assertionPatrick McDermott2017-09-191-4/+5
* src/window.c: Adjust case of button tooltipsPatrick McDermott2017-09-191-7/+7
* src/tab-chrome.c: Disable focus on tab history list iconsPatrick McDermott2017-09-191-0/+2
* mq_window_new(): Disable focus on notebookPatrick McDermott2017-09-191-0/+1
* src/window.c: Add tab list back buttonPatrick McDermott2017-09-191-3/+30
* src/window.c: Make tab list button functionalPatrick McDermott2017-09-191-0/+14
* src/tab-chrome.c: Add "_cb" to a callback function namePatrick McDermott2017-09-191-2/+2
* src/window.c: Add (non-functional) tab close buttonsPatrick McDermott2017-09-191-0/+2
* src/window.c: Disable focus on tab popover buttonsPatrick McDermott2017-09-191-1/+2
* src/window.c: Add tab popover/context menuPatrick McDermott2017-09-191-1/+75
* src/window.c: Rearrange tab label code statementsPatrick McDermott2017-09-191-4/+6
* src/tab-chrome.c: Wrap a long linePatrick McDermott2017-09-191-1/+2