summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-301-2/+2
|
* atari header cleanup and warning squashVincent Sanders2016-04-201-9/+14
| | | | | | This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+6
| | | | | | | | | | | | 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.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-379/+372
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-6/+6
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+1
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-9/+7
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-1/+1
|
* 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.
* Fixed some unused variable warining.Ole Loots2014-09-151-4/+0
|
* Remove dead code, unused variables, reduce a variable's scope.Michael Drake2014-05-201-10/+1
|
* Fix line endings.Michael Drake2014-05-201-305/+305
|
* Make history internal to browser_window module.Michael Drake2014-02-151-5/+5
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-3/+2
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-3/+3
| | | | browser_window_navigate flags.
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-2/+2
|
* Check for zero length stringOle Loots2013-12-281-5/+3
|
* Fallback to about:welcome on home click when no homepage option is set.Ole Loots2013-12-281-2/+6
|
* Removed old code in atari/toolbar.cOle Loots2013-12-131-16/+0
|
* Do not use default plot scale for URL redrawOle Loots2013-12-131-1/+6
|
* Removed toolbar icons: favourite, ssl-indicatorOle Loots2013-12-131-52/+0
| | | | (because it looks disgusting)
* Added bookmark indicator and SSL/crypto indicator to toolbar.Ole Loots2013-11-241-28/+150
|
* Added SSL Cert Inspector WindowOle Loots2013-10-061-1/+1
| | | | (based on treeview API)
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-1/+3
| | | | (The Cookie Manager window is a new one)
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Slightly improved intial hiding of toolbar search area.Ole Loots2013-04-151-0/+6
|
* Home toolbar button doesn't crash anymore when homepage_url is null.Ole Loots2013-04-111-0/+4
|
* Removed toolbarOle Loots2013-03-111-1/+0
|
* Fix toolbar flag setup.Ole Loots2013-02-261-1/+1
|
* Removed unused variable.Ole Loots2013-02-261-14/+5
|
* fix remaining errors introduced in refactorVincent Sanders2013-02-181-1/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
|
* browser_window_navigate refactorVincent Sanders2013-02-181-8/+37
|
* Pass scale to textarea redraw.Michael Drake2013-02-111-1/+1
|
* Pull flags out of textarea_setup.Michael Drake2013-02-021-2/+3
|
* Merged toolbar changes from masterOle Loots2013-01-311-6/+41
|
* Merged toolbar conflict.Ole Loots2013-01-311-271/+0
|
* Merge branch 'master' into mono/removing-windom-dependencymono/removing-windom-dependencyOle Loots2013-01-311-0/+271
|\ | | | | | | | | Conflicts: atari/toolbar.c
| * Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-301-1/+1
| |
| * Replace textarea_drag_end call with textarea_mouse_action. ↵Michael Drake2013-01-291-2/+2
| | | | | | | | s/redraw_request/request_redraw/
| * Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-2/+21
| | | | | | | | | | | | | | Now single callback for both redraw requests and drag reports. Update treeview to use new textarea API. Update Atari URL bar to use new textarea API. (Ignores drag reports, currently.) Minor textarea fixes.
| * Update for new textarea API.Michael Drake2013-01-131-6/+17
| |
* | Some more finetuning...Ole Loots2013-01-311-4/+4
| |
* | The Window toolbar now have independet AES objects,Ole Loots2013-01-221-39/+65
| | | | | | | | which means no state restore is required before redraw.
* | Prefixed gemtk module functions.Ole Loots2013-01-221-3/+3
| |
* | Do not redraw textarea background.Ole Loots2013-01-221-7/+18
| |
* | Display download filename in download confirm message.Ole Loots2013-01-171-0/+1
| |