index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desktop
Commit message (
Expand
)
Author
Age
Files
Lines
*
Browser window: Handle the content msg for getdims.
Michael Drake
2019-05-06
1
-0
/
+12
*
Logging: Bump lwc leak exit report to WARNING level.
Michael Drake
2019-05-06
1
-1
/
+1
*
Support DEBUG log level in console_log
Daniel Silverstone
2019-05-06
1
-0
/
+3
*
Use console_log from browser_window_console_log
Daniel Silverstone
2019-05-06
1
-1
/
+3
*
Add console_log to gui tables
Daniel Silverstone
2019-05-06
1
-0
/
+12
*
change content get_source_data interfaces to return uint8_t and size_t
Vincent Sanders
2019-05-05
1
-27
/
+38
*
Logging: migrate and provide content interface
Daniel Silverstone
2019-05-05
1
-0
/
+7
*
Provide new browser_window_console_log() API
Daniel Silverstone
2019-05-05
1
-0
/
+43
*
Add browser_window_exec
Daniel Silverstone
2019-05-05
1
-0
/
+21
*
Treeview: Consider search bar for redraw area calculation.
Michael Drake
2019-01-19
1
-2
/
+2
*
Treeview: Use helper to get tree height.
Michael Drake
2019-01-19
1
-1
/
+1
*
Treeview: Consolidate search bar height calculation.
Michael Drake
2019-01-19
1
-26
/
+27
*
Treeview: Fix designated struct initialisation.
Michael Drake
2018-10-04
1
-6
/
+6
*
Update version for next development cycle
Vincent Sanders
2018-08-29
1
-3
/
+3
*
HTTP Auth: Squash error path leaks.
Michael Drake
2018-08-15
1
-0
/
+4
*
HTTP Auth: Do get/set auth in the core.
Michael Drake
2018-08-14
2
-7
/
+201
*
HTTP authentication: Add some logging when opening 401 windows.
Michael Drake
2018-08-09
1
-0
/
+3
*
Treeview: Allow dragging selection to a selected target.
Michael Drake
2018-07-26
1
-6
/
+14
*
Treeview: Various changes to redraw rectangle for search bar.
Michael Drake
2018-07-26
1
-33
/
+64
*
Browser: Add function to get bw URL with any fragment.
Michael Drake
2018-07-23
1
-0
/
+30
*
Browser: Rename function to access bw URL.
Michael Drake
2018-07-23
1
-3
/
+3
*
Plotters: Remove width param from path plotter.
Michael Drake
2018-05-23
1
-3
/
+1
*
Plotters: Change stroke width in the plot_style_t to fixed point.
Michael Drake
2018-05-23
5
-22
/
+22
*
Plotters: Add plot_style_fixed type, and use for font size.
Michael Drake
2018-05-23
5
-8
/
+8
*
clean up html content handler header use
Vincent Sanders
2018-05-11
2
-1
/
+2
*
move html and text content handlers where they belong
Vincent Sanders
2018-05-10
8
-19
/
+19
*
Browser: Don't add history entry until after reformat.
Michael Drake
2018-04-14
1
-4
/
+8
*
History: don't update if there's no content.
John-Mark Bell
2018-01-20
1
-1
/
+3
*
CSS utils: Handle new units in length conversion routines.
Michael Drake
2018-01-05
5
-50
/
+115
*
Squash GCC7 warning for ‘~’ on a boolean expression.
Michael Drake
2017-10-23
1
-1
/
+1
*
Update version for next development cycle
Vincent Sanders
2017-10-15
1
-2
/
+2
*
Treeview: Ignore mouse leaving the treeview window.
Michael Drake
2017-09-27
1
-0
/
+5
*
Treeview: Deactivate search on cancel.
Michael Drake
2017-09-25
1
-0
/
+1
*
Browser history: Don't segfault when visiting pages with frames.
Michael Drake
2017-09-23
1
-1
/
+2
*
Browser history: Create new history entries early in the READY state.
Michael Drake
2017-09-23
1
-17
/
+17
*
Browser history: Update history scroll offsets on scroll to fragment.
Michael Drake
2017-09-23
1
-0
/
+5
*
Add concept of browser scroll offset saving in local history
Daniel Silverstone
2017-09-23
3
-4
/
+82
*
Treeview: When expanding nodes in search view, adjust height only for matchin...
Michael Drake
2017-09-22
1
-1
/
+3
*
Treeview: Ensure we know our treeview when doing treeview node collapse.
Michael Drake
2017-09-22
1
-0
/
+1
*
Treeview: Cancel any search when treeview is detatched from its corewindow.
Michael Drake
2017-09-22
1
-0
/
+2
*
Treeview: Split out search cancel functionality.
Michael Drake
2017-09-22
1
-7
/
+32
*
Treeview: Destroy search first on treeview destruction.
Michael Drake
2017-09-18
1
-4
/
+6
*
Hotlist (bookmarks): Include the URL field in search.
Michael Drake
2017-09-18
1
-2
/
+4
*
Global history: Flag the URL field as searchable, as well.
Michael Drake
2017-09-18
1
-1
/
+3
*
Cookie manager: Flag the domain field as searchable; more use than name.
Michael Drake
2017-09-18
1
-1
/
+3
*
Treeview: Avoid searching empty treeview.
Michael Drake
2017-09-18
1
-0
/
+4
*
Cookie manager: Enable search feature.
Michael Drake
2017-09-18
1
-1
/
+3
*
Hotlist (bookmarks): Enable search feature.
Michael Drake
2017-09-18
1
-1
/
+1
*
Global history: Enable search feature.
Michael Drake
2017-09-18
1
-1
/
+2
*
Treeview: Handle node expansion on switch between search and normal view.
Michael Drake
2017-09-18
1
-17
/
+27
[next]