summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
Commit message (Expand)AuthorAgeFilesLines
* MqTabChrome: Rewrite "mq-about:" URIs in URI barPatrick McDermott2017-09-291-8/+36
* MqTabChrome: Rewrite "about:" URIsPatrick McDermott2017-09-291-2/+12
* MqTabChrome: Make zoom buttons functionalPatrick McDermott2017-09-281-0/+26
* MqTabChrome: Make quit button functionalPatrick McDermott2017-09-281-0/+14
* MqTabChrome: Add zoom buttonsPatrick McDermott2017-09-281-15/+18
* MqTabChrome: Don't change URI bar text if focusedPatrick McDermott2017-09-281-2/+6
* mq_tab_new*(): Make uri parameter constPatrick McDermott2017-09-271-2/+2
* MqTabChrome: Save user edits to hovered link URIPatrick McDermott2017-09-261-5/+26
* MqTabChrome: Don't set NULL URI in URI entryPatrick McDermott2017-09-221-1/+3
* MqTabChrome: Convert container from grid to boxPatrick McDermott2017-09-221-3/+3
* MqTabChrome: Drop saving of tab image and labelPatrick McDermott2017-09-211-4/+1
* Move tab image callback from MqTabChrome to MqTabPatrick McDermott2017-09-211-17/+0
* Move tab label callbacks from MqTabChrome to MqTabPatrick McDermott2017-09-211-24/+0
* 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-211-3/+2
* src/tab-chrome.c: Use MqScrolledWindowPatrick McDermott2017-09-211-2/+3
* 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/tab-chrome.[ch]: Add (non-functional) menuPatrick McDermott2017-09-191-0/+60
* src/tab-chrome.c: Fix gtk_widget_set_can_focus() assertionPatrick McDermott2017-09-191-4/+5
* src/tab-chrome.c: Disable focus on tab history list iconsPatrick McDermott2017-09-191-0/+2
* src/tab-chrome.c: Add "_cb" to a callback function namePatrick McDermott2017-09-191-2/+2
* src/tab-chrome.c: Wrap a long linePatrick McDermott2017-09-191-1/+2
* src/tab-chrome.c: Adjust history popover to size of visible childPatrick McDermott2017-09-191-2/+8
* src/tab-chrome.c: Free temporary tab history list item URI stringPatrick McDermott2017-09-191-8/+9
* src/tab-chrome.c: Add tab history text viewPatrick McDermott2017-09-191-1/+24
* src/tab-chrome.[ch]: Close back/forward popover on row activationPatrick McDermott2017-09-191-4/+19
* src/tab-chrome.c: Add some commentsPatrick McDermott2017-09-191-0/+11
* src/tab-chrome.c: Fix tab history list icon stacksPatrick McDermott2017-09-191-16/+27
* src/tab-chrome.c: Make tab history list icon stacksPatrick McDermott2017-09-191-10/+20
* Revert "src/tab-chrome.c: Try to resize tab history list icons"Patrick McDermott2017-09-181-59/+9
* src/tab-chrome.c: Try to resize tab history list iconsPatrick McDermott2017-09-181-9/+59
* Revert "src/tab-chrome.c: Try to synchronize tab history list icon sizes"Patrick McDermott2017-09-181-48/+4
* src/tab-chrome.c: Left-align tab history list toggle buttonPatrick McDermott2017-09-181-0/+1