index
:
delta/netsurf/netsurf.git
ashmew2/fix-description
ashmew2/framebuffer-keys
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
baserock/morph
chris/amiga-corewindow
chris/amissl
chris/async-experiment
chris/bitmap-fonts
chris/composite-text
chris/composite-text-exp
chris/debug
chris/display-idna
chris/extmem
chris/fetch-x-ent-ref
chris/fortify
chris/frame-scroll
chris/gadtools-53-5
chris/gadtools-53-6
chris/http2
chris/idn-punycode
chris/idna2008
chris/malloc
chris/menuclass
chris/ndk32
chris/newproc-scheduler
chris/non-ascii-file-upload
chris/quant
chris/scheduled-fetches
chris/shorter-vscrollbar
chris/splay
chris/stop-gif-anim
dsilvers/assert-coverage
dsilvers/bindducky
dsilvers/dukky
dsilvers/eventtarget
dsilvers/form-work
dsilvers/monkey
dsilvers/nsgenbind
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
jmb/hsts
master
mmu_man/beos-fixes
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/haiku-fixes
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
release/3.1
release/3.2
release/3.3
release/3.4
release/3.5
release/3.6
release/3.7
rjek/bloom
rjek/clang-warnings
rjek/click-file-gadget
stevef/cconfig
stevef/hotlist
stevef/ibarmenu
stevef/menus
stevef/urlsize
svenw/cocoa
tlsa/cleanup-scale
tlsa/computed-style-share
tlsa/date
tlsa/dpi
tlsa/dsilvers/scrolloffset
tlsa/duktape2
tlsa/flex
tlsa/german-messages
tlsa/improve-hints
tlsa/libcss-units
tlsa/list-values
tlsa/monkey-driver
tlsa/nsurl
tlsa/page-info
tlsa/plotter-polish
tlsa/ro-cw-scroll
tlsa/selection-search-refactor
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
vince/bindduckky
vince/corebuild
vince/disccache
vince/fetchschedule
vince/fltk
vince/gtk-tab-restyle
vince/guivtable
vince/llcache
vince/nsgenupdates
vince/nslog
vince/opstable
vince/options
vince/pdf
vince/plotctx
vince/prstllcache
vince/reformatpending
vince/release/3.0
vince/schedule
vince/themectomy
vince/tools
vince/webp
vince/win32-corewindow
vince/window-misc-event
git.netsurf-browser.org: netsurf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amiga
/
context_menu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more hook functions
Chris Young
2015-02-24
1
-5
/
+5
*
make context_menu.c build for os3
Chris Young
2015-01-10
1
-2
/
+5
*
Simplify ami_history_open API and use correct call to get history object.
Michael Drake
2014-11-22
1
-1
/
+1
*
Should be free of reliance on browser window internals here now.
Michael Drake
2014-11-21
1
-1
/
+1
*
Use browser_window_get_content() to get the current content.
Michael Drake
2014-11-21
1
-1
/
+1
*
Use API for getting browser window history.
Michael Drake
2014-11-21
1
-5
/
+3
*
Use browser_window_get_url() instead of getting URL from current content.
Michael Drake
2014-11-21
1
-5
/
+5
*
Use browser_window_can_select(), instead of assuming based on content type.
Michael Drake
2014-11-21
1
-2
/
+1
*
update comments
Chris Young
2014-11-16
1
-2
/
+2
*
Allocate screen title when first needed and keep it private to amiga/gui.c
Chris Young
2014-11-16
1
-1
/
+0
*
Avoid bw->window ref
Chris Young
2014-11-16
1
-6
/
+7
*
Remove the global which meant we could only open one local history window.
Chris Young
2014-11-16
1
-1
/
+1
*
Remove some more cyclic references
Chris Young
2014-11-16
1
-2
/
+2
*
Fix amiga/context_menu.c for new struct
Chris Young
2014-11-16
1
-40
/
+40
*
make the form select menu API smaller.
Vincent Sanders
2014-11-13
1
-2
/
+2
*
Fix warnings
Chris Young
2014-11-09
1
-68
/
+64
*
Change contextual content retrieval to browser features.
Vincent Sanders
2014-11-02
1
-4
/
+4
*
Update amiga frontend for split operation table header changes
Vincent Sanders
2014-10-16
1
-20
/
+14
*
Fix core create_form_select_menu API to pass gw, rather than bw out to front ...
Michael Drake
2014-10-16
1
-3
/
+3
*
Fix web search from context menu
Chris Young
2014-08-24
1
-1
/
+1
*
Completely re-write web search provider handling
Vincent Sanders
2014-05-25
1
-15
/
+16
*
Fix cppcheck syntaxError
Chris Young
2014-04-05
1
-3
/
+3
*
Fix cppcheck syntaxError
Chris Young
2014-04-05
1
-1
/
+1
*
Fix cppcheck syntaxError
Chris Young
2014-04-03
1
-1
/
+1
*
More build fixing.
Michael Drake
2014-02-15
1
-1
/
+1
*
Fix build.
Michael Drake
2014-02-15
1
-2
/
+2
*
Make history internal to browser_window module.
Michael Drake
2014-02-15
1
-5
/
+6
*
Make browser_window_navigate (un)verifiable flag match browser_window_create.
Michael Drake
2014-02-10
1
-10
/
+5
*
Allow tab creation without history clone. Changes browser_window_create and ...
Michael Drake
2014-02-10
1
-15
/
+12
*
Simplify local history interface.
Michael Drake
2014-02-08
1
-1
/
+1
*
Native select menu interface shouldn't force front end to dig inside bw struct.
Michael Drake
2014-02-08
1
-1
/
+1
*
Formatting.
Chris Young
2014-02-06
1
-7
/
+6
*
This shouldn't be UTF-8
Chris Young
2014-01-05
1
-7
/
+1
*
Add hotlist favourites star button
Chris Young
2013-11-23
1
-0
/
+1
*
Fix adding to hotlist from context menu
Chris Young
2013-10-13
1
-4
/
+3
*
Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ...
Chris Young
2013-10-01
1
-1
/
+0
*
Use a simulated keypress rather than a simulated mouseclick
Chris Young
2013-09-12
1
-6
/
+1
*
Botched fixes just to get it to compile again
Chris Young
2013-09-12
1
-2
/
+7
*
Disable the treeview context menu for now, as it needs fixing.
Chris Young
2013-09-12
1
-0
/
+2
*
Remove old hotlist, cookies, and history_global_core modules.
Michael Drake
2013-09-02
1
-5
/
+12
*
Remove tree_url_node module. Had to disable treeview scanning in amiga and c...
Michael Drake
2013-09-02
1
-6
/
+5
*
Move old hotlist out of the way.
Michael Drake
2013-08-13
1
-8
/
+8
*
s/history_core/local_history/
Michael Drake
2013-07-10
1
-1
/
+1
*
move options include
Vincent Sanders
2013-05-28
1
-1
/
+1
*
Prevent ASL from causing delayed menus
Chris Young
2013-05-25
1
-0
/
+2
*
more fix of edit menu updates
Chris Young
2013-05-12
1
-1
/
+1
*
attempt fix cut disable on context menu
Chris Young
2013-05-12
1
-1
/
+1
*
Front ends have no reason to include desktop/selection.h now.
Michael Drake
2013-05-10
1
-1
/
+0
*
Fix can paste/copy tests.
Michael Drake
2013-03-18
1
-2
/
+2
*
Remove obsolete ami_selection_to_text
Chris Young
2013-02-22
1
-5
/
+4
[next]