summaryrefslogtreecommitdiff
path: root/atari/ctxmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for new clipboard interface.Ole Loots2013-01-091-2/+2
|
* Added is_process_runningOle Loots2012-08-271-12/+22
| | | | | Now the source code viewer is launched when not already running (ShelWrite wasn't handling this correctly)
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
|
* Avoid box_at_point.Michael Drake2012-08-201-33/+5
|
* Fix access to context data URL char *.Ole Loots2012-07-141-15/+15
| | | | | nsurl_access isn't intended to be used for char * params. added missing include render/html.c
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-28/+28
|
* Show alert when no editor option is configured.Ole Loots2012-06-231-6/+8
| | | | svn path=/trunk/netsurf/; revision=13985
* Added "Save link as..." context menu item. Ole Loots2012-06-041-9/+21
| | | | svn path=/trunk/netsurf/; revision=13958
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-6/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Re-Enabled "View Source"Ole Loots2011-12-151-3/+8
| | | | svn path=/trunk/netsurf/; revision=13276
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-6/+6
| | | | svn path=/trunk/netsurf/; revision=13236
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-5/+13
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Added missing scroll position. Ole Loots2011-10-131-46/+52
| | | | svn path=/trunk/netsurf/; revision=13041
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-192/+192
| | | | svn path=/trunk/netsurf/; revision=12929
* Added "view source" to context menu. Ole Loots2011-09-201-4/+45
| | | | svn path=/trunk/netsurf/; revision=12826
* Added context menu, Ole Loots2011-09-191-0/+221
Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821