Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqWebView: Drop a gtk_widget_grab_focus() call | Patrick McDermott | 2017-11-15 | 1 | -2/+0 |
| | |||||
* | MqHomeButton: Focus Web view on click | Patrick McDermott | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | MqUriEntry: Focus Web view on activate | Patrick McDermott | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | mq_notebook_insert_*(): Focus Web view of inserted tab page | Patrick McDermott | 2017-11-14 | 1 | -0/+6 |
| | |||||
* | mq_tab_page_focus_web_view(): New function | Patrick McDermott | 2017-11-14 | 2 | -0/+9 |
| | |||||
* | mq_web_view_grab_focus(): New function | Patrick McDermott | 2017-11-14 | 2 | -0/+9 |
| | |||||
* | mq_notebook_insert_*(): Focus URI entry of inserted tab page | Patrick McDermott | 2017-11-14 | 1 | -0/+10 |
| | |||||
* | mq_tab_page_focus_uri_entry(): New function | Patrick McDermott | 2017-11-14 | 2 | -3/+13 |
| | |||||
* | mq_navigation_toolbar_focus_uri_entry(): New function | Patrick McDermott | 2017-11-14 | 2 | -4/+14 |
| | |||||
* | mq_uri_entry_grab_focus(): New function | Patrick McDermott | 2017-11-14 | 2 | -0/+9 |
| | |||||
* | MqUriEntry: Set input purpose | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | | | | | This is a hint for on-screen keyboards and similar input methods to choose which keys would be most useful to present to the user. | ||||
* | MqMainMenu: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqDownloadsButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqHistoryButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqHomeButton: Disable focus on child button | Patrick McDermott | 2017-11-14 | 1 | -0/+2 |
| | |||||
* | MqBookmarksButtonBox: Disable focus on buttons | Patrick McDermott | 2017-11-14 | 1 | -0/+4 |
| | |||||
* | MqStopReloadButton: Really disable focus, on child button | Patrick McDermott | 2017-11-14 | 1 | -1/+2 |
| | |||||
* | MqBackForwardButtonBox: Disable focus on back and forward buttons | Patrick McDermott | 2017-11-14 | 1 | -0/+4 |
| | |||||
* | MqStopReloadButton: Disable focus | Patrick McDermott | 2017-11-13 | 1 | -0/+1 |
| | |||||
* | MqNotebook: Disable focus on new tab and tab list buttons | Patrick McDermott | 2017-11-13 | 1 | -0/+2 |
| | |||||
* | MqFindToolbar: Don't show "No matches" on search entry clearing | Patrick McDermott | 2017-11-13 | 1 | -1/+12 |
| | |||||
* | src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers | Patrick McDermott | 2017-11-13 | 8 | -6/+36 |
| | |||||
* | MqFindToolbar: Show message when wrapping | Patrick McDermott | 2017-11-13 | 1 | -14/+53 |
| | |||||
* | MqFindToolbar: Add a spinner | Patrick McDermott | 2017-11-12 | 1 | -0/+9 |
| | |||||
* | MqFindToolbar: Remove a blank line at the end of a function | Patrick McDermott | 2017-11-12 | 1 | -1/+0 |
| | |||||
* | MqFindToolbar: Disable relief on prev, next, and case buttons | Patrick McDermott | 2017-11-12 | 1 | -0/+3 |
| | |||||
* | MqFindToolbar: Don't call webkit_find_controller_search_next() | Patrick McDermott | 2017-11-12 | 1 | -20/+2 |
| | | | | Or webkit_find_controller_search_previous(). | ||||
* | mq_application_new(): Add a couple blank lines | Patrick McDermott | 2017-11-12 | 1 | -0/+2 |
| | |||||
* | mq_config_new(): Use g_new0() instead of malloc() | Patrick McDermott | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | mq_application_new(): Use g_new0() instead of malloc() | Patrick McDermott | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | mq_application_new(): Get MqConfig from MqProfile | Patrick McDermott | 2017-11-12 | 1 | -6/+2 |
| | |||||
* | MqProfiles: Manage current profile's MqConfig | Patrick McDermott | 2017-11-12 | 2 | -0/+19 |
| | | | | And save it on profile re-insertion. | ||||
* | MqProfiles: Handle only the changes done hint | Patrick McDermott | 2017-11-12 | 1 | -0/+4 |
| | |||||
* | about:profiles: Disable "Launch" button on new profile | Patrick McDermott | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | about:profiles: Disable "Delete" button on current profile | Patrick McDermott | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | mq_profiles_remove(): Don't remove the current profile | Patrick McDermott | 2017-11-11 | 1 | -0/+4 |
| | | | | | | | A process that removes its own running profile can't restore it. mq_profiles_remove() removes a profile's group from the key file. The file change handler then looks for the current profile's group in the key file. The group isn't found, and the profile can't be restored. | ||||
* | MqProfiles: Only save if restored profile insertion succeeds | Patrick McDermott | 2017-11-11 | 1 | -3/+5 |
| | |||||
* | mq_profiles_remove(): Remove profile directory | Patrick McDermott | 2017-11-10 | 1 | -1/+34 |
| | |||||
* | mq_profiles_new(): Monitor profiles file for changes | Patrick McDermott | 2017-11-10 | 1 | -1/+50 |
| | |||||
* | mq_profiles_insert(): Split out insertion into new static function | Patrick McDermott | 2017-11-10 | 1 | -13/+25 |
| | |||||
* | mq_profiles_new(): Free a created GFile | Patrick McDermott | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | mq_profiles_get_default(): Handle case of no profiles marked default | Patrick McDermott | 2017-11-08 | 1 | -0/+6 |
| | |||||
* | mq_svg_is_color_valid(): Avoid NULL pointer dereference | Patrick McDermott | 2017-11-08 | 1 | -1/+1 |
| | | | | | | This shouldn't happen once the no-default case is handled and profiles that are in use but removed are re-inserted, but it's good to avoid a potential creash anyway. | ||||
* | mq_web_view_normal_scheme_methods: Don't handle "about"/"mq-about" scheme | Patrick McDermott | 2017-11-08 | 1 | -20/+6 |
| | |||||
* | mq_web_view_about_scheme_methods: New scheme methods | Patrick McDermott | 2017-11-08 | 4 | -0/+134 |
| | |||||
* | about:profiles: Focus on name <input> on "Edit" button click | Patrick McDermott | 2017-11-08 | 1 | -1/+3 |
| | |||||
* | about:profiles: Enable autofocus on name <input> if adding | Patrick McDermott | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | about:preferences: Update mq_html_input_text() calls | Patrick McDermott | 2017-11-08 | 1 | -2/+2 |
| | |||||
* | mq_html_input_text(): Add autofocus parameter | Patrick McDermott | 2017-11-08 | 2 | -6/+10 |
| | |||||
* | mq_config_deref(): Rename to mq_config_free() | Patrick McDermott | 2017-11-08 | 3 | -4/+4 |
| |