summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* fix win32 font measurement of non ascii strings.Vincent Sanders2019-12-141-98/+122
| | | | | This greatly improves line breaking and font measurement in the windows frontend.
* extend search for certificate file to include resource pathsVincent Sanders2019-12-101-0/+5
|
* rename global resource path variables in win32 frontendVincent Sanders2019-12-105-26/+44
|
* separate out construction of command line argument string vectorVincent Sanders2019-12-101-23/+54
|
* update resource search path to remove users directoryVincent Sanders2019-12-102-4/+5
| | | | | | | | | | it is no longer suitable to search the users home directory for general browser resources as the correct config path is now derived from the apropriate windows methods. Additionaly the NETSURFRES environment variable is no longer part of the fixed path and is instead added from the makefile configuration option.
* Add page info icon to Amiga frontendChris Young2019-12-083-0/+125
|
* add page info display to RiscOS frontendVincent Sanders2019-12-075-16/+162
|
* Update the default theme with page infor iconsVincent Sanders2019-12-071-0/+0
|
* 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
|
* monkey: Support reporting page info stateDaniel Silverstone2019-12-011-0/+46
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* repurpose ssl certificate core window for nitial page infor window on gtkVincent Sanders2019-12-015-23/+60
|
* fix win32 frontend to allow setting unicode titlesVincent Sanders2019-12-011-10/+30
|
* Framebuffer bitmap font: Add glyphs for http://wttr.in/Michael Drake2019-11-301-0/+95
|
* 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-118-8/+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
|
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-214-53/+35
|
* fixup the gtk2 ui buildersVincent Sanders2019-09-214-194/+104
|
* clean up find in page to operate nicelyVincent Sanders2019-09-215-238/+71
|
* move search toolbar to be per tab and move implementation to one placeVincent Sanders2019-09-218-280/+337
|
* ensure pixbuf references are updated correctly to avoid leaksVincent Sanders2019-09-215-25/+33
|
* add cookie icon and use it for show cookies toolbar buttonVincent Sanders2019-09-214-2/+11
|
* construct all toolbar items from data tableVincent Sanders2019-09-2112-589/+356
| | | | | | | | This changes toolbar item constuction to use toolbar_items.h instead of explicit macros. Additionally all remenants of old stock item themeing are done away with and GTK icon names are used instead.
* do not allocate toolbar items individuallyVincent Sanders2019-09-211-82/+68
|
* cleanup some toolbar item creation bitsVincent Sanders2019-09-211-145/+154
|
* fix customisation toolbar reset and remove unused codeVincent Sanders2019-09-211-657/+123
|
* toolbar customisation can now apply chnagesVincent Sanders2019-09-214-88/+131
|