summaryrefslogtreecommitdiff
path: root/frontends/gtk
Commit message (Collapse)AuthorAgeFilesLines
* add page information ui elements to GTK frontendVincent Sanders2020-03-116-83/+101
|
* GTK: Initial page-info display.Michael Drake2020-03-111-44/+15
|
* Frontends: Delete maps resource links.Michael Drake2020-02-242-2/+0
|
* About fetches resources: Drop maps resource.Michael Drake2020-02-243-3/+1
| | | | It had bitrotted.
* GTK: Page info: Change crtvrfy to pi throughout.Michael Drake2020-02-231-39/+39
|
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-5/+9
| | | | | | | | | Instead of extracting information from the X509 certificate chain in the fetcher the entire chain is propagated in Distinguished Encoding Rules (DER) format. This allows all the information contained in a certificate chain to be retained which can subsequently be presented to the user
* GTK: When we update the dimensions, resize the gridDaniel Silverstone2020-02-221-0/+5
| | | | | | | By doing this, we ensure the scrollbars update their thumbs properly, otherwise they can lag behind the page shape somewhat. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Drain GTK events before schedule_run()Daniel Silverstone2020-02-221-0/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Catch a couple of missed flag renamesDaniel Silverstone2020-02-222-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Update preferences dialog to use GtkBoxDaniel Silverstone2020-02-221-43/+86
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Core window: Constify the core_window handle through the getters.Michael Drake2020-02-221-2/+3
|
* GTK: Remove hack for url bar refresh on throbber stopDaniel Silverstone2020-02-221-3/+0
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Ensure that we don't frob the URL bar from the scaffoldDaniel Silverstone2020-02-222-4/+4
| | | | | | | | To correctly refocus the location box on tab switching we need to not update the url of the tab when the scaffold updates its global context. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Add a location focus state machineDaniel Silverstone2020-02-223-3/+73
| | | | | | | | | | Because the initial navigation process on new browser window creation is somewhat complex, we need a small state machine in the GTK UI to ensure that we handle the correct combination of focussing needed to maintain selection through initial tab opening. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Request and honour location focusDaniel Silverstone2020-02-222-1/+8
| | | | | | | | So that when we create a new tab we automatically focus the location box, pass the flag into create, and honour it when it comes back to us. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Use new BW_CREATE_FOREGROUND flagsDaniel Silverstone2020-02-224-25/+10
| | | | | | | | | This gets rid of temp_open_background which was, frankly, a bit of an eyesore. In addition it makes the open-in-new-tab context menu action behave like Firefox's with respect to the user's preference regarding whether or not to immediately focus new tabs. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Remove unused minimum GIF delay option.Michael Drake2020-02-213-97/+0
|
* GTK3: Also enable focus for other core windows.Daniel Silverstone2020-02-213-3/+3
| | | | | | | This should enable keyboard support for the other core windows such as cookies, global history and the hotlist. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK3: Permit Local History to be focussedDaniel Silverstone2020-02-211-1/+1
| | | | | | | | | In order to let keypresses operate the local history window on GTK3 we have to permit the drawing area to get focus so that the keypresses actually make their way into the event loop in the correct place. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove unused render_resample option from beos, gtk and monkey frontendsVincent Sanders2019-12-214-44/+2
|
* GTK: fix missing includesJohn-Mark Bell2019-12-212-0/+3
|
* remove long unused plugin option from gtk and monkeyVincent Sanders2019-12-174-46/+4
|
* Buildsystem: GTK: Change gtk target to gtk2, which builds nsgtk2.Michael Drake2019-12-021-7/+1
|
* set debug text to correct levelVincent Sanders2019-12-011-1/+1
|
* make gtk frontend use page information iconsVincent Sanders2019-12-015-11/+136
|
* add gtk icon resources for page informationVincent Sanders2019-12-012-1/+11
|
* repurpose ssl certificate core window for nitial page infor window on gtkVincent Sanders2019-12-015-23/+60
|
* make gtk tab closeable with middle clickVincent Sanders2019-11-301-11/+43
| | | | | Implements feature request "Please add middle-click on tab to close." Fixes: #2720.
* ensure caret is handled correctly on gtk when focus is removed from layoutVincent Sanders2019-11-271-0/+18
|
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-1/+0
|
* ensure save_complete resources are correctly finalised before quitVincent Sanders2019-10-241-0/+6
|
* fix gtk download window to cope with files larger than 2 gibibytesVincent Sanders2019-10-191-9/+10
|
* commit a neatness on the gtk download window codeVincent Sanders2019-10-162-328/+511
|
* fix gtk download window dereferencing boolean as pointerVincent Sanders2019-10-151-5/+4
|
* ensure gtk scaffolding destruction does not create memory errorsVincent Sanders2019-10-134-18/+22
|
* ensure menu resources are releasedVincent Sanders2019-10-103-5/+138
| | | | | | this ensures all the menu resources are freed when the containing window receives the destroy signal. Previously these resources were leaked.
* make throbber visible in tab icon while activeVincent Sanders2019-10-082-18/+92
|
* fix toolbar visibility checkboxes initial stateVincent Sanders2019-09-221-38/+81
|
* fix gtk install targetVincent Sanders2019-09-211-2/+1
|
* fix menu signal handler prototypeVincent Sanders2019-09-211-1/+4
|
* fix toolbar customisationVincent Sanders2019-09-211-11/+17
|
* persist the menu and tool bar visibility as user settingsVincent Sanders2019-09-216-21/+92
|
* fix gtk2 customisation window instruction box expansionVincent Sanders2019-09-211-1/+2
|
* remove global edit mode and make customisation toolbox construction simplerVincent Sanders2019-09-212-74/+142
|
* improve how toolbar contents customisation is stored in user optionsVincent Sanders2019-09-213-101/+147
|
* add combined reload and stop buttonVincent Sanders2019-09-212-5/+88
|
* remove leftover sighandler codeVincent Sanders2019-09-211-7/+0
|
* clean up tab focus settingVincent Sanders2019-09-211-4/+1
|
* remove unused signal handler apiVincent Sanders2019-09-212-20/+2
|
* fix resource release and stopping throbber on toolbar widget destructionVincent Sanders2019-09-214-42/+28
|