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
/
riscos
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data los...
John-Mark Bell
2013-01-22
1
-1
/
+10
*
Use nsurl_parent.
Michael Drake
2012-10-06
1
-25
/
+29
*
Move browser_window struct to private header. Places that shouldn't include i...
Michael Drake
2012-08-22
1
-1
/
+1
*
Use proper function for box tree dump.
Michael Drake
2012-08-20
1
-1
/
+1
*
Use online docs.
Michael Drake
2012-07-21
1
-4
/
+12
*
Update default homepage URL to about:welcome. Make RISC OS front end use NET...
Michael Drake
2012-07-21
1
-6
/
+1
*
Include render/html.h to fix build.
Michael Drake
2012-03-26
1
-0
/
+1
*
NetSurf options rework (a=vince r=daniels,jmb)
Vincent Sanders
2012-03-22
1
-64
/
+62
*
Fix bug #3479239: scroll in correct direction for page left/page right
John Mark Bell
2012-02-08
1
-2
/
+2
*
Constify rect param to gui_window_drag_start.
Michael Drake
2012-01-11
1
-1
/
+1
*
Pass pointer constraints for drag out to front ends. Ensure content scrollba...
Michael Drake
2012-01-11
1
-25
/
+42
*
Pass whether background images are wanted in redraw_context.
Michael Drake
2011-12-23
1
-0
/
+2
*
Make the RISC OS front end foreground/background menu options work.
Michael Drake
2011-12-23
1
-10
/
+11
*
Fix comments.
Steve Fryatt
2011-12-18
1
-1
/
+7
*
Lose unnecessary intermediate variable assignments.
Steve Fryatt
2011-12-18
1
-13
/
+10
*
Pass Page Up/Down info to the core for scrolling.
Steve Fryatt
2011-12-18
1
-14
/
+51
*
Implement Home and End scroll functionality.
Steve Fryatt
2011-12-18
1
-5
/
+9
*
Don't allow framesets to scroll out of view.
Steve Fryatt
2011-12-17
1
-2
/
+15
*
Standardise code for mouse and keyboard scrolling of browser window.
Steve Fryatt
2011-12-17
1
-127
/
+163
*
Provisional core scroll-wheel support - supports scroll events only.
Steve Fryatt
2011-12-17
1
-7
/
+38
*
Make scroll event handling module specific.
Steve Fryatt
2011-12-17
1
-22
/
+25
*
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
John Mark Bell
2011-12-04
1
-22
/
+22
*
Remove render/box.h include.
Michael Drake
2011-12-03
1
-1
/
+0
*
Fix select menu item selection in frames. Note: the API for front end select...
Michael Drake
2011-12-03
1
-2
/
+9
*
Use core handling of file drop over browser window.
Michael Drake
2011-12-01
1
-82
/
+2
*
Don't pass already handled keys to the URL Complete code.
Steve Fryatt
2011-11-20
1
-3
/
+2
*
Revert r13155 and re-implement fix properly.
Steve Fryatt
2011-11-20
1
-60
/
+36
*
Remember page content handle when refreshing browser menu (bug #3420985).
Steve Fryatt
2011-11-20
1
-36
/
+60
*
Ensure file content is terminated (bug #1866212).
Steve Fryatt
2011-10-18
1
-1
/
+6
*
Add support for external hotlist utilities.
Steve Fryatt
2011-10-09
1
-1
/
+1
*
Don't need to url_normalise, since the core is nsurl based.
Michael Drake
2011-10-06
1
-7
/
+7
*
Update for content_get_url returning a nsurl.
Michael Drake
2011-10-03
1
-21
/
+31
*
Fix fallout from r12733
John Mark Bell
2011-09-23
1
-0
/
+2
*
Port RISC OS front end to browser_window_get_contextual_content. Adds suppor...
Michael Drake
2011-09-06
1
-20
/
+9
*
Remove gui_window_frame_resize_start() functions.
Michael Drake
2011-09-05
1
-98
/
+0
*
Remove various bits of dead frames handling.
Michael Drake
2011-09-05
1
-10
/
+1
*
Dig out more dead frames stuff.
Michael Drake
2011-09-05
1
-18
/
+3
*
Delete redundant browser_window_type test.
Michael Drake
2011-09-04
1
-2
/
+1
*
Remove gui_window_position_frame() definition from core and remove all implem...
Michael Drake
2011-09-04
1
-92
/
+0
*
Purge dead code out of gui_create_browser_window().
Michael Drake
2011-09-04
1
-77
/
+24
*
Remove redundant bw->current_content check.
Michael Drake
2011-09-01
1
-4
/
+0
*
Don't need to set current_redraw_browser any more.
Michael Drake
2011-08-24
1
-6
/
+0
*
Fix selection for non-gui browser windows (iframes).
Michael Drake
2011-07-13
1
-3
/
+5
*
Caret position is already scaled in core.
Michael Drake
2011-07-11
1
-3
/
+1
*
Remove pointless content_msg_data.
Michael Drake
2011-07-06
1
-4
/
+0
*
Fix up RISC OS for r12574 API change.
Michael Drake
2011-07-06
1
-6
/
+5
*
Function to find out if browser window has a selection. Front ends should us...
Michael Drake
2011-07-02
1
-9
/
+9
*
Remove plotter table global. Pass a redraw context around redraw functions. ...
Michael Drake
2011-06-30
1
-4
/
+10
*
Frond ends signal end of drag with call to browser_window_mouse_track.
Michael Drake
2011-06-27
1
-1
/
+1
*
Simplify browser_window_mouse_drag_end calls.
Michael Drake
2011-06-27
1
-4
/
+1
[next]