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
/
browser_history.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitmap API: Clean up creation flags.
Michael Drake
2022-03-24
1
-2
/
+2
*
fix missing bitmap from preventing history and scroll updates
Vincent Sanders
2021-03-23
1
-7
/
+3
*
split out internal local history macros from public interface header
Vincent Sanders
2021-03-23
1
-0
/
+1
*
browser_window: Ensure that back works like 'back to safety'
Daniel Silverstone
2019-08-21
1
-0
/
+19
*
Local history: Consolidate thumbnail dimensions.
Michael Drake
2019-08-02
1
-23
/
+24
*
split browser and browser_window operations
Vincent Sanders
2019-08-01
1
-1
/
+2
*
Fix clamping in commit fa64763b0d8c6566eda5f6547e7f2f3e62b77613
Vincent Sanders
2019-08-01
1
-1
/
+2
*
browser_history.c: Clamp contents to be 1x1 at min.
Daniel Silverstone
2019-08-01
1
-2
/
+10
*
History: don't update if there's no content.
John-Mark Bell
2018-01-20
1
-1
/
+3
*
Browser history: Don't segfault when visiting pages with frames.
Michael Drake
2017-09-23
1
-1
/
+2
*
Add concept of browser scroll offset saving in local history
Daniel Silverstone
2017-09-23
1
-2
/
+39
*
rationalise history icon bitmap handling to ensure correct lifetime
Vincent Sanders
2017-09-10
1
-70
/
+128
*
move history bitmap thumbnail into the page information structure
Vincent Sanders
2017-09-10
1
-8
/
+12
*
Use coccinelle to change logging macro calls in c files
Vincent Sanders
2017-09-06
1
-3
/
+4
*
remove depricated local history display API
Vincent Sanders
2017-06-11
1
-317
/
+0
*
Split local history data from viewer in headers
Vincent Sanders
2017-06-10
1
-7
/
+8
*
Core local history: Remove debug background fill.
Michael Drake
2017-06-10
1
-1
/
+0
*
Core local history: Make rendering behave like treeview.
Michael Drake
2017-06-10
1
-33
/
+29
*
Local history: Pass clip rectangle around as struct.
Michael Drake
2017-06-10
1
-28
/
+19
*
Core local history: We always clip, so don't need to handle condition.
Michael Drake
2017-06-10
1
-14
/
+10
*
Core local history: Remove unused redraw API.
Michael Drake
2017-06-10
1
-30
/
+0
*
Local history: Render window background fill.
Michael Drake
2017-06-09
1
-0
/
+16
*
Change interface to system colours to allow reporting of errors
Vincent Sanders
2017-03-01
1
-3
/
+13
*
Update all core use of plotters to new API
Vincent Sanders
2017-02-11
1
-37
/
+48
*
make local history use system colours
Vincent Sanders
2017-01-12
1
-29
/
+97
*
Update content to split public and internal API
Vincent Sanders
2016-06-06
1
-4
/
+3
*
move plotters header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move layout header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move bitmap API header to core include directory
Vincent Sanders
2016-05-26
1
-1
/
+1
*
move the CSS content handler
Vincent Sanders
2016-05-26
1
-1
/
+0
*
move image content handlers to accomodate core build changes
Vincent Sanders
2016-05-23
1
-1
/
+1
*
split out the layout glyph sizing and splitting API
Vincent Sanders
2016-04-23
1
-5
/
+10
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
1
-4
/
+4
*
change browser history to use bitmap render interface for thumbnails
Vincent Sanders
2015-04-23
1
-8
/
+14
*
Move bitmap operations into an operation table.
Vincent Sanders
2015-04-13
1
-4
/
+5
*
Add some debug round thumbnail creation
Vincent Sanders
2015-03-27
1
-0
/
+1
*
Remove url from content thumbnailers API
Vincent Sanders
2015-03-15
1
-8
/
+16
*
Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headers
Vincent Sanders
2014-11-09
1
-14
/
+20
*
Remove April 1st layout shuffling.
Michael Drake
2014-11-05
1
-21
/
+4
*
make local history navigation return errors
Vincent Sanders
2014-10-30
1
-120
/
+43
*
make history update return error code.
Vincent Sanders
2014-10-29
1
-14
/
+9
*
make adding a history entry return an error code.
Vincent Sanders
2014-10-29
1
-22
/
+11
*
Ensure browser window creation returns errors from common initialisation.
Vincent Sanders
2014-10-29
1
-5
/
+4
*
Don't try to draw NULL history.
Michael Drake
2014-10-18
1
-0
/
+5
*
Put the font operations table alongside all the other core API
Vincent Sanders
2014-10-13
1
-7
/
+7
*
Rename function arguments to avoid using 'new'.
Michael Drake
2014-02-19
1
-11
/
+14
*
Fix unchecked return. Coverity #1175740.
Michael Drake
2014-02-17
1
-1
/
+5
*
Make history internal to browser_window module.
Michael Drake
2014-02-15
1
-0
/
+915