summaryrefslogtreecommitdiff
path: root/atari/ctxmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-321/+0
|
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-301-2/+3
|
* more atari header cleanupVincent Sanders2016-04-201-18/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-4/+4
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-36/+25
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
|
* Don't access bw internals.Michael Drake2014-10-251-6/+7
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-4/+3
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Remove unused variables.Michael Drake2014-05-191-3/+1
|
* Fix line endings.Michael Drake2014-05-191-248/+248
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-4/+2
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-9/+9
| | | | browser_window_navigate flags.
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-0/+1
|
* Extended documentationOle Loots2013-12-291-1/+4
|
* Do not use tmpnam() but a custom function.Ole Loots2013-12-291-4/+47
|
* Added commentsOle Loots2013-11-241-0/+1
|
* Fix "View Source" by setting first byte of cmdline to length of cmdlineOle Loots2013-11-241-32/+11
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* fix errors introduced in refactorVincent Sanders2013-02-181-1/+2
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-6/+6
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-10/+24
|
* browser_window_navigate refactorVincent Sanders2013-02-181-9/+25
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-2/+2
|
* Started to move the search form into the browser window.Ole Loots2013-01-111-33/+34
|
* code formatingOle Loots2013-01-091-8/+8
|
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-2/+2
|\ | | | | | | | | | | Conflicts: atari/gui.c atari/toolbar.h
| * Fixes for new clipboard interface.Ole Loots2013-01-091-2/+2
| |
* | Implemented language and font renderer popups.Ole Loots2013-01-071-1/+1
| |
* | Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-26/+40
| | | | | | | | | | - Serch window - Pop Menus in the settings dialog
* | Removed browser.h/.cOle Loots2013-01-031-9/+10
| |
* | Moved form handling into gemtk,Ole Loots2012-12-311-2/+3
| | | | | | | | removed several windom includes
* | Context menu now opens at the correct location.Ole Loots2012-12-061-2/+2
| |
* | Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-1/+1
| | | | | | | | ...but it compiles...
* | Start to remove windom, wip.Ole Loots2012-11-181-1/+1
|/ | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* 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