Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTabChrome: Set back/forward button sensitivity on list change | Patrick McDermott | 2017-09-30 | 1 | -10/+15 |
| | | | | | The back/forward list apparently often changes after the URI changes, e.g. when navigating between page fragments. | ||||
* | MqTabChrome: Set back/forward button sensitivity on URI change | Patrick McDermott | 2017-09-30 | 1 | -0/+5 |
| | |||||
* | MqTabChrome: Rewrite "mq-about:" URIs in URI bar | Patrick McDermott | 2017-09-29 | 1 | -8/+36 |
| | |||||
* | MqTabChrome: Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+12 |
| | |||||
* | MqTabChrome: Make zoom buttons functional | Patrick McDermott | 2017-09-28 | 1 | -0/+26 |
| | |||||
* | MqTabChrome: Make quit button functional | Patrick McDermott | 2017-09-28 | 1 | -0/+14 |
| | |||||
* | MqTabChrome: Add zoom buttons | Patrick McDermott | 2017-09-28 | 1 | -15/+18 |
| | |||||
* | MqTabChrome: Don't change URI bar text if focused | Patrick McDermott | 2017-09-28 | 1 | -2/+6 |
| | |||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 1 | -2/+2 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabChrome: Save user edits to hovered link URI | Patrick McDermott | 2017-09-26 | 1 | -5/+26 |
| | | | | Don't overwrite such edited URI bar text on mouse target change. | ||||
* | MqTabChrome: Don't set NULL URI in URI entry | Patrick McDermott | 2017-09-22 | 1 | -1/+3 |
| | | | | | | Fixes: (marquee:xxxxx): Gtk-CRITICAL **: gtk_entry_set_text: assertion 'text != NULL' failed | ||||
* | MqTabChrome: Convert container from grid to box | Patrick McDermott | 2017-09-22 | 1 | -3/+3 |
| | |||||
* | MqTabChrome: Drop saving of tab image and label | Patrick McDermott | 2017-09-21 | 1 | -4/+1 |
| | |||||
* | Move tab image callback from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -17/+0 |
| | |||||
* | Move tab label callbacks from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -24/+0 |
| | |||||
* | 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 |
| | | | | The values set are the defaults, so these calls have no effect. | ||||
* | Revert "src/tab-chrome.c: Hack tab history scrollbar policies" | Patrick McDermott | 2017-09-21 | 1 | -18/+2 |
| | | | | This reverts commit c534c7e1bedb56b0f2e44b45a9d1ac5fcb9cef68. | ||||
* | Revert "src/tab-chrome.c: Try to update scrollbar policies on toggle" | Patrick McDermott | 2017-09-21 | 1 | -14/+6 |
| | | | | This reverts commit 42ca78390d46acf1a997634a6d1c59b8afc466fb. | ||||
* | Drop MqScrolledWindow and stop use in MqTabChrome | Patrick McDermott | 2017-09-21 | 1 | -3/+2 |
| | |||||
* | src/tab-chrome.c: Use MqScrolledWindow | Patrick McDermott | 2017-09-21 | 1 | -2/+3 |
| | |||||
* | 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 |
| | | | | This reverts commit 922cdef53495323446a5fed31065d9338876e8d4. | ||||
* | Revert "src/tab-chrome.c: Add a scrollbar to tab history text stack" | Patrick McDermott | 2017-09-20 | 1 | -9/+2 |
| | | | | This reverts commit 90686faaa5927f03335a23526d8a6313242adb39. | ||||
* | src/tab-chrome.c: Add a scrollbar to tab history text stack | Patrick McDermott | 2017-09-20 | 1 | -2/+9 |
| | | | | | Make sure that, if a vertical scrollbar is added, a horizontal one doesn't also have to be added. | ||||
* | 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 |
| | | | | This reverts commit 22056692ce29110774bf5486214f8b55b5006922. | ||||
* | src/tab-chrome.c: Try to resize tab history scrolled windows | Patrick McDermott | 2017-09-20 | 1 | -0/+32 |
| | | | | Doesn't work. | ||||
* | src/tab-chrome.c: Make tab history list and text scrollable | Patrick McDermott | 2017-09-20 | 1 | -3/+16 |
| | | | | | Currently, the list's and text view's sizes aren't propagated to their parent scrolled windows. | ||||
* | 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/tab-chrome.[ch]: Add (non-functional) menu | Patrick McDermott | 2017-09-19 | 1 | -0/+60 |
| | |||||
* | src/tab-chrome.c: Fix gtk_widget_set_can_focus() assertion | Patrick McDermott | 2017-09-19 | 1 | -4/+5 |
| | | | | | | Fixes: Gtk-CRITICAL **: gtk_widget_set_can_focus: assertion 'GTK_IS_WIDGET (widget)' failed | ||||
* | src/tab-chrome.c: Disable focus on tab history list icons | Patrick McDermott | 2017-09-19 | 1 | -0/+2 |
| | | | | Otherwise, the radio button can accept the input focus. | ||||
* | src/tab-chrome.c: Add "_cb" to a callback function name | Patrick McDermott | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | src/tab-chrome.c: Free temporary tab history list item URI string | Patrick McDermott | 2017-09-19 | 1 | -8/+9 |
| | |||||
* | src/tab-chrome.c: Add tab history text view | Patrick McDermott | 2017-09-19 | 1 | -1/+24 |
| | |||||
* | src/tab-chrome.[ch]: Close back/forward popover on row activation | Patrick McDermott | 2017-09-19 | 1 | -4/+19 |
| | |||||
* | src/tab-chrome.c: Add some comments | Patrick McDermott | 2017-09-19 | 1 | -0/+11 |
| | |||||
* | src/tab-chrome.c: Fix tab history list icon stacks | Patrick McDermott | 2017-09-19 | 1 | -16/+27 |
| | | | | This is rather hackish, but oh well. | ||||
* | src/tab-chrome.c: Make tab history list icon stacks | Patrick McDermott | 2017-09-19 | 1 | -10/+20 |
| | | | | Still doesn't quite work. The wrong child is visible on most stacks. | ||||
* | Revert "src/tab-chrome.c: Try to resize tab history list icons" | Patrick McDermott | 2017-09-18 | 1 | -59/+9 |
| | | | | This reverts commit f86483d624227ea01a5d3ed2ddf814cb747cc246. | ||||
* | src/tab-chrome.c: Try to resize tab history list icons | Patrick McDermott | 2017-09-18 | 1 | -9/+59 |
| | | | | Ugly. Doesn't work. |