summaryrefslogtreecommitdiff
path: root/atari/ctxmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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