summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* HTTP Auth: Squash error path leaks.Michael Drake2018-08-151-0/+4
|
* HTTP Auth: Do get/set auth in the core.Michael Drake2018-08-142-7/+201
|
* HTTP authentication: Add some logging when opening 401 windows.Michael Drake2018-08-091-0/+3
|
* Treeview: Allow dragging selection to a selected target.Michael Drake2018-07-261-6/+14
| | | | | | This can be used to consolidate a scattered selection at drop target when the the drop target happens to be part of the selection.
* Treeview: Various changes to redraw rectangle for search bar.Michael Drake2018-07-261-33/+64
|
* Browser: Add function to get bw URL with any fragment.Michael Drake2018-07-231-0/+30
| | | | This returns a ref to the URL.
* Browser: Rename function to access bw URL.Michael Drake2018-07-231-3/+3
|
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-3/+1
| | | | We now use the stroke_width in the plot_style.
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-235-22/+22
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-235-8/+8
|
* clean up html content handler header useVincent Sanders2018-05-112-1/+2
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-108-19/+19
|
* Browser: Don't add history entry until after reformat.Michael Drake2018-04-141-4/+8
| | | | | | | Adding a history entry causes content_redraw() for the thumbnail. But we can't content_redraw() until after content_reformat(). Otherwise we get HTML redraw before HTML layout has happened.
* History: don't update if there's no content.John-Mark Bell2018-01-201-1/+3
| | | | Fixes #2566.
* CSS utils: Handle new units in length conversion routines.Michael Drake2018-01-055-50/+115
| | | | | This causes a ripple effect of all the callsites needing information they didn't have.
* Squash GCC7 warning for ‘~’ on a boolean expression.Michael Drake2017-10-231-1/+1
|
* Update version for next development cycleVincent Sanders2017-10-151-2/+2
|
* Treeview: Ignore mouse leaving the treeview window.Michael Drake2017-09-271-0/+5
|
* Treeview: Deactivate search on cancel.Michael Drake2017-09-251-0/+1
|
* Browser history: Don't segfault when visiting pages with frames.Michael Drake2017-09-231-1/+2
| | | | | Core can't make queries of front end about browser windows with no gui window.
* Browser history: Create new history entries early in the READY state.Michael Drake2017-09-231-17/+17
| | | | | This prevents us updating the previous history entry with this page's scroll offsets.
* Browser history: Update history scroll offsets on scroll to fragment.Michael Drake2017-09-231-0/+5
|
* Add concept of browser scroll offset saving in local historyDaniel Silverstone2017-09-233-4/+82
|
* Treeview: When expanding nodes in search view, adjust height only for ↵Michael Drake2017-09-221-1/+3
| | | | matching entries.
* Treeview: Ensure we know our treeview when doing treeview node collapse.Michael Drake2017-09-221-0/+1
|
* Treeview: Cancel any search when treeview is detatched from its corewindow.Michael Drake2017-09-221-0/+2
|
* Treeview: Split out search cancel functionality.Michael Drake2017-09-221-7/+32
|
* Treeview: Destroy search first on treeview destruction.Michael Drake2017-09-181-4/+6
|
* Hotlist (bookmarks): Include the URL field in search.Michael Drake2017-09-181-2/+4
|
* Global history: Flag the URL field as searchable, as well.Michael Drake2017-09-181-1/+3
|
* Cookie manager: Flag the domain field as searchable; more use than name.Michael Drake2017-09-181-1/+3
|
* Treeview: Avoid searching empty treeview.Michael Drake2017-09-181-0/+4
|
* Cookie manager: Enable search feature.Michael Drake2017-09-181-1/+3
|
* Hotlist (bookmarks): Enable search feature.Michael Drake2017-09-181-1/+1
|
* Global history: Enable search feature.Michael Drake2017-09-181-1/+2
|
* Treeview: Handle node expansion on switch between search and normal view.Michael Drake2017-09-181-17/+27
|
* Treeview: Update search filtered display on treeview changes.Michael Drake2017-09-181-175/+206
|
* Textarea: Add API to access current textarea contents.Michael Drake2017-09-182-0/+21
|
* Treeview: Update search bar display when it loses focus.Michael Drake2017-09-181-1/+5
|
* Treeview: Only let search textarea consume mouse if not dragging.Michael Drake2017-09-181-1/+3
|
* Treeview: Update mouse handling details for filtered view.Michael Drake2017-09-181-7/+12
| | | | | No moves are allowed in viltered view. Node indents are constant in filtered view.
* Treeview: Update treeview walker to handle walking the filtered display.Michael Drake2017-09-181-63/+137
|
* Treeview: Track height of display in search view.Michael Drake2017-09-181-6/+33
|
* Treeview: Slight simplification of treeview_walk_internal().Michael Drake2017-09-181-4/+2
|
* Treeview: Fix function namespace.Michael Drake2017-09-181-22/+22
|
* Treeview: Scroll to top when treeview search bar is modified.Michael Drake2017-09-181-1/+22
|
* fix warning due to undefined bitmap structureVincent Sanders2017-09-111-0/+1
|
* annotate error case fall through in switch to supress warningsVincent Sanders2017-09-111-0/+4
|
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-102-80/+143
|
* Treeview: Add support for rendering search filter matches as-you-type.Michael Drake2017-09-101-1/+230
|