summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* improve desktop text search header usageVincent Sanders2020-06-246-5/+11
* remove unecessary headers from browser windowVincent Sanders2020-05-251-25/+15
* remove box handling from browser windowVincent Sanders2020-05-254-194/+267
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-251-119/+124
* rename browser window internal redraw request functionVincent Sanders2020-05-253-8/+9
* Update version for next development cycleVincent Sanders2020-05-241-2/+2
* remove unused text selection interfaceVincent Sanders2020-05-232-24/+5
* make text selection context an opaque interfaceVincent Sanders2020-05-232-21/+22
* remove all direct access to selection structureVincent Sanders2020-05-232-46/+51
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-232-21/+10
* move content specific selection end to content handlersVincent Sanders2020-05-232-51/+8
* remove unused css length usage in selectionVincent Sanders2020-05-232-13/+2
* move content handler specific selection copying into handlersVincent Sanders2020-05-232-301/+22
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-231-88/+8
* Browser window: Handle counting cookies when URLdb gives use none.Michael Drake2020-05-231-1/+4
* Treeview: Redraw full text on treeview search text sets.Michael Drake2020-05-231-0/+22
* Treeview: Use text input colour style for search bar.Michael Drake2020-05-231-3/+3
* misc: Add a present_cookies to guit->misc and use itDaniel Silverstone2020-05-232-3/+10
* Treeview: Folder expansions/contrations don't affect search height.Michael Drake2020-05-231-11/+27
* browser_window: Implement cookie counterDaniel Silverstone2020-05-231-2/+11
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-231-14/+12
* Fix offset to allow tiled renderingChris Young2020-05-221-2/+2
* add page information core window handler to RISC OSVincent Sanders2020-05-222-4/+29
* treeview: Do not cancel selection when mouseovering search boxDaniel Silverstone2020-05-221-3/+11
* treeview: If cancelling empty search, drop focusDaniel Silverstone2020-05-221-0/+6
* query/ssl: Include link to view certificate detailsDaniel Silverstone2020-05-221-0/+17
* Squash warning: "_GNU_SOURCE" redefined.Michael Drake2020-05-221-1/+0
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-225-888/+1
* remove unesessary construction of font plot stype in selection redrawVincent Sanders2020-05-211-3/+0
* simple reformat no code changesVincent Sanders2020-05-211-175/+268
* pass the browser window to selection click handlerVincent Sanders2020-05-202-17/+4
* cleanup selection code formatting and documentationVincent Sanders2020-05-202-463/+509
* Page info: Don't show cookies if it's not an http(s) scheme.Michael Drake2020-05-201-3/+33
* Page info: Get URL scheme on creation.Michael Drake2020-05-201-12/+5
* Page info: Only show certificate if scheme is https.Michael Drake2020-05-191-0/+21
* use content messages to inform frontend of text search changesVincent Sanders2020-05-131-0/+32
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-121-0/+2
* hoist common text search out of content handlersVincent Sanders2020-05-121-2/+2
* move ssl certificate serialisation into a url to the ssl_cert utility codeVincent Sanders2020-05-091-52/+10
* page-info: Provide support to indicate if action did somethingDaniel Silverstone2020-05-082-4/+11
* improve content header usageVincent Sanders2020-05-072-3/+3
* desktop: clamp dpi in browser_set_dpi() to sensible valuesFrançois Revol2020-05-051-0/+7
* improve html content handler private headersVincent Sanders2020-05-022-2/+2
* split html box processing codeVincent Sanders2020-04-293-0/+3
* Local history: Convert to use nscolour.Michael Drake2020-04-071-23/+12
* Scrollbar: Convert to use nscolour.Michael Drake2020-04-071-15/+4
* Page info: Convert to nscolour.Michael Drake2020-04-071-52/+27
* Treeview: Convert to nscolour.Michael Drake2020-04-071-40/+11
* NetSurf: Setup the nscolour module on startup.Michael Drake2020-04-071-0/+6
* Local history: Improve look of keyboard nav cursor highlight.Michael Drake2020-04-061-8/+11