summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* MqTab: Add some commentsPatrick McDermott2017-09-221-0/+5
* MqTab: Make "Reload tab" button functionalPatrick McDermott2017-09-221-0/+8
* MqTab: Drop semicolon in macro definitionPatrick McDermott2017-09-221-1/+1
* MqTab: Close popover on opening new windowPatrick McDermott2017-09-221-0/+1
* MqTab: Save popover in structPatrick McDermott2017-09-222-4/+4
* MqTab: Make "New window" button functionalPatrick McDermott2017-09-221-0/+11
* Save MqApplication in MqTabPatrick McDermott2017-09-223-6/+9
* MqWindow: Delete window from application on closePatrick McDermott2017-09-221-2/+1
* src/application.h, src/window.h: Forward declare typesPatrick McDermott2017-09-222-4/+8
* mq_window_new(): Accept MqApplication argumentPatrick McDermott2017-09-223-3/+6
* mq_application_delete_window(): New functionPatrick McDermott2017-09-222-0/+12
* Enable WK favicon DB in MqApplication, not main()Patrick McDermott2017-09-222-4/+4
* main(): Use MqApplicationPatrick McDermott2017-09-221-6/+6
* src/application.[ch]: New filesPatrick McDermott2017-09-223-0/+102
* MqTab: Add "New window" button to tab context menuPatrick McDermott2017-09-221-1/+2
* MqTab: Clarify "Open tab in new window" button tooltipPatrick McDermott2017-09-221-1/+1
* MqTabBody: Don't load NULL URI in Web viewPatrick McDermott2017-09-221-1/+3
* MqTabChrome: Don't set NULL URI in URI entryPatrick McDermott2017-09-221-1/+3
* MqWindow: Don't load "about:new"Patrick McDermott2017-09-221-1/+1
* main(): Enable favicons databasePatrick McDermott2017-09-222-1/+4
* MqTab: Set tab tooltipsPatrick McDermott2017-09-221-2/+6
* MqTab: Save tab favicon and title in structPatrick McDermott2017-09-222-13/+16
* MqTab: Move tab context menu rows box population codePatrick McDermott2017-09-221-8/+9
* MqTab: Make tab list scrollablePatrick McDermott2017-09-221-3/+19
* MqTabChrome: Convert container from grid to boxPatrick McDermott2017-09-221-3/+3
* Move tab context menu code from MqWindow to MqTabPatrick McDermott2017-09-222-106/+106
* MqTab: Convert tab page container from grid to boxPatrick McDermott2017-09-221-7/+5
* MqTab: Convert tab label container from grid to boxPatrick McDermott2017-09-221-7/+5
* 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